Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: TestCgoExecSignalMask failures #60095

Closed
gopherbot opened this issue May 10, 2023 · 4 comments
Closed

runtime: TestCgoExecSignalMask failures #60095

gopherbot opened this issue May 10, 2023 · 4 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoExecSignalMask (2.27s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExecSignalMask
    crash_cgo_test.go:141: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExecSignalMask: exit status 2
    crash_cgo_test.go:144: expected "OK\n", got SIGQUIT: quit
        PC=0x108852e m=12 sigcode=0

        goroutine 147 [running]:
        runtime.rtsigprocmask()
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:392 +0x1e fp=0xc0004a4a20 sp=0xc0004a4a20 pc=0x108852e
        runtime.sigprocmask(...)
...
panic: test timed out after 3m0s
running tests:
	TestFakeTime (5s)
	TestMemmove (4s)
	TestMemmoveAlias (5s)

goroutine 182383 [running]:
panic({0x6ac3c0, 0xc0004d77f0})
	/data/golang/workdir/go/src/runtime/panic.go:1017 +0x4c6 fp=0xc0000adf08 sp=0xc0000ade60 pc=0x8f7a6
testing.(*M).startAlarm.func1()
	/data/golang/workdir/go/src/testing/testing.go:2259 +0x2b2 fp=0xc0000adfd8 sp=0xc0000adf08 pc=0x1e5932
runtime.goexit()
	/data/golang/workdir/go/src/runtime/asm_s390x.s:749 +0x2 fp=0xc0000adfd8 sp=0xc0000adfd8 pc=0xded72
created by time.goFunc
	/data/golang/workdir/go/src/time/sleep.go:176 +0x54

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"
2023-05-09 14:42 linux-s390x-ibm-race go@8af10676 runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (2.27s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExecSignalMask
    crash_cgo_test.go:141: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExecSignalMask: exit status 2
    crash_cgo_test.go:144: expected "OK\n", got SIGQUIT: quit
        PC=0x108852e m=12 sigcode=0

        goroutine 147 [running]:
        runtime.rtsigprocmask()
        	/data/golang/workdir/go/src/runtime/sys_linux_s390x.s:392 +0x1e fp=0xc0004a4a20 sp=0xc0004a4a20 pc=0x108852e
        runtime.sigprocmask(...)
...
panic: test timed out after 3m0s
running tests:
	TestFakeTime (5s)
	TestMemmove (4s)
	TestMemmoveAlias (5s)

goroutine 182383 [running]:
panic({0x6ac3c0, 0xc0004d77f0})
	/data/golang/workdir/go/src/runtime/panic.go:1017 +0x4c6 fp=0xc0000adf08 sp=0xc0000ade60 pc=0x8f7a6
testing.(*M).startAlarm.func1()
	/data/golang/workdir/go/src/testing/testing.go:2259 +0x2b2 fp=0xc0000adfd8 sp=0xc0000adf08 pc=0x1e5932
runtime.goexit()
	/data/golang/workdir/go/src/runtime/asm_s390x.s:749 +0x2 fp=0xc0000adfd8 sp=0xc0000adfd8 pc=0xded72
created by time.goFunc
	/data/golang/workdir/go/src/time/sleep.go:176 +0x54

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label May 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"
2023-04-11 20:25 solaris-amd64-oraclerel go@28480216 runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (0.00s)
    crash_cgo_test.go:137: /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/go-build3722635515/testprogcgo.exe CgoExecSignalMask failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 10, 2023

Duplicate of #60109

@bcmills bcmills marked this as a duplicate of #60109 May 10, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2023
@bcmills
Copy link
Contributor

bcmills commented May 10, 2023

(and #51443)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants