This job view page is being replaced by Spyglass soon. Check out the new job view.
PRcpanato: [go] Bump images, dependencies and versions to go 1.20
ResultFAILURE
Tests 3 failed / 37480 succeeded
Started2023-01-10 18:31
Elapsed32m31s
Revision4bcfd9aac864baaad4d25fa0873ec0fde0020b87
Refs 114502

Test Failures


k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib TestWithValidThumbprint 0.13s

go test -v k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib -run TestWithValidThumbprint$
=== RUN   TestWithValidThumbprint
2023/01/10 19:00:54 http: TLS handshake error from 127.0.0.1:46730: remote error: tls: bad certificate
E0110 19:00:54.887251   87590 connection.go:197] Failed to create new client. err: Post "https://127.0.0.1:43817/sdk": tls: failed to verify certificate: x509: certificate signed by unknown authority
    connection_test.go:208: Never saw a request, maybe TLS connection could not be established?
--- FAIL: TestWithValidThumbprint (0.13s)

				from junit_20230110-183124.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib TestWithVerificationWithWrongThumbprint 0.49s

go test -v k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib -run TestWithVerificationWithWrongThumbprint$
=== RUN   TestWithVerificationWithWrongThumbprint
2023/01/10 19:00:54 http: TLS handshake error from 127.0.0.1:50872: remote error: tls: bad certificate
E0110 19:00:54.653021   87590 connection.go:197] Failed to create new client. err: Post "https://127.0.0.1:38817/sdk": tls: failed to verify certificate: x509: certificate signed by unknown authority
    connection_test.go:117: Expected wrong thumbprint error, got 'Post "https://127.0.0.1:38817/sdk": tls: failed to verify certificate: x509: certificate signed by unknown authority'
--- FAIL: TestWithVerificationWithWrongThumbprint (0.49s)

				from junit_20230110-183124.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib TestWithVerificationWithoutCaCertOrThumbprint 0.10s

go test -v k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/vsphere/vclib -run TestWithVerificationWithoutCaCertOrThumbprint$
=== RUN   TestWithVerificationWithoutCaCertOrThumbprint
2023/01/10 19:00:54 http: TLS handshake error from 127.0.0.1:50156: remote error: tls: bad certificate
E0110 19:00:54.752870   87590 connection.go:197] Failed to create new client. err: Post "https://127.0.0.1:37717/sdk": tls: failed to verify certificate: x509: certificate signed by unknown authority
    connection_test.go:192: Expected to receive a wrapped x509.UnknownAuthorityError, got: 'Post "https://127.0.0.1:37717/sdk": tls: failed to verify certificate: x509: certificate signed by unknown authority' (&url.Error{Op:"Post", URL:"https://127.0.0.1:37717/sdk", Err:(*tls.CertificateVerificationError)(0xc0004324e0)})
--- FAIL: TestWithVerificationWithoutCaCertOrThumbprint (0.10s)

				from junit_20230110-183124.xml

Filter through log files | View test history on testgrid


Show 37480 Passed Tests