Recent runs || View in Spyglass
PR | humblec: introduce control variable for non alpha feature gate configuration |
Result | ABORTED |
Tests | 0 failed / 7 succeeded |
Started | |
Elapsed | 1m45s |
Revision | 875aac9cb46afd4f4c97d57e789109cbbcb01a96 |
Refs |
196 |
test-fmt
test-go
test-sanity
test-shellcheck
test-subtree
test-vendor
test-vet
... skipping 193 lines ... export os_arch_seen="" && echo '' | tr ';' '\n' | while read -r os arch suffix base_image addon_image; do \ os_arch_seen_pre=${os_arch_seen%%$os-$arch*}; \ 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.7.3-0-gd068b01a -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/csi-test/bin/hostpath-source/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"; \ done + cd ./cmd/hostpathplugin + CGO_ENABLED=0 + GOOS= + GOARCH= + go build -mod=vendor -a -ldflags ' -X main.version=v1.7.3-0-gd068b01a -extldflags "-static"' -o /home/prow/go/src/github.com/kubernetes-csi/csi-test/bin/hostpath-source/bin/hostpathplugin . {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:169","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2022-06-10T11:36:14Z"} ++ early_exit_handler ++ '[' -n 174 ']' ++ kill -TERM 174 ++ cleanup_dind ++ [[ true == \t\r\u\e ]] ++ echo 'Cleaning up after docker' ... skipping 4 lines ...