cherrymui
cherrymui
CL 412474 shouldn't be related. It is specific to ARM64, and doesn't touch ARM(32) at all.
No more failure for a while. Probably fixed by CL https://golang.org/cl/447495 , which is submitted at Nov. 4, so the time seems to match.
I think nil interface value should probably be considered comparable.
Yeah, `GO_TEST_TIMEOUT_SCALE=2` doesn't seem to be set. The old ppc64le builders set `GO_TEST_TIMEOUT_SCALE=2`, so we probably should do that for LCUI builders as well. cc @mknyszek
Closing. Should be fixed by the CL above. (Apparently gopherbot doesn't do it because it is checked in to a branch.)
There seem to be timeouts on other LUCI darwin builders (other than 13). I put them all here for now. Feel free to split if this is really specific to...
TestVMInfo failure is #62352. It seems that it matches this because it keeps retrying until it timed out, so `test timed out` is printed.
I changed the pattern to "default", so the other issue should take priority.
There seem to still be somewhat frequent timeouts on openbsd. So I reopened this to track, instead of opening many new issues.
Yeah, morestackc is called using a weird calling convention (because it is in the stack bounds check prologue, before the function having a frame to push the LR) that the...