cmd/go: TestGoBuildUmask Failed in Github code space #62724
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
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
)?go env
OutputWhat did you do?
Fork golang/go in github, see https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository Create a code space.
See also https://docs.github.com/en/codespaces/developing-in-codespaces/opening-an-existing-codespace Open the code space.
cd src
./all.bash
What did you expect to see?
Test passed.
What did you see instead?
--- FAIL: TestGoBuildUmask (0.20s)
go_unix_test.go:34: running testgo [build -o /tmp/cmd-go-test-2516507273/gotest427460297/x /tmp/cmd-go-test-2516507273/gotest427460297/x.go]
go_unix_test.go:40: wrote x with mode=-rwxr-xrw-, wanted no 0077 bits
vcs-test.golang.org rerouted to http://127.0.0.1:46227
https://vcs-test.golang.org rerouted to https://127.0.0.1:35865
go test proxy running at GOPROXY=http://127.0.0.1:45935/mod
2023/09/19 11:45:14 http: TLS handshake error from 127.0.0.1:53824: EOF
FAIL
FAIL cmd/go 82.097s
The text was updated successfully, but these errors were encountered: