-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: all.bash tests fail on master (ab9d31da9e) in TestIsTerminal #52461
Comments
I also encountered the same problem, but I tried git revet CL https://go-review.googlesource.com/c/go/+/400877, the result is OK |
we are seeing that ./all.bash fails with the same error on master for linux/ppc64le/ppc64 as well with the same reproducibility conditions as mentioned above |
Change https://go.dev/cl/401494 mentions this issue: |
This wasn't caught on the builders because (understandably) none of the builders run with |
Note that this also caused failures on |
Indeed. Unfortunately the failure rate for |
Damn, sorry for the noise. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes on ab9d31d, no on ebe1435.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
time ./all.bash
What did you expect to see?
A clean build.
What did you see instead?
EDIT: After some experimentation, whether or not the
time
utility is used doesn't seem to matter, and neither does whether or notall.bash
is called from atmux
terminal or a simple GNOME terminal.The text was updated successfully, but these errors were encountered: