-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/build/dashboard: linux-mips64le-mengzhuo repeatedly timing out while writing snapshot #52235
Comments
Change https://go.dev/cl/398697 mentions this issue: |
This timeout is meant to be an upper bound, and some reverse builders have been observed to need a bit over 5 minutes to finish the upload. Give them more time and update the comment to describe the 2022 state. Also log how many bytes they've managed to copy before failing. Updates golang/go#52235. Updates golang/go#49149. Change-Id: I20f850620f0aa8126968862f2ad9a096fa32ce03 Reviewed-on: https://go-review.googlesource.com/c/build/+/398697 Trust: Carlos Amedee <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
@mengzhuo Result after making the timeout 15 minutes instead of 5:
It was able to transfer an additional ~10 MB in the 10 extra minutes. It seems even 20 minutes would not be nearly enough. Edit: A newer run completed in 9 minutes:
|
@dmitshur Thank you and this detail update. I've changed the proxy and it works. |
Since I transfer all MIPS owner to @Rongronggg9 , we can close this issue now. |
Almost all recent commits don't have a build result for this builder yet, as seen on build.golang.org:
From coordinator logs:
The write snapshot timeout at this moment is 5 minutes, and this builder is running into that timeout repeatedly while only writing approximately 5-7 MB. A typical snapshot is around 150 MB, so at that speed it'd need more than 2 hours.
Is this an unexpected issue with the builder and/or its internet uplink speed, or should the builder be configured with
SkipSnapshot: true
? I see that it already hasFlakyNet: true
set. @mengzhuo, are you able to take a look and advise how you'd like to proceed? Thanks.CC @golang/release.
The text was updated successfully, but these errors were encountered: