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: TestClientHandshakeContextCancellation failures #55276

Closed
gopherbot opened this issue Sep 20, 2022 · 2 comments
Closed

crypto/tls: TestClientHandshakeContextCancellation failures #55276

gopherbot opened this issue Sep 20, 2022 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "crypto/tls" && test == "TestClientHandshakeContextCancellation"

Bug automatically created to collect these failures.

Example log:

panic: test timed out after 3m0s

runtime.gopark(0xc0000c73b0?, 0xb?, 0x0?, 0x0?, 0x8?)
	/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc0000c7348 sp=0xc0000c7328 pc=0x43b496
runtime.netpollblock(0x47c3a5?, 0xda?, 0x0?)
	/workdir/go/src/runtime/netpoll.go:526 +0xf7 fp=0xc0000c7380 sp=0xc0000c7348 pc=0x433c17
internal/poll.runtime_pollWait(0x7f431dd95f58, 0x72)
	/workdir/go/src/runtime/netpoll.go:305 +0x89 fp=0xc0000c73a0 sp=0xc0000c7380 pc=0x466129
internal/poll.(*pollDesc).wait(0xc00017e900?, 0xc0003b9680?, 0x0)
	/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0000c73c8 sp=0xc0000c73a0 pc=0x496e32
...
	/workdir/go/src/crypto/tls/handshake_client.go:184 +0x251 fp=0xc0000c7cb0 sp=0xc0000c7a20 pc=0x618e11
crypto/tls.(*Conn).clientHandshake-fm({0x7b3f78?, 0xc000580740?})
	<autogenerated>:1 +0x39 fp=0xc0000c7cd8 sp=0xc0000c7cb0 pc=0x6919f9
crypto/tls.(*Conn).handshakeContext(0xc00044a380, {0x7b3f78, 0xc000580700})
	/workdir/go/src/crypto/tls/conn.go:1462 +0x32f fp=0xc0000c7ea0 sp=0xc0000c7cd8 pc=0x6171cf
crypto/tls.(*Conn).HandshakeContext(...)
	/workdir/go/src/crypto/tls/conn.go:1405
crypto/tls.TestClientHandshakeContextCancellation(0xc0003c6b60)
	/workdir/go/src/crypto/tls/handshake_client_test.go:2583 +0x22f fp=0xc0000c7f70 sp=0xc0000c7ea0 pc=0x6648cf
testing.tRunner(0xc0003c6b60, 0x75a460)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@gopherbot
Copy link
Author

Found new matching dashboard test flakes for:

#!watchflakes
post <- pkg == "crypto/tls" && test == "TestClientHandshakeContextCancellation"
2022-08-08 15:22 linux-amd64-goamd64v3 go@dd590881 crypto/tls.TestClientHandshakeContextCancellation (log)
panic: test timed out after 3m0s

runtime.gopark(0xc0000c73b0?, 0xb?, 0x0?, 0x0?, 0x8?)
	/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc0000c7348 sp=0xc0000c7328 pc=0x43b496
runtime.netpollblock(0x47c3a5?, 0xda?, 0x0?)
	/workdir/go/src/runtime/netpoll.go:526 +0xf7 fp=0xc0000c7380 sp=0xc0000c7348 pc=0x433c17
internal/poll.runtime_pollWait(0x7f431dd95f58, 0x72)
	/workdir/go/src/runtime/netpoll.go:305 +0x89 fp=0xc0000c73a0 sp=0xc0000c7380 pc=0x466129
internal/poll.(*pollDesc).wait(0xc00017e900?, 0xc0003b9680?, 0x0)
	/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 fp=0xc0000c73c8 sp=0xc0000c73a0 pc=0x496e32
...
	/workdir/go/src/crypto/tls/handshake_client.go:184 +0x251 fp=0xc0000c7cb0 sp=0xc0000c7a20 pc=0x618e11
crypto/tls.(*Conn).clientHandshake-fm({0x7b3f78?, 0xc000580740?})
	<autogenerated>:1 +0x39 fp=0xc0000c7cd8 sp=0xc0000c7cb0 pc=0x6919f9
crypto/tls.(*Conn).handshakeContext(0xc00044a380, {0x7b3f78, 0xc000580700})
	/workdir/go/src/crypto/tls/conn.go:1462 +0x32f fp=0xc0000c7ea0 sp=0xc0000c7cd8 pc=0x6171cf
crypto/tls.(*Conn).HandshakeContext(...)
	/workdir/go/src/crypto/tls/conn.go:1405
crypto/tls.TestClientHandshakeContextCancellation(0xc0003c6b60)
	/workdir/go/src/crypto/tls/handshake_client_test.go:2583 +0x22f fp=0xc0000c7f70 sp=0xc0000c7ea0 pc=0x6648cf
testing.tRunner(0xc0003c6b60, 0x75a460)

watchflakes

@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

Stopped.

@rsc rsc closed this as completed Sep 20, 2022
@golang golang locked and limited conversation to collaborators Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants