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 2019-11-08.09:04:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573203897.04.0.724173047144.issue38276@roundup.psfhosted.org>
In-reply-to
Content
Timeout on the Ubuntu job of Azure Pipelines:

https://dev.azure.com/Python/cpython/_build/results?buildId=53629&view=logs&j=256d7e09-002a-52d7-8661-29ee3960640e

0:27:55 load avg: 0.11 [419/419/2] test_asyncio crashed (Exit code 1)
Timeout (0:20:00)!
Thread 0x00007fe2c4fdf700 (most recent call first):
  File "/home/vsts/work/1/s/Lib/selectors.py", line 468 in select
  File "/home/vsts/work/1/s/Lib/asyncio/base_events.py", line 1837 in _run_once
  File "/home/vsts/work/1/s/Lib/asyncio/base_events.py", line 589 in run_forever
  File "/home/vsts/work/1/s/Lib/asyncio/base_events.py", line 621 in run_until_complete
  File "/home/vsts/work/1/s/Lib/test/test_asyncio/test_subprocess.py", line 440 in test_cancel_make_subprocess_transport_exec
  File "/home/vsts/work/1/s/Lib/unittest/case.py", line 616 in _callTestMethod
History
Date User Action Args
2019-11-08 09:04:57vstinnersetrecipients: + vstinner
2019-11-08 09:04:57vstinnersetmessageid: <1573203897.04.0.724173047144.issue38276@roundup.psfhosted.org>
2019-11-08 09:04:57vstinnerlinkissue38276 messages
2019-11-08 09:04:56vstinnercreate