https://build.golang.org/log/89d71a5b0369a691899c3435abc7df3d4abd4074
##### API check
Error running API checker: exit status 1
Go version is "builder host-linux-armel-cross", ignoring -next /home/builder/stage0scratch/workdir/go/api/next.txt
[ a lot of +pkg ... lines ]
exit status 1
2018/04/07 13:27:59 Failed: exit status 1
2018/04/07 13:28:04 FAILED
The fact that the version does not contain devel implies that +pkg lines, i.e. new APIs, are a test failure:
fail = !compareAPI(bw, features, required, optional, exception,
*allowNew && strings.Contains(runtime.Version(), "devel"))
The fact that no other builder hits this tells me that the version in this ARM builder is wrong; it should contain devel.
https://build.golang.org/log/89d71a5b0369a691899c3435abc7df3d4abd4074
The fact that the version does not contain
develimplies that+pkglines, i.e. new APIs, are a test failure:The fact that no other builder hits this tells me that the version in this ARM builder is wrong; it should contain
devel.