golang / go

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

cmd/internal/testdir: Test/fixedbugs/issue57823.go failures #70325

Open gopherbot opened 17 hours ago

gopherbot commented 17 hours ago
#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue57823.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/fixedbugs/issue57823.go
=== PAUSE Test/fixedbugs/issue57823.go
=== CONT  Test/fixedbugs/issue57823.go
    testdir_test.go:147: exit status 2
        panic: never GC'd

        goroutine 1 gp=0x9c06128 m=0 mp=0x812f6a0 [running]:
        panic({0x80b7c20, 0x80dac6c})
            /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c4e774 sp=0x9c4e720 pc=0x80a7554
        main.str({0x80c01ca, 0x8}, {0x80c0302, 0x9})
...
        runtime.gcBgMarkWorker(0x9c20400)
            /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1412 +0xfd fp=0x9c7e7e8 sp=0x9c7e78c pc=0x805b44d
        runtime.gcBgMarkStartWorkers.gowrap1()
            /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x27 fp=0x9c7e7f0 sp=0x9c7e7e8 pc=0x805b337
        runtime.goexit({})
            /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9c7e7f4 sp=0x9c7e7f0 pc=0x80ab531
        created by runtime.gcBgMarkStartWorkers in goroutine 1
            /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x12c

--- FAIL: Test/fixedbugs/issue57823.go (0.46s)

watchflakes

gopherbot commented 17 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue57823.go"
2024-11-13 19:02 gotip-linux-386 go@d7ea9ff5 cmd/internal/testdir.Test/fixedbugs/issue57823.go (log) === RUN Test/fixedbugs/issue57823.go === PAUSE Test/fixedbugs/issue57823.go === CONT Test/fixedbugs/issue57823.go testdir_test.go:147: exit status 2 panic: never GC'd goroutine 1 gp=0x9c06128 m=0 mp=0x812f6a0 [running]: panic({0x80b7c20, 0x80dac6c}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c4e774 sp=0x9c4e720 pc=0x80a7554 main.str({0x80c01ca, 0x8}, {0x80c0302, 0x9}) ... runtime.gcBgMarkWorker(0x9c20400) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1412 +0xfd fp=0x9c7e7e8 sp=0x9c7e78c pc=0x805b44d runtime.gcBgMarkStartWorkers.gowrap1() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x27 fp=0x9c7e7f0 sp=0x9c7e7e8 pc=0x805b337 runtime.goexit({}) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9c7e7f4 sp=0x9c7e7f0 pc=0x80ab531 created by runtime.gcBgMarkStartWorkers in goroutine 1 /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x12c --- FAIL: Test/fixedbugs/issue57823.go (0.46s)

watchflakes