damp-lion-88352
07/12/2023, 1:27 PM# Please make sure you have all the dependencies installed:
$ make install
# In case you are only missing goimports:
$ go install <http://golang.org/x/tools/cmd/goimports@latest|golang.org/x/tools/cmd/goimports@latest>
$ make goimports
These are my errors
make install
Makefile:35: warning: overriding recipe for target 'k8s_integration_execute'
boilerplate/flyte/end2end/Makefile:12: warning: ignoring old recipe for target 'k8s_integration_execute'
make: Warning: File 'boilerplate/flyte/end2end/Makefile' has modification time 40363 s in the future
Using temp directory /tmp/gotooling-GgP
/tmp/gotooling-GgP /mnt/c/code/flyteadmin
Installing <http://github.com/EngHabu/mockery/cmd/mockery|github.com/EngHabu/mockery/cmd/mockery>
Installing <http://github.com/flyteorg/flytestdlib/cli/pflags@latest|github.com/flyteorg/flytestdlib/cli/pflags@latest>
package <http://github.com/flyteorg/flytestdlib/cli/pflags|github.com/flyteorg/flytestdlib/cli/pflags>
imports <http://github.com/flyteorg/flytestdlib/cli/pflags/cmd|github.com/flyteorg/flytestdlib/cli/pflags/cmd>
imports <http://github.com/flyteorg/flytestdlib/cli/pflags/api|github.com/flyteorg/flytestdlib/cli/pflags/api>
imports <http://github.com/flyteorg/flytestdlib/storage|github.com/flyteorg/flytestdlib/storage>
imports <http://github.com/flyteorg/stow/azure|github.com/flyteorg/stow/azure>
imports <http://github.com/Azure/azure-sdk-for-go/sdk/storage/azblob|github.com/Azure/azure-sdk-for-go/sdk/storage/azblob>: build constraints exclude all Go files in /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v0.4.0
make: *** [boilerplate/flyte/golang_test_targets/Makefile:9: download_tooling] Error 1
make goimports
Makefile:35: warning: overriding recipe for target 'k8s_integration_execute'
boilerplate/flyte/end2end/Makefile:12: warning: ignoring old recipe for target 'k8s_integration_execute'
make: Warning: File 'boilerplate/flyte/end2end/Makefile' has modification time 40569 s in the future
boilerplate/flyte/golang_test_targets/goimports: line 8: goimports: command not found
make: *** [boilerplate/flyte/golang_test_targets/Makefile:23: goimports] Error 127
damp-lion-88352
07/12/2023, 1:53 PMdamp-lion-88352
07/12/2023, 1:57 PMglamorous-carpet-83516
07/12/2023, 6:19 PMdamp-lion-88352
07/13/2023, 12:00 AMmake compile
Makefile:35: warning: overriding recipe for target 'k8s_integration_execute'
boilerplate/flyte/end2end/Makefile:12: warning: ignoring old recipe for target 'k8s_integration_execute'
go build -o flyteadmin -ldflags="-s -w -X <http://github.com/flyteorg/flytestdlib/version.Version=05981db|github.com/flyteorg/flytestdlib/version.Version=05981db> -X <http://github.com/flyteorg/flytestdlib/version.Build=05981db|github.com/flyteorg/flytestdlib/version.Build=05981db> -X <http://github.com/flyteorg/flytestdlib/version.BuildTime=2023-07-13|github.com/flyteorg/flytestdlib/version.BuildTime=2023-07-13>" ./cmd/ && mv ./flyteadmin /bin
go: errors parsing go.mod:
/mnt/c/code/flyteadmin/go.mod:207: unknown directive: retract
make: *** [Makefile:39: compile] Error 1
I use go version go1.14 linux/amd64
Thank you very muchglamorous-carpet-83516
07/13/2023, 2:18 AMtall-lock-23197
damp-lion-88352
07/13/2023, 8:13 AM