This job view page is being replaced by Spyglass soon. Check out the new job view.
PRsmarterclayton: WIP: wait: Refactor Kube codebase to use new PollUntilContext* methods
ResultFAILURE
Tests 1 failed / 3 succeeded
Started2023-03-09 15:18
Elapsed13m17s
Revisionc7b30c0a0f38ea817f9ff5dcf35fa382ec4a6533
Refs 115061
job-versionv1.27.0-alpha.3.289+bbf451c0be481c
kubetest-versionv20230222-b5208facd4
revisionv1.27.0-alpha.3.289+bbf451c0be481c

Test Failures


kubetest Build 12m38s

error during make -C /home/prow/go/src/k8s.io/kubernetes quick-release: exit status 2
				from junit_runner.xml

Filter through log files | View test history on testgrid


Show 3 Passed Tests

Error lines from build-log.txt

... skipping 152 lines ...
    k8s.io/kubernetes/cmd/genswaggertypedocs (non-static)
    github.com/onsi/ginkgo/v2/ginkgo (non-static)
    k8s.io/kubernetes/test/e2e/e2e.test (test)
    k8s.io/kubernetes/test/conformance/image/go-runner (non-static)
# k8s.io/kubernetes/test/e2e/network
test/e2e/network/ingressclass.go:95:73: not enough arguments in call to wait.PollUntilContextTimeout
	have ("context".Context, time.Duration, time.Duration, func(ctx "context".Context) (bool, error))
	want ("context".Context, time.Duration, time.Duration, bool, wait.ConditionWithContextFunc)
!!! [0309 15:31:12] Call tree:
!!! [0309 15:31:12]  1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:943 kube::golang::build_binaries_for_platform(...)
!!! [0309 15:31:12]  2: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0309 15:31:12] Call tree:
!!! [0309 15:31:12]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0309 15:31:12] Call tree:
!!! [0309 15:31:12]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
make[1]: *** [Makefile:92: all] Error 1
make: *** [Makefile:487: cross] Error 1
!!! [0309 15:31:13] Call tree:
!!! [0309 15:31:13]  1: build/../build/common.sh:484 kube::build::run_build_command_ex(...)
!!! [0309 15:31:13]  2: build/release.sh:36 kube::build::run_build_command(...)
make: *** [Makefile:424: quick-release] Error 1
make: Leaving directory '/home/prow/go/src/k8s.io/kubernetes'
2023/03/09 15:31:13 process.go:155: Step 'make -C /home/prow/go/src/k8s.io/kubernetes quick-release' finished in 12m38.908823675s
2023/03/09 15:31:13 util.go:263: Flushing memory.
2023/03/09 15:31:17 process.go:96: Saved XML output to /logs/artifacts/junit_runner.xml.
2023/03/09 15:31:17 process.go:153: Running: bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"
2023/03/09 15:31:21 process.go:155: Step 'bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"' finished in 3.906922924s
2023/03/09 15:31:21 main.go:328: Something went wrong: failed to acquire k8s binaries: error during make -C /home/prow/go/src/k8s.io/kubernetes quick-release: exit status 2
Traceback (most recent call last):
  File "/workspace/scenarios/kubernetes_e2e.py", line 723, in <module>
    main(parse_args())
  File "/workspace/scenarios/kubernetes_e2e.py", line 569, in main
    mode.start(runner_args)
  File "/workspace/scenarios/kubernetes_e2e.py", line 228, in start
... skipping 17 lines ...