This job view page is being replaced by Spyglass soon. Check out the new job view.
ResultFAILURE
Tests 74 failed / 888 succeeded
Started2023-03-23 05:41
Elapsed1h2m
Revision
Builder553a58c1-c93d-11ed-8be2-1221e2764aa1
control_plane_node_os_imagecos-97-16919-103-16
infra-commit4f78c66b8
job-versionv1.27.0-beta.0.66+d2be69ac11346d
kubetest-versionv20230321-850d5bc856
revisionv1.27.0-beta.0.66+d2be69ac11346d
worker_node_os_imagecos-97-16919-103-16

Test Failures


Kubernetes e2e suite [It] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance] 24s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-api\-machinery\]\sAdmissionWebhook\s\[Privileged\:ClusterAdmin\]\sshould\smutate\scustom\sresource\s\[Conformance\]$'
[FAILED] failed to create custom resource cr-instance-1 in namespace: webhook-7824: Internal error occurred: failed calling webhook "mutate-custom-resource-data-stage-1.k8s.io": failed to call webhook: Post "https://e2e-test-webhook.webhook-7824.svc:8443/mutating-custom-resource?timeout=10s": context deadline exceeded
In [It] at: test/e2e/apimachinery/webhook.go:1865 @ 03/23/23 05:58:11.438

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-apps] ReplicaSet should serve a basic image on each replica with a private image 1m4s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-apps\]\sReplicaSet\sshould\sserve\sa\sbasic\simage\son\seach\sreplica\swith\sa\sprivate\simage$'
[FAILED] checking pod responses: Told to stop trying after 30.300s.
Unexpected final error while getting []pod.response: Controller my-hostname-private-42634462-3e6c-4beb-aa04-6eaadbdf017a: failed to Get from replica pod my-hostname-private-42634462-3e6c-4beb-aa04-6eaadbdf017a-ff2px:
    <*errors.StatusError | 0xc0047761e0>: 
    the server is currently unable to handle the request (get pods my-hostname-private-42634462-3e6c-4beb-aa04-6eaadbdf017a-ff2px)
    {
        ErrStatus: 
            code: 503
            details:
              causes:
              - message: unknown
                reason: UnexpectedServerResponse
              kind: pods
              name: my-hostname-private-42634462-3e6c-4beb-aa04-6eaadbdf017a-ff2px
            message: the server is currently unable to handle the request (get pods my-hostname-private-42634462-3e6c-4beb-aa04-6eaadbdf017a-ff2px)
            metadata: {}
            reason: ServiceUnavailable
            status: Failure,
    }
Pod status:
    <v1.PodStatus>: 
        phase: Pending
        qosClass: BestEffort
In [It] at: test/e2e/apps/replica_set.go:228 @ 03/23/23 05:54:13.05

				
				Click to see stdout/stderrfrom junit_01.xml

Find responses mentions in log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance] 36s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-apps\]\sReplicaSet\sshould\sserve\sa\sbasic\simage\son\seach\sreplica\swith\sa\spublic\simage\s\s\[Conformance\]$'
[FAILED] checking pod responses: Told to stop trying after 30.155s.
Unexpected final error while getting []pod.response: Controller my-hostname-basic-5a4a2769-50e3-45f8-8a0e-e18f0f1e245a: failed to Get from replica pod my-hostname-basic-5a4a2769-50e3-45f8-8a0e-e18f0f1e245a-r5hgm:
    <*errors.StatusError | 0xc004e443c0>: 
    the server is currently unable to handle the request (get pods my-hostname-basic-5a4a2769-50e3-45f8-8a0e-e18f0f1e245a-r5hgm)
    {
        ErrStatus: 
            code: 503
            details:
              causes:
              - message: unknown
                reason: UnexpectedServerResponse
              kind: pods
              name: my-hostname-basic-5a4a2769-50e3-45f8-8a0e-e18f0f1e245a-r5hgm
            message: the server is currently unable to handle the request (get pods my-hostname-basic-5a4a2769-50e3-45f8-8a0e-e18f0f1e245a-r5hgm)
            metadata: {}
            reason: ServiceUnavailable
            status: Failure,
    }
Pod status:
    <v1.PodStatus>: 
        phase: Pending
        qosClass: BestEffort
In [It] at: test/e2e/apps/replica_set.go:228 @ 03/23/23 05:56:25.026

				
				Click to see stdout/stderrfrom junit_01.xml

