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/api: run.go leaks temporary golang.org/x/tools checkout #9490

Closed
davecheney opened this issue Jan 2, 2015 · 5 comments
Closed

cmd/api: run.go leaks temporary golang.org/x/tools checkout #9490

davecheney opened this issue Jan 2, 2015 · 5 comments

Comments

@davecheney
Copy link
Contributor

The api check in run.bash leaks one copy of golang,org/x/tools in /tmp for every run.

@bradfitz
Copy link
Contributor

bradfitz commented Jan 2, 2015

Are you sure? It tries to keep exactly 1 and re-use it over itme.

Do you have more than 1? (you might have the pre-git one as well, so maybe you have two).

@davecheney
Copy link
Contributor Author

This blew up the -cheney-panda builder and was eating up /tmp on the -imx6
linux and nacl builder.

I didn't have time to fully investigate, just cleated the directories and
restarted the builders.

Consider this issue a note to myself to investigate further.
On 3 Jan 2015 10:13, "Brad Fitzpatrick" notifications@github.com wrote:

Are you sure? It tries to keep exactly 1 and re-use it over itme.

Do you have more than 1? (you might have the pre-git one as well, so maybe
you have two).


Reply to this email directly or view it on GitHub
#9490 (comment).

@minux
Copy link
Member

minux commented Jan 6, 2015

Perhaps related leaking file issue: #9513

@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

This will be fixed by not checking out x/tools anymore.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Dup of #10404.

@rsc rsc closed this as completed Apr 10, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants