ar: lib/libgdbr.a: No space left on device
make[2]: *** [lib/libgdbr.a] Error 1
cc1: fatal error: can’t open ‘/tmp/ccpypDQn.s’ for writing: No space left on device
compilation terminated.
Cannot create temporary file in /tmp/: No space left on device
make[2]: *** [src/packet.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/sigutil.o] Aborted (core dumped)
ar: creating libr_ar.a
kern/env.c:257:1: fatal error: closing dependency file kern/env.d: No space left on device
}
^
compilation terminated.
cc1: fatal error: can’t open ‘/tmp/ccr6rkP5.s’ for writing: No space left on device
compilation terminated.
make[2]: *** [kern/env.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [kern/disk.o] Error 1
Cannot create temporary file in /tmp/: No space left on device
make[2]: *** [src/ptrace_wrap.o] Aborted (core dumped)
make[1]: *** [preall] Error 2
make: *** [all] Error 2
+exit 1
Hi @XVilka, glad to see that you’re using s390x.
I updated the storage pool.
Apologies for the inconvenience and please let us know if you do run into any issues.
Happy building!
Hi @Marco
Do you still see “Error: Disk space is too low”?
in df please look at instance storage e.g “/var/snap/lxd/common/lxd/storage-pools/instances/containers/travis-job-bitcoin-bitcoin-625880747/rootfs”
thanks for following up. I can confirm that the instance storage is large enough to run the full build. However, we are running the build inside of docker. Our ci scripts are designed to run (also) locally and for safety mark the build folder read-only. Modifications only happen in the docker container.
Unpacking libllvm7:s390x (1:7.0.1-8) ...
dpkg: error processing archive /tmp/apt-dpkg-install-0kziPQ/049-libllvm7_1%3a7.0.1-8_s390x.deb (--unpack):
cannot copy extracted data for './usr/lib/s390x-linux-gnu/libLLVM-7.so.1' to '/usr/lib/s390x-linux-gnu/libLLVM-7.so.1.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
dpkg: unrecoverable fatal error, aborting:
unable to flush /var/lib/dpkg/updates/tmp.i after padding: No space left on device
E: Sub-process /usr/bin/dpkg returned an error code (2)
The command "docker run -t ltp /bin/sh -c "cd travis && ./$INSTALL.sh && if [ \"$VARIANT\" ]; then ./$INSTALL.$VARIANT.sh; fi && ../build.sh -o $TREE -t $BUILD -c $CC"" exited with 100.
/usr/bin/install: error writing ‘/opt/_internal/cpython-3.8.1/lib/python3.8/pydoc_data/_pydoc.css’: No space left on device
/usr/bin/install: failed to extend ‘/opt/_internal/cpython-3.8.1/lib/python3.8/pydoc_data/_pydoc.css’: No space left on device
/usr/bin/install: error writing ‘/opt/_internal/cpython-3.8.1/lib/python3.8/pydoc_data/topics.py’: No space left on device
/usr/bin/install: failed to extend ‘/opt/_internal/cpython-3.8.1/lib/python3.8/pydoc_data/topics.py’: No space left on device
make: *** [libinstall] Error 1
This is still an issue for at least manylinux, auditwheel, cibuildwheel projects (urls already listed above).
Are there any update on that issue being fixed you can provide ?
This is also something that requires substantial manual intervention from maintainers for the OpenBLAS binaries built for the Scientific Python ecosystem. I have an issue open: https://github.com/MacPython/openblas-libs/issues/27