Open dmitshur opened 2 weeks ago
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
mipsle is OK, so this is probably a big endian problem. I thought I handled this with ppc64, but perhaps this is 32-bit big endian specific.
From https://build.golang.org/log/5e58860b238976b022020c1cb9b3537a20adc863:
This isn't happening on other ports, but does happen on GOOS=linux GOARCH=mips. Also note that without a LUCI builder (issue #67303), watchflakes doesn't catch and report persistent failures such as this one.
https://build.golang.org/log/e098e9f4dd5cedc9afd00c53a1ead71b3ab66125 was the last passing commit, so this seems to be related to CL 594597 for #54766.
CC @golang/mips.