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: TestBigGOMAXPROCS failures #56582

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

runtime: TestBigGOMAXPROCS failures #56582

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

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestBigGOMAXPROCS (2.06s)
    crash_test.go:59: /tmp/workdir/tmp/go-build240028779/testprog.exe NonexistentTest 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 == "TestBigGOMAXPROCS"
2022-10-31 21:51 openbsd-386-70 go@5619dd08 runtime.TestBigGOMAXPROCS (log)
--- FAIL: TestBigGOMAXPROCS (2.06s)
    crash_test.go:59: /tmp/workdir/tmp/go-build240028779/testprog.exe NonexistentTest failed to start: exec: WaitDelay expired before I/O complete

watchflakes

@bcmills
Copy link
Member

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 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestBigGOMAXPROCS"
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestBigGOMAXPROCS (log)
--- FAIL: TestBigGOMAXPROCS (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprog.exe NonexistentTest failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Member

bcmills commented Jan 25, 2023

That last entry is #57585.

@bcmills bcmills closed this as completed Jan 25, 2023
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
Status: Done
Development

No branches or pull requests

2 participants