The gotip-linux-amd64-racegocommand-noopt builder has had a couple failures while running go install -race cmd/go (complete environment details):
The failures happen in slightly different places, but involve typechecking that ends up running into an internal compiler error.
Trying the same invocation 100 times, with GO_GCFLAGS=-N -l and clearing GOCACHE each time so far didn't reproduce it on darwin/arm64. Filing this issue to track progress figuring this out.
CC @golang/command-line.
The gotip-linux-amd64-racegocommand-noopt builder has had a couple failures while running
go install -race cmd/go(complete environment details):The failures happen in slightly different places, but involve typechecking that ends up running into an internal compiler error.
Trying the same invocation 100 times, with
GO_GCFLAGS=-N -land clearing GOCACHE each time so far didn't reproduce it on darwin/arm64. Filing this issue to track progress figuring this out.CC @golang/command-line.