Recent runs || View in Spyglass
PR | sunnylovestiramisu: Update K8s dependency go modules for K8s v1.26.0-rc.0 |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 17m6s |
Revision | dfdf1ae230a9ffc7c5e9d4c6a72ce96c6d721de7 |
Refs |
389 |
... 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-attacher && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v4.0.0-16-g64f55630 -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher$suffix" .); then \ echo "Building csi-attacher for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/csi-attacher + 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-attacher && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v4.0.0-16-g64f55630 -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher$suffix" .); then \ echo "Building csi-attacher for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/csi-attacher + CGO_ENABLED=0 ... skipping 32 lines ... Step 7/7 : LABEL revision=v4.0.0-16-g64f55630 ---> Running in b1a32080dea5 Removing intermediate container b1a32080dea5 ---> ac2552901405 Successfully built ac2552901405 Successfully tagged csi-attacher:latest Tue Nov 22 02:12:00 UTC 2022 go1.19.3 $ curl --fail --location -o /home/prow/go/pkg/csiprow.Eazh661I9a/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 15589 0 0 58167 0 0:01:54 --:--:-- 0:01:54 58167 100 6502k 100 6502k 0 0 16.4M 0 --:--:-- --:--:-- --:--:-- 54.6M No kind clusters found. Tue Nov 22 02:12:01 UTC 2022 go1.19.3 /home/prow/go/pkg/csiprow.Eazh661I9a/src$ git clone --single-branch --branch v1.25.0 https://github.com/kubernetes/kubernetes /home/prow/go/pkg/csiprow.Eazh661I9a/src/kubernetes ... skipping 40 lines ...