Recent runs || View in Spyglass
PR | Arhell: update links |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 25m2s |
Revision | 125af400fe8239d6494e8cff96a43536707b159c |
Refs |
821 |
... 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.3.0-28-g9d9474d28 -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 40 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.3.0-28-g9d9474d28 -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 32 lines ... Step 7/7 : LABEL revision=v3.3.0-28-g9d9474d28 ---> Running in 3a9b8d8a6d03 Removing intermediate container 3a9b8d8a6d03 ---> dbbb860be93b Successfully built dbbb860be93b Successfully tagged csi-provisioner:latest Wed Nov 23 01:01:26 UTC 2022 go1.19.3 $ curl --fail --location -o /home/prow/go/pkg/csiprow.DELFQjDHvD/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 100 6502k 100 6502k 0 0 8067k 0 --:--:-- --:--:-- --:--:-- 8067k No kind clusters found. Wed Nov 23 01:01:27 UTC 2022 go1.19.3 /home/prow/go/pkg/csiprow.DELFQjDHvD/src$ git clone --single-branch --branch v1.25.0 https://github.com/kubernetes/kubernetes /home/prow/go/pkg/csiprow.DELFQjDHvD/src/kubernetes ... skipping 40 lines ...