This job view page is being replaced by Spyglass soon. Check out the new job view.
PRxing-yang: Update CSI_PROW_DRIVER_VERSION to v1.11.0
ResultABORTED
Tests 0 failed / 0 succeeded
Started2023-01-12 19:52
Elapsed31m29s
Revision7563d19638df20495ac5225c6cd806a71aa3e5c4
Refs 218

No Test Failures!


Error lines from build-log.txt

... skipping 38 lines ...
    a2171bef0 Merge pull request #216 from msau42/process
    cb9878261 Merge pull request #217 from msau42/owners
    a11216e47 add new reviewers and remove inactive reviewers
    dd9867540 Add step for checking builds
    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: c452136600621bdbefa0b4f1447b9736f92c3dde
+ 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-gf0dba6c2e -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 167 lines ...
export os_arch_seen="" && echo '' | 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-gf0dba6c2e -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 31 lines ...
Step 7/7 : LABEL revision=v3.4.0-2-gf0dba6c2e
 ---> Running in 460f413152c6
Removing intermediate container 460f413152c6
 ---> 33c04a551a2a
Successfully built 33c04a551a2a
Successfully tagged csi-provisioner:latest
Thu Jan 12 20:03:51 UTC 2023 go1.19.4 $ curl --fail --location -o /home/prow/go/pkg/csiprow.FVEs0UHgcM/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.14.0/kind-linux-amd64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0 6502k    0 39792    0     0  92324      0  0:01:12 --:--:--  0:01:12 92324
100 6502k  100 6502k    0     0  12.3M      0 --:--:-- --:--:-- --:--:-- 77.9M
No kind clusters found.
Thu Jan 12 20:03:51 UTC 2023 go1.19.4 /home/prow/go/pkg/csiprow.FVEs0UHgcM/src$ git clone --single-branch --branch v1.25.0 https://github.com/kubernetes/kubernetes /home/prow/go/pkg/csiprow.FVEs0UHgcM/src/kubernetes
... skipping 223 lines ...
   /home/prow/go/pkg/csiprow.FVEs0UHgcM/csi-driver/deploy/kubernetes-latest/hostpath/csi-hostpath-testing.yaml
        using           image: docker.io/alpine/socat:1.7.4.3-r0
service/hostpath-service created
statefulset.apps/csi-hostpath-socat created
20:19:10 waiting for hostpath deployment to complete, attempt #0
20:19:20 waiting for hostpath deployment to complete, attempt #1
{"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":"2023-01-12T20:19:27Z"}
++ early_exit_handler
++ '[' -n 172 ']'
++ kill -TERM 172
++ cleanup_dind
++ [[ true == \t\r\u\e ]]
++ echo 'Cleaning up after docker'
... skipping 4 lines ...