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: TestEnsureDropM failures #56581

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

runtime: TestEnsureDropM failures #56581

gopherbot opened this issue Nov 4, 2022 · 4 comments
Assignees
Labels
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.
Milestone

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestEnsureDropM (0.34s)
    crash_test.go:59: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build1230144557/testprogcgo.exe EnsureDropM 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 == "TestEnsureDropM"
2022-10-31 21:51 aix-ppc64 go@5619dd08 runtime.TestEnsureDropM (log)
--- FAIL: TestEnsureDropM (0.34s)
    crash_test.go:59: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-build1230144557/testprogcgo.exe EnsureDropM 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 Jan 4, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestEnsureDropM"
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestEnsureDropM (log)
--- FAIL: TestEnsureDropM (0.01s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe EnsureDropM failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestEnsureDropM (log)
--- FAIL: TestEnsureDropM (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe EnsureDropM failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestEnsureDropM (log)
--- FAIL: TestEnsureDropM (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe EnsureDropM 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
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.
Projects
None yet
Development

No branches or pull requests

2 participants