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 · 5 comments
Open

crypto/tls: TestFIPSCertAlgs failures #70618

gopherbot opened this issue Nov 30, 2024 · 5 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

@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@485ed2fa crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 6m0s
	running tests:
		TestFIPSCertAlgs (5m54s)

goroutine 293 gp=0x10c00051e600 m=10 mp=0x10c000185008 [running]:
panic({0xbe7fc0?, 0x10c0000260c0?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c000078f10 sp=0x10c000078e60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c000078fe0 sp=0x10c000078f10 pc=0x6d45d9
...
runtime.gopark(0x19d0cc0?, 0x1?, 0x51?, 0xbd?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c000062738 sp=0x10c000062718 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c000294e70)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c0000627c8 sp=0x10c000062738 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c0000627e0 sp=0x10c0000627c8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0000627e8 sp=0x10c0000627e0 pc=0x556641
created by runtime.gcBgMarkStartWorkers in goroutine 39
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x105
2024-12-03 16:22 gotip-linux-amd64-asan-clang15 go@a8be8349 crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 6m0s
	running tests:
		TestFIPSCertAlgs (5m54s)

goroutine 218 gp=0x10c00040aa00 m=8 mp=0x10c00009b008 [running]:
panic({0xbe7fc0?, 0x10c0000ca060?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c00078df10 sp=0x10c00078de60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c00078dfe0 sp=0x10c00078df10 pc=0x6d45d9
...
crypto/tls.TestFIPSCertAlgs(0x10c00052b200)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/crypto/tls/fips_test.go:361 +0x349 fp=0x10c000593f38 sp=0x10c000593b90 pc=0x9aef69
testing.tRunner(0x10c00052b200, 0xcb7bd0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1764 +0x1db fp=0x10c000593fc0 sp=0x10c000593f38 pc=0x6cb8db
testing.(*T).Run.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x25 fp=0x10c000593fe0 sp=0x10c000593fc0 pc=0x6cd8c5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c000593fe8 sp=0x10c000593fe0 pc=0x556641
created by testing.(*T).Run in goroutine 1
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1823 +0x94b
2024-12-03 17:07 gotip-linux-amd64-asan-clang15 go@9d76157e crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 6m0s
	running tests:
		TestFIPSCertAlgs (5m54s)

goroutine 279 gp=0x10c000103400 m=3 mp=0x10c000069008 [running]:
panic({0xbe7fc0?, 0x10c000308080?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c000249f10 sp=0x10c000249e60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c000249fe0 sp=0x10c000249f10 pc=0x6d45d9
...
runtime.gopark(0x89ba249fd6?, 0x1?, 0x84?, 0x60?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c0004ec738 sp=0x10c0004ec718 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c000098fd0)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c0004ec7c8 sp=0x10c0004ec738 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c0004ec7e0 sp=0x10c0004ec7c8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0004ec7e8 sp=0x10c0004ec7e0 pc=0x556641
created by runtime.gcBgMarkStartWorkers in goroutine 12
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x105

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

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

goroutine 170 gp=0x10c00009ca00 m=0 mp=0x19a6860 [running]:
panic({0xbe7fc0?, 0x10c000026080?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c00013cf10 sp=0x10c00013ce60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c00013cfe0 sp=0x10c00013cf10 pc=0x6d45d9
...
runtime.gopark(0x6bd6f0c14d?, 0x10c000270fc0?, 0x1b?, 0xa?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c0002b9f38 sp=0x10c0002b9f18 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c0002a4b00)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c0002b9fc8 sp=0x10c0002b9f38 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c0002b9fe0 sp=0x10c0002b9fc8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0002b9fe8 sp=0x10c0002b9fe0 pc=0x556641
created by runtime.gcBgMarkStartWorkers in goroutine 23
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x105
2024-12-03 21:42 gotip-linux-amd64-asan-clang15 go@953a1bec crypto/tls.TestFIPSCertAlgs [ABORT] (log)
=== RUN   TestFIPSCertAlgs
panic: test timed out after 6m0s
	running tests:
		TestFIPSCertAlgs (5m54s)

goroutine 316 gp=0x10c000492000 m=0 mp=0x19a6860 [running]:
panic({0xbe7fc0?, 0x10c000026200?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c0001e1f10 sp=0x10c0001e1e60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c0001e1fe0 sp=0x10c0001e1f10 pc=0x6d45d9
...
runtime.gopark(0x6dbf7a0b29?, 0x1?, 0xc8?, 0x28?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c0002ed738 sp=0x10c0002ed718 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c000272c60)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c0002ed7c8 sp=0x10c0002ed738 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c0002ed7e0 sp=0x10c0002ed7c8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c0002ed7e8 sp=0x10c0002ed7e0 pc=0x556641
created by runtime.gcBgMarkStartWorkers in goroutine 23
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x105

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

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

goroutine 298 gp=0x10c0003a0000 m=10 mp=0x10c00009a808 [running]:
panic({0xbe7fc0?, 0x10c00051e060?})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x168 fp=0x10c000077f10 sp=0x10c000077e60 pc=0x54eac8
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x739 fp=0x10c000077fe0 sp=0x10c000077f10 pc=0x6d45d9
...
runtime.gopark(0xd41dec93dd?, 0x3?, 0xc2?, 0x13?, 0x0?)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xce fp=0x10c00005e738 sp=0x10c00005e718 pc=0x54ef6e
runtime.gcBgMarkWorker(0x10c000166c60)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1423 +0xe9 fp=0x10c00005e7c8 sp=0x10c00005e738 pc=0x4f8209
runtime.gcBgMarkStartWorkers.gowrap1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1339 +0x25 fp=0x10c00005e7e0 sp=0x10c00005e7c8 pc=0x4f80e5
runtime.goexit({})
	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1700 +0x1 fp=0x10c00005e7e8 sp=0x10c00005e7e0 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