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 asvetlov, vstinner, yselivanov
Date 2019-09-27.09:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569578252.44.0.857515092678.issue37431@roundup.psfhosted.org>
In-reply-to
Content
New fail on ARMv7 Debian buster 3.x:
https://buildbot.python.org/all/#/builders/176/builds/1356

======================================================================
ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_asyncio/test_sslproto.py", line 585, in test_start_tls_server_1
    self.loop.run_until_complete(run_main())
  File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/asyncio/base_events.py", line 632, in run_until_complete
    raise RuntimeError('Event loop stopped before Future completed.')
RuntimeError: Event loop stopped before Future completed.
History
Date User Action Args
2019-09-27 09:57:32vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-09-27 09:57:32vstinnersetmessageid: <1569578252.44.0.857515092678.issue37431@roundup.psfhosted.org>
2019-09-27 09:57:32vstinnerlinkissue37431 messages
2019-09-27 09:57:32vstinnercreate