This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, cstratak, pablogsal, vstinner, xtreak
Date 2020-08-27.16:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598546193.38.0.331749239748.issue41642@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-08-27 16:36:33vstinnersetrecipients: + vstinner, David.Edelsohn, cstratak, pablogsal, xtreak
2020-08-27 16:36:33vstinnersetmessageid: <1598546193.38.0.331749239748.issue41642@roundup.psfhosted.org>
2020-08-27 16:36:33vstinnerlinkissue41642 messages
2020-08-27 16:36:33vstinnercreate