Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/674/builds/375
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then ENV CHANGED ==
414 tests OK.
10 slowest tests:
- test_peg_generator: 5 min 27 sec
- test_concurrent_futures: 2 min 58 sec
- test_gdb: 2 min 53 sec
- test_multiprocessing_spawn: 2 min 3 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_tokenize: 1 min 19 sec
- test_multiprocessing_fork: 1 min 14 sec
- test_lib2to3: 1 min 11 sec
- test_asyncio: 1 min 5 sec
- test_unparse: 1 min 3 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_imaplib
Total duration: 6 min 43 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_182aeacc'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/support/hashlib_helper.py", line 49, in wrapper return func_or_class(*args, **kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_imaplib.py", line 405, in test_login_cram_md5_bytes ret, _ = client.login_cram_md5("tim", b"tanstaaftanstaaf") File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 623, in login_cram_md5 return self.authenticate('CRAM-MD5', self._CRAM_MD5_AUTH) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 442, in authenticate typ, dat = self._simple_command('AUTHENTICATE', mech) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 1230, in _simple_command return self._command_complete(name, self._command(name, *args)) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 1033, in _command raise self.abort('socket error: %s' % val) imaplib.IMAP4.abort: socket error: EOF occurred in violation of protocol (_ssl.c:2384)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_06dab5bc'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/threading.py", line 1009, in _bootstrap_inner self.run() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/asyncore.py", line 157, in poll read(obj) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/asyncore.py", line 94, in read obj.handle_error() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception Exception
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_0c7c9b58'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 1031, in _command self.send(CRLF) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/imaplib.py", line 332, in send self.sock.sendall(data) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/ssl.py", line 1236, in sendall v = self.send(byte_view[count:]) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/ssl.py", line 1205, in send return self._sslobj.write(data) ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2384)
Test report
Failed tests:
- test_imaplib
Failed subtests:
- test_login_cram_md5_bytes - test.test_imaplib.NewIMAPSSLTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/648/builds/356
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
414 tests OK.
10 slowest tests:
- test_peg_generator: 5 min 34 sec
- test_concurrent_futures: 2 min 42 sec
- test_gdb: 2 min 11 sec
- test_multiprocessing_spawn: 1 min 51 sec
- test_multiprocessing_forkserver: 1 min 21 sec
- test_asyncio: 1 min 16 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_nntplib: 1 min 7 sec
- test_signal: 47.2 sec
- test_io: 40.3 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 5 min 40 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/threading.py", line 1009, in _bootstrap_inner self.run() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 157, in poll read(obj) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 94, in read obj.handle_error() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception Exception
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_9b0e1e99'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_3dbfd643'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_3a104c76'
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/653/builds/410
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
414 tests OK.
10 slowest tests:
- test_peg_generator: 3 min 25 sec
- test_concurrent_futures: 2 min 31 sec
- test_gdb: 1 min 45 sec
- test_multiprocessing_spawn: 1 min 33 sec
- test_multiprocessing_forkserver: 1 min 9 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_asyncio: 53.3 sec
- test_signal: 47.0 sec
- test_io: 37.5 sec
- test_socket: 37.5 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 3 min 48 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_5f063dd1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_24142042'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_0f747038'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/threading.py", line 1009, in _bootstrap_inner self.run() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/asyncore.py", line 157, in poll read(obj) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/asyncore.py", line 94, in read obj.handle_error() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception Exception
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/688/builds/381
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
414 tests OK.
10 slowest tests:
- test_gdb: 5 min 54 sec
- test_multiprocessing_spawn: 4 min
- test_concurrent_futures: 3 min 49 sec
- test_unparse: 3 min 39 sec
- test_peg_generator: 3 min 26 sec
- test_tokenize: 2 min 43 sec
- test_lib2to3: 1 min 58 sec
- test_unicodedata: 1 min 48 sec
- test_multiprocessing_forkserver: 1 min 48 sec
- test_capi: 1 min 39 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 6 min 35 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/threading.py", line 1009, in _bootstrap_inner self.run() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/asyncore.py", line 157, in poll read(obj) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/asyncore.py", line 94, in read obj.handle_error() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception Exception
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org