We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: *** [Makefile:73: test] Error 1
Running make test on my environment results in:
make test
15:37 $ make test cd tools/setup-envtest && go test ./... ? sigs.k8s.io/controller-runtime/tools/setup-envtest [no test files] ? sigs.k8s.io/controller-runtime/tools/setup-envtest/remote [no test files] ok sigs.k8s.io/controller-runtime/tools/setup-envtest/env (cached) ok sigs.k8s.io/controller-runtime/tools/setup-envtest/store (cached) ok sigs.k8s.io/controller-runtime/tools/setup-envtest/versions (cached) ok sigs.k8s.io/controller-runtime/tools/setup-envtest/workflows (cached) TRACE=1 ./hack/check-everything.sh ++ go mod edit -json ++ MODULES_ENABLED=0 ++ MOD_OPT= ++ MODULES_OPT= ++ [[ -n '' ]] ++ NO_COLOR= ++ '[' -z '' ']' ++ header='' ++ reset='' + tmp_root=/tmp + kb_root_dir=/tmp/kubebuilder ++ make go-version + export 'GOTOOLCHAIN=gomake[1]: Entering directory '\''/home/valdar/projects/communityProjects/controller-runtime'\'' 1.23.0 make[1]: Leaving directory '\''/home/valdar/projects/communityProjects/controller-runtime'\''' + GOTOOLCHAIN='gomake[1]: Entering directory '\''/home/valdar/projects/communityProjects/controller-runtime'\'' 1.23.0 make[1]: Leaving directory '\''/home/valdar/projects/communityProjects/controller-runtime'\''' + ./hack/verify.sh ++ go mod edit -json make: *** [Makefile:73: test] Error 1
I recon that the error is caused by the GOTOOLCHAIN being wrongly evaluated, in fact if I add the --silent option to these make invocations:
GOTOOLCHAIN
--silent
controller-runtime/hack/check-everything.sh
Line 27 in 6e9496d
controller-runtime/hack/apidiff.sh
Line 26 in 6e9496d
everything seems to work as expected.
The text was updated successfully, but these errors were encountered:
Feel free to open a PR
Sorry, something went wrong.
✨fix kubernetes-sigs#3124: make test fails with make: *** [Makefile:7…
ab9ef8c
…3: test] Error 1
🌱fix kubernetes-sigs#3124: make test fails with make: *** [Makefile:7…
41a3e6f
🌱 kubernetes-sigs#3124: make test fails with make: *** [Makefile:73: …
f277d86
…test] Error 1
No branches or pull requests
Running
make test
on my environment results in:I recon that the error is caused by the
GOTOOLCHAIN
being wrongly evaluated, in fact if I add the--silent
option to these make invocations:controller-runtime/hack/check-everything.sh
Line 27 in 6e9496d
controller-runtime/hack/apidiff.sh
Line 26 in 6e9496d
everything seems to work as expected.
The text was updated successfully, but these errors were encountered: