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 martin.panter
Recipients Lukasa, christian.heimes, martin.panter, python-dev, vstinner
Date 2016-09-06.03:33:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473132799.53.0.118713758388.issue27744@psf.upfronthosting.co.za>
In-reply-to
Content
Despite the last changes, test_aes_cbc() hangs for fifteen minutes:
http://buildbot.python.org/all/builders/x86-64%20Ubuntu%2015.10%20Skylake%20CPU%203.x/builds/1298/steps/test/logs/stdio
running: test_socket (900 sec)
0:28:47 [332/402] test_socket crashed
Timeout (0:15:00)!
Thread 0x00007f2843d94700 (most recent call first):
  File "/home/buildbot/buildarea/3.x.intel-ubuntu-skylake/build/Lib/test/test_socket.py", line 5389 in test_aes_cbc
  File "/home/buildbot/buildarea/3.x.intel-ubuntu-skylake/build/Lib/test/support/__init__.py", line 523 in wrapper
  File "/home/buildbot/buildarea/3.x.intel-ubuntu-skylake/build/Lib/unittest/case.py", line 600 in run
  . . .
History
Date User Action Args
2016-09-06 03:33:19martin.pantersetrecipients: + martin.panter, vstinner, christian.heimes, python-dev, Lukasa
2016-09-06 03:33:19martin.pantersetmessageid: <1473132799.53.0.118713758388.issue27744@psf.upfronthosting.co.za>
2016-09-06 03:33:19martin.panterlinkissue27744 messages
2016-09-06 03:33:19martin.pantercreate