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: TestCgoTraceback failures #56580

Closed
gopherbot opened this issue Nov 4, 2022 · 5 comments
Closed

runtime: TestCgoTraceback failures #56580

gopherbot opened this issue Nov 4, 2022 · 5 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

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoTraceback (0.44s)
    crash_test.go:59: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build1786125213/testprogcgo.exe CgoTraceback failed to start: exec: WaitDelay expired before I/O complete

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 Nov 4, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceback"
2022-10-31 21:00 aix-ppc64 go@ec0b5402 runtime.TestCgoTraceback (log)
--- FAIL: TestCgoTraceback (0.44s)
    crash_test.go:59: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build1786125213/testprogcgo.exe CgoTraceback failed to start: exec: WaitDelay expired before I/O complete

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Nov 4, 2022

Fixed by https://go.dev/cl/446875.

@bcmills bcmills closed this as completed Nov 4, 2022
@bcmills bcmills self-assigned this Nov 4, 2022
@bcmills bcmills added this to the Go1.20 milestone Nov 4, 2022
@gopherbot gopherbot reopened this Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

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

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

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

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 5, 2023

The openbsd failures are #57585.

@bcmills bcmills closed this as completed Jan 5, 2023
@golang golang locked and limited conversation to collaborators Jan 5, 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
None yet
Development

No branches or pull requests

3 participants