-
Notifications
You must be signed in to change notification settings - Fork 166
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 device
on test-linuxonecc-rhel72-s390x-2
#1757
Comments
@mhdawson or @nodejs/build there are 1.2 Gig of
what are they? |
They look to be some kind of nearform flame graphs. There aren't any of these on -1 or -3. I wonder if citgm was running node-clinic tests on this host? |
Home and /tmp have the most data variance between the hosts. I wonder if citgm could set
|
Yeah, we could either modify CITGM to spawn the tests for each module with citgm itself currently executes with its tmpdir set to within the workspace but that just (at the moment) controls where the module is installed into and then tested from (so if the test itself is writing to 11:32:06 ++ citgm-all -J --nodedir=/data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/node -v warn -x /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/smoker/report.xml -q error --tmpDir /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp |
I think having CITGM set TMPDIR and having it be within the workspace along with some cleanup would make sense. |
@sam-github did you clean up the drive? |
Did some digging and this is a recent thing. The newest version of clinic switched from I'll submit a PR to CITGM to redirect Edit: submitted nodejs/citgm#706. |
The test for some modules write into `os.tmpdir()` and do not always clean up afterwards which can fill the temporary directory on our CI. Redirect the temporary directory for modules being tested into CITGM's `tmpDir` which gets removed at the end of the run. Refs: nodejs/build#1757
The test for some modules write into `os.tmpdir()` and do not always clean up afterwards which can fill the temporary directory on our CI. Redirect the temporary directory for modules being tested into CITGM's `tmpDir` which gets removed at the end of the run. Refs: nodejs/build#1757
The test for some modules write into `os.tmpdir()` and do not always clean up afterwards which can fill the temporary directory on our CI. Redirect the temporary directory for modules being tested into CITGM's `tmpDir` which gets removed at the end of the run. Refs: nodejs/build#1757
@mhdawson yes, I deleted the |
e.g. https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1820/nodes=rhel72-s390x/console,
https://ci.nodejs.org/job/libuv-test-commit-linux/nodes=rhel72-s390x/1394/console
The text was updated successfully, but these errors were encountered: