Recent runs || View in Spyglass
PR | humblec: introduce control variable for non alpha feature gate configuration |
Result | ABORTED |
Tests | 0 failed / 6 succeeded |
Started | |
Elapsed | 4m23s |
Revision | 2e20880e5ea44fe677a919782fe708225d15fc33 |
Refs |
196 |
test-fmt
test-go
test-shellcheck
test-subtree
test-vendor
test-vet
... skipping 94 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/hostpathplugin && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v1.8.0-12-gd6fd9d22 -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path/bin/hostpathplugin$suffix" .); then \ echo "Building hostpathplugin for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/hostpathplugin + CGO_ENABLED=0 ... skipping 112 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/hostpathplugin && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v1.8.0-12-gd6fd9d22 -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path/bin/hostpathplugin$suffix" .); then \ echo "Building hostpathplugin for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/hostpathplugin + CGO_ENABLED=0 ... skipping 85 lines ... Step 8/8 : LABEL revision=v1.8.0-12-gd6fd9d22 ---> Running in c667756b7b41 Removing intermediate container c667756b7b41 ---> f6c92f42cd57 Successfully built f6c92f42cd57 Successfully tagged hostpathplugin:latest Fri Jun 10 11:39:06 UTC 2022 go1.18.3 $ curl --fail --location -o /home/prow/go/pkg/csiprow.uQ6uMJlkwV/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6660k 100 6660k 0 0 20.0M 0 --:--:-- --:--:-- --:--:-- 20.0M No kind clusters found. INFO: kind-config.yaml: ... skipping 20 lines ...