[New-bugs-announce] [issue33764] AppVeyor builds interrupted before tests complete

STINNER Victor report at bugs.python.org
Sun Jun 3 20:53:32 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

While looking at AppVeyor history, I saw two builds which seem like interrupted in the middle of the test

3.6:
https://ci.appveyor.com/project/python/cpython/build/3.6build16876/job/t9nyt59wkwcn68nk

...
0:04:32 [312/407] test_genexps passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 30 sec)
0:04:32 [313/407] test_weakset passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 30 sec)
0:04:32 [314/407] test_fractions passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 31 sec)

3.8:
https://ci.appveyor.com/project/python/cpython/build/3.8build16878

...
0:06:07 [290/416] test_frame passed -- running: test_io (4 min 1 sec), test_mmap (5 min 45 sec)
0:06:09 [291/416] test_codecmaps_cn passed -- running: test_io (4 min 3 sec), test_mmap (5 min 47 sec)
fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ...
	fetching http://www.pythontest.net/unicode/EUC-CN.TXT ...
	fetching http://www.pythontest.net/unicode/CP936.TXT ...


Terry Reedy also noticed the issue:
https://mail.python.org/pipermail/python-committers/2018-June/005527.html


https://appveyor.statuspage.io/ says that all services are operational.

----------
components: Tests
messages: 318590
nosy: vstinner
priority: normal
severity: normal
status: open
title: AppVeyor builds interrupted before tests complete

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


More information about the New-bugs-announce mailing list