This job view page is being replaced by Spyglass soon. Check out the new job view.
PRmsau42: add new reviewers and remove inactive reviewers
ResultABORTED
Tests 0 failed / 0 succeeded
Started2022-12-29 18:36
Elapsed11m56s
Revisiona11216e47a0a636231cc89a87421d2b5a58612e7
Refs 217

No Test Failures!


Error lines from build-log.txt

... skipping 33 lines ...
    Squashed 'release-tools/' changes from 78c0fb714..13722a922
    
    13722a922 Merge commit 'a11216e47a0a636231cc89a87421d2b5a58612e7'
    a11216e47 add new reviewers and remove inactive reviewers
    b66c08249 Merge pull request #214 from pohly/junit-fixes
    b9b6763bd filter-junit.go: fix loss of testcases when parsing Ginkgo v2 JUnit
    d4277839f filter-junit.go: preserve system error log
    38e11468f prow.sh: publish individual JUnit files as separate artifacts
    
    git-subtree-dir: release-tools
    git-subtree-split: 13722a922115f7916cf5a9d2adb574e0709136ab
+ exec ./.prow.sh
Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries: CSI_PROW_BUILD_PLATFORMS=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
... skipping 54 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-2-gc1f86e566 -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 42 lines ...
?   	github.com/kubernetes-csi/external-provisioner/pkg/features	[no test files]
ok  	github.com/kubernetes-csi/external-provisioner/pkg/owner	0.029s
?   	github.com/kubernetes-csi/external-provisioner/release-tools	[no test files]

### test-vet:
go vet -mod=vendor `go list -mod=vendor ./... | grep -v vendor `
{"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:168","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2022-12-29T18:47:48Z"}
++ early_exit_handler
++ '[' -n 173 ']'
++ kill -TERM 173
++ cleanup_dind
++ [[ true == \t\r\u\e ]]
++ echo 'Cleaning up after docker'
... skipping 4 lines ...