<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> master tip </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? Linux s390x ### What did you do? <!-- The builder for s390x is failing with the following messages: go tool dist: unexpected stale targets reported by /data/golang/workdir/go/pkg/tool/linux_s390x/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys]: STALE cmd/asm: stale dependency: internal/cpu STALE cmd/cgo: stale dependency: internal/cpu STALE cmd/compile: stale dependency: internal/cpu STALE cmd/link: stale dependency: internal/cpu STALE runtime/internal/sys: build ID mismatch Error: build failed: make script failed: exit status 2 A typical build log: https://build.golang.org/log/b45db6c503b5c855f97dff34dda7774059127a30 I'd really appreciate some help in understanding what's going wrong here. I've rebooted the server without effect. This problem has started only in the last few hours. --> ### What did you expect to see? successful build ### What did you see instead? fail
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env)?Linux s390x
What did you do?
What did you expect to see?
successful build
What did you see instead?
fail