Recent runs || View in Spyglass
PR | ttakahashi21: Alpha support for provision volumes from cross-namespace data sources |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 13m11s |
Revision | 59b292e96d87a697d2499132784bd559daff5b2a |
Refs |
805 |
... 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-44-ga25a95700 -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-44-ga25a95700 -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-44-ga25a95700 ---> Running in a859eaae469a Removing intermediate container a859eaae469a ---> 5219a5fd8b39 Successfully built 5219a5fd8b39 Successfully tagged csi-provisioner:latest Wed Nov 30 05:39:10 UTC 2022 go1.19.3 $ curl --fail --location -o /home/prow/go/pkg/csiprow.yb1bOfYHSh/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 15.6M 0 --:--:-- --:--:-- --:--:-- 15.6M No kind clusters found. Wed Nov 30 05:39:11 UTC 2022 go1.19.3 /home/prow/go/pkg/csiprow.yb1bOfYHSh/src$ git clone --single-branch --branch v1.25.0 https://github.com/kubernetes/kubernetes /home/prow/go/pkg/csiprow.yb1bOfYHSh/src/kubernetes ... skipping 20 lines ...