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: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 failures #70648

Open
gopherbot opened this issue Dec 2, 2024 · 1 comment
Open

crypto/tls: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 failures #70648

gopherbot opened this issue Dec 2, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestHandshakeClientECDHEECDSAAESGCM/TLSv12"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestHandshakeClientECDHEECDSAAESGCM/TLSv12
=== PAUSE TestHandshakeClientECDHEECDSAAESGCM/TLSv12
=== CONT  TestHandshakeClientECDHEECDSAAESGCM/TLSv12
panic: test timed out after 6m0s
	running tests:
		TestHandshakeClientECDHEECDSAAESGCM/TLSv12 (0s)

goroutine 392 gp=0x10c000105800 m=12 mp=0x10c000103808 [running]:
panic({0xbebfa0?, 0x10c000026ba0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c000341f10 sp=0x10c000341e60 pc=0x54eac8
...
crypto/tls.runTestAndUpdateIfNeeded.func1(0x10c00040c200)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:60 +0x7f fp=0x10c0003edf38 sp=0x10c0003edf00 pc=0xa0097f
testing.tRunner(0x10c00040c200, 0x10c0003121b0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1764 +0x1db fp=0x10c0003edfc0 sp=0x10c0003edf38 pc=0x6cb8db
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x25 fp=0x10c0003edfe0 sp=0x10c0003edfc0 pc=0x6cd8c5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0003edfe8 sp=0x10c0003edfe0 pc=0x556641
created by testing.(*T).Run in goroutine 327
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x94b

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 Dec 2, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestHandshakeClientECDHEECDSAAESGCM/TLSv12"
2024-12-02 20:37 gotip-linux-amd64-asan-clang15 go@7632c6e2 crypto/tls.TestHandshakeClientECDHEECDSAAESGCM/TLSv12 [ABORT] (log)
=== RUN   TestHandshakeClientECDHEECDSAAESGCM/TLSv12
=== PAUSE TestHandshakeClientECDHEECDSAAESGCM/TLSv12
=== CONT  TestHandshakeClientECDHEECDSAAESGCM/TLSv12
panic: test timed out after 6m0s
	running tests:
		TestHandshakeClientECDHEECDSAAESGCM/TLSv12 (0s)

goroutine 392 gp=0x10c000105800 m=12 mp=0x10c000103808 [running]:
panic({0xbebfa0?, 0x10c000026ba0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c000341f10 sp=0x10c000341e60 pc=0x54eac8
...
crypto/tls.runTestAndUpdateIfNeeded.func1(0x10c00040c200)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/handshake_test.go:60 +0x7f fp=0x10c0003edf38 sp=0x10c0003edf00 pc=0xa0097f
testing.tRunner(0x10c00040c200, 0x10c0003121b0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1764 +0x1db fp=0x10c0003edfc0 sp=0x10c0003edf38 pc=0x6cb8db
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x25 fp=0x10c0003edfe0 sp=0x10c0003edfc0 pc=0x6cd8c5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0003edfe8 sp=0x10c0003edfe0 pc=0x556641
created by testing.(*T).Run in goroutine 327
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x94b

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant