Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/680/builds/399
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown> Blamelist: Erlend Egeberg Aasland <erlend.aasland@innova.no>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: INTERRUPTED == Test suite interrupted by signal SIGINT.
294 tests omitted: test___future__ test__locale test__opcode test_abstract_numbers test_aifc test_argparse test_array test_asdl_parser test_asynchat test_asyncio test_asyncore test_audioop test_audit test_augassign test_base64 test_baseexception test_bdb test_bigaddrspace test_binascii test_binhex test_binop test_bisect test_bool test_buffer test_bufio test_builtin test_bz2 test_calendar test_call test_capi test_cgi test_cgitb test_charmapcodec test_check_c_globals test_class test_clinic test_cmath test_cmd test_cmd_line test_cmd_line_script test_code test_codecencodings_iso2022 test_codecmaps_kr test_codecmaps_tw test_codecs test_codeop test_collections test_colorsys test_compile test_compileall test_complex test_concurrent_futures test_configparser test_contains test_contextlib_async test_coroutines test_cprofile test_crashers test_ctypes test_dataclasses test_datetime test_dbm_dumb test_dbm_gnu test_dbm_ndbm test_decimal test_decorators test_defaultdict test_deque test_descrtut test_devpoll test_dict test_dictcomps test_distutils test_doctest2 test_docxmlrpc test_dtrace test_dynamic test_dynamicclassattribute test_eintr test_email test_embed test_ensurepip test_enum test_enumerate test_errno test_faulthandler test_fcntl test_file test_fileinput test_finalization test_float test_fnmatch test_fork1 test_format test_frame test_ftplib test_funcattrs test_future test_future4 test_gc test_gdb test_generator_stop test_generators test_genericpath test_genexps test_getargs2 test_getpass test_gettext test_glob test_global test_grammar test_graphlib test_grp test_gzip test_hmac test_html test_htmlparser test_httpservers test_idle test_imaplib test_imghdr test_import test_index test_int_literal test_ipaddress test_isinstance test_keyword test_keywordonlyarg test_largefile test_lib2to3 test_list test_listcomps test_longexp test_lzma test_mailbox test_mailcap test_marshal test_math test_memoryio test_metaclass test_mimetypes test_mmap test_module test_modulefinder test_msilib test_multibytecodec test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_main_handling test_multiprocessing_spawn test_named_expressions test_netrc test_nis test_numeric_tower test_opcodes test_openpty test_operator test_optparse test_ordered_dict test_osx_env test_pathlib test_peg_generator test_pickle test_pickletools test_pkg test_platform test_plistlib test_poll test_poplib test_positional_only_arg test_posix test_posixpath test_pprint test_print test_property test_pstats test_pty test_pwd test_py_compile test_pyclbr test_pydoc test_pyexpat test_queue test_quopri test_raise test_random test_readline test_regrtest test_repl test_reprlib test_richcmp test_rlcompleter test_runpy test_sax test_scope test_secrets test_select test_selectors test_set test_setcomps test_shelve test_signal test_slice test_smtpd test_smtplib test_sndhdr test_socket test_socketserver test_sort test_spwd test_sqlite test_startfile test_stat test_statistics test_string test_stringprep test_strptime test_strtod test_struct test_structmembers test_structseq test_subclassinit test_subprocess test_sunau test_sundry test_support test_symtable test_syntax test_sys test_sys_settrace test_sysconfig test_syslog test_tabnanny test_tarfile test_telnetlib test_tempfile test_textwrap test_thread test_threading test_threading_local test_timeit test_tix test_tk test_tokenize test_tools test_trace test_traceback test_tracemalloc test_ttk_guionly test_ttk_textonly test_tuple test_turtle test_type_annotations test_typechecks test_types test_unary test_unicode_file test_unicode_file_functions test_unicode_identifiers test_unicodedata test_unpack test_unpack_ex test_unparse test_urllib test_urllib2 test_urllib2_localnet test_urllib_response test_urlparse test_userdict test_userstring test_utf8_mode test_utf8source test_uu test_uuid test_venv test_wait3 test_warnings test_webbrowser test_winconsoleio test_winreg test_winsound test_with test_wsgiref test_xdrlib test_xml_dom_minicompat test_xml_etree test_xml_etree_c test_xmlrpc test_xmlrpc_net test_xxtestfuzz test_zipapp test_zipfile test_zipimport_support test_zlib
130 tests OK.
10 slowest tests:
- test_io: 44.4 sec
- test_logging: 19.6 sec
- test_urllibnet: 17.8 sec
- test_weakref: 14.1 sec
- test_ssl: 12.8 sec
- test_timeout: 9.6 sec
- test_urllib2net: 8.4 sec
- test_itertools: 8.0 sec
- test_unicode: 6.8 sec
- test_hashlib: 5.2 sec
3 tests skipped: test_ioctl test_kqueue test_zipfile64
Total duration: 58.3 sec
Captured traceback
remote: Enumerating objects: 5, done.
remote: Counting objects: 33% (1/3)
remote: Counting objects: 66% (2/3)
remote: Counting objects: 100% (3/3)
remote: Counting objects: 100% (3/3), done.
remote: Total 5 (delta 3), reused 3 (delta 3), pack-reused 2
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: switching to 'ed91f959b032951620f32bcd93ff27223699a86a'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at ed91f959b0 [3.10] bpo-45634: Don't combine error checks when adding sqlite3 int constants (GH-29251). (GH-29343)
Switched to and reset branch '3.10'
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10 test_kqueue skipped -- test works only on BSD test_ioctl skipped -- Unable to open /dev/tty test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok
Ran 9 tests in 0.001s
OK Warning -- multiprocessing.process._dangling was modified by test_multiprocessing_fork test__all__ (test.test_multiprocessing_fork.MiscTestCase) ... ok test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest) ... ok test_closefd (test.test_multiprocessing_fork.TestCloseFds) ... ok test_flags (test.test_multiprocessing_fork.TestFlags) ... ok test_lock (test.test_multiprocessing_fork.TestForkAwareThreadLock) ... ok test_ignore (test.test_multiprocessing_fork.TestIgnoreEINTR) ... ok test_ignore_listener (test.test_multiprocessing_fork.TestIgnoreEINTR) ... ok test_manager_initializer (test.test_multiprocessing_fork.TestInitializers) ... ok test_pool_initializer (test.test_multiprocessing_fork.TestInitializers) ... ok test_invalid_family (test.test_multiprocessing_fork.TestInvalidFamily) ... ok test_invalid_family_win32 (test.test_multiprocessing_fork.TestInvalidFamily) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_fork.TestInvalidHandle) ... ok test_noforkbomb (test.test_multiprocessing_fork.TestNoForkBomb) ... ok test_release_unused_processes (test.test_multiprocessing_fork.TestPoolNotLeakOnFailure) ... ok test_resource_tracker (test.test_multiprocessing_fork.TestResourceTracker) ... ok test_resource_tracker_reused (test.test_multiprocessing_fork.TestResourceTracker) ... ok test_resource_tracker_sigint (test.test_multiprocessing_fork.TestResourceTracker) ... ok test_resource_tracker_sigkill (test.test_multiprocessing_fork.TestResourceTracker) ... ok test_resource_tracker_sigterm (test.test_multiprocessing_fork.TestResourceTracker) ... ok test_close (test.test_multiprocessing_fork.TestSimpleQueue) ... ok test_closed (test.test_multiprocessing_fork.TestSimpleQueue) ... ok test_empty (test.test_multiprocessing_fork.TestSimpleQueue) ... ok test_context (test.test_multiprocessing_fork.TestStartMethod) ... ok test_get_all (test.test_multiprocessing_fork.TestStartMethod) ... ok test_preload_resources (test.test_multiprocessing_fork.TestStartMethod) ... skipped "test only relevant for 'forkserver' method" test_set_get (test.test_multiprocessing_fork.TestStartMethod) ... ok test_flushing (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) ... ok test_pool_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) ... ok test_queue_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor) ... ok test_array (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_barrier (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_condition (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_dict (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_event (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_joinable_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_list (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_lock (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_namespace (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_pool (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_queue (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_rlock (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_value (test.test_multiprocessing_fork.TestSyncManagerTypes) ... ok test_timeout (test.test_multiprocessing_fork.TestTimeouts) ... ok test_neg_timeout (test.test_multiprocessing_fork.TestWait) ... ok test_wait (test.test_multiprocessing_fork.TestWait) ... ok test_wait_integer (test.test_multiprocessing_fork.TestWait) ... ok test_wait_slow (test.test_multiprocessing_fork.TestWait) ... ok test_wait_socket (test.test_multiprocessing_fork.TestWait) ... ok test_wait_socket_slow (test.test_multiprocessing_fork.TestWait) ... ok test_wait_timeout (test.test_multiprocessing_fork.TestWait) ... ok test_abort (test.test_multiprocessing_fork.WithManagerTestBarrier) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_fork.WithManagerTestBarrier) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_fork.WithManagerTestBarrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_fork.WithManagerTestBarrier) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_fork.WithManagerTestBarrier) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_fork.WithManagerTestBarrier) ... ok test_thousand (test.test_multiprocessing_fork.WithManagerTestBarrier) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_fork.WithManagerTestBarrier) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_notify_all (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_notify_n (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_wait_result (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_waitfor (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_waitfor_timeout (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok test_dict (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_dict_iter (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_dict_proxy_nested (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_list (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_list_iter (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_list_proxy_in_list (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_namespace (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_nested_queue (test.test_multiprocessing_fork.WithManagerTestContainers) ... ok test_event (test.test_multiprocessing_fork.WithManagerTestEvent) ... ok test_lock (test.test_multiprocessing_fork.WithManagerTestLock) ... ok test_lock_context (test.test_multiprocessing_fork.WithManagerTestLock) ... ok test_rlock (test.test_multiprocessing_fork.WithManagerTestLock) ... ok test_rapid_restart (test.test_multiprocessing_fork.WithManagerTestManagerRestart) ... ok test_mymanager (test.test_multiprocessing_fork.WithManagerTestMyManager) ... ok test_mymanager_context (test.test_multiprocessing_fork.WithManagerTestMyManager) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_fork.WithManagerTestMyManager) ... ok test_apply (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_async (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_async_timeout (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_context (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_empty_iterable (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_enter (test.test_multiprocessing_fork.WithManagerTestPool) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map_async (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map_async_callbacks (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map_chunksize (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_map_unplicklable (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_release_task_refs (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_resource_warning (test.test_multiprocessing_fork.WithManagerTestPool) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_starmap_async (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_terminate (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_traceback (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_wrapped_exception (test.test_multiprocessing_fork.WithManagerTestPool) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_fork (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_get (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_no_import_lock_contention (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_put (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_qsize (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithManagerTestQueue) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithManagerTestQueue) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestQueue) ... ok test_remote (test.test_multiprocessing_fork.WithManagerTestRemoteManager) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) ... ok test_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestSemaphore) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_fork.WithProcessesTestArray) ... ok test_array_from_size (test.test_multiprocessing_fork.WithProcessesTestArray) ... ok test_getobj_getlock_obj (test.test_multiprocessing_fork.WithProcessesTestArray) ... ok test_rawarray (test.test_multiprocessing_fork.WithProcessesTestArray) ... ok test_abort (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_fork.WithProcessesTestBarrier) ... ok test_thousand (test.test_multiprocessing_fork.WithProcessesTestBarrier) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_fork.WithProcessesTestBarrier) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_fork.WithProcessesTestCondition) ... ok test_notify_all (test.test_multiprocessing_fork.WithProcessesTestCondition) ... ok test_notify_n (test.test_multiprocessing_fork.WithProcessesTestCondition) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition) ... ok test_wait_result (test.test_multiprocessing_fork.WithProcessesTestCondition) ... Before: set() After: {<weakref at 0x7fffae47bf60; to 'Process' at 0x7fffb568ac50>} Kill <TestWorkerProcess #1 running test=test_tokenize pid=3487138 time=27.9 sec> process group Kill <TestWorkerProcess #2 running test=test_capi pid=3481132 time=52.7 sec> process group Kill <TestWorkerProcess #3 running test=test_codecmaps_kr pid=3488502 time=22.7 sec> process group Kill <TestWorkerProcess #5 running test=test_multiprocessing_forkserver pid=3481585 time=47.2 sec> process group Kill <TestWorkerProcess #6 running test=test_idle pid=3488514 time=22.2 sec> process group Kill <TestWorkerProcess #7 running test=test_multiprocessing_spawn pid=3486726 time=30.7 sec> process group Kill <TestWorkerProcess #8 running test=test_largefile pid=3488082 time=24.8 sec> process group Kill <TestWorkerProcess #9 running test=test_int_literal pid=3489086 time=3.3 sec> process group Kill <TestWorkerProcess #10 running test=test_httpservers pid=3489078 time=12.0 sec> process group make: *** [Makefile:1256: buildbottest] Error 130
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/391
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Erlend Egeberg Aasland <erlend.aasland@innova.no>
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 5 sec
- test_concurrent_futures: 4 min 22 sec
- test_multiprocessing_spawn: 4 min
- test_peg_generator: 3 min 47 sec
- test_tokenize: 3 min 8 sec
- test_unparse: 2 min 53 sec
- test_lib2to3: 2 min 48 sec
- test_multiprocessing_forkserver: 1 min 52 sec
- test_capi: 1 min 46 sec
- test_unicodedata: 1 min 44 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: 9 min 21 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