[issue37245] Azure Pipeline 3.8 CI: multiple tests hung and timed out on macOS 10.13

STINNER Victor report at bugs.python.org
Wed Sep 4 12:35:42 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> I'm still seeing this, maybe 1 in 20 builds, so it's semi-random. A new deadlock, maybe?

It seems like only the jobs on Azure are killed by timeout. The jobs on macOS buildbots look fine. Maybe macOS on Azure is running slower and we should just increase the timeout?

The bug still occurs:

https://github.com/python/cpython/pull/15651
https://dev.azure.com/Python/cpython/_build/results?buildId=49786&view=results

0:49:27 load avg: 1.41 [419/419/6] test_threading crashed (Exit code 1)

6 tests failed:
    test_concurrent_futures test_functools test_importlib
    test_multiprocessing_forkserver test_multiprocessing_spawn
    test_threading

The whole job was killed after 57 minutes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37245>
_______________________________________


More information about the Python-bugs-list mailing list