This job view page is being replaced by Spyglass soon. Check out the new job view.
ResultFAILURE
Tests 8 failed / 909 succeeded
Started2023-03-17 00:30
Elapsed32m11s
Revisionmaster

Test Failures


Kubernetes e2e suite [It] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance] 51s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-api\-machinery\]\sCustomResourcePublishOpenAPI\s\[Privileged\:ClusterAdmin\]\supdates\sthe\spublished\sspec\swhen\sone\sversion\sgets\srenamed\s\[Conformance\]$'
[FAILED] failed to wait for definition "com.example.crd-publish-openapi-test-multi-ver.v3.e2e-test-crd-publish-openapi-3604-crd" not to be served anymore: failed to wait for OpenAPI spec validating condition: Get "https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com/openapi/v2": dial tcp 44.241.16.52:443: i/o timeout; lastMsg: 
In [It] at: test/e2e/apimachinery/crd_publish_openapi.go:420 @ 03/17/23 00:51:52.554

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance] 33s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sclient\sGuestbook\sapplication\sshould\screate\sand\sstop\sa\sworking\sapplication\s\s\[Conformance\]$'
[FAILED] error running /home/prow/go/src/k8s.io/kops/_rundir/d148a4bd-c45a-11ed-93d6-92b4ce3fddda/kubectl --server=https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com --kubeconfig=/root/.kube/config --namespace=kubectl-5909 create -f -:
Command stdout:

stderr:
Unable to connect to the server: dial tcp 44.241.16.52:443: i/o timeout

error:
exit status 1
In [It] at: test/e2e/framework/kubectl/builder.go:87 @ 03/17/23 00:52:52.461

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-cli] Kubectl client Simple pod should return command exit codes should support port-forward 46s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sclient\sSimple\spod\sshould\sreturn\scommand\sexit\scodes\sshould\ssupport\sport\-forward$'
[FAILED] error running /home/prow/go/src/k8s.io/kops/_rundir/d148a4bd-c45a-11ed-93d6-92b4ce3fddda/kubectl --server=https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com --kubeconfig=/root/.kube/config --namespace=kubectl-343 get pods -l name=httpd -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}:
Command stdout:

stderr:
Unable to connect to the server: dial tcp 44.241.16.52:443: i/o timeout

error:
exit status 1
In [AfterEach] at: test/e2e/framework/kubectl/builder.go:87 @ 03/17/23 00:55:35.813

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should be able to unmount after the subpath directory is deleted [LinuxOnly] 2m18s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\shostPath\]\s\[Testpattern\:\sInline\-volume\s\(default\sfs\)\]\ssubPath\sshould\sbe\sable\sto\sunmount\safter\sthe\ssubpath\sdirectory\sis\sdeleted\s\[LinuxOnly\]$'
[FAILED] while removing subpath directory: error running /home/prow/go/src/k8s.io/kops/_rundir/d148a4bd-c45a-11ed-93d6-92b4ce3fddda/kubectl --server=https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com --kubeconfig=/root/.kube/config --namespace=provisioning-249 exec pod-subpath-test-inlinevolume-4646 --container test-container-volume-inlinevolume-4646 -- /bin/sh -c rm -r /test-volume/provisioning-249:
Command stdout:

stderr:
error: error sending request: Post "https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com/api/v1/namespaces/provisioning-249/pods/pod-subpath-test-inlinevolume-4646/exec?command=%2Fbin%2Fsh&command=-c&command=rm+-r+%2Ftest-volume%2Fprovisioning-249&container=test-container-volume-inlinevolume-4646&stderr=true&stdout=true": dial tcp 44.241.16.52:443: connect: connection timed out

error:
exit status 1
In [It] at: test/e2e/storage/testsuites/subpath.go:472 @ 03/17/23 00:54:40.75

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data 1m8s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-storage\]\sIn\-tree\sVolumes\s\[Driver\:\slocal\]\[LocalVolumeType\:\sblock\]\s\[Testpattern\:\sPre\-provisioned\sPV\s\(default\sfs\)\]\svolumes\sshould\sstore\sdata$'
[FAILED] error running /home/prow/go/src/k8s.io/kops/_rundir/d148a4bd-c45a-11ed-93d6-92b4ce3fddda/kubectl --server=https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com --kubeconfig=/root/.kube/config --namespace=volume-7038 exec local-client --namespace=volume-7038 --container=volume-ephemeral-container -- cat /opt/0/index.html:
Command stdout:

stderr:
Unable to connect to the server: dial tcp 44.241.16.52:443: i/o timeout

error:
exit status 1
In [It] at: test/e2e/framework/kubectl/builder.go:87 @ 03/17/23 00:53:57.046

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and write from pod1 2m21s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-storage\]\sPersistentVolumes\-local\s\s\[Volume\stype\:\sblock\]\sOne\spod\srequesting\sone\sprebound\sPVC\sshould\sbe\sable\sto\smount\svolume\sand\swrite\sfrom\spod1$'
[FAILED] error sending request: Post "https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com/api/v1/namespaces/persistent-local-volumes-test-1070/pods/hostexec-i-00ace4f1d541908ec-pmkjb/exec?command=nsenter&command=--mount%3D%2Frootfs%2Fproc%2F1%2Fns%2Fmnt&command=--&command=sh&command=-c&command=losetup+-d+%2Fdev%2Floop7&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true": dial tcp 44.241.16.52:443: connect: connection timed out
In [AfterEach] at: test/e2e/storage/utils/local.go:163 @ 03/17/23 00:55:58.575

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1 2m21s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-storage\]\sPersistentVolumes\-local\s\s\[Volume\stype\:\sdir\-bindmounted\]\sOne\spod\srequesting\sone\sprebound\sPVC\sshould\sbe\sable\sto\smount\svolume\sand\swrite\sfrom\spod1$'
[FAILED] error sending request: Post "https://api-e2e-e2e-kops-aws-cni--6ki2kd-164e0ec300e13532.elb.us-west-2.amazonaws.com/api/v1/namespaces/persistent-local-volumes-test-3389/pods/hostexec-i-00ace4f1d541908ec-sqj7z/exec?command=nsenter&command=--mount%3D%2Frootfs%2Fproc%2F1%2Fns%2Fmnt&command=--&command=sh&command=-c&command=umount+%2Ftmp%2Flocal-volume-test-0f53924a-fab0-44dc-8f81-28d30c40bd63+%26%26+rm+-r+%2Ftmp%2Flocal-volume-test-0f53924a-fab0-44dc-8f81-28d30c40bd63&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true": dial tcp 44.241.16.52:443: connect: connection timed out
In [AfterEach] at: test/e2e/storage/utils/local.go:252 @ 03/17/23 00:54:32.555

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


kubetest2 Test 17m8s

exit status 255
				from junit_runner.xml

Filter through log files | View test history on testgrid


Show 909 Passed Tests

Show 6624 Skipped Tests