-
Notifications
You must be signed in to change notification settings - Fork 18k
misc/cgo/testcshared: sometimes stalls on windows-amd64-longtest builder in non-sharded longtest mode #39665
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
Comments
There may have been an occurrence of this exact problem or a similar problem in the SlowBot run of CL 239738 on the
|
It appears to stall in sharded mode too: I hit a repro in a SlowBot run for https://golang.org/cl/270979. |
Depending on how often this occurs, it might be a blocker for #42661. 😞 |
Hmm, I wonder if this is related to #39349‽ |
From CL 285720
|
I have a theory about this. For most tests, the dist tool lets |
Still just That suggests a possible connection to CL 365994 / #49457 (CC @ianlancetaylor, @bufflig, @cherrymui) — if
2021-10-26T14:24:17-283d8a3/windows-amd64-2008 |
It is possible that this is related to |
Still no more failures since Oct. 26. I'm calling this fixed by CL 365994.
|
I've observed the following failure scenario while testing all.bash in non-sharded longtest mode via
x/build/cmd/release
. The build stalled on the##### ../misc/cgo/testcshared
test and did not make progress for several hours:I've observed this just twice, on the latest commit of
release-branch.go1.14
, and on a recent commit ofmaster
(to be 1.15), using thewindows-amd64-longtest
builder:It didn't happen a second time, after I re-tried. I don't yet know how common of an occurrence this is.
This is the tracking issue to collect information and investigate.
/cc @cagedmantis @toothrot @andybons @ianlancetaylor @bcmills
The text was updated successfully, but these errors were encountered: