Message353163
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. |
|
Date |
User |
Action |
Args |
2019-09-25 10:28:42 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, steve.dower, corona10, pablogsal, xtreak |
2019-09-25 10:28:42 | vstinner | set | messageid: <1569407322.15.0.603453903967.issue38269@roundup.psfhosted.org> |
2019-09-25 10:28:42 | vstinner | link | issue38269 messages |
2019-09-25 10:28:41 | vstinner | create | |
|