[issue41642] RHEL and fedora buildbots fail due to disk space error

STINNER Victor report at bugs.python.org
Wed Aug 26 10:58:37 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Statistics on partition which are the most full.

Fedora Rawhide x86-64 is ok:

/dev/mapper/vg_root_python--builder--rawhide.osci.io-root    14G    5,4G  7,6G  42% /
/dev/mapper/vg_root_python--builder--rawhide.osci.io-home    36G     24G   11G  70% /home

Fedora Stable x86-64 is ok:

/dev/mapper/vg_root_python--builder2--rawhide.osci.io-root    14G    7,7G  5,2G  60% /
/dev/mapper/vg_root_python--builder2--rawhide.osci.io-home    36G     23G   12G  67% /home

RHEL8 x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel8.osci.io-root    14G    3,5G  9,5G  27% /
/dev/mapper/vg_root_python--builder--rhel8.osci.io-home    36G    9,7G   24G  29% /home

RHEL7 x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel7.osci.io-root   7,6G    3,6G  3,7G  49% /
/dev/mapper/vg_root_python--builder--rhel7.osci.io-home    22G     15G  5,9G  71% /home

RHEL8 FIPS x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel8--fips.osci.io-root   15G  2.8G   12G  20% /
/dev/mapper/vg_root_python--builder--rhel8--fips.osci.io-home   34G  3.7G   29G  12% /home

Fedora Rawhide AArch64 is ok:

/dev/mapper/fedora-root    44G     26G   19G  58% /
tmpfs                      16G    436K   16G   1% /tmp

Fedora Stable AArch64 is ok:

/dev/mapper/fedora-root    44G     33G   11G  76% /
tmpfs                      16G    1,6G   15G  11% /tmp

RHEL7 AArch64 is ok:

/dev/mapper/rhel-root    44G     15G   30G  33% /

RHEL8 AArch64 had like 22 GB in /tmp, I removed them. It's now better:

* before: /dev/mapper/rhel-root   44G   41G  3.3G  93% /
* after: /dev/mapper/rhel-root   44G   16G   28G  36% /


Fedora Stable ppc64le /tmp contained 1 GB of temporay files. I removed them. Before:

/dev/mapper/fedora-root   45G   29G   17G  63% /
tmpfs                    4.0G  1.1G  3.0G  27% /tmp

Fedora Rawhide ppc64le is ok:

/dev/mapper/fedora-root   45G   27G   19G  59% /
tmpfs                    4.0G  384K  4.0G   1% /tmp

RHEL7 ppc64le is ok:

/dev/mapper/rhel-root    45G     19G   27G  42% /

RHEL8 ppc64le had 22 GB of old files in /tmp: removed, rebooted. Before:

/dev/mapper/rhel-root   45G   41G  4.2G  91% /

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41642>
_______________________________________


More information about the Python-bugs-list mailing list