Skip to content

os/exec: TestContextCancel failures on netbsd #58699

Open
@gopherbot

Description

@gopherbot
#!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

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-NetBSD

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions