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 serhiy.storchaka, vstinner
Date 2017-05-09.13:34:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494336885.18.0.0616002421482.issue30283@psf.upfronthosting.co.za>
In-reply-to
Content
PR 1516 is the real stuff. I would like to enhance regrtest output in 2.7 to be able to debug buildbots stuck somewhere.

Example:
---
filecmp
[398/402] test_setcomps
[399/402] test_array
[400/402] test_tools
[24166 refs]
(...)
[24167 refs]
recursedown('@test_33891_tmp')
[401/402] test_trace

command timed out: 1200 seconds without output running ['make', 'buildbottest', 'TESTOPTS=-j2 -j4', 'TESTPYTHONOPTS=', 'TESTTIMEOUT=900'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1628.312249
---
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%202.7/builds/73/steps/test/logs/stdio
History
Date User Action Args
2017-05-09 13:34:45vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-05-09 13:34:45vstinnersetmessageid: <1494336885.18.0.0616002421482.issue30283@psf.upfronthosting.co.za>
2017-05-09 13:34:45vstinnerlinkissue30283 messages
2017-05-09 13:34:44vstinnercreate