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 corona10, gregory.p.smith, pablogsal, steve.dower, vstinner, xtreak
Date 2019-09-25.10:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569407322.15.0.603453903967.issue38269@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-25 10:28:42vstinnersetrecipients: + vstinner, gregory.p.smith, steve.dower, corona10, pablogsal, xtreak
2019-09-25 10:28:42vstinnersetmessageid: <1569407322.15.0.603453903967.issue38269@roundup.psfhosted.org>
2019-09-25 10:28:42vstinnerlinkissue38269 messages
2019-09-25 10:28:41vstinnercreate