Recent runs || View in Spyglass
PR | RaunakShah: Provisioner changes to prevent unauthorised volume mode conversion |
Result | ABORTED |
Tests | 1 failed / 5 succeeded |
Started | |
Elapsed | 8m15s |
Revision | 6db13c9fee3e877f903df94bfb03b9c9a6d61d12 |
Refs |
726 |
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=test\-shellcheck$'
/usr/bin/docker /home/prow/go/src/github.com/kubernetes-csi/external-provisioner/release-tools: Using shellcheck 0.6.0 docker image. Failed to create shellcheck container with output: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.from junit_make_test.xml
/usr/bin/docker /home/prow/go/src/github.com/kubernetes-csi/external-provisioner/release-tools: Using shellcheck 0.6.0 docker image. Failed to create shellcheck container with output: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.
Filter through log files | View test history on testgrid
test-fmt
test-go
test-subtree
test-vendor
test-vet
... skipping 67 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.1.0-43-g1013ce696 -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 33 lines ... Mon Apr 18 04:12:54 UTC 2022 go1.18.1 $ make -k test GOFLAGS_VENDOR=-mod=vendor ./release-tools/verify-go-version.sh "go" ### test-go: go test -mod=vendor `go list -mod=vendor ./... | grep -v -e 'vendor' -e '/test/e2e$' ` ok github.com/kubernetes-csi/external-provisioner/cmd/csi-provisioner 0.146s {"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-04-18T04:14:13Z"} ++ early_exit_handler ++ '[' -n 205 ']' ++ kill -TERM 205 ++ cleanup_dind ++ [[ true == \t\r\u\e ]] ++ echo 'Cleaning up after docker' ... skipping 2 lines ...