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: TestFIPSCertAlgs failures #70618

Open
gopherbot opened this issue Nov 30, 2024 · 2 comments
Open

crypto/tls: TestFIPSCertAlgs failures #70618

gopherbot opened this issue Nov 30, 2024 · 2 comments
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 == "TestFIPSCertAlgs"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestFIPSCertAlgs
panic: test timed out after 3m0s
	running tests:
		TestFIPSCertAlgs (2m58s)

goroutine 255 gp=0x9dc67e8 m=9 mp=0x9e80808 [running]:
panic({0x83eebe0, 0x9c28050})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c54784 sp=0x9c54730 pc=0x80bacc4
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x382 fp=0x9c547f0 sp=0x9c54784 pc=0x815bd72
...
runtime.gopark(0x846f384, 0x9cda4e0, 0x1b, 0xa, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0x10c fp=0x9d62f8c sp=0x9d62f78 pc=0x80bb16c
runtime.gcBgMarkWorker(0x9c90b00)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xfd fp=0x9d62fe8 sp=0x9d62f8c pc=0x806104d
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x27 fp=0x9d62ff0 sp=0x9d62fe8 pc=0x8060f37
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9d62ff4 sp=0x9d62ff0 pc=0x80c0ce1
created by runtime.gcBgMarkStartWorkers in goroutine 25
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x12c

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestFIPSCertAlgs"
2024-11-30 01:49 gotip-linux-386-clang15 go@acd54c99 crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 3m0s
	running tests:
		TestFIPSCertAlgs (2m58s)

goroutine 255 gp=0x9dc67e8 m=9 mp=0x9e80808 [running]:
panic({0x83eebe0, 0x9c28050})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c54784 sp=0x9c54730 pc=0x80bacc4
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x382 fp=0x9c547f0 sp=0x9c54784 pc=0x815bd72
...
runtime.gopark(0x846f384, 0x9cda4e0, 0x1b, 0xa, 0x0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0x10c fp=0x9d62f8c sp=0x9d62f78 pc=0x80bb16c
runtime.gcBgMarkWorker(0x9c90b00)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xfd fp=0x9d62fe8 sp=0x9d62f8c pc=0x806104d
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x27 fp=0x9d62ff0 sp=0x9d62fe8 pc=0x8060f37
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9d62ff4 sp=0x9d62ff0 pc=0x80c0ce1
created by runtime.gcBgMarkStartWorkers in goroutine 25
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x12c

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestFIPSCertAlgs"
2024-12-03 00:06 gotip-linux-amd64-asan-clang15 go@17b00789 crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 6m0s
	running tests:
		TestFIPSCertAlgs (5m54s)

goroutine 324 gp=0x10c000292e00 m=10 mp=0x10c000291808 [running]:
panic({0xbe6fc0?, 0x10c0001672a0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c0001eef10 sp=0x10c0001eee60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c0001eefe0 sp=0x10c0001eef10 pc=0x6d45d9
...
runtime.gopark(0x7a7d94ccf2?, 0x1?, 0x61?, 0xa1?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c00036f738 sp=0x10c00036f718 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c0001fcb00)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c00036f7c8 sp=0x10c00036f738 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c00036f7e0 sp=0x10c00036f7c8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c00036f7e8 sp=0x10c00036f7e0 pc=0x556641
created by runtime.gcBgMarkStartWorkers in goroutine 23
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x105

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