x/mobile: gobind tests leaking temporary files on the builder #9513
Labels
Milestone
Comments
review tests were leaving behind garbage in %TEMP% directory on windows too. I have fixed that in https://go-review.googlesource.com/#/c/2089/ @bradfitz, perhaps you can remove these on our windows builder too. Thank you. Alex |
Turns out to be easy to fix, sent https://golang.org/cl/2343 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found a lot of files in the builder's /tmp directory of this form:
goXXXXX and javaXXXXX.
The content of these files showed that they are temporary files for the gobind tests:
And
Perhaps this the reason why some builders' file system has been filled.
PS: I just cleaned up the /tmp yesterday, and now it has accumulated about 200 of these
files, so I'm certain this bug is still there.
The text was updated successfully, but these errors were encountered: