Recent runs || View in Spyglass
PR | humblec: introduce control variable for non alpha feature gate configuration |
Result | ABORTED |
Tests | 1 failed / 5 succeeded |
Started | |
Elapsed | 3m14s |
Revision | 87ab57c8d003825e81f9a1bb6ef0da1153206dfc |
Refs |
196 |
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=test\-shellcheck$'
/usr/bin/docker /home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path/release-tools: Using shellcheck 0.6.0 docker image. Error response from daemon: Container eec4a4e2bb606007caded22a70f4e4539ad208c46448cd88ab7d3286f214ca8c is not running Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Errors from shellcheck: cannot exec in a stopped state: unknown Please review the above warnings. You can test via "./hack/verify-shellcheck" If the above warnings do not make sense, you can exempt them from shellcheck checking by adding the "shellcheck disable" directive (https://github.com/koalaman/shellcheck/wiki/Directive#disable).from junit_make_test.xml
/usr/bin/docker /home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path/release-tools: Using shellcheck 0.6.0 docker image. Error response from daemon: Container eec4a4e2bb606007caded22a70f4e4539ad208c46448cd88ab7d3286f214ca8c is not running Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Errors from shellcheck: cannot exec in a stopped state: unknown Please review the above warnings. You can test via "./hack/verify-shellcheck" If the above warnings do not make sense, you can exempt them from shellcheck checking by adding the "shellcheck disable" directive (https://github.com/koalaman/shellcheck/wiki/Directive#disable).
Filter through log files | View test history on testgrid
test-fmt
test-go
test-subtree
test-vendor
test-vet
... skipping 92 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-g396ea355 -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 98 lines ... ### test-shellcheck: /usr/bin/docker /home/prow/go/src/github.com/kubernetes-csi/csi-driver-host-path/release-tools: Using shellcheck 0.6.0 docker image. {"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:32:28Z"} ++ early_exit_handler ++ '[' -n 166 ']' ++ kill -TERM 166 ++ cleanup_dind ++ [[ true == \t\r\u\e ]] ++ echo 'Cleaning up after docker' ... skipping 4 lines ...