-
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
release-osuosl-aix61-ppc64_be-1 disk full #1957
Comments
Possibly the same issue (#1951) that was seen on test-osuosl-aix61-ppc64_be-2 recently where |
ran that command @sam-github used and it went from
to
not really much space being used there.
but I'm not sure how that would get involved in |
|
Is this the reason we've not had an AIX 13.0.0-nightly since https://nodejs.org/download/nightly/v13.0.0-nightly20191010768287489a/? It's missing from https://nodejs.org/download/nightly/v13.0.0-nightly2019101181bc7b3ba5/ onwards and looks to be the reason why node-test-node-addon-api-LTS versions has been failing. |
I don't know how the nightlies are built, but the disk still has lots of space, |
@sam-github which disk di you check? This is the output on the release machine:
|
https://ci-release.nodejs.org/job/iojs+release/nodes=aix61-ppc64/4769/console So, this is failing on icudt64_dat.o, which I suspect is not a coincidence. Its probably not so much that cruft has accumulated and filled up space, but that the full ICU has significantly increased demand for /tmp space. release has significantly less capacity:
I'll have to figure out if its possible to increase the tmp space, or to convince the AIX |
I resized /tmp:
Its now the same as the 2 smaller test machines:
|
https://ci-release.nodejs.org/job/iojs+release/4770/nodes=aix61-ppc64/ is building, we'll see if it works. And if we get nightly tomorrow. |
https://ci-release.nodejs.org/job/iojs+release/4770/nodes=aix61-ppc64/ was green, so hopefully nightlies will occur. |
For the record, this was not "simply" /tmp filling up, its fallout from big-ICU, because massive .S icu data files need a lot more disk space during assembly. Big ICU has stressed various tools. I was getting ccache OOM errors on AIX7.2 because it loads full files into memory to hash them, for example. The fix wasn't cleaning /tmp, it was resizing it to be identical to the test- machines, because they obviously have enough /tmp space to compile ICU. |
AFAICT, no nightlies were run last night at all: https://ci-release.nodejs.org/job/iojs+release/ shows the build @mhdawson and I started yesterday, green, and a master build targos did by hand, and that's it. I don't see a nightly job, either, or a periodic trigger for the iojs+release job. :headscratching: |
Ah, @richardlau suggested nightlies don't occur unless new commits landed. |
Last failing one was https://ci-release.nodejs.org/job/iojs+release/4769/ for 13.x I did a manual nightly build with same params (but updated date string): https://ci-release.nodejs.org/job/iojs+release/4772/ |
https://nodejs.org/download/nightly/v13.0.0-nightly20191018c8df5cf74a/ has an AIX I think that was the goal, closing, if I misunderstand, pls reopen and tell me whats missing |
today's builds are failing
@nodejs/platform-aix
The text was updated successfully, but these errors were encountered: