I just pulled Go master, up to b55a2fb from a previous 2b31abc, and the Go build via cd src && GOGC=off GOAMD64=v3 ./make.bash -v started failing:
[...]
cmd/go/internal/list
cmd/go/internal/vet
cmd/go/internal/modget
cmd/go/internal/test
cmd/go/internal/bug
cmd/go
go tool dist: unexpected stale targets reported by /home/mvdan/tip/pkg/tool/linux_amd64/go_bootstrap list -gcflags="" -ldflags="" for [std cmd] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
STALE cmd/trace: not installed but available in build cache
It's unclear what caused this; I'll try to bisect. It seems like some form of regression in the past couple of days.
I just pulled Go master, up to b55a2fb from a previous 2b31abc, and the Go build via
cd src && GOGC=off GOAMD64=v3 ./make.bash -vstarted failing:It's unclear what caused this; I'll try to bisect. It seems like some form of regression in the past couple of days.