golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.34k stars 17.7k forks source link

crypto/tls: TestFIPSCertAlgs failures #70618

Open gopherbot opened 3 hours ago

gopherbot commented 3 hours ago
#!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 commented 3 hours ago

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