Message376009
> 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. |
|
| Date |
User |
Action |
Args |
| 2020-08-27 16:36:33 | vstinner | set | recipients:
+ vstinner, David.Edelsohn, cstratak, pablogsal, xtreak |
| 2020-08-27 16:36:33 | vstinner | set | messageid: <1598546193.38.0.331749239748.issue41642@roundup.psfhosted.org> |
| 2020-08-27 16:36:33 | vstinner | link | issue41642 messages |
| 2020-08-27 16:36:33 | vstinner | create | |
|