Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/tls: test failing due to timeout on Darwin #27902

Closed
katiehockman opened this issue Sep 27, 2018 · 1 comment
Closed

crypto/tls: test failing due to timeout on Darwin #27902

katiehockman opened this issue Sep 27, 2018 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Darwin Soon This needs to be done soon. (regressions, serious bugs, outages)

Comments

@katiehockman
Copy link
Contributor

See build.golang.org darwin-amd64-10_12 build failures.
Example build: https://build.golang.org/log/9943c8e5fdbf5d4b9049e29fa27be8dae5f336be

This is a flaky test that has been failing since at least August, but for the past week has been failing consistently. May just need to increase the timeout slightly for this environment in the short term.

Full failure logs panic: test timed out after 3m0s

goroutine 72 [running]:
testing.(*M).startAlarm.func1()
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:1303 +0xfd
created by time.goFunc
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/time/sleep.go:172 +0x44

goroutine 1 [chan receive, 2 minutes]:
testing.(*T).Run(0xc000264b00, 0x1383e71, 0x14, 0x139d0e0, 0x1078301)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:886 +0x374
testing.runTests.func1(0xc000130000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:1126 +0x78
testing.tRunner(0xc000130000, 0xc0000f5e08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
testing.runTests(0xc00009f480, 0x160f3c0, 0x67, 0x67, 0x100d44e)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:1124 +0x2aa
testing.(*M).Run(0xc00012c000, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:1041 +0x160
main.main()
_testmain.go:256 +0x13d

goroutine 29 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130800, 0xc000038708, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc000130800, 0xc000038708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientRSARC4(0xc000130800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:471 +0xfe
testing.tRunner(0xc000130800, 0x139ced0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 30 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130900, 0xc000033f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000130900, 0xc000033f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientRSAAES128GCM(0xc000130900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:481 +0xfa
testing.tRunner(0xc000130900, 0x139cec0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 31 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130a00, 0xc000033708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000130a00, 0xc000033708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientRSAAES256GCM(0xc000130a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:489 +0xfa
testing.tRunner(0xc000130a00, 0x139cec8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 32 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130b00, 0xc000034708, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc000130b00, 0xc000034708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientECDHERSAAES(0xc000130b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:497 +0xfe
testing.tRunner(0xc000130b00, 0x139cea0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 33 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130c00, 0xc000034f08, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc000130c00, 0xc000034f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientECDHEECDSAAES(0xc000130c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:509 +0x13a
testing.tRunner(0xc000130c00, 0x139ce88)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 34 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130d00, 0xc000035708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000130d00, 0xc000035708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientECDHEECDSAAESGCM(0xc000130d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:521 +0x13a
testing.tRunner(0xc000130d00, 0x139ce80)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 35 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130e00, 0xc000035f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000130e00, 0xc000035f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientAES256GCMSHA384(0xc000130e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:531 +0x13a
testing.tRunner(0xc000130e00, 0x139ce50)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 36 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000130f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000130f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000130f00, 0xc000424708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000130f00, 0xc000424708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientAES128CBCSHA256(0xc000130f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:539 +0xfa
testing.tRunner(0xc000130f00, 0x139ce48)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 37 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131000, 0xc000424f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000131000, 0xc000424f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientECDHERSAAES128CBCSHA256(0xc000131000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:547 +0xfa
testing.tRunner(0xc000131000, 0x139ce98)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 38 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131100, 0xc000425708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000131100, 0xc000425708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientECDHEECDSAAES128CBCSHA256(0xc000131100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:557 +0x13a
testing.tRunner(0xc000131100, 0x139ce78)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 39 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131200, 0xc000425f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000131200, 0xc000425f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientX25519(0xc000131200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:570 +0x16c
testing.tRunner(0xc000131200, 0x139ced8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 40 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131400, 0xc000426708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000131400, 0xc000426708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientECDHERSAChaCha20(0xc000131400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:583 +0x16c
testing.tRunner(0xc000131400, 0x139cea8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 41 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131500, 0xc000426f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc000131500, 0xc000426f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientECDHEECDSAChaCha20(0xc000131500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:598 +0x1ac
testing.tRunner(0xc000131500, 0x139ce90)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 42 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131600, 0xc0000aff08, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc000131600, 0xc000181f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientCertRSA(0xc000131600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:612 +0x2d4
testing.tRunner(0xc000131600, 0x139ce70)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 43 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000131700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000131700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc000131700, 0xc0000abf08, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc000131700, 0xc0000f1f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientCertECDSA(0xc000131700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:648 +0x2d4
testing.tRunner(0xc000131700, 0x139ce68)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 11 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4000, 0xc000039708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4000, 0xc000039708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakeClientALPNMatch(0xc0004d4000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:863 +0x18e
testing.tRunner(0xc0004d4000, 0x139ce60)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 12 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4200, 0xc000038f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4200, 0xc000038f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestHandshakClientSCTs(0xc0004d4200)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:901 +0x25e
testing.tRunner(0xc0004d4200, 0x139ce40)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 13 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4400, 0xc000421708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4400, 0xc000421708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestRenegotiationRejected(0xc0004d4400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:923 +0x13e
testing.tRunner(0xc0004d4400, 0x139d060)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 14 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4500, 0xc000421f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4500, 0xc000421f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestRenegotiateOnce(0xc0004d4500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:937 +0x12a
testing.tRunner(0xc0004d4500, 0x139d028)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 15 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4600, 0xc000422708, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4600, 0xc000422708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestRenegotiateTwice(0xc0004d4600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:951 +0x12a
testing.tRunner(0xc0004d4600, 0x139d040)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 16 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4700, 0xc000422f08, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS12(0xc0004d4700, 0xc000422f08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:463 +0x5f
crypto/tls.TestRenegotiateTwiceRejected(0xc0004d4700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:979 +0x149
testing.tRunner(0xc0004d4700, 0x139d038)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 82 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004d4800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004d4800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runClientTestForVersion(0xc0004d4800, 0xc000423708, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:442 +0x32
crypto/tls.runClientTestTLS10(0xc0004d4800, 0xc000423708)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:455 +0x5f
crypto/tls.TestHandshakeClientExportKeyingMaterial(0xc0004d4800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:996 +0x11b
testing.tRunner(0xc0004d4800, 0x139ceb8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 108 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c2300)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.TestHandshakeRace(0xc0004c2300)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:1397 +0x35
testing.tRunner(0xc0004c2300, 0x139cef8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 167 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3600, 0xc000423f38, 0x137f298, 0x6, 0x137ef26, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestSSLv3(0xc0004c3600, 0xc000423f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:682 +0x5f
crypto/tls.TestHandshakeServerRSARC4(0xc0004c3600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:702 +0xf7
testing.tRunner(0xc0004c3600, 0x139cf68)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 63 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x2254f80, 0x72, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/runtime/netpoll.go:173 +0x55
internal/poll.(*pollDesc).wait(0xc00012c098, 0x72, 0xc00013dc00, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a
internal/poll.(*pollDesc).waitRead(0xc00012c098, 0xffffffffffffff00, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc00012c080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_unix.go:384 +0x19e
net.(*netFD).accept(0xc00012c080, 0x2, 0x2, 0x1)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc000098020, 0xc00008a6e8, 0xc0000ed6b0, 0x104805d)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/tcpsock_posix.go:139 +0x2e
net.(*TCPListener).Accept(0xc000098020, 0xc00008a6e8, 0x1, 0x1, 0x10d76ad)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/tcpsock.go:260 +0x47
crypto/tls.TestTLSUniqueMatches.func1(0x13e1d20, 0xc000098020, 0xc000264b00, 0xc000194960)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls_test.go:295 +0xbc
created by crypto/tls.TestTLSUniqueMatches
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls_test.go:293 +0xf7

goroutine 168 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3700, 0xc000163f38, 0x137f298, 0x6, 0x137ef26, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestSSLv3(0xc0004c3700, 0xc000163f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:682 +0x5f
crypto/tls.TestHandshakeServerRSA3DES(0xc0004c3700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:713 +0xf7
testing.tRunner(0xc0004c3700, 0x139cf58)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 169 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3800, 0xc0000f0f38, 0x137f298, 0x6, 0x137ef26, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestSSLv3(0xc0004c3800, 0xc0000f0f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:682 +0x5f
crypto/tls.TestHandshakeServerRSAAES(0xc0004c3800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:723 +0xf7
testing.tRunner(0xc0004c3800, 0x139cf60)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 170 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3900, 0xc000162f38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3900, 0xc000162f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerAESGCM(0xc0004c3900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:733 +0xf3
testing.tRunner(0xc0004c3900, 0x139cf08)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 171 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3a00, 0xc000164f38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3a00, 0xc000164f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerAES256GCMSHA384(0xc0004c3a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:741 +0xf3
testing.tRunner(0xc0004c3a00, 0x139cf00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 172 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3b00, 0xc000049f38, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS10(0xc0004c3b00, 0xc000147f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:686 +0x5f
crypto/tls.TestHandshakeServerECDHEECDSAAES(0xc0004c3b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:756 +0x21e
testing.tRunner(0xc0004c3b00, 0x139cf30)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 173 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3c00, 0xc000165738, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3c00, 0xc000165738)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerX25519(0xc0004c3c00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:769 +0x165
testing.tRunner(0xc0004c3c00, 0x139cfa0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 174 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3d00, 0xc000165f38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3d00, 0xc000165f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerALPN(0xc0004c3d00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:790 +0x18e
testing.tRunner(0xc0004c3d00, 0x139cf28)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 175 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3e00, 0xc0000ec738, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3e00, 0xc0000ec738)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerALPNNoMatch(0xc0004c3e00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:812 +0x18e
testing.tRunner(0xc0004c3e00, 0x139cf20)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 176 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc0004c3f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc0004c3f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc0004c3f00, 0xc00015ef38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc0004c3f00, 0xc00015ef38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerSNI(0xc0004c3f00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:823 +0xf3
testing.tRunner(0xc0004c3f00, 0x139cf98)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 177 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264000, 0xc00015f738, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc000264000, 0xc00015f738)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerSNIGetCertificate(0xc000264000)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:843 +0x173
testing.tRunner(0xc000264000, 0x139cf90)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 178 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264100, 0xc00015ff38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc000264100, 0xc00015ff38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestHandshakeServerSNIGetCertificateNotFound(0xc000264100)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:861 +0x131
testing.tRunner(0xc000264100, 0x139cf88)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 184 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264400, 0xc0001606d8, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc000264400, 0xc0001606d8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestCipherSuiteCertPreferenceECDSA(0xc000264400)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:924 +0x10c
testing.tRunner(0xc000264400, 0x139cd10)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 185 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264500, 0xc000046f38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc000264500, 0xc000046f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestResumption(0xc000264500)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:952 +0x171
testing.tRunner(0xc000264500, 0x139d070)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 186 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264600, 0xc0002f1f38, 0x137f6be, 0x7, 0x137f4f7, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS12(0xc000264600, 0xc0002f1f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:694 +0x5f
crypto/tls.TestResumptionDisabled(0xc000264600)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:972 +0x198
testing.tRunner(0xc000264600, 0x139d068)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 187 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264700, 0xc000160f38, 0x137f6b7, 0x7, 0x137f4f0, 0x7)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS11(0xc000264700, 0xc000160f38)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:690 +0x5f
crypto/tls.TestFallbackSCSV(0xc000264700)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:998 +0x177
testing.tRunner(0xc000264700, 0x139cdf8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 188 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.runServerTestForVersion(0xc000264800, 0xc000161738, 0x137f6b0, 0x7, 0x137ef2b, 0x5)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:670 +0x32
crypto/tls.runServerTestTLS10(0xc000264800, 0xc000161738)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:686 +0x5f
crypto/tls.TestHandshakeServerExportKeyingMaterial(0xc000264800)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:1015 +0x11b
testing.tRunner(0xc000264800, 0x139cf50)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 189 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.setParallel(0xc000264900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_client_test.go:437 +0xc4
crypto/tls.TestClientAuth(0xc000264900)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/handshake_server_test.go:1164 +0x43
testing.tRunner(0xc000264900, 0x139cd20)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 196 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc000264a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:739 +0x1e4
crypto/tls.TestX509KeyPair(0xc000264a00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls_test.go:101 +0x5e
testing.tRunner(0xc000264a00, 0x139d168)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d

goroutine 62 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x2254eb0, 0x77, 0x2254eb8)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/runtime/netpoll.go:173 +0x55
internal/poll.(*pollDesc).wait(0xc00012c198, 0x77, 0xc0000ad300, 0xc0000ad3c8, 0xc0000ad301)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a
internal/poll.(*pollDesc).waitWrite(0xc00012c198, 0xc00012c100, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc00012c180, 0xc00008a008, 0xc00008a008)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/internal/poll/fd_unix.go:497 +0x37
net.(*netFD).connect(0xc00012c180, 0x13e22a0, 0xc00008a008, 0x0, 0x0, 0x13df060, 0xc0001903c0, 0x0, 0x0, 0x0, ...)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/fd_unix.go:152 +0x272
net.(*netFD).dial(0xc00012c180, 0x13e22a0, 0xc00008a008, 0x13e3320, 0x0, 0x13e3320, 0xc000226390, 0x0, 0xc00004b5c8, 0x11a79de)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/sock_posix.go:149 +0xff
net.socket(0x13e22a0, 0xc00008a008, 0x137ec07, 0x3, 0x2, 0x1, 0x0, 0x0, 0x13e3320, 0x0, ...)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/sock_posix.go:70 +0x1ab
net.internetSocket(0x13e22a0, 0xc00008a008, 0x137ec07, 0x3, 0x13e3320, 0x0, 0x13e3320, 0xc000226390, 0x1, 0x0, ...)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/ipsock_posix.go:141 +0x141
net.(*sysDialer).doDialTCP(0xc00012c100, 0x13e22a0, 0xc00008a008, 0x0, 0xc000226390, 0xc00004b7a8, 0x104b18a, 0x105d510)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/tcpsock_posix.go:65 +0xc2
net.(*sysDialer).dialTCP(0xc00012c100, 0x13e22a0, 0xc00008a008, 0x0, 0xc000226390, 0x4ea14a734e64d, 0x10498e40, 0x10498e40013e22a0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/tcpsock_posix.go:61 +0xd7
net.(*sysDialer).dialSingle(0xc00012c100, 0x13e22a0, 0xc00008a008, 0x13e0860, 0xc000226390, 0x0, 0x0, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/dial.go:556 +0x348
net.(*sysDialer).dialSerial(0xc00012c100, 0x13e22a0, 0xc00008a008, 0xc00017c4d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/dial.go:524 +0x221
net.(*Dialer).DialContext(0xc0000adba8, 0x13e22a0, 0xc00008a008, 0x137ec07, 0x3, 0xc00008a720, 0xf, 0x0, 0x0, 0x0, ...)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/dial.go:406 +0x636
net.(*Dialer).Dial(0xc00004bba8, 0x137ec07, 0x3, 0xc00008a720, 0xf, 0x0, 0xc00004bb20, 0x3, 0x3)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/net/dial.go:329 +0x75
crypto/tls.DialWithDialer(0xc00004bba8, 0x137ec07, 0x3, 0xc00008a720, 0xf, 0xc000068f00, 0xc00008a719, 0x5, 0xc00008a720)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls.go:120 +0xd8
crypto/tls.Dial(0x137ec07, 0x3, 0xc00008a720, 0xf, 0xc000068f00, 0xc000194960, 0x14aa328, 0xf)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls.go:170 +0x9d
crypto/tls.TestTLSUniqueMatches(0xc000264b00)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/crypto/tls/tls_test.go:312 +0x232
testing.tRunner(0xc000264b00, 0x139d0e0)
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:834 +0xbf
created by testing.(*T).Run
/var/folders/dx/k53rs1s93538b4x20g46cj_w0000gn/T/workdir/go/src/testing/testing.go:885 +0x34d
FAIL crypto/tls 180.039s

@katiehockman katiehockman added OS-Darwin NeedsFix The path to resolution is known, but the work has not been done. Soon This needs to be done soon. (regressions, serious bugs, outages) labels Sep 27, 2018
@FiloSottile
Copy link
Contributor

Duplicate of #25696

@FiloSottile FiloSottile marked this as a duplicate of #25696 Sep 27, 2018
@katiehockman katiehockman changed the title crypto/tls: Test failing due to timeout on Darwin crypto/tls: test failing due to timeout on Darwin Sep 27, 2018
@golang golang locked and limited conversation to collaborators Sep 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Darwin Soon This needs to be done soon. (regressions, serious bugs, outages)
Projects
None yet
Development

No branches or pull requests

3 participants