Closed
Description
There have been several recent failures on linux-ppc64-buildlet in which the runtime package fails saying
--- FAIL: TestCrashHandler (0.06s)
crash_test.go:171: Stale runtime.a. Run 'go install runtime'.
The error is repeated many times.
For example:
https://build.golang.org/log/3c1890fd20e980d864f36c0fa3eabbcd83d2d1f0
https://build.golang.org/log/e6dd0a7c7399a1858c20e64efbf79b82adf31992
This error is basically impossible as the runtime package was just built and installed, and can not be stale. This suggests some sort of misconfiguration or disk error on the buildlet.