Skip to content
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/dist: (*tester).testDirTest fails when GOROOT is read-only #35619

Closed
bcmills opened this issue Nov 15, 2019 · 2 comments
Closed

cmd/dist: (*tester).testDirTest fails when GOROOT is read-only #35619

bcmills opened this issue Nov 15, 2019 · 2 comments
Labels
FrozenDueToAge 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

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 15, 2019

(Part of #28387, the continuing saga.)

From https://build.golang.org/log/768b654369166c3cf187e4625bd3ca01cd430449:

##### ../test/bench/go1

##### 
go build command-line-arguments: copying /tmp/workdir-host-linux-mipsle-mengzhuo/tmp/go-build116186474/b001/exe/a.out: open runtest.exe: permission denied

XXXBANNERXXX:../test
2019/11/15 23:53:53 Failed: exit status 1

That suggests a failure in the sharded ../test phase, and is locally reproducible with

GO_BUILDER_NAME=linux-amd64-bcmills go tool dist test test:0_10

CC @mengzhuo

@bcmills bcmills added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 15, 2019
@bcmills bcmills added this to the Go1.14 milestone Nov 15, 2019
@bcmills bcmills self-assigned this Nov 15, 2019
@bcmills bcmills added the Testing An issue that has been verified to require only test changes, not just a test failure. label Nov 15, 2019
@gopherbot
Copy link

Change https://golang.org/cl/207352 mentions this issue: test: avoid writing temporary files to GOROOT

@bcmills bcmills reopened this Nov 18, 2019
@gopherbot
Copy link

Change https://golang.org/cl/207602 mentions this issue: test: avoid writing temporary files to GOROOT

@golang golang locked and limited conversation to collaborators Nov 17, 2020
@rsc rsc unassigned bcmills Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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.
Projects
None yet
Development

No branches or pull requests

2 participants