This job view page is being replaced by Spyglass soon. Check out the new job view.
PRdependabot[bot]: build(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1
ResultABORTED
Tests 0 failed / 0 succeeded
Started2023-02-01 16:15
Elapsed6m40s
Revisionc8da4a342f97dc5c321de59f40971c29d1ecad00
Refs 853

No Test Failures!


Error lines from build-log.txt

... skipping 65 lines ...
export os_arch_seen="" && echo 'linux amd64 amd64; linux ppc64le ppc64le -ppc64le; linux s390x s390x -s390x; linux arm arm -arm; linux arm64 arm64 -arm64; linux arm arm/v7 -armv7; windows amd64 amd64 .exe nanoserver:1809 servercore:ltsc2019; windows amd64 amd64 .exe nanoserver:20H2 servercore:20H2; windows amd64 amd64 .exe nanoserver:ltsc2022 servercore:ltsc2022' | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \
	os_arch_seen_pre=${os_arch_seen%%$os-$arch-$buildx_platform*}; \
	if ! [ ${#os_arch_seen_pre} = ${#os_arch_seen} ]; then \
		continue; \
	fi; \
	if ! (set -x; cd ./cmd/csi-provisioner && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v3.4.0-8-g544fbe8db -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner$suffix" .); then \
		echo "Building csi-provisioner for GOOS=$os GOARCH=$arch failed, see error(s) above."; \
		exit 1; \
	fi; \
	os_arch_seen+=";$os-$arch-$buildx_platform"; \
done
+ cd ./cmd/csi-provisioner
+ CGO_ENABLED=0
... skipping 9 lines ...