x/build: linux-mips64 builder not reporting success or failure #19953
Comments
CL https://golang.org/cl/40505 mentions this issue. |
mips64 has an "ok" on the dashboard now. |
@bradfitz, thanks! (mips and mips64 builders are slow partly because they run on the same machine, they are slowing down each other.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(Continued from #19930 (comment))
The linux-mips64 builder keeps working, but no success or failure shows up on build.golang.org, which means the builder is disappearing or something.
I see make.bash finishes in 13 minutes, and now I'm watching it do the snapshot copy to Google Cloud Storage. There's a comment on that code that says:
There's a 5 minute timeout. It's possible those arm5 machines can't gzip quickly, and/or their network is slow.
Yup, confirmed:
Maybe we don't need to snapshot those builds to Google Cloud Storage. That means we can't shard tests, but we're not doing that currently anyway.
/cc @vstefanovic @adams-sarah @cybrcodr
The text was updated successfully, but these errors were encountered: