[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-21 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-30727: "[2.7] test_threading.ConditionTests.test_notify() hangs randomly on FreeBSD on Python 2.7". -- ___ Python tracker ___ ___

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2367 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-21 Thread STINNER Victor
STINNER Victor added the comment: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%202.7/builds/129/steps/test/logs/stdio ... 0:06:35 [402/404] test_signal passed (46 sec) -- running: test_lib2to3 (63 sec), test_threading (395 sec) 0:07:01 [403/404] test_lib2to3 passed (8

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-21 Thread STINNER Victor
STINNER Victor added the comment: http://buildbot.python.org/all/builders/x86%20Windows%20XP%20VS9.0%202.7/builds/203/steps/test/logs/stdio ... 0:18:49 [401/404] test_zipimport passed -- running: test_threading (158 sec) 0:18:52 [402/404] test_zipimport_support passed -- running: test_threading

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-20 Thread STINNER Victor
STINNER Victor added the comment: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/131/steps/test/logs/stdio ... 0:05:06 [401/404] test_strptime passed 0:05:07 [402/404] test_test_support passed 0:05:29 [403/404] test_largefile passed (39 sec) -- running: test_weakref

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%202.7/builds/140/steps/test/logs/stdio ... 0:10:17 [400/404] test_binhex passed -- running: test_threading (474 sec) 0:10:17 [401/404] test_pdb passed -- running: test_threading (474 s

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-19 Thread STINNER Victor
STINNER Victor added the comment: Yet another bug. I see a pattern, a lot of tests ends with test_threading running in background, test_threading is the last test to run, and then regrtest stops logging anything and buildbot kills the test. http://buildbot.python.org/all/builders/AMD64%20FreeB

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-15 Thread STINNER Victor
STINNER Victor added the comment: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%202.7/builds/136/steps/test/logs/stdio ... 0:12:56 [402/404] test_linecache passed -- running: test_threading (413 sec) 0:12:56 [403/404] test_int_literal passed -- running: test_threading

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-13 Thread STINNER Victor
STINNER Victor added the comment: Another failure. http://buildbot.python.org/all/builders/AMD64%20Windows10%202.7/builds/201/steps/test/logs/stdio ... 0:19:34 [401/404] test_ftplib passed 0:19:44 [402/404] test_bufio passed 0:19:45 [403/404] test_SimpleHTTPServer passed command timed out: 12

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-13 Thread STINNER Victor
STINNER Victor added the comment: Similar issue on AMD64 Windows7 SP1 2.7: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/123/steps/test/logs/stdio (...) 0:04:18 [401/403] test_posixpath passed -- running: test_weakref (48 sec) 0:04:19 [402/403] test_bsddb passed --

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-01 Thread STINNER Victor
STINNER Victor added the comment: New failure on AMD64 Windows7 SP1 2.7: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/107/steps/test/logs/stdio ... 0:04:31 [402/403] test_ssl passed (32 sec) -- running: test_weakref (33 sec) Resource 'sha256.tbs-internet.com' is n

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-06-01 Thread STINNER Victor
STINNER Victor added the comment: Similar issue on AMD64 OpenIndiana 2.7: http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%202.7/builds/156/steps/test/logs/stdio ... 0:10:05 [400/403] test_old_mailbox passed -- running: test_bsddb3 (590 sec) 0:10:07 [401/403] test_imaplib passed -- r

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-05-20 Thread STINNER Victor
STINNER Victor added the comment: Hum, it's the second time that regrtest hangs on x86 Windows XP 2.7 while test_threading is running. -- ___ Python tracker ___

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-05-20 Thread STINNER Victor
STINNER Victor added the comment: New fail on x86 Windows XP 2.7: http://buildbot.python.org/all/builders/x86%20Windows%20XP%202.7/builds/166/steps/test/logs/stdio ... 0:35:19 [401/403] test_email_codecs passed -- running: test_threading (70 sec) 0:35:20 [402/403] test_gettext passed -- running

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-05-18 Thread STINNER Victor
STINNER Victor added the comment: Another one on AMD64 Windows7 SP1 2.7: http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/92/steps/test/logs/stdio ... 0:03:30 [377/403] test_code passed 0:03:30 [378/403] test_wait4 skipped -- running: test_mmap (30 sec) test_wait4 ski

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-05-15 Thread STINNER Victor
STINNER Victor added the comment: Similar issue on x86 Tiger 2.7? http://buildbot.python.org/all/builders/x86%20Tiger%202.7/builds/151/steps/test/logs/stdio 0:24:55 [371/402] test_pep277 passed -- running: test_xpickle (613 sec) 0:24:56 [372/402] test_shlex passed -- running: test_xpickle (615

[issue30351] regrtest hangs on x86 Windows XP 2.7

2017-05-12 Thread STINNER Victor
New submission from STINNER Victor: The tests step was killed after a total of 55 min 54 sec, whereas it only took 38 min 40 sec on the previous build 150. regrtest was supposed to log "running: test_threading (xxx sec)" every 30 seconds, but it didn't!? I don't know if the main regrtest proce