[issue38269] AMD64 Debian PGO 3.x, AMD64 Clang UBSan 2.7 buildbots: No space left on device
STINNER Victor
report at bugs.python.org
Wed Sep 25 06:28:42 EDT 2019
STINNER Victor <vstinner at python.org> added the comment:
I contacted Gregory P. Smith, the buildbot worker owner, to ask him to have a look.
> I think there was a bug in the past in regrtest or tempfile where the temporary files for tests were not deleted and lead to disk space filled up in several buildbots.
regrtest now has a --cleanup command to remove all build/test_python_xxx directories. But this command cannot be run by buildbot on a worker which allows multiple jobs in parallel, since the command removes temporary directory of parallel jobs...
I fixed many bugs in regrtest recently to reduce the risk of leaving temporary files on the disk.
----------
nosy: +gregory.p.smith
title: test_venv failed on AMD64 Debian PGO 3.x -> AMD64 Debian PGO 3.x, AMD64 Clang UBSan 2.7 buildbots: No space left on device
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38269>
_______________________________________
More information about the Python-bugs-list
mailing list