STINNER Victor <vstin...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue38269> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com