We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The machine was offlined due to repeated test failures: https://ci.nodejs.org/computer/test-osuosl-aix61-ppc64_be-2/builds
The failures are all the same:
13:24:00 ccache /home/iojs/gcc-6.3.0-1/opt/freeware/bin/gcc -o /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/out/Release/obj.target/icudata/gen/icudt64_dat.o /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/out/Release/obj/gen/icudt64_dat.S '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/common -pthread -Wall -Wextra -Wno-unused-parameter -maix64 -Wno-deprecated-declarations -Wno-strict-aliasing -O3 -fno-omit-frame-pointer -MMD -MF /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/out/Release/.deps//home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/out/Release/obj.target/icudata/gen/icudt64_dat.o.d.raw -c 13:24:05 touch /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/out/Release/obj.target/tools/v8_gypfiles/run_torque.stamp 13:24:20 as: There is not enough space in the file system. 13:24:20 Assembler: 13:24:20 /home/iojs/build/ccOMTQxx.s: line 160677: 1252-161 A system problem occurred while processing file /tmp/asnAL7aa
df shows space free on /home/iojs/build:
Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/ramdisk1 23000000 13401088 42% 199296 10% /home/iojs/build (....-1) /dev/ramdisk1 23000000 19537192 16% 40186 2% /home/iojs/build (....-2)
Note that the online one has less disk space than the offline one, at least now.
But... I notice the error messages are about tmp files: A system problem occurred while processing file /tmp/asnAL7aa
A system problem occurred while processing file /tmp/asnAL7aa
I am going to look into whether its possible to get gcc or possibly as (which is an AIX as, not GNU) to use a different temp directory.
gcc
as
cc: @nodejs/platform-aix @srl295 nodejs/node#29522
The text was updated successfully, but these errors were encountered:
Actually, it just looks like /tmp is overflowing, I'm clean it out now.
Sorry, something went wrong.
find /tmp -mtime +3 | xargs rm -rf --- I will bring the machine online and see how things go.
find /tmp -mtime +3 | xargs rm -rf
https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/25831/ was green
closing, though I've a TODO item now to automate tmp cleanup
No branches or pull requests
The machine was offlined due to repeated test failures: https://ci.nodejs.org/computer/test-osuosl-aix61-ppc64_be-2/builds
The failures are all the same:
df shows space free on /home/iojs/build:
Note that the online one has less disk space than the offline one, at least now.
But... I notice the error messages are about tmp files:
A system problem occurred while processing file /tmp/asnAL7aa
I am going to look into whether its possible to get
gcc
or possiblyas
(which is an AIXas
, not GNU) to use a different temp directory.cc: @nodejs/platform-aix @srl295 nodejs/node#29522
The text was updated successfully, but these errors were encountered: