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: TestCgoExternalThreadSignal failures #57377

Closed
gopherbot opened this issue Dec 17, 2022 · 5 comments
Closed

runtime: TestCgoExternalThreadSignal failures #57377

gopherbot opened this issue Dec 17, 2022 · 5 comments
Labels
arch-arm64 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. OS-NetBSD
Milestone

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadSignal"
2022-12-16 03:40 netbsd-arm64-bsiegert go@24ac659a runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadSignal"
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded
2022-11-21 17:16 openbsd-amd64-71 go@998949c0 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build1527382388/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe CgoExternalThreadSignal failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Member

bcmills commented Jan 17, 2023

#57585 / #57847

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@gopherbot gopherbot reopened this Feb 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadSignal"
2023-01-26 07:17 darwin-amd64-10_15 go@cea70301 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.02s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4119296738/testprogcgo.exe CgoExternalThreadSignal: signal: segmentation fault
    crash_cgo_test.go:114: expected "OK\n", but got:
2023-01-26 07:17 darwin-amd64-11_0 go@cea70301 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.43s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build2556092564/testprogcgo.exe CgoExternalThreadSignal: signal: segmentation fault
    crash_cgo_test.go:114: expected "OK\n", but got:
2023-01-26 10:15 darwin-amd64-10_15 go@4df10fba runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.04s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build1310876794/testprogcgo.exe CgoExternalThreadSignal: signal: segmentation fault
    crash_cgo_test.go:114: expected "OK\n", but got:
2023-01-26 10:15 darwin-amd64-11_0 go@4df10fba runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (0.12s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4292740019/testprogcgo.exe CgoExternalThreadSignal: signal: segmentation fault
    crash_cgo_test.go:114: expected "OK\n", but got:

watchflakes

@bcmills
Copy link
Member

bcmills commented Feb 2, 2023

#58068

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 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. OS-NetBSD
Projects
Status: Done
Status: Done
Development

No branches or pull requests

3 participants