-
Notifications
You must be signed in to change notification settings - Fork 168
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
No space left on test-macstadium-macos10.11-x64-2 #1991
Comments
There doesn't seem to be any obvious things to cleanup when I looked.
Much of the space usage is due to the nodejs build workspace. You could try deleting that and redoing a citgm run, and checking disk space while you do it, that would at least give you an idea how space hungry the citgm is. Assuming that it is in fact / which ran out of space, the libtool error was less than informative. |
FYI:
|
And (to save anyone else the time to wait for this):
|
There's also some discussion over in #1908 (comment). First step though is to work out what disk libtool is attempting to use. |
My comment about "assuming it is /" was not helpful, sorry, there is only /, the other 3 aren't real filesystems. There doesn't seem to be the same cruft, from the other comment, running the same du command:
|
On one hand that's good news as Rod did a clear out and CITGM has since been updated to redirect the home directory for the module being tested so the cruft shouldn't occur in home anymore. In any case the CITGM job on macOS isn't getting as far as running CITGM as the |
The citgm job does ANOTHER src build of nodejs? If so, that alone could be the problem. If you look through above, you'll see that there is only about 12 G available on /, but that a nodejs build (at least |
@sam-github Yes, |
That makes sense. Until I'm into macstadium, I'm not sure what options we have. It might be worth searching for a test machine with more disk (they might vary), and pinning the build to that machine. It might also be possible to delete the other jobs from workspace before running a citgm run. |
don't forget Caches:
That's annoying, but 7.8G for Node's build size is getting kind of out of control:
The biggest offenders:
Due to space constraints I'm experiencing in rv-test-commit-linux-docker I've added a |
I've gone ahead and put |
Turns out the |
well that explains why the citgm workspace directory was so trim. I think this should become standard practice on arch/os's that we are regularly having to clean up for space. |
While running citgm-smoker: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2075/nodes=osx1011/
The text was updated successfully, but these errors were encountered: