golang / go

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

os/exec: TestContextCancel failures on netbsd #58699

Open gopherbot opened 1 year ago

gopherbot commented 1 year ago
#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestContextCancel (60.71s)
panic: canceling context did not stop program [recovered]
    panic: canceling context did not stop program

goroutine 62 [running]:
panic({0x3325b8, 0x3ea0ec})
    /var/gobuilder/buildlet/go/src/runtime/panic.go:987 +0x414 fp=0x93ed54 sp=0x93ecf8 pc=0x4c6dc
testing.tRunner.func1.2({0x3325b8, 0x3ea0ec})
    /var/gobuilder/buildlet/go/src/testing/testing.go:1526 +0x27c fp=0x93edc8 sp=0x93ed54 pc=0x10bba0
testing.tRunner.func1()
    /var/gobuilder/buildlet/go/src/testing/testing.go:1529 +0x42c fp=0x93ee98 sp=0x93edc8 pc=0x10b6f0
runtime.deferCallSave(0x93ef04, 0x9d97bc)
    /var/gobuilder/buildlet/go/src/runtime/panic.go:796 +0x84 fp=0x93eea0 sp=0x93ee98 pc=0x4c274
runtime.runOpenDeferFrame(0x9d0330)
    /var/gobuilder/buildlet/go/src/runtime/panic.go:769 +0x1c0 fp=0x93eec4 sp=0x93eea0 pc=0x4c084
panic({0x3325b8, 0x3ea0ec})
    /var/gobuilder/buildlet/go/src/runtime/panic.go:884 +0x218 fp=0x93ef20 sp=0x93eec4 pc=0x4c4e0
os/exec_test.TestContextCancel(0x9c4a50)
    /var/gobuilder/buildlet/go/src/os/exec/exec_test.go:1006 +0x4a8 fp=0x93ef98 sp=0x93ef20 pc=0x308ab8
testing.tRunner(0x9c4a50, 0x3930c8)
    /var/gobuilder/buildlet/go/src/testing/testing.go:1576 +0x118 fp=0x93efe0 sp=0x93ef98 pc=0x10b210
testing.(*T).Run.func1()
    /var/gobuilder/buildlet/go/src/testing/testing.go:1629 +0x30 fp=0x93efec sp=0x93efe0 pc=0x10c250
runtime.goexit()
    /var/gobuilder/buildlet/go/src/runtime/asm_arm.s:831 +0x4 fp=0x93efec sp=0x93efec pc=0x84b28
created by testing.(*T).Run
    /var/gobuilder/buildlet/go/src/testing/testing.go:1629 +0x43c

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel"
2023-02-14 16:58 netbsd-arm-bsiegert go@bdf07c2e os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.71s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 62 [running]: panic({0x3325b8, 0x3ea0ec}) /var/gobuilder/buildlet/go/src/runtime/panic.go:987 +0x414 fp=0x93ed54 sp=0x93ecf8 pc=0x4c6dc testing.tRunner.func1.2({0x3325b8, 0x3ea0ec}) /var/gobuilder/buildlet/go/src/testing/testing.go:1526 +0x27c fp=0x93edc8 sp=0x93ed54 pc=0x10bba0 testing.tRunner.func1() /var/gobuilder/buildlet/go/src/testing/testing.go:1529 +0x42c fp=0x93ee98 sp=0x93edc8 pc=0x10b6f0 runtime.deferCallSave(0x93ef04, 0x9d97bc) /var/gobuilder/buildlet/go/src/runtime/panic.go:796 +0x84 fp=0x93eea0 sp=0x93ee98 pc=0x4c274 runtime.runOpenDeferFrame(0x9d0330) /var/gobuilder/buildlet/go/src/runtime/panic.go:769 +0x1c0 fp=0x93eec4 sp=0x93eea0 pc=0x4c084 panic({0x3325b8, 0x3ea0ec}) /var/gobuilder/buildlet/go/src/runtime/panic.go:884 +0x218 fp=0x93ef20 sp=0x93eec4 pc=0x4c4e0 os/exec_test.TestContextCancel(0x9c4a50) /var/gobuilder/buildlet/go/src/os/exec/exec_test.go:1006 +0x4a8 fp=0x93ef98 sp=0x93ef20 pc=0x308ab8 testing.tRunner(0x9c4a50, 0x3930c8) /var/gobuilder/buildlet/go/src/testing/testing.go:1576 +0x118 fp=0x93efe0 sp=0x93ef98 pc=0x10b210 testing.(*T).Run.func1() /var/gobuilder/buildlet/go/src/testing/testing.go:1629 +0x30 fp=0x93efec sp=0x93efe0 pc=0x10c250 runtime.goexit() /var/gobuilder/buildlet/go/src/runtime/asm_arm.s:831 +0x4 fp=0x93efec sp=0x93efec pc=0x84b28 created by testing.(*T).Run /var/gobuilder/buildlet/go/src/testing/testing.go:1629 +0x43c
2023-02-24 07:13 netbsd-amd64-9_3 go@ddb423a7 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.51s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 42 [running]: panic({0x6ecb40?, 0x7e0ae0?}) /tmp/workdir/go/src/runtime/panic.go:1015 +0x3ac fp=0xc00018db88 sp=0xc00018dad8 pc=0x43602c testing.tRunner.func1.2({0x6ecb40, 0x7e0ae0}) /tmp/workdir/go/src/testing/testing.go:1529 +0x238 fp=0xc00018dc38 sp=0xc00018db88 pc=0x4e9038 testing.tRunner.func1() /tmp/workdir/go/src/testing/testing.go:1532 +0x39f fp=0xc00018dda0 sp=0xc00018dc38 pc=0x4e8adf runtime.deferCallSave(0xc00018de58, 0xc00005af90?) /tmp/workdir/go/src/runtime/panic.go:796 +0x84 fp=0xc00018ddb0 sp=0xc00018dda0 pc=0x435c04 runtime.runOpenDeferFrame(0xc0003d6230) /tmp/workdir/go/src/runtime/panic.go:769 +0x1b8 fp=0xc00018ddf0 sp=0xc00018ddb0 pc=0x435a38 panic({0x6ecb40?, 0x7e0ae0?}) /tmp/workdir/go/src/runtime/panic.go:912 +0x21f fp=0xc00018dea0 sp=0xc00018ddf0 pc=0x435e9f os/exec_test.TestContextCancel(0xc000198340) /tmp/workdir/go/src/os/exec/exec_test.go:1006 +0x398 fp=0xc00018df70 sp=0xc00018dea0 pc=0x6c0c98 testing.tRunner(0xc000198340, 0x78ccd0) /tmp/workdir/go/src/testing/testing.go:1579 +0xff fp=0xc00018dfc0 sp=0xc00018df70 pc=0x4e867f testing.(*T).Run.func1() /tmp/workdir/go/src/testing/testing.go:1632 +0x25 fp=0xc00018dfe0 sp=0xc00018dfc0 pc=0x4e9645 runtime.goexit() /tmp/workdir/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00018dfe8 sp=0xc00018dfe0 pc=0x469f81 created by testing.(*T).Run in goroutine 1 /tmp/workdir/go/src/testing/testing.go:1632 +0x3ad

watchflakes

bcmills commented 1 year ago

(attn @golang/netbsd)

bcmills commented 1 year ago

Possibly related to #57999.

