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 pablogsal, steve.dower, vstinner
Date 2020-01-08.00:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578441988.19.0.650974642036.issue39253@roundup.psfhosted.org>
In-reply-to
Content
Oh. That explains these strange results on AMD64 RHEL7 Refleaks 3.8:

https://buildbot.python.org/all/#/builders/219/builds/41

 argv: [b'make', b'buildbottest', b'TESTOPTS=-R 3:3 -u-cpu --junit-xml test-results.xml -j10 ${BUILDBOT_TESTOPTS}', b'TESTPYTHONOPTS=', b'TESTTIMEOUT=11700']

...
test_quopri leaked [168, 168, 168] references, sum=504
test_quopri leaked [75, 75, 75] memory blocks, sum=225
1:50:20 load avg: 1.06 Re-running test_future5 in verbose mode
test_future5 leaked [42, 42, 42] references, sum=126
test_future5 leaked [20, 20, 20] memory blocks, sum=60
...

The previous build is successful and it didn't use --junit-xml option:

https://buildbot.python.org/all/#/builders/219/builds/40
History
Date User Action Args
2020-01-08 00:06:28vstinnersetrecipients: + vstinner, steve.dower, pablogsal
2020-01-08 00:06:28vstinnersetmessageid: <1578441988.19.0.650974642036.issue39253@roundup.psfhosted.org>
2020-01-08 00:06:28vstinnerlinkissue39253 messages
2020-01-08 00:06:27vstinnercreate