STINNER Victor <vstin...@python.org> added the comment:

> I have found a large number of un-removed files in /tmp.

Right. I found many /tmp/ccXXXX.XXX and /tmp/tmpXXXXX files. Around 20 GB of 
these files! Maybe using passing "-pipe" to gcc/clang would avoid the 
/tmp/ccXXXX.XXX files when a build is interrupted. For example, I saw assembly 
files (.s) of around 20 MB.

I don't know what are the /tmp/tmpXXXXX files.

I'm disappointed that in 2020, buildbot has no safe way to ensure that all 
created files are removed at the end of a build. chroot, containers, etc. are 
effecient way to ensure that everything is removed at the end of a build.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41642>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to