golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.96k stars 17.53k forks source link

crypto/x509: TestPlatformVerifierLegacy failures #65626

Open gopherbot opened 7 months ago

gopherbot commented 7 months ago
#!watchflakes
default <- pkg == "crypto/x509" && test == "TestPlatformVerifierLegacy"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestPlatformVerifierLegacy (78.90s)
    root_darwin_test.go:103: tls connection failed: dial tcp 104.154.89.105:443: connect: operation timed out
    --- FAIL: TestPlatformVerifierLegacy/wrong_host_for_leaf (75.06s)
        testing.go:1576: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test

watchflakes

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/x509" && test == "TestPlatformVerifierLegacy"
2024-02-08 20:33 darwin-amd64-longtest go@414161eb crypto/x509.TestPlatformVerifierLegacy (log) --- FAIL: TestPlatformVerifierLegacy (78.90s) root_darwin_test.go:103: tls connection failed: dial tcp 104.154.89.105:443: connect: operation timed out --- FAIL: TestPlatformVerifierLegacy/wrong_host_for_leaf (75.06s) testing.go:1576: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test

watchflakes

bcmills commented 7 months ago

(attn @rolandshoemaker)

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/x509" && test == "TestPlatformVerifierLegacy"
2024-02-17 06:03 darwin-amd64-longtest go@86a32d6d crypto/x509.TestPlatformVerifierLegacy (log) --- FAIL: TestPlatformVerifierLegacy (25.32s) root_darwin_test.go:103: tls connection failed: read tcp 192.168.64.102:49594->104.154.89.105:443: read: connection reset by peer --- FAIL: TestPlatformVerifierLegacy/wrong_host_for_leaf (22.14s) testing.go:1576: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test

watchflakes

rolandshoemaker commented 7 months ago

Should be fixed by https://go.dev/cl/548976

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/x509" && test == "TestPlatformVerifierLegacy"
2024-04-03 15:35 darwin-amd64-longtest go@d8392e69 crypto/x509.TestPlatformVerifierLegacy (log) --- FAIL: TestPlatformVerifierLegacy (16.31s) root_darwin_test.go:103: tls connection failed: read tcp 192.168.64.101:49417->104.154.89.105:443: read: connection reset by peer --- FAIL: TestPlatformVerifierLegacy/expired_leaf (16.13s) testing.go:1490: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/x509" && test == "TestPlatformVerifierLegacy"
2024-05-10 15:28 darwin-amd64-longtest go@77cfa290 crypto/x509.TestPlatformVerifierLegacy (log) --- FAIL: TestPlatformVerifierLegacy (83.41s) root_darwin_test.go:103: tls connection failed: dial tcp 104.154.89.105:443: connect: operation timed out --- FAIL: TestPlatformVerifierLegacy/self-signed_leaf (75.08s) testing.go:1490: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test

watchflakes