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 pablogsal
Recipients miss-islington, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2018-07-05.10:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530785196.93.0.56676864532.issue33735@psf.upfronthosting.co.za>
In-reply-to
Content
We have some similar failures on the x86 Gentoo Refleaks 3.7 buildbots:

http://buildbot.python.org/all/#/builders/114/builds/157/steps/4/logs/stdio
http://buildbot.python.org/all/#/builders/114/builds/155/steps/4/logs/stdio
----------------------------------------------------------------------
Ran 310 tests in 249.377s
OK (skipped=30)
.
test_multiprocessing_spawn leaked [1, 2, 2] memory blocks, sum=5
1 test failed again:
    test_multiprocessing_spawn
== Tests result: FAILURE then FAILURE ==

It seems that is due to a high load on the buildbot but I am surprised that this is not mitigated after PR 8059.
History
Date User Action Args
2018-07-05 10:06:36pablogsalsetrecipients: + pablogsal, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, miss-islington, xtreak
2018-07-05 10:06:36pablogsalsetmessageid: <1530785196.93.0.56676864532.issue33735@psf.upfronthosting.co.za>
2018-07-05 10:06:36pablogsallinkissue33735 messages
2018-07-05 10:06:36pablogsalcreate