golang / go

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

runtime/pprof: TestGoroutineProfileConcurrency/finalizer_present failures #68456

Closed gopherbot closed 1 week ago

gopherbot commented 1 month ago
#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency/finalizer_present"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestGoroutineProfileConcurrency/finalizer_present
panic: test timed out after 3m0s
    running tests:
        TestGoroutineProfileConcurrency (2m57s)
        TestGoroutineProfileConcurrency/finalizer_present (2m47s)

goroutine 92 gp=0x4000105180 m=0 mp=0x48ec20 [running]:
panic({0x292020?, 0x40001c42d0?})
    /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:804 +0x154 fp=0x4000116f00 sp=0x4000116e50 pc=0x166434
testing.(*M).startAlarm.func1()
...
runtime/pprof.TestGoroutineProfileConcurrency.func5(0x40086861a0)
    /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:1634 +0x148 fp=0x4000118f60 sp=0x4000118eb0 pc=0x25ad88
testing.tRunner(0x40086861a0, 0x400000e5e8)
    /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1690 +0xe4 fp=0x4000118fb0 sp=0x4000118f60 pc=0x1e0984
testing.(*T).Run.gowrap1()
    /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x2c fp=0x4000118fd0 sp=0x4000118fb0 pc=0x1e17cc
runtime.goexit({})
    /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x16e8d4
created by testing.(*T).Run in goroutine 414
    /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x314

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency/finalizer_present"
2024-06-07 18:49 gotip-linux-arm64-boringcrypto go@e709992a runtime/pprof.TestGoroutineProfileConcurrency/finalizer_present [ABORT] (log) === RUN TestGoroutineProfileConcurrency/finalizer_present panic: test timed out after 3m0s running tests: TestGoroutineProfileConcurrency (2m57s) TestGoroutineProfileConcurrency/finalizer_present (2m47s) goroutine 92 gp=0x4000105180 m=0 mp=0x48ec20 [running]: panic({0x292020?, 0x40001c42d0?}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:804 +0x154 fp=0x4000116f00 sp=0x4000116e50 pc=0x166434 testing.(*M).startAlarm.func1() ... runtime/pprof.TestGoroutineProfileConcurrency.func5(0x40086861a0) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/pprof/pprof_test.go:1634 +0x148 fp=0x4000118f60 sp=0x4000118eb0 pc=0x25ad88 testing.tRunner(0x40086861a0, 0x400000e5e8) /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1690 +0xe4 fp=0x4000118fb0 sp=0x4000118f60 pc=0x1e0984 testing.(*T).Run.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x2c fp=0x4000118fd0 sp=0x4000118fb0 pc=0x1e17cc runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x16e8d4 created by testing.(*T).Run in goroutine 414 /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1743 +0x314

watchflakes

gopherbot commented 1 week ago

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)