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 vstinner
Date 2017-06-19.13:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497879654.02.0.148702284531.issue30351@psf.upfronthosting.co.za>
In-reply-to
Content
Yet another bug. I see a pattern, a lot of tests ends with test_threading running in background, test_threading is the last test to run, and then regrtest stops logging anything and buildbot kills the test.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%202.7/builds/126/steps/test/logs/stdio

...
0:05:18 [399/404] test_scope passed -- running: test_threading (128 sec)
0:05:19 [400/404] test_longexp passed -- running: test_threading (129 sec)
0:05:19 [401/404] test_strptime passed -- running: test_threading (129 sec)
0:05:20 [402/404] test_logging passed -- running: test_threading (130 sec)
0:05:27 [403/404] test_select passed -- running: test_threading (137 sec)

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=1528.143168
History
Date User Action Args
2017-06-19 13:40:54vstinnersetrecipients: + vstinner
2017-06-19 13:40:54vstinnersetmessageid: <1497879654.02.0.148702284531.issue30351@psf.upfronthosting.co.za>
2017-06-19 13:40:54vstinnerlinkissue30351 messages
2017-06-19 13:40:53vstinnercreate