gopherbot commented 8 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2023-12-20 18:38 netbsd-arm-bsiegert go@adec22b9 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.66s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 53 gp=0x885e68 m=10 mp=0xa22008 [running]: panic({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/runtime/panic.go:779 +0x12c fp=0x941d78 sp=0x941d24 pc=0x51de4 testing.tRunner.func1.2({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x941dec sp=0x941d78 pc=0x1201bc testing.tRunner.func1() ... goroutine 111 gp=0xa20b48 m=nil [GC worker (idle)]: runtime.gopark(0x3cb128, 0x814108, 0x1a, 0xa, 0x0) /var/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0xa48790 sp=0xa4877c pc=0x561c0 runtime.gcBgMarkWorker() /var/gobuilder/buildlet/go/src/runtime/mgc.go:1310 +0xec fp=0xa487ec sp=0xa48790 pc=0x306b8 runtime.goexit({}) /var/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0xa487ec sp=0xa487ec pc=0x91840 created by runtime.gcBgMarkStartWorkers in goroutine 49 /var/gobuilder/buildlet/go/src/runtime/mgc.go:1234 +0x20

watchflakes

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2023-12-18 23:29 netbsd-arm-bsiegert go@4106de90 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x948c68 m=4 mp=0x880008 [running]: panic({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/runtime/panic.go:779 +0x12c fp=0xaadd78 sp=0xaadd24 pc=0x51de4 testing.tRunner.func1.2({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xaaddec sp=0xaadd78 pc=0x1201bc testing.tRunner.func1() ... goroutine 74 gp=0x884b48 m=nil [GC worker (idle)]: runtime.gopark(0x3cb128, 0x8ce060, 0x1a, 0xa, 0x0) /var/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x8be790 sp=0x8be77c pc=0x561c0 runtime.gcBgMarkWorker() /var/gobuilder/buildlet/go/src/runtime/mgc.go:1310 +0xec fp=0x8be7ec sp=0x8be790 pc=0x306b8 runtime.goexit({}) /var/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x8be7ec sp=0x8be7ec pc=0x91840 created by runtime.gcBgMarkStartWorkers in goroutine 37 /var/gobuilder/buildlet/go/src/runtime/mgc.go:1234 +0x20

watchflakes

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2023-12-27 15:34 netbsd-arm-bsiegert go@988b718f os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.65s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 53 gp=0x885e68 m=3 mp=0x836b08 [running]: panic({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/runtime/panic.go:779 +0x12c fp=0x9c7d78 sp=0x9c7d24 pc=0x51de4 testing.tRunner.func1.2({0x363408, 0x42a92c}) /var/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x9c7dec sp=0x9c7d78 pc=0x1201bc testing.tRunner.func1() ... goroutine 91 gp=0x9845a8 m=nil [GC worker (idle)]: runtime.gopark(0x3cb128, 0x9d41b0, 0x1a, 0xa, 0x0) /var/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x928790 sp=0x92877c pc=0x561c0 runtime.gcBgMarkWorker() /var/gobuilder/buildlet/go/src/runtime/mgc.go:1310 +0xec fp=0x9287ec sp=0x928790 pc=0x306b8 runtime.goexit({}) /var/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9287ec sp=0x9287ec pc=0x91840 created by runtime.gcBgMarkStartWorkers in goroutine 49 /var/gobuilder/buildlet/go/src/runtime/mgc.go:1234 +0x20

watchflakes

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2023-12-12 16:13 netbsd-arm-bsiegert go@e70d3433 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 53 gp=0x885e68 m=3 mp=0x834b08 [running]: panic({0x363400, 0x42a890}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:779 +0x12c fp=0x846d78 sp=0x846d24 pc=0x51de4 testing.tRunner.func1.2({0x363400, 0x42a890}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x846dec sp=0x846d78 pc=0x12013c testing.tRunner.func1() ... goroutine 76 gp=0x921688 m=nil [GC worker (idle)]: runtime.gopark(0x3cb100, 0x8c64e0, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x925790 sp=0x92577c pc=0x561c0 runtime.gcBgMarkWorker() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1310 +0xec fp=0x9257ec sp=0x925790 pc=0x306b8 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9257ec sp=0x9257ec pc=0x917c0 created by runtime.gcBgMarkStartWorkers in goroutine 49 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1234 +0x20

watchflakes

bcmills commented 7 months ago

@bsiegert, these latest failures are all on netbsd-arm-bsiegert. 🤔

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-01-10 19:40 netbsd-arm-bsiegert go@491c1e7e os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.72s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 57 [running]: panic({0x362250, 0x424750}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:1017 +0x434 fp=0xa0ed5c sp=0xa0ed08 pc=0x508d8 testing.tRunner.func1.2({0x362250, 0x424750}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1545 +0x27c fp=0xa0edd0 sp=0xa0ed5c pc=0x116f80 testing.tRunner.func1() /scratch/gobuilder/buildlet/go/src/testing/testing.go:1548 +0x42c fp=0xa0eea0 sp=0xa0edd0 pc=0x116ad0 runtime.deferCallSave(0xa0ef00, 0x9567bc) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:798 +0x90 fp=0xa0eea8 sp=0xa0eea0 pc=0x50438 runtime.runOpenDeferFrame(0x8ca210) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:771 +0x1bc fp=0xa0eec8 sp=0xa0eea8 pc=0x50248 panic({0x362250, 0x424750}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:914 +0x244 fp=0xa0ef1c sp=0xa0eec8 pc=0x506e8 os/exec_test.TestContextCancel(0x9500f0) /scratch/gobuilder/buildlet/go/src/os/exec/exec_test.go:1006 +0x4a0 fp=0xa0ef94 sp=0xa0ef1c pc=0x329e14 testing.tRunner(0x9500f0, 0x3c74b0) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1595 +0x124 fp=0xa0efe0 sp=0xa0ef94 pc=0x1165f0 testing.(*T).Run.func1() /scratch/gobuilder/buildlet/go/src/testing/testing.go:1648 +0x30 fp=0xa0efec sp=0xa0efe0 pc=0x1175e4 runtime.goexit() /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0xa0efec sp=0xa0efec pc=0x8c00c created by testing.(*T).Run in goroutine 1 /scratch/gobuilder/buildlet/go/src/testing/testing.go:1648 +0x3f0

watchflakes

gopherbot commented 7 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-01-17 20:26 netbsd-arm-bsiegert go@8d04110c os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.75s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 75 gp=0x885d48 m=0 mp=0x609c20 [running]: panic({0x363410, 0x42a944}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:779 +0x12c fp=0x846d78 sp=0x846d24 pc=0x51de0 testing.tRunner.func1.2({0x363410, 0x42a944}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x846dec sp=0x846d78 pc=0x1201a0 testing.tRunner.func1() ... goroutine 108 gp=0x990488 m=nil [GC worker (idle)]: runtime.gopark(0x3cb17c, 0x8c6228, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x935790 sp=0x93577c pc=0x561bc runtime.gcBgMarkWorker() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1310 +0xec fp=0x9357ec sp=0x935790 pc=0x306b4 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9357ec sp=0x9357ec pc=0x91824 created by runtime.gcBgMarkStartWorkers in goroutine 71 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1234 +0x20

watchflakes

gopherbot commented 6 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-13 19:28 netbsd-arm-bsiegert go@1b541502 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.71s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 48 gp=0x8857a8 m=7 mp=0xa00008 [running]: panic({0x3633b8, 0x42a730}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0xa47d78 sp=0xa47d24 pc=0x51f78 testing.tRunner.func1.2({0x3633b8, 0x42a730}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xa47dec sp=0xa47d78 pc=0x120604 testing.tRunner.func1() ... runtime.gopark(0x3cb0ec, 0x818378, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0xa2cf88 sp=0xa2cf74 pc=0x562dc runtime.gcBgMarkWorker(0x816e40) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0xa2cfe4 sp=0xa2cf88 pc=0x30860 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0xa2cfec sp=0xa2cfe4 pc=0x30740 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0xa2cfec sp=0xa2cfec pc=0x91c94 created by runtime.gcBgMarkStartWorkers in goroutine 44 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 6 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-13 20:50 netbsd-arm-bsiegert go@0286a082 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.64s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x948c68 m=5 mp=0x835088 [running]: panic({0x3633b8, 0x42a730}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0x9c7d78 sp=0x9c7d24 pc=0x51f70 testing.tRunner.func1.2({0x3633b8, 0x42a730}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x9c7dec sp=0x9c7d78 pc=0x1205fc testing.tRunner.func1() ... runtime.gopark(0x3cb0ec, 0xa323f0, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x9a0788 sp=0x9a0774 pc=0x562d4 runtime.gcBgMarkWorker(0xa18700) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x9a07e4 sp=0x9a0788 pc=0x30858 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x9a07ec sp=0x9a07e4 pc=0x30738 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9a07ec sp=0x9a07ec pc=0x91c8c created by runtime.gcBgMarkStartWorkers in goroutine 37 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 6 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-22 15:37 netbsd-arm-bsiegert go@638b9023 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.72s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 54 gp=0x991448 m=5 mp=0x835088 [running]: panic({0x363458, 0x42a9bc}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0x843d78 sp=0x843d24 pc=0x5191c testing.tRunner.func1.2({0x363458, 0x42a9bc}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x843dec sp=0x843d78 pc=0x1201f4 testing.tRunner.func1() ... runtime.gopark(0x3cb36c, 0x8b0708, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x9d8788 sp=0x9d8774 pc=0x55c80 runtime.gcBgMarkWorker(0x895000) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x9d87e4 sp=0x9d8788 pc=0x30204 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x9d87ec sp=0x9d87e4 pc=0x300e4 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9d87ec sp=0x9d87ec pc=0x91718 created by runtime.gcBgMarkStartWorkers in goroutine 50 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-28 17:54 netbsd-arm-bsiegert go@99e44c71 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.75s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 42 [running]: panic({0x362250, 0x4247dc}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:1017 +0x434 fp=0x9c6d5c sp=0x9c6d08 pc=0x508d8 testing.tRunner.func1.2({0x362250, 0x4247dc}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1545 +0x27c fp=0x9c6dd0 sp=0x9c6d5c pc=0x116fc8 testing.tRunner.func1() /scratch/gobuilder/buildlet/go/src/testing/testing.go:1548 +0x42c fp=0x9c6ea0 sp=0x9c6dd0 pc=0x116b18 runtime.deferCallSave(0x9c6f00, 0x944fbc) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:798 +0x90 fp=0x9c6ea8 sp=0x9c6ea0 pc=0x50438 runtime.runOpenDeferFrame(0x8e23c0) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:771 +0x1bc fp=0x9c6ec8 sp=0x9c6ea8 pc=0x50248 panic({0x362250, 0x4247dc}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:914 +0x244 fp=0x9c6f1c sp=0x9c6ec8 pc=0x506e8 os/exec_test.TestContextCancel(0x9581e0) /scratch/gobuilder/buildlet/go/src/os/exec/exec_test.go:1006 +0x4a0 fp=0x9c6f94 sp=0x9c6f1c pc=0x329e44 testing.tRunner(0x9581e0, 0x3c74ec) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1595 +0x124 fp=0x9c6fe0 sp=0x9c6f94 pc=0x116638 testing.(*T).Run.func1() /scratch/gobuilder/buildlet/go/src/testing/testing.go:1648 +0x30 fp=0x9c6fec sp=0x9c6fe0 pc=0x11762c runtime.goexit() /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:859 +0x4 fp=0x9c6fec sp=0x9c6fec pc=0x8c054 created by testing.(*T).Run in goroutine 1 /scratch/gobuilder/buildlet/go/src/testing/testing.go:1648 +0x3f0

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-29 23:23 netbsd-arm-bsiegert go@4b43913f os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.71s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 56 gp=0x9aa488 m=3 mp=0x834b08 [running]: panic({0x363658, 0x42aa44}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0x8cdd7c sp=0x8cdd28 pc=0x51940 testing.tRunner.func1.2({0x363658, 0x42aa44}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x8cddf0 sp=0x8cdd7c pc=0x11f570 testing.tRunner.func1() ... runtime.chansend1(0x8aa540, 0x82f7d4) /scratch/gobuilder/buildlet/go/src/runtime/chan.go:145 +0x28 fp=0x82f734 sp=0x82f71c pc=0x17080 os/exec.(*Cmd).watchCtx(0x92d148, 0x8aa540) /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:789 +0x3e8 fp=0x82f7e0 sp=0x82f734 pc=0x13053c os/exec.(*Cmd).Start.gowrap2() /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:750 +0x30 fp=0x82f7ec sp=0x82f7e0 pc=0x12fe9c runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x82f7ec sp=0x82f7ec pc=0x90ae4 created by os/exec.(*Cmd).Start in goroutine 56 /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:750 +0x8f4

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-29 22:05 netbsd-arm-bsiegert go@13e5fd95 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.74s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 70 gp=0x990488 m=0 mp=0x609c38 [running]: panic({0x363658, 0x42aa44}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0x8c6d7c sp=0x8c6d28 pc=0x51940 testing.tRunner.func1.2({0x363658, 0x42aa44}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x8c6df0 sp=0x8c6d7c pc=0x11f570 testing.tRunner.func1() ... runtime.gopark(0x3cb8e4, 0xa32030, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x9b4f88 sp=0x9b4f74 pc=0x55ca4 runtime.gcBgMarkWorker(0xa18080) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x9b4fe4 sp=0x9b4f88 pc=0x30228 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x9b4fec sp=0x9b4fe4 pc=0x30108 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x9b4fec sp=0x9b4fec pc=0x90ae4 created by runtime.gcBgMarkStartWorkers in goroutine 66 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-02-29 17:16 netbsd-arm-bsiegert go@613344ff os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.70s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 56 gp=0x952b48 m=0 mp=0x609c38 [running]: panic({0x3635e8, 0x42aa1c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0x8f9d78 sp=0x8f9d24 pc=0x5191c testing.tRunner.func1.2({0x3635e8, 0x42aa1c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x8f9dec sp=0x8f9d78 pc=0x11f630 testing.tRunner.func1() ... runtime.gopark(0x3cb71c, 0x9d6018, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0xa1e788 sp=0xa1e774 pc=0x55c80 runtime.gcBgMarkWorker(0x99c140) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0xa1e7e4 sp=0xa1e788 pc=0x30204 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0xa1e7ec sp=0xa1e7e4 pc=0x300e4 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0xa1e7ec sp=0xa1e7ec pc=0x90ba0 created by runtime.gcBgMarkStartWorkers in goroutine 52 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-07 18:33 netbsd-arm-bsiegert go@f93f6e50 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.67s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x94ac68 m=3 mp=0x834b08 [running]: panic({0x363658, 0x42ace8}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x150 fp=0xb9bd7c sp=0xb9bd28 pc=0x51940 testing.tRunner.func1.2({0x363658, 0x42ace8}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xb9bdf0 sp=0xb9bd7c pc=0x11f58c testing.tRunner.func1() ... runtime.gopark(0x3cb930, 0xa321c8, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0xa21f88 sp=0xa21f74 pc=0x55ca4 runtime.gcBgMarkWorker(0xa184c0) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0xa21fe4 sp=0xa21f88 pc=0x30228 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0xa21fec sp=0xa21fe4 pc=0x30108 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0xa21fec sp=0xa21fec pc=0x90ae4 created by runtime.gcBgMarkStartWorkers in goroutine 37 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-11 19:49 netbsd-arm-bsiegert go@80157f4c os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.70s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 56 gp=0x885688 m=11 mp=0x880588 [running]: panic({0x3636c0, 0x42b588}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa13d7c sp=0xa13d28 pc=0x51cf4 testing.tRunner.func1.2({0x3636c0, 0x42b588}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xa13df0 sp=0xa13d7c pc=0x120038 testing.tRunner.func1() ... runtime.gopark(0x3cbb4c, 0x8a4270, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x8f9788 sp=0x8f9774 pc=0x56058 runtime.gcBgMarkWorker(0x8c7080) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x8f97e4 sp=0x8f9788 pc=0x30300 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x8f97ec sp=0x8f97e4 pc=0x301e0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x8f97ec sp=0x8f97ec pc=0x915c8 created by runtime.gcBgMarkStartWorkers in goroutine 51 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-12 17:24 netbsd-arm-bsiegert go@34d28ba9 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 55 gp=0x885b08 m=0 mp=0x609c78 [running]: panic({0x3636c0, 0x42b588}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x965d7c sp=0x965d28 pc=0x51cf4 testing.tRunner.func1.2({0x3636c0, 0x42b588}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x965df0 sp=0x965d7c pc=0x120060 testing.tRunner.func1() ... runtime.chansend1(0x817780, 0xa2ffd4) /scratch/gobuilder/buildlet/go/src/runtime/chan.go:145 +0x28 fp=0xa2ff34 sp=0xa2ff1c pc=0x17080 os/exec.(*Cmd).watchCtx(0x874cc8, 0x817780) /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:789 +0x3e8 fp=0xa2ffe0 sp=0xa2ff34 pc=0x131028 os/exec.(*Cmd).Start.gowrap2() /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:750 +0x30 fp=0xa2ffec sp=0xa2ffe0 pc=0x130988 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0xa2ffec sp=0xa2ffec pc=0x915c8 created by os/exec.(*Cmd).Start in goroutine 55 /scratch/gobuilder/buildlet/go/src/os/exec/exec.go:750 +0x8f4

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-21 20:26 netbsd-arm-bsiegert go@5d29578f os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.74s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 48 gp=0x8857a8 m=5 mp=0x835088 [running]: panic({0x373bd8, 0x43d118}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x997d7c sp=0x997d28 pc=0x51f5c testing.tRunner.func1.2({0x373bd8, 0x43d118}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1676 +0x274 fp=0x997df0 sp=0x997d7c pc=0x121218 testing.tRunner.func1() ... runtime.gopark(0x3dcfa0, 0xa380d8, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x8f6f88 sp=0x8f6f74 pc=0x562c0 runtime.gcBgMarkWorker(0xa1a540) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x8f6fe4 sp=0x8f6f88 pc=0x30500 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x8f6fec sp=0x8f6fe4 pc=0x303e0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x8f6fec sp=0x8f6fec pc=0x91f7c created by runtime.gcBgMarkStartWorkers in goroutine 44 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c
2024-03-21 22:14 netbsd-arm-bsiegert go@4f0408a3 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.66s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 70 gp=0x93a128 m=5 mp=0x835088 [running]: panic({0x373c58, 0x43d3d8}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x840d7c sp=0x840d28 pc=0x51f5c testing.tRunner.func1.2({0x373c58, 0x43d3d8}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1676 +0x274 fp=0x840df0 sp=0x840d7c pc=0x121218 testing.tRunner.func1() ... runtime.gopark(0x3dd088, 0xa3c018, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x93ef88 sp=0x93ef74 pc=0x562c0 runtime.gcBgMarkWorker(0xa0a0c0) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x93efe4 sp=0x93ef88 pc=0x30500 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x93efec sp=0x93efe4 pc=0x303e0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x93efec sp=0x93efec pc=0x91f7c created by runtime.gcBgMarkStartWorkers in goroutine 66 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-25 14:58 netbsd-arm-bsiegert go@2c150f40 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.67s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 53 gp=0x909c28 m=9 mp=0xa24008 [running]: panic({0x373c88, 0x43d350}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xaa9d7c sp=0xaa9d28 pc=0x51f5c testing.tRunner.func1.2({0x373c88, 0x43d350}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xaa9df0 sp=0xaa9d7c pc=0x1212c8 testing.tRunner.func1() ... runtime.gopark(0x3dd008, 0x93e510, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x833788 sp=0x833774 pc=0x562c0 runtime.gcBgMarkWorker(0x98fec0) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x8337e4 sp=0x833788 pc=0x30500 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x8337ec sp=0x8337e4 pc=0x303e0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x8337ec sp=0x8337ec pc=0x92050 created by runtime.gcBgMarkStartWorkers in goroutine 49 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-26 15:26 netbsd-arm-bsiegert go@340f73ce os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.69s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x944c68 m=0 mp=0x6197f8 [running]: panic({0x373cb8, 0x43d4cc}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x842d7c sp=0x842d28 pc=0x51854 testing.tRunner.func1.2({0x373cb8, 0x43d4cc}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x842df0 sp=0x842d7c pc=0x12130c testing.tRunner.func1() ... runtime.gopark(0x3dcfd4, 0x8ce408, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x964f88 sp=0x964f74 pc=0x55bb8 runtime.gcBgMarkWorker(0x8a2480) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x964fe4 sp=0x964f88 pc=0x2fdf8 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x964fec sp=0x964fe4 pc=0x2fcd8 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x964fec sp=0x964fec pc=0x91948 created by runtime.gcBgMarkStartWorkers in goroutine 37 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-03-27 19:06 netbsd-arm-bsiegert go@2860e018 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 56 gp=0x9a1568 m=4 mp=0x880008 [running]: panic({0x373df8, 0x43de14}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x8d0d7c sp=0x8d0d28 pc=0x51854 testing.tRunner.func1.2({0x373df8, 0x43de14}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x8d0df0 sp=0x8d0d7c pc=0x121568 testing.tRunner.func1() ... runtime.gopark(0x3dd2f4, 0xa342b8, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x833f88 sp=0x833f74 pc=0x55bb8 runtime.gcBgMarkWorker(0xa185c0) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x833fe4 sp=0x833f88 pc=0x2fdf8 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x833fec sp=0x833fe4 pc=0x2fcd8 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x833fec sp=0x833fec pc=0x91948 created by runtime.gcBgMarkStartWorkers in goroutine 152 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-04-02 01:32 netbsd-arm-bsiegert go@e565720e os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 53 gp=0x885e68 m=7 mp=0x835608 [running]: panic({0x373e30, 0x43df34}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x15e0d7c sp=0x15e0d28 pc=0x51858 testing.tRunner.func1.2({0x373e30, 0x43df34}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x15e0df0 sp=0x15e0d7c pc=0x1218bc testing.tRunner.func1() ... runtime.gopark(0x3dd37c, 0x942210, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x953788 sp=0x953774 pc=0x55bbc runtime.gcBgMarkWorker(0x90a780) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x9537e4 sp=0x953788 pc=0x2fdf8 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x9537ec sp=0x9537e4 pc=0x2fcd8 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x9537ec sp=0x9537ec pc=0x91c64 created by runtime.gcBgMarkStartWorkers in goroutine 49 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-04-05 22:18 netbsd-arm-bsiegert go@58c5db31 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x944c68 m=3 mp=0x834b08 [running]: panic({0x373e48, 0x43dfd0}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa4fd7c sp=0xa4fd28 pc=0x51818 testing.tRunner.func1.2({0x373e48, 0x43dfd0}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xa4fdf0 sp=0xa4fd7c pc=0x121d80 testing.tRunner.func1() ... runtime.gopark(0x3dd480, 0xa44108, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0x9ab788 sp=0x9ab774 pc=0x55b7c runtime.gcBgMarkWorker(0xa182c0) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1333 +0xf4 fp=0x9ab7e4 sp=0x9ab788 pc=0x2fddc runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x28 fp=0x9ab7ec sp=0x9ab7e4 pc=0x2fcbc runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x9ab7ec sp=0x9ab7ec pc=0x92114 created by runtime.gcBgMarkStartWorkers in goroutine 37 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1249 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-04-11 16:40 netbsd-arm-bsiegert go@08af216c os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.66s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 41 gp=0x944c68 m=8 mp=0x980588 [running]: panic({0x373e70, 0x43db24}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x8bdd7c sp=0x8bdd28 pc=0x51934 testing.tRunner.func1.2({0x373e70, 0x43db24}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0x8bddf0 sp=0x8bdd7c pc=0x121ffc testing.tRunner.func1() ... runtime.gopark(0x3dd51c, 0x9c6390, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:402 +0x104 fp=0xa1e788 sp=0xa1e774 pc=0x55c98 runtime.gcBgMarkWorker(0x99a500) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0xa1e7e4 sp=0xa1e788 pc=0x2ff70 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0xa1e7ec sp=0xa1e7e4 pc=0x2fe50 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0xa1e7ec sp=0xa1e7ec pc=0x922ec created by runtime.gcBgMarkStartWorkers in goroutine 37 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-04-22 18:24 netbsd-arm-bsiegert go@9f9dd2bf os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.64s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 57 gp=0x94cc68 m=5 mp=0x835088 [running]: panic({0x374978, 0x44192c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa6dd7c sp=0xa6dd28 pc=0x51ffc testing.tRunner.func1.2({0x374978, 0x44192c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xa6ddf0 sp=0xa6dd7c pc=0x122af8 testing.tRunner.func1() ... runtime.gopark(0x3e0974, 0x9ba3a8, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x82ef88 sp=0x82ef74 pc=0x56360 runtime.gcBgMarkWorker(0x9a8140) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x82efe4 sp=0x82ef88 pc=0x2ff68 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x82efec sp=0x82efe4 pc=0x2fe48 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x82efec sp=0x82efec pc=0x92d28 created by runtime.gcBgMarkStartWorkers in goroutine 53 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-04-25 01:02 netbsd-arm-bsiegert go@4351af68 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.66s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 43 gp=0x885568 m=3 mp=0x834b08 [running]: panic({0x374978, 0x44192c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa3bd7c sp=0xa3bd28 pc=0x51ffc testing.tRunner.func1.2({0x374978, 0x44192c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1631 +0x274 fp=0xa3bdf0 sp=0xa3bd7c pc=0x122b38 testing.tRunner.func1() ... runtime.gopark(0x3e0978, 0x8183f0, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x94cf88 sp=0x94cf74 pc=0x56360 runtime.gcBgMarkWorker(0x817300) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x94cfe4 sp=0x94cf88 pc=0x2ff68 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x94cfec sp=0x94cfe4 pc=0x2fe48 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x94cfec sp=0x94cfec pc=0x92d68 created by runtime.gcBgMarkStartWorkers in goroutine 39 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-05-11 00:21 netbsd-arm-bsiegert go@74a49188 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.67s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 54 gp=0x907d48 m=0 mp=0x629d40 [running]: panic({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x8cad54 sp=0x8cad00 pc=0x5194c testing.tRunner.func1.2({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1632 +0x254 fp=0x8cadc8 sp=0x8cad54 pc=0x124e40 testing.tRunner.func1() ... runtime.gopark(0x3e0e78, 0xa38408, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x8a7788 sp=0x8a7774 pc=0x55b94 runtime.gcBgMarkWorker(0x8a4780) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x8a77e4 sp=0x8a7788 pc=0x2ff00 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x8a77ec sp=0x8a77e4 pc=0x2fde0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x8a77ec sp=0x8a77ec pc=0x93818 created by runtime.gcBgMarkStartWorkers in goroutine 50 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c
2024-05-11 20:38 netbsd-arm-bsiegert go@7f9edb42 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.67s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 70 gp=0x990488 m=9 mp=0x9c2008 [running]: panic({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0x841d54 sp=0x841d00 pc=0x5194c testing.tRunner.func1.2({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1632 +0x254 fp=0x841dc8 sp=0x841d54 pc=0x124e40 testing.tRunner.func1() ... runtime.gopark(0x3e0e78, 0x8c8348, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x9de788 sp=0x9de774 pc=0x55b94 runtime.gcBgMarkWorker(0x894280) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x9de7e4 sp=0x9de788 pc=0x2ff00 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x9de7ec sp=0x9de7e4 pc=0x2fde0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x9de7ec sp=0x9de7ec pc=0x93818 created by runtime.gcBgMarkStartWorkers in goroutine 66 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-05-10 17:26 netbsd-arm-bsiegert go@69c74c9e os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.68s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 48 gp=0x8837a8 m=4 mp=0x880008 [running]: panic({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa3ed54 sp=0xa3ed00 pc=0x5194c testing.tRunner.func1.2({0x374ac0, 0x442e2c}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1632 +0x254 fp=0xa3edc8 sp=0xa3ed54 pc=0x124e40 testing.tRunner.func1() ... runtime.gopark(0x3e0e78, 0x818300, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x9d1788 sp=0x9d1774 pc=0x55b94 runtime.gcBgMarkWorker(0x816c00) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x9d17e4 sp=0x9d1788 pc=0x2ff00 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x9d17ec sp=0x9d17e4 pc=0x2fde0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x9d17ec sp=0x9d17ec pc=0x93818 created by runtime.gcBgMarkStartWorkers in goroutine 44 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestContextCancel" && goos == "netbsd" && `panic: canceling context did not stop program`
2024-05-13 18:57 netbsd-arm-bsiegert go@c98867d2 os/exec.TestContextCancel (log) --- FAIL: TestContextCancel (60.70s) panic: canceling context did not stop program [recovered] panic: canceling context did not stop program goroutine 54 gp=0x99a008 m=7 mp=0x837408 [running]: panic({0x374ac0, 0x442e38}) /scratch/gobuilder/buildlet/go/src/runtime/panic.go:778 +0x148 fp=0xa47d54 sp=0xa47d00 pc=0x51a18 testing.tRunner.func1.2({0x374ac0, 0x442e38}) /scratch/gobuilder/buildlet/go/src/testing/testing.go:1632 +0x254 fp=0xa47dc8 sp=0xa47d54 pc=0x124f1c testing.tRunner.func1() ... runtime.gopark(0x3e0e78, 0x93a228, 0x1a, 0xa, 0x0) /scratch/gobuilder/buildlet/go/src/runtime/proc.go:401 +0x104 fp=0x835f88 sp=0x835f74 pc=0x55c60 runtime.gcBgMarkWorker(0x918b00) /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1352 +0xf4 fp=0x835fe4 sp=0x835f88 pc=0x2ff00 runtime.gcBgMarkStartWorkers.gowrap1() /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x28 fp=0x835fec sp=0x835fe4 pc=0x2fde0 runtime.goexit({}) /scratch/gobuilder/buildlet/go/src/runtime/asm_arm.s:884 +0x4 fp=0x835fec sp=0x835fec pc=0x938f4 created by runtime.gcBgMarkStartWorkers in goroutine 50 /scratch/gobuilder/buildlet/go/src/runtime/mgc.go:1268 +0x14c

watchflakes