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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-26.17:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501089076.19.0.826531934694.issue30778@psf.upfronthosting.co.za>
In-reply-to
Content
Reopen since we got a similar issue on Windows 7:

http://buildbot.python.org/all/builders/x86%20Windows7%202.7/builds/242/steps/test/logs/stdio

(...)
0:35:07 [398/403] test_generators passed -- running: test_bsddb3 (1233 sec)
0:35:07 [399/403] test_MimeWriter passed -- running: test_bsddb3 (1234 sec)
0:35:08 [400/403] test_macostools skipped -- running: test_bsddb3 (1234 sec)
test_macostools skipped -- No module named MacOS
0:35:18 [401/403] test_winsound passed -- running: test_bsddb3 (1244 sec)
0:35:18 [402/403] test_old_mailbox passed -- running: test_bsddb3 (1245 sec)

command timed out: 1200 seconds without output running ['Tools\\buildbot\\test.bat', '-j2'], attempting to kill
running: test_bsddb3 (1275 sec)
running: test_bsddb3 (1305 sec)
running: test_bsddb3 (1335 sec)
(...)
running: test_bsddb3 (2415 sec)
running: test_bsddb3 (2445 sec)
0:55:30 [403/403/1] test_bsddb3 crashed
program finished with exit code 1
elapsedTime=3342.189000
History
Date User Action Args
2017-07-26 17:11:16vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-07-26 17:11:16vstinnersetmessageid: <1501089076.19.0.826531934694.issue30778@psf.upfronthosting.co.za>
2017-07-26 17:11:16vstinnerlinkissue30778 messages
2017-07-26 17:11:15vstinnercreate