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: TestCgoExternalThreadPanic failures #57381

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

runtime: TestCgoExternalThreadPanic failures #57381

gopherbot opened this issue Dec 17, 2022 · 7 comments
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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

gopherbot commented Dec 17, 2022

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `context deadline exceeded`

Issue created automatically to collect these failures.

Example (log):

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

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 Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

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

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Dec 17, 2022
@mknyszek mknyszek added this to the Go1.21 milestone Dec 21, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

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

watchflakes

@bcmills
Copy link
Contributor

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
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic"
2023-01-18 19:33 linux-mips64-rtrk go@6fcbd036 runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (49.62s)
    crash_test.go:58: /tmp/gobuilder-mips64/tmp/go-build3897220462/testprogcgo.exe CgoExternalThreadPanic: exit status 2
    crash_cgo_test.go:86: want failure containing "panic: BOOM". output:
2023-01-24 01:02 linux-mips64-rtrk go@7135710e runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (63.59s)
    crash_test.go:58: /tmp/gobuilder-mips64/tmp/go-build3992749568/testprogcgo.exe CgoExternalThreadPanic: exit status 2
    crash_cgo_test.go:86: want failure containing "panic: BOOM". output:

watchflakes

@gopherbot gopherbot reopened this Jan 25, 2023
@gopherbot

This comment was marked as off-topic.

@bcmills

This comment was marked as outdated.

@bcmills
Copy link
Contributor

bcmills commented Feb 2, 2023

Filed #58278 for the mips64 failures.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@golang golang locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Projects
Status: Done
Development

No branches or pull requests

3 participants