Find responses mentions in log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets 39s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sPort\sforwarding\sWith\sa\sserver\slistening\son\s0\.0\.0\.0\sshould\ssupport\sforwarding\sover\swebsockets$'
[FAILED] Failed to open websocket to wss://34.105.117.5/api/v1/namespaces/port-forwarding-6225/pods/pfpod/portforward?ports=80: websocket.Dial wss://34.105.117.5/api/v1/namespaces/port-forwarding-6225/pods/pfpod/portforward?ports=80: bad status
In [It] at: test/e2e/kubectl/portforward.go:385 @ 03/23/23 05:58:06.216

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 that expects a client request should support a client that connects, sends NO DATA, and disconnects 43s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sPort\sforwarding\sWith\sa\sserver\slistening\son\s0\.0\.0\.0\sthat\sexpects\sa\sclient\srequest\sshould\ssupport\sa\sclient\sthat\sconnects\,\ssends\sNO\sDATA\,\sand\sdisconnects$'
[FAILED] Failed to read from kubectl port-forward stdout: EOF
In [It] at: test/e2e/kubectl/portforward.go:191 @ 03/23/23 05:56:41.482

				
				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 support exec 47s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sclient\sSimple\spod\sshould\ssupport\sexec$'
[FAILED] error running /workspace/kubernetes/platforms/linux/amd64/kubectl --server=https://34.105.117.5 --kubeconfig=/workspace/.kube/config --namespace=kubectl-1711 exec --pod-running-timeout=2m0s httpd -- echo running in container:
Command stdout:

stderr:
Error from server: error dialing backend: dial timeout, backstop

error:
exit status 1
In [It] at: test/e2e/framework/kubectl/builder.go:87 @ 03/23/23 06:02:19.056

				
				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 support inline execution and attach 1m2s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-cli\]\sKubectl\sclient\sSimple\spod\sshould\ssupport\sinline\sexecution\sand\sattach$'
[FAILED] error running /workspace/kubernetes/platforms/linux/amd64/kubectl --server=https://34.105.117.5 --kubeconfig=/workspace/.kube/config --namespace=kubectl-4277 run run-test --image=registry.k8s.io/e2e-test-images/busybox:1.29-4 --restart=OnFailure --pod-running-timeout=2m0s --attach=true --stdin -- sh -c echo -n read: && cat && echo 'stdin closed':
Command stdout:

stderr:
If you don't see a command prompt, try pressing enter.
warning: couldn't attach to pod/run-test, falling back to streaming logs: error dialing backend: dial timeout, backstop
Error from server: Get "https://10.138.0.4:10250/containerLogs/kubectl-4277/run-test/run-test": http2: client connection lost

error:
exit status 1
In [It] at: test/e2e/framework/kubectl/builder.go:87 @ 03/23/23 05:54:27.056

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-network] Services should be able to connect to terminating and unready endpoints if PublishNotReadyAddresses is true 6m21s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-network\]\sServices\sshould\sbe\sable\sto\sconnect\sto\sterminating\sand\sunready\sendpoints\sif\sPublishNotReadyAddresses\sis\strue$'
[FAILED] error running /workspace/kubernetes/platforms/linux/amd64/kubectl --server=https://34.105.117.5 --kubeconfig=/workspace/.kube/config --namespace=services-9570 exec pause-pod-1 -- /bin/sh -x -c curl -q -s --connect-timeout 30 10.138.0.4:31123/hostname:
Command stdout:

stderr:
+ curl -q -s --connect-timeout 30 10.138.0.4:31123/hostname
command terminated with exit code 7

error:
exit status 7
In [It] at: test/e2e/network/util.go:180 @ 03/23/23 06:01:09.437

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-network] Services should be able to update service type to NodePort listening on same port number but different protocols 3m27s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-network\]\sServices\sshould\sbe\sable\sto\supdate\sservice\stype\sto\sNodePort\slistening\son\ssame\sport\snumber\sbut\sdifferent\sprotocols$'
[FAILED] service is not reachable within 2m0s timeout on endpoint 10.0.229.205:80 over TCP protocol
In [It] at: test/e2e/network/service.go:1399 @ 03/23/23 06:06:26.626

				
				Click to see stdout/stderrfrom junit_01.xml

Filter through log files | View test history on testgrid


Kubernetes e2e suite [It] [sig-network] Services should serve endpoints on same port and different protocols 2m20s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Kubernetes\se2e\ssuite\s\[It\]\s\[sig\-network\]\sServices\sshould\sserve\sendpoints\son\ssame\sport\sand\sdifferent\sprotocols$'
[FAILED] Failed to connect to Service UDP port: service is not reachable within 30s timeout on endpoint 10.0.63.133 80 over UDP protocol
In [It] at: test/e2e/network/service.go:3719 @ 03/23/23 05:55:34.927