On 11/1/20 11:13 PM, Pavel Raiskup wrote:
On Sunday, November 1, 2020 12:18:55 AM CET Miro Hrončok wrote:
Hello. I am trying to build sagemath from dist git in Copr.
https://copr.fedorainfracloud.org/coprs/churchyard/parso-0.8/build/1730316/ https://copr.fedorainfracloud.org/coprs/churchyard/parso-0.8/build/1733717/
I get this when the SRPM is created:
RPM build errors: stderr: error: create archive failed on file /tmp/copr-rpmbuild-2o1bpkg6/sage-9.1.tar.gz: cpio: write failed - No space left on device create archive failed on file /tmp/copr-rpmbuild-2o1bpkg6/sage-9.1.tar.gz: cpio: write failed - No space left on device Failed to execute command.
Is it too big for copr or can the space be allocated somehow?
Dunno, there should be ~8GB free space in /tmp by default. How big is the tarball (or srpm) supposed to be?
The SRPM in Koji is ~2GB.
$ df -h /tmp/ Filesystem Size Used Avail Use% Mounted on tmpfs 7.5G 124M 7.4G 2% /tmp
Perhaps we still don't clean some storage in /tmp for recycled builders?
That was my thought as well.