Recent runs || View in Spyglass
PR | dependabot[bot]: Bump k8s.io/csi-translation-lib from 0.26.0 to 0.26.1 |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 6m40s |
Revision | a2507c5444a0dc1f1931a5a9f08c764c4a68dec4 |
Refs |
406 |
... 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.1.0-4-g1f7b449f -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 7 lines ... + go build -mod=vendor -a -ldflags ' -X main.version=v4.1.0-4-g1f7b449f -extldflags "-static"' -o /home/prow/go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher-ppc64le . + cd ./cmd/csi-attacher + CGO_ENABLED=0 + GOOS=linux + GOARCH=s390x + go build -mod=vendor -a -ldflags ' -X main.version=v4.1.0-4-g1f7b449f -extldflags "-static"' -o /home/prow/go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher-s390x . {"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-19T10:24:03Z"} ++ early_exit_handler ++ '[' -n 170 ']' ++ kill -TERM 170 ++ cleanup_dind ++ [[ true == \t\r\u\e ]] ++ echo 'Cleaning up after docker' ... skipping 4 lines ...