Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-141794: Limit size of generated machine code.#142228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
markshannon merged 2 commits intopython:mainfrommarkshannon:refactor-big-uops
Dec 3, 2025

Conversation

@markshannon
Copy link
Member

@markshannonmarkshannon commentedDec 3, 2025
edited by bedevere-appbot
Loading

  • Factor out bodies of the largest uops, to reduce jit code size.
  • Factor out common assert, also reducing jit code size.
  • Limit size of jitted code for a single executor to 1MB.

* Factor out bodies of the largest uops, to reduce jit code size.* Factor out common assert, also reducing jit code size.* Limit size of jitted code for a single executor to 1MB.
Copy link
Contributor

@diegorussodiegorusso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Left a couple of minor comments.

Co-authored-by: Diego Russo <diego.russo@arm.com>
@markshannonmarkshannon merged commit62423c9 intopython:mainDec 3, 2025
111 of 113 checks passed
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 Fedora Stable Refleaks 3.x (tier-1) has failed when building commit62423c9.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/320/builds/3388) and take a look at the build logs.
  4. Check if the failure is related to this commit (62423c9) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/320/builds/3388

Failed tests:

  • test_import
  • test.test_multiprocessing_spawn.test_processes
  • test.test_multiprocessing_spawn.test_misc
  • test_descr
  • test.test_multiprocessing_forkserver.test_threads
  • test.test_concurrent_futures.test_shutdown
  • test_turtle
  • test.test_asyncio.test_futures
  • test_str
  • test.test_multiprocessing_fork.test_misc
  • test.test_asyncio.test_server
  • test_cmath
  • test_pdb
  • test_wsgiref
  • test_subprocess
  • test.test_asyncio.test_streams
  • test_generated_cases
  • test_httplib
  • test_pkgutil
  • test_types
  • test.test_asyncio.test_sendfile
  • test_urllib
  • test_profiling
  • test_clinic
  • test_collections
  • test_decimal
  • test_zoneinfo
  • test_zipfile
  • test_json
  • test_zipimport_support
  • test_tools
  • test_runpy
  • test.test_asyncio.test_subprocess
  • test_pprint
  • test_dataclasses
  • test_support
  • test_argparse
  • test_cmd_line_script
  • test.test_concurrent_futures.test_init
  • test_asdl_parser
  • test_email
  • test_embed
  • test_ctypes
  • test.test_io.test_general
  • test_platform
  • test_tempfile
  • test.test_asyncio.test_sslproto
  • test_long
  • test_shutil
  • test_xml_etree_c
  • test_zipapp
  • test__interpreters
  • test.test_asyncio.test_tasks
  • test_tarfile
  • test_htmlparser
  • test_http_cookies
  • test_threading
  • test_re
  • test_optparse
  • test_fcntl
  • test.test_asyncio.test_pep492
  • test_annotationlib
  • test_logging
  • test_urllib2_localnet
  • test_compileall
  • test_configparser
  • test_named_expressions
  • test_uuid
  • test_ordered_dict
  • test_graphlib
  • test_compiler_assemble
  • test_type_annotations
  • test_ast
  • test_sys
  • test_tomllib
  • test_base64
  • test_xml_etree
  • test_ssl
  • test_remote_pdb
  • test_docxmlrpc
  • test.test_gdb.test_backtrace
  • test_idle
  • test.test_asyncio.test_runners
  • test.test_asyncio.test_proactor_events
  • test.test_pydoc.test_pydoc
  • test_csv
  • test_xmlrpc
  • test_reprlib
  • test_capi
  • test.test_asyncio.test_sock_lowlevel
  • test_code
  • test_locale
  • test_exceptions
  • test.test_concurrent_futures.test_interpreter_pool
  • test.test_concurrent_futures.test_wait
  • test_robotparser
  • test_gettext
  • test_httpservers
  • test.test_asyncio.test_ssl
  • test_pickletools
  • test_typing
  • test.test_concurrent_futures.test_process_pool
  • test.test_asyncio.test_base_events
  • test_warnings
  • test.test_asyncio.test_eager_task_factory
  • test.test_gdb.test_misc
  • test___all__
  • test_copy
  • test.test_asyncio.test_taskgroups
  • test_urllib2net
  • test.test_asyncio.test_timeouts
  • test_sysconfig
  • test_traceback
  • test_dict
  • test.test_multiprocessing_fork.test_processes
  • test.test_concurrent_futures.test_deadlock
  • test_unittest
  • test_bytes
  • test_dictcomps
  • test_enum
  • test_urllib2
  • test_datetime
  • test.test_gdb.test_pretty_print
  • test.test_asyncio.test_events
  • test_crossinterp
  • test.test_multiprocessing_forkserver.test_processes
  • test_mimetypes
  • test_trace
  • test_strptime
  • test.test_multiprocessing_forkserver.test_misc
  • test_module
  • test_multiprocessing_main_handling
  • test.test_multiprocessing_spawn.test_threads
  • test.test_multiprocessing_spawn.test_manager
  • test__interpchannels
  • test_pyrepl
  • test_zipimport
  • test_ttk_textonly
  • test.test_asyncio.test_unix_events
  • test_doctest
  • test.test_asyncio.test_selector_events
  • test_grammar
  • test.test_multiprocessing_forkserver.test_manager
  • test_struct
  • test_plistlib
  • test_interpreters
  • test.test_concurrent_futures.test_as_completed

Test leaking resources:

  • test_general: memory blocks
  • test_interpreter_pool: memory blocks
  • test_xml_etree: memory blocks
  • test_multiprocessing_main_handling: memory blocks
  • test_descr: memory blocks
  • test_pretty_print: memory blocks
  • test_sock_lowlevel: memory blocks
  • test_decimal: memory blocks
  • test_doctest: memory blocks
  • test_zipimport: memory blocks
  • test_robotparser: memory blocks
  • test_futures: memory blocks
  • test_ssl: memory blocks
  • test_interpreter_pool: references
  • test_csv: memory blocks
  • test__interpchannels: memory blocks
  • test_base_events: memory blocks
  • test_http_cookies: memory blocks
  • test_base64: memory blocks
  • test_compileall: memory blocks
  • test_re: memory blocks
  • test_zoneinfo: memory blocks
  • test_streams: memory blocks
  • test_copy: memory blocks
  • test_urllib: memory blocks
  • test_pickletools: memory blocks
  • test_strptime: memory blocks
  • test_zipimport_support: memory blocks
  • test_urllib2net: memory blocks
  • test_unittest: memory blocks
  • test_profiling: memory blocks
  • test_pep492: memory blocks
  • test_as_completed: memory blocks
  • test_tarfile: memory blocks
  • test_interpreters: memory blocks
  • test_sysconfig: memory blocks
  • test_cmd_line_script: memory blocks
  • test_named_expressions: memory blocks
  • test_mimetypes: memory blocks
  • test_pdb: memory blocks
  • test_tarfile: references
  • test_collections: memory blocks
  • test_platform: memory blocks
  • test_cmath: memory blocks
  • test_docxmlrpc: memory blocks
  • test_eager_task_factory: memory blocks
  • test_locale: references
  • test_struct: memory blocks
  • test_str: memory blocks
  • test_zipapp: memory blocks
  • test_zipfile: memory blocks
  • test_json: memory blocks
  • test_pkgutil: memory blocks
  • test_httpservers: memory blocks
  • test_deadlock: memory blocks
  • test_backtrace: memory blocks
  • test_trace: memory blocks
  • test_crossinterp: memory blocks
  • test__interpreters: memory blocks
  • test_compileall: references
  • test_processes: memory blocks
  • test_types: memory blocks
  • test_pickletools: references
  • test_runners: memory blocks
  • test_enum: memory blocks
  • test_clinic: memory blocks
  • test_misc: memory blocks
  • test_subprocess: memory blocks
  • test_exceptions: memory blocks
  • test_gettext: memory blocks
  • test_uuid: memory blocks
  • test_logging: memory blocks
  • test_processes: references
  • test_remote_pdb: memory blocks
  • test_warnings: memory blocks
  • test_capi: memory blocks
  • test_graphlib: memory blocks
  • test_interpreters: references
  • test_traceback: memory blocks
  • test_shutil: memory blocks
  • test_module: memory blocks
  • test_runpy: memory blocks
  • test_ast: memory blocks
  • test_code: memory blocks
  • test_process_pool: memory blocks
  • test_generated_cases: memory blocks
  • test_tasks: memory blocks
  • test_ordered_dict: memory blocks
  • test_datetime: memory blocks
  • test_dataclasses: memory blocks
  • test_urllib2_localnet: memory blocks
  • test_grammar: memory blocks
  • test_tomllib: memory blocks
  • test_wsgiref: memory blocks
  • test_idle: memory blocks
  • test_pprint: memory blocks
  • test_optparse: memory blocks
  • test_manager: memory blocks
  • test_email: memory blocks
  • test_sslproto: memory blocks
  • test_long: memory blocks
  • test_plistlib: memory blocks
  • test_xmlrpc: memory blocks
  • test_embed: memory blocks
  • test_events: memory blocks
  • test_unix_events: memory blocks
  • test_selector_events: memory blocks
  • test_taskgroups: memory blocks
  • test_sys: memory blocks
  • test_turtle: memory blocks
  • test_argparse: memory blocks
  • test_shutdown: memory blocks
  • test_dictcomps: memory blocks
  • test_sendfile: memory blocks
  • test_fcntl: memory blocks
  • test_typing: memory blocks
  • test_configparser: memory blocks
  • test_import: memory blocks
  • test_annotationlib: memory blocks
  • test_threading: memory blocks
  • test_asdl_parser: memory blocks
  • test_reprlib: memory blocks
  • test_compiler_assemble: memory blocks
  • test_httplib: memory blocks
  • test_htmlparser: memory blocks
  • test_server: memory blocks
  • test_warnings: references
  • test_init: memory blocks
  • test_ttk_textonly: memory blocks
  • test_type_annotations: memory blocks
  • test_support: memory blocks
  • test_process_pool: references
  • test_pyrepl: memory blocks
  • test_dict: memory blocks
  • test_bytes: memory blocks
  • test_proactor_events: memory blocks
  • test_timeouts: memory blocks
  • test_urllib2: memory blocks
  • test___all__: memory blocks
  • test_threads: memory blocks
  • test_tools: memory blocks
  • test_tempfile: memory blocks
  • test_idle: references
  • test_wait: memory blocks
  • test_ctypes: memory blocks
  • test_manager: references
  • test_xml_etree_c: memory blocks
  • test_pydoc: memory blocks
  • test_locale: memory blocks

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 42360) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 42360)kTracebackErrorCaretTests.test_caret_for_subscript_multiline) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 57608) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 57608)kTracebackLegacyErrorCaretTests.test_basic_caret) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 41668) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 41668) connection timeout TimeoutError('timed out')kTracebackErrorCaretTests.test_memory_error) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... okTracebackCases.test_format_exception_group_multiline_messages) ... okTracebackLegacyErrorCaretTests.test_memory_error) ... okTraceback (most recent call last):ValueError: line4 of the docstringfor some_test has inconsistent leading whitespace:'indentation'kTrying:    docstring=r'''>>>print(('bad indentation',...2))          ('bad','indentation')'''Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line2 of the docstringfor some_test has inconsistent leading whitespace:'...          2))'kTrying:    docstring='>>>print(1)\n1'Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line1 of the docstringfor some_test lacks blank after>>>:'>>>print(1)'kTrying:    docstring='>>> if 1:\n...print(1)\n1'Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line2 of the docstringfor some_test lacks blank after...:'...print(1)'kTrying:    docstring='''>>>print1212'''Expecting nothingkTrying:    test= parser.get_doctest(docstring, globs,'some_test','some_test',20)Expecting nothingkTrying:    same_test= parser.get_doctest(docstring, globs,'some_test','some_test',20)Expecting nothingkTrying:    test== same_testExpecting:TruekTrying:    test!= same_testExpecting:FalsekTrying:hash(test)==hash(same_test)Expecting:TruekTrying:    docstring='''>>>print4242'''Expecting nothingkTrying:    other_test= parser.get_doctest(docstring, globs,'other_test','other_file',10)Expecting nothingkTrying:    test== other_testExpecting:FalsekTrying:    test!= other_testExpecting:TruekTrying:    test< other_testExpecting:FalsekTrying:    other_test< testExpecting:TruekTrying:    no_lineno= parser.get_doctest(docstring, globs,'some_test','some_test',None)Expecting nothingkTrying:    test.linenoisNoneExpecting:FalsekTrying:    no_lineno.linenoisNoneExpecting:TruekTrying:    test< no_linenoExpecting:FalsekTrying:    no_lineno< testExpecting:TruekTrying:    DocTestCase= doctest.DocTestCaseExpecting nothingkTrying:    test_case= DocTestCase(test)Expecting nothingkTrying:    same_test_case= DocTestCase(same_test)Expecting nothingkTrying:    other_test_case= DocTestCase(other_test)Expecting nothingkTrying:    test_case== same_test_caseExpecting:TruekTrying:    test_case!= same_test_caseExpecting:FalsekTrying:hash(test_case)==hash(same_test_case)Expecting:TruekTrying:    test== other_test_caseExpecting:FalsekTrying:    test!= other_test_caseExpecting:Truekdoctest (test_zipped_doctest) ... 46 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestParserTrying:    s='''>>> x, y=2,3# no output expected>>>if1:...print(x)...print(y)23Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... okTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... okTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out')kTraceback (most recent call last):ZeroDivisionError: division by zero'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):'''>>> x=12>>>print('pre-exception output', x//0)        pre-exception output        Traceback (most recent call last):ZeroDivisionError: division by zero'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line4,in f    Failed example:print('pre-exception output', x//0)Exception raised:...ZeroDivisionError: division by zero    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>raiseValueError('multi\nline\nmessage')        Traceback (most recent call last):ValueError: multi        line        message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:deff(x):r'''>>>raiseValueError('message')        Traceback (most recent call last):ValueError: wrong message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:raiseValueError('message')    Expected:        Traceback (most recent call last):ValueError: wrong message    Got:        Traceback (most recent call last):...ValueError: message    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):ValueError: wrong message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')        Traceback (most recent call last):        HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line4,in f    Failed example:raise HTTPException('message')    Expected:        Traceback (most recent call last):        HTTPException: message    Got:        Traceback (most recent call last):...        http.client.HTTPException: message    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')        Traceback (most recent call last):        http.client.HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):TypeError: wrongtype'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL    Expected:        Traceback (most recent call last):TypeError: wrongtype    Got:        Traceback (most recent call last):...ValueError: message    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException()#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException()#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException:'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>1//00'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:1//0Exception raised:        Traceback (most recent call last):...ZeroDivisionError: division by zero    TestResults(failed=1,attempted=1)kTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 43 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.option_directivesTrying:import _colorizeExpecting nothingkTrying:    save_colorize= _colorize.COLORIZEExpecting nothingkTrying:    _colorize.COLORIZE=FalseExpecting nothingkTrying:deff(x):r'''>>>print(list(range(10)))# should fail: no ellipsis        [0,1,...,9]TracebackTests.test_broken_from) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 38962) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 38962)kTracebackCases.test_format_exception_group_without_show_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 50306) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 43118) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (test.test_zipimport.DeflateCompressedZipImportTestCase.testTraceback) ... okTracebackFormat.test_unhashable) ... okTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... okTracebackLegacyErrorCaretTests.test_caret_exception_group) ... okTracebackException.test_traceback_header) ... okTracebackTests.test_nonexistent_module) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... okTracebackFormat.test_traceback_format) ... okTracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 56982) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 51312) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... okTracebackLegacyErrorCaretTests.test_many_lines) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108)kTracebackCases.test_format_exception_group_nested_with_notes) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... okTracebackException.test_cause) ... okTracebackException.test_no_save_exc_type) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 40494) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 40494)kTracebackCases.test_format_exception_group_syntax_error) ... okTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... okTracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... okTracebackFormat.test_stack_format) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 32820) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 32820)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) connection timeout TimeoutError('timed out') server:  new connection from ('127.0.0.1', 48004) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 60898) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackFormat.test_format_stack) ... okTracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... okTracebackException.test_from_exception) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 46570) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 46570)kTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... okTracebackException_ExceptionGroups.test_comparison) ... okTracebackException.test_comparison_equivalent_exceptions_are_equal) ... okTracebackErrorCaretTests.test_caret_for_binary_operators) ... okTracebackCases.test_format_exception_group_with_cause) ... okTracebackCases.test_print_last) ... okTracebackErrorCaretTests.test_line_with_unicode) ... okTracebackException.test_context) ... okTracebackCases.test_format_exception_group_explicit_class) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 46650) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 50656) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... okTracebackFormat.test_exception_group_deep_recursion_traceback) ... okTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... okTracebackErrorCaretTests.test_caret_exception_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 48222) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 48222)kTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... okTracebackErrorCaretTests.test_caret_multiline_expression) ... okTracebackTests.test_import_bug) ... okTracebackTests.test_exec_failure_nested) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 55862) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 55862)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... okTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 54984) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 54984)kTraceback.test_colorized_traceback_from_exception_group) ... okTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... okTracebackCases.test_format_exception_group) ... okTracebackException.test_limit) ... okTracebackException_ExceptionGroups.test_exception_group_format) ... okTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 48132) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 48132)kTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... okTracebackErrorCaretTests.test_basic_caret) ... okTracebackException.test_lookup_lines) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 58362) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 58362)kTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... okTracebackException.test_no_refs_to_exception_and_traceback_objects) ... okTracebackErrorCaretTests.test_multiline_method_call_a) ... okTracebackException.test_locals) ... okTracebackFormat.test_print_exception_bad_type_capi) ... okTracebackFormat.test_recursive_traceback) ... okTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... okTracebackCases.test_recursion_error_during_traceback) ... okTracebackCases.test_format_exception_group_syntax_error_with_custom_values) ... okTracebackErrorCaretTests.test_caret_for_call_multiline) ... okTracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... okTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 41308) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 41308)kTracebackErrorCaretTests.test_caret_for_call_unicode) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... okTracebackCases.test_print_exception_exc) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 59934) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 59934)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 43146) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 50210) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackCases.test_bad_indentation) ... okTracebackException_ExceptionGroups.test_exception_group_construction) ... okTracebackLegacyErrorCaretTests.test_caret_for_subscript) ... okTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... okTracebackErrorCaretTests.test_caret_in_type_annotation) ... okTracebackErrorCaretTests.test_caret_for_call) ... okTracebackErrorCaretTests.test_many_lines_binary_op) ... okTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... okTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... okTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception) ... okTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/process.py", line320, in_bootstrapself.run()~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line525, in_sleep_some_event    time.sleep(100)~~~~~~~~~~^^^^^KeyboardInterruptkTracebackTests.test_unencodable_filename) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 38230) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 45196) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) connection timeout TimeoutError('timed out') server:  new connection from ('127.0.0.1', 49950) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 57892) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackCases.test_format_exception_group_multiline2_messages) ... okTracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... okTraceback.test_colorized_traceback) ... okTracebackException.test_print) ... okTracebackFormat.test_traceback_format_with_cleared_frames) ... okTracebackCases.test_format_exception_only_bad__str__) ... okTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... okTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_SIGNATURE_ALGORITHMS] no shared signature algorithms (_ssl.c:1108)kTracebackErrorCaretTests.test_many_lines) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108)kTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... okTracebackException.test_compact_no_cause) ... okTracebackTests.test_broken_parent) ... okTracebackCases.test_format_exception_group_with_note) ... okTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 58118), raddr=('127.0.0.1', 36407)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 55054) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 55054)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 52516), raddr=('127.0.0.1', 49243)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') connection timeout TimeoutError('timed out')kTracebackTests.test_exec_failure) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... okTracebackErrorCaretTests.test_multiline_method_call_b) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 44616) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 44616)kTracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... okTracebackCases.test_format_base_exception_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108)TracebackException_ExceptionGroups.test_max_group_depth) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 44822) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 60758) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackCases.test_base_exception) ... okTraceback.test_colorized_syntax_error) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108)kTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... okTracebackErrorCaretTests.test_byte_offset_multiline) ... okTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... okTracebackCases.test_print_traceback_at_exit) ... okTracebackCases.test_caret) ... okTraceback (test.test_zipimport.ZStdCompressedZipImportTestCase.testTraceback) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 34474) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 34474)kTracebackCases.test_extract_stack) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 45926) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 54558) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out')kTracebackLegacyErrorCaretTests.test_caret_for_call_multiline) ... okTracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)kTracebackErrorCaretTests.test_secondary_caret_not_elided) ... okTracebackCases.test_signatures) ... okTracebackTests.test_syntax_error) ... okTracebackException.test_no_locals) ... okTraceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... okTracebackLegacyErrorCaretTests.test_specialization_variations) ... okTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/process.py", line320, in_bootstrapself.run()~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line524, in_sleep_some_event    event.set()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line349, insetwithself._cond:^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line247, in__exit__returnself._lock.__exit__(*args)~~~~~~~~~~~~~~~~~~~^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line100, in__exit__returnself._semlock.__exit__(*args)~~~~~~~~~~~~~~~~~~~~~~^^^^^^^KeyboardInterruptkTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 34050) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 34050) connection timeout TimeoutError('timed out')kTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... okTracebackCases.test_encoded_file) ... okTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... okTracebackCases.test_print_exception) ... okTracebackTests.test_broken_parent_from) ... okTracebackCases.test_nocaret) ... okTracebackException.test_comparison_basic) ... okTracebackException.test_unhashable) ... okTracebackTests.test_nonexistent_module_nested) ... okTracebackErrorCaretTests.test_traceback_very_long_line) ... okTracebackException.test_smoke_builtin) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 50148) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 50148)kTracebackCases.test_exception_is_None) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... okTracebackCases.test_format_exception_group_multiple_exceptions) ... okTracebackErrorCaretTests.test_multiline_method_call_c) ... okTracebackCases.test_no_caret_with_no_debug_ranges_flag) ... okTraceback.test_colorized_traceback_is_the_default) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 41706) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 41706)kTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... okTracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... okTracebackException.test_smoke_user_exception) ... okTracebackErrorCaretTests.test_many_lines_no_caret) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 55600)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') connection timeout TimeoutError('timed out')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackCases.test_clear) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... okTracebackCases.test_format_exception_group_with_tracebacks) ... okTracebackException.test_comparison_params_variations) ... okTracebackException.test_long_context_chain) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 32874) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 32874)kTracebackErrorCaretTests.test_caret_for_subscript) ... okTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... okTracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... okTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... okTracebackException_ExceptionGroups.test_max_group_width) ... okTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... okTracebackLegacyErrorCaretTests.test_line_with_unicode) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 33082) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 47182) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackFormat.test_print_exception_bad_type_python) ... okTracebackCases.test_format_exception_exc) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 44162) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 44162) connection timeout TimeoutError('timed out')kTracebackFormat.test_exception_group_deep_recursion_capi) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 44160) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 33426) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup) ... okTracebackCases.test_format_exception_only_exc) ... okTracebackTests.test_broken_submodule) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 56748) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 56748)kTracebackLegacyErrorCaretTests.test_caret_for_call) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 33328) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 52582) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) connection timeout TimeoutError('timed out')kTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... okTracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... okTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... okTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... okTraceback (most recent call last):ValueError: line1 of the doctestfor s has an invalid option:'+BADOPTION'kTrying:    s='>>> print(12)  #doctest: ELLIPSIS'Expecting nothingkTrying:    test= doctest.DocTestParser().get_doctest(s, {},'s','s.py',0)Expecting:    Traceback (most recent call last):ValueError: line1 of the doctestfor s has an invalid option:'ELLIPSIS'kTrying:    s='>>> # doctest: +ELLIPSIS'Expecting nothingkTrying:    test= doctest.DocTestParser().get_doctest(s, {},'s','s.py',0)Expecting:    Traceback (most recent call last):ValueError: line0 of the doctestfor s has an option directive on a linewith no example:'# doctest: +ELLIPSIS'kTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 37 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.optionflagsTrying:import _colorizeExpecting nothingkTrying:    save_colorize= _colorize.COLORIZEExpecting nothingkTrying:    _colorize.COLORIZE=FalseExpecting nothingkTrying:deff(x):'>>> True\n1\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.DONT_ACCEPT_TRUE_FOR_1Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:True    Expected:1    Got:True    TestResults(failed=1,attempted=1)kTrying:deff(x):'>>> print("a\\n\\nb")\na\n<BLANKLINE>\nb\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.DONT_ACCEPT_BLANKLINEExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:print("a\n\nb")    Expected:        a<BLANKLINE>        b    Got:        a<BLANKLINE>        b    TestResults(failed=1,attempted=1)kTrying:deff(x):'\n>>> print(1, 2, 3)\n  1   2\n 3'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print(1,2,3)    Expected:123    Got:123    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.NORMALIZE_WHITESPACEExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:print(list(range(20)))#doctest: +NORMALIZE_WHITESPACEExpecting:    [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]kTrying:deff(x):'>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:print(list(range(15)))    Expected:        [0,1,2,...,14]    Got:        [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.ELLIPSISExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:if1:for iinrange(100):print(i**2,end='')#doctest: +ELLIPSISprint('!')Expecting:01...4...916...364964...9801 !kTrying:if1:#doctest: +ELLIPSISfor iinrange(20):print(i,end='')print(20)Expecting:012...1...2...0kTrying:print(list(range(20)))# doctest:+ELLIPSISExpecting:    [0,1,...,18,19]kTrying:print(list(range(20)))# doctest: +ELLIPSIS# doctest: +NORMALIZE_WHITESPACEExpecting:    [0,1,...,18,19]kTrying:import randomExpecting nothingkTrying:deff(x):r'''>>>print('\n'.join('abcdefg'))        a        B        c        d        f        g        h'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Expected:        a        B        c        d        f        g        h    Got:        a        b        c        d        e        f        g    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_UDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Differences (unified diffwith-expected+actual):@@-1,7+1,7@@         a-B+b         c         d+e         f         g-h    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_CDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Differences (context diffwith expected followed by actual):******************1,7****          a        ! B          c          d          f          g- h---1,7----          a        ! b          c          d+ e          f          g    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>print("a b  c d e f g h i   j k l m")        a b c d e f g h i j k1 m'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_NDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print("a b  c d e f g h i   j k l m")    Differences (ndiffwith-expected+actual):- a b c d e f g h i j k1 m?^+ a b  c d e f g h i   j k l m?+++^    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>print(1)# first success1>>>print(2)# first failure200>>>print(3)# second failure300>>>print(4)# second success4>>>print(5)# third failure500'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=3,attempted=5)kTrying:    doctest.DocTestRunner(verbose=True,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:    Trying:print(1)# first success    Expecting:1    ok    Trying:print(2)# first failure    Expecting:200**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=3,attempted=5)kTrying:    flags= doctest.FAIL_FASTExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=1,attempted=2)kTrying:    flags= doctest.FAIL_FAST| doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>print(1)# first success1>>>raiseValueError(2)# first failure200>>>print(3)# second failure300>>>print(4)# second success4>>>print(5)# third failure500'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:raiseValueError(2)# first failureException raised:...ValueError:2    TestResults(failed=3,attempted=5)kTrying:    flags= doctest.FAIL_FASTExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:raiseValueError(2)# first failureException raised:...ValueError:2    TestResults(failed=1,attempted=2)kTrying:    unlikely="UNLIKELY_OPTION_NAME"Expecting nothingkTrying:    unlikelyin doctest.OPTIONFLAGS_BY_NAMEExpecting:FalsekTrying:    new_flag_value= doctest.register_optionflag(unlikely)Expecting nothingkTrying:    unlikelyin doctest.OPTIONFLAGS_BY_NAMEExpecting:TruekTrying:    redundant_flag_value= doctest.register_optionflag(unlikely)Expecting nothingkTrying:    redundant_flag_value== new_flag_valueExpecting:TruekTrying:del doctest.OPTIONFLAGS_BY_NAME[unlikely]Expecting nothingkTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 73 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.verbose_flagTrying:deff(x):'''>>> x=12>>>print(x)12>>> x//26'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=True).run(test)Expecting:    Trying:        x=12    Expecting nothing    ok    Trying:print(x)    Expecting:12    ok    Trying:        x//2    Expecting:6    ok    TestResults(failed=0,attempted=3)kTrying:    old_argv= sys.argvExpecting nothingkTrying:    sys.argv= ['test']Expecting nothingkTrying:    doctest.DocTestRunner().run(test)Expecting:    TestResults(failed=0,attempted=3)kTrying:    sys.argv= ['test','-v']Expecting nothingkTrying:    doctest.DocTestRunner().run(test)Expecting:    Trying:        x=12    Expecting nothing    ok    Trying:print(x)    Expecting:12    ok    Trying:        x//2    Expecting:6    ok    TestResults(failed=0,attempted=3)kTrying:    sys.argv= old_argvExpecting nothingkdoctest (test_zipped_doctest) ... 9 tests with zero failuresFinding tests in test_zipped_doctest.test_ExampleTrying:    example= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    (example.source, example.want, example.exc_msg,     example.lineno, example.indent, example.options)Expecting:    ('print(1)\n','1\n',None,0,0, {})kTrying:    exc_msg='IndexError: pop from an empty list'Expecting nothingkTrying:    example= doctest.Example('[].pop()','', exc_msg,                              lineno=5, indent=4,                              options={doctest.ELLIPSIS:True})Expecting nothingkTrying:    (example.source, example.want, example.exc_msg,     example.lineno, example.indent, example.options)Expecting:    ('[].pop()\n','','IndexError: pop from an empty list\n',5,4, {8:True})kTrying:    e= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1)\n','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1);\nprint(2)\n','1\n2\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1);\nprint(2)\n','1\n2\n')kTrying:    e= doctest.Example('print(1);\nprint(2)','1\n2\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1);\nprint(2)\n','1\n2\n')kTrying:    e= doctest.Example('','')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('\n','')kTrying:    e= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1)','1')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print','')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print\n','')kTrying:    exc_msg='IndexError: pop from an empty list'Expecting nothingkTrying:    e= doctest.Example('[].pop()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'IndexError: pop from an empty list\n'kTrying:    exc_msg='IndexError: pop from an empty list\n'Expecting nothingkTrying:    e= doctest.Example('[].pop()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'IndexError: pop from an empty list\n'kTrying:    exc_msg='ValueError: 1\n  2'Expecting nothingkTrying:    e= doctest.Example('raise ValueError("1\n  2")','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'ValueError: 1\n  2\n'kTrying:    exc_msg='ValueError: 1\n  2\n'Expecting nothingkTrying:    e= doctest.Example('raise ValueError("1\n  2")','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'ValueError: 1\n  2\n'kTrying:    exc_msg=''Expecting nothingkTrying:    e= doctest.Example('raise X()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'\n'kTrying:    example= doctest.Example('print 1','1\n')Expecting nothingkTrying:    same_example= doctest.Example('print 1','1\n')Expecting nothingkTrying:    other_example= doctest.Example('print 42','42\n')Expecting nothingkTrying:    example== same_exampleExpecting:TruekTrying:    example!= same_exampleExpecting:FalsekTrying:hash(example)==hash(same_example)Expecting:TruekTrying:    example== other_exampleExpecting:FalsekTrying:    example!= other_exampleExpecting:Truekdoctest (test_zipped_doctest) ... 44 tests with zero failuresFinding tests in test_zipped_doctest.test_debugTrying:    s='''>>> x=12>>>print(x)12'''Expecting nothingkTrying:from test.support.pty_helperimport FakeInputExpecting nothingkTrying:    real_stdin= sys.stdinExpecting nothingkTrying:    sys.stdin= FakeInput(['next','print(x)','continue'])Expecting nothingkTrying:try: doctest.debug_src(s)finally: sys.stdin= real_stdinExpecting:><string>(1)<module>()    (Pdb)next12--Return--><string>(1)<module>()->None    (Pdb)print(x)12    (Pdb)continuekdoctest (test_zipped_doctest) ... 5 tests with zero failuresFinding tests in test_zipped_doctest.test_testsourceTrying:import test_zipped_doctestas test_doctestExpecting nothingkTrying:    name='test_zipped_doctest.sample_func'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:# Blah blah#print(sample_func(22))# Expected:## 44## Yee ha!<BLANKLINE>kTrying:    name='test_zipped_doctest.SampleNewStyleClass'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:print('1\n2\n3')# Expected:## 1## 2## 3<BLANKLINE>kTrying:    name='test_zipped_doctest.SampleClass.a_classmethod'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:print(SampleClass.a_classmethod(10))# Expected:## 12print(SampleClass(0).a_classmethod(10))# Expected:## 12<BLANKLINE>kdoctest (test_zipped_doctest) ... 7 tests with zero failuresFinding tests in test_zipped_doctest.test_trailing_space_in_testTrying:    x, y='foo',''Expecting nothingkTrying:print(x, y)Expecting:    foo kdoctest (test_zipped_doctest) ... 2 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestSuiteTrying:import unittestExpecting nothingkTrying:import sample_zipped_doctestExpecting nothingkTrying:    suite= doctest.DocTestSuite(sample_zipped_doctest)Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:for tst, _in result.failures:print(tst)Expecting:    bad (sample_zipped_doctest.__test__) [0]    foo (sample_zipped_doctest) [0]kTrying:for tst, _in result.errors:print(tst)Expecting:    test_silly_setup (sample_zipped_doctest) [1]    y_is_one (sample_zipped_doctest) [0]kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest')Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_doctests')Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_docstrings')Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_skip')Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=6 errors=0 failures=2>kTrying:len(result.skipped)Expecting:7kTrying:for tst, _in result.skipped:print(tst)Expecting:    double_skip (sample_zipped_doctest_skip) [0]    double_skip (sample_zipped_doctest_skip) [1]    double_skip (sample_zipped_doctest_skip)    partial_skip_fail (sample_zipped_doctest_skip) [0]    partial_skip_pass (sample_zipped_doctest_skip) [0]    single_skip (sample_zipped_doctest_skip) [0]    single_skip (sample_zipped_doctest_skip)kTrying:for tst, _in result.failures:print(tst)Expecting:    no_skip_fail (sample_zipped_doctest_skip) [0]    partial_skip_fail (sample_zipped_doctest_skip) [1]kTrying:    suite= sample_zipped_doctest.test_suite()Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    finder= doctest.DocTestFinder()Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                             test_finder=finder)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    finder= doctest.DocTestFinder()Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_docstrings',                             test_finder=finder)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',globs={})Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=3 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                                 extraglobs={'y':1})Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                         optionflags=doctest.DONT_ACCEPT_BLANKLINE)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=3>kTrying:defsetUp(t):import test_zipped_doctestas test_doctest        test_doctest.sillySetup=TrueExpecting nothingkTrying:deftearDown(t):import test_zipped_doctestas test_doctestdel test_doctest.sillySetupExpecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',         setUp=setUp, tearDown=tearDown)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kTrying:import test_zipped_doctestas test_doctestExpecting nothingkTrying:    test_doctest.sillySetupExpecting:    Traceback (most recent call last):...AttributeError: module'test_zipped_doctest' has no attribute'sillySetup'kTrying:defsetUp(test):        test.globs['y']=1Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',setUp=setUp)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kdoctest (test_zipped_doctest) ... 43 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestFinderdoctest (test_zipped_doctest) ... 0 tests with zero failureskTracebackException.test_compact_with_cause) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 36928) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 36928)kTracebackFormat.test_print_stack) ... okTracebackErrorCaretTests.test_specialization_variations) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:1108)k

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotPPC64LE Fedora Stable Refleaks 3.x (tier-2) has failed when building commit62423c9.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/280/builds/2503) and take a look at the build logs.
  4. Check if the failure is related to this commit (62423c9) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/280/builds/2503

Failed tests:

  • test_import
  • test.test_multiprocessing_spawn.test_processes
  • test.test_multiprocessing_spawn.test_misc
  • test_descr
  • test.test_multiprocessing_forkserver.test_threads
  • test.test_concurrent_futures.test_shutdown
  • test_turtle
  • test.test_asyncio.test_futures
  • test_str
  • test.test_multiprocessing_fork.test_misc
  • test.test_asyncio.test_server
  • test_cmath
  • test_pdb
  • test_wsgiref
  • test_subprocess
  • test.test_asyncio.test_streams
  • test_generated_cases
  • test_httplib
  • test_pkgutil
  • test_types
  • test.test_asyncio.test_sendfile
  • test_urllib
  • test_profiling
  • test_clinic
  • test_collections
  • test_decimal
  • test_zoneinfo
  • test_zipfile
  • test_json
  • test_zipimport_support
  • test_tools
  • test_runpy
  • test.test_asyncio.test_subprocess
  • test_pprint
  • test_dataclasses
  • test_support
  • test_argparse
  • test_cmd_line_script
  • test.test_concurrent_futures.test_init
  • test_asdl_parser
  • test_email
  • test_embed
  • test_ctypes
  • test.test_io.test_general
  • test_platform
  • test_tempfile
  • test.test_asyncio.test_sslproto
  • test_long
  • test_shutil
  • test_xml_etree_c
  • test_zipapp
  • test__interpreters
  • test.test_asyncio.test_tasks
  • test_tarfile
  • test_htmlparser
  • test_http_cookies
  • test_threading
  • test_re
  • test_optparse
  • test_fcntl
  • test.test_asyncio.test_pep492
  • test_annotationlib
  • test_logging
  • test_urllib2_localnet
  • test_compileall
  • test_configparser
  • test_named_expressions
  • test_uuid
  • test_ordered_dict
  • test_graphlib
  • test_compiler_assemble
  • test_type_annotations
  • test_ast
  • test_sys
  • test_tomllib
  • test_base64
  • test_xml_etree
  • test_ssl
  • test_remote_pdb
  • test_docxmlrpc
  • test.test_gdb.test_backtrace
  • test_idle
  • test.test_asyncio.test_runners
  • test.test_asyncio.test_proactor_events
  • test.test_pydoc.test_pydoc
  • test_csv
  • test_xmlrpc
  • test_reprlib
  • test_capi
  • test.test_asyncio.test_sock_lowlevel
  • test_code
  • test_locale
  • test_exceptions
  • test.test_concurrent_futures.test_interpreter_pool
  • test.test_concurrent_futures.test_wait
  • test_robotparser
  • test_gettext
  • test_httpservers
  • test.test_asyncio.test_ssl
  • test_pickletools
  • test_typing
  • test.test_concurrent_futures.test_process_pool
  • test.test_asyncio.test_base_events
  • test_warnings
  • test.test_asyncio.test_eager_task_factory
  • test.test_gdb.test_misc
  • test___all__
  • test_copy
  • test.test_asyncio.test_taskgroups
  • test_urllib2net
  • test.test_asyncio.test_timeouts
  • test_sysconfig
  • test_traceback
  • test_dict
  • test.test_multiprocessing_fork.test_processes
  • test.test_concurrent_futures.test_deadlock
  • test_unittest
  • test_bytes
  • test_dictcomps
  • test_enum
  • test_urllib2
  • test_datetime
  • test.test_gdb.test_pretty_print
  • test.test_asyncio.test_events
  • test_crossinterp
  • test.test_multiprocessing_forkserver.test_processes
  • test_mimetypes
  • test_trace
  • test_strptime
  • test.test_multiprocessing_forkserver.test_misc
  • test_module
  • test_multiprocessing_main_handling
  • test.test_multiprocessing_spawn.test_threads
  • test.test_multiprocessing_spawn.test_manager
  • test__interpchannels
  • test_pyrepl
  • test_zipimport
  • test_ttk_textonly
  • test.test_asyncio.test_unix_events
  • test_doctest
  • test.test_asyncio.test_selector_events
  • test_grammar
  • test.test_multiprocessing_forkserver.test_manager
  • test_struct
  • test_plistlib
  • test_interpreters
  • test.test_concurrent_futures.test_as_completed

Test leaking resources:

  • test_xml_etree: memory blocks
  • test_general: memory blocks
  • test_interpreter_pool: memory blocks
  • test_multiprocessing_main_handling: memory blocks
  • test_descr: memory blocks
  • test_pretty_print: memory blocks
  • test_sock_lowlevel: memory blocks
  • test_decimal: memory blocks
  • test_doctest: memory blocks
  • test_robotparser: memory blocks
  • test_zipimport: memory blocks
  • test_futures: memory blocks
  • test_ssl: memory blocks
  • test_interpreter_pool: references
  • test_csv: memory blocks
  • test__interpchannels: memory blocks
  • test_base_events: memory blocks
  • test_base64: memory blocks
  • test_http_cookies: memory blocks
  • test_compileall: memory blocks
  • test_re: memory blocks
  • test_zoneinfo: memory blocks
  • test_streams: memory blocks
  • test_copy: memory blocks
  • test_urllib: memory blocks
  • test_pickletools: memory blocks
  • test_zipimport_support: memory blocks
  • test_strptime: memory blocks
  • test_urllib2net: memory blocks
  • test_unittest: memory blocks
  • test_profiling: memory blocks
  • test_pep492: memory blocks
  • test_tarfile: memory blocks
  • test_as_completed: memory blocks
  • test_interpreters: memory blocks
  • test_sysconfig: memory blocks
  • test_cmd_line_script: memory blocks
  • test_named_expressions: memory blocks
  • test_mimetypes: memory blocks
  • test_pdb: memory blocks
  • test_tarfile: references
  • test_collections: memory blocks
  • test_platform: memory blocks
  • test_cmath: memory blocks
  • test_docxmlrpc: memory blocks
  • test_eager_task_factory: memory blocks
  • test_str: memory blocks
  • test_struct: memory blocks
  • test_zipapp: memory blocks
  • test_zipfile: memory blocks
  • test_json: memory blocks
  • test_pkgutil: memory blocks
  • test_httpservers: memory blocks
  • test_deadlock: memory blocks
  • test_backtrace: memory blocks
  • test_trace: memory blocks
  • test_crossinterp: memory blocks
  • test__interpreters: memory blocks
  • test_compileall: references
  • test_processes: memory blocks
  • test_types: memory blocks
  • test_pickletools: references
  • test_runners: memory blocks
  • test_enum: memory blocks
  • test_clinic: memory blocks
  • test_misc: memory blocks
  • test_subprocess: memory blocks
  • test_exceptions: memory blocks
  • test_gettext: memory blocks
  • test_uuid: memory blocks
  • test_logging: memory blocks
  • test_processes: references
  • test_remote_pdb: memory blocks
  • test_warnings: memory blocks
  • test_capi: memory blocks
  • test_graphlib: memory blocks
  • test_interpreters: references
  • test_traceback: memory blocks
  • test_shutil: memory blocks
  • test_module: memory blocks
  • test_runpy: memory blocks
  • test_ast: memory blocks
  • test_code: memory blocks
  • test_process_pool: memory blocks
  • test_generated_cases: memory blocks
  • test_tasks: memory blocks
  • test_ordered_dict: memory blocks
  • test_datetime: memory blocks
  • test_dataclasses: memory blocks
  • test_urllib2_localnet: memory blocks
  • test_grammar: memory blocks
  • test_tomllib: memory blocks
  • test_wsgiref: memory blocks
  • test_idle: memory blocks
  • test_pprint: memory blocks
  • test_optparse: memory blocks
  • test_manager: memory blocks
  • test_sslproto: memory blocks
  • test_email: memory blocks
  • test_long: memory blocks
  • test_plistlib: memory blocks
  • test_xmlrpc: memory blocks
  • test_embed: memory blocks
  • test_events: memory blocks
  • test_unix_events: memory blocks
  • test_pkgutil: references
  • test_selector_events: memory blocks
  • test_taskgroups: memory blocks
  • test_sys: memory blocks
  • test_turtle: memory blocks
  • test_argparse: memory blocks
  • test_shutdown: memory blocks
  • test_dictcomps: memory blocks
  • test_sendfile: memory blocks
  • test_fcntl: memory blocks
  • test_typing: memory blocks
  • test_configparser: memory blocks
  • test_import: memory blocks
  • test_annotationlib: memory blocks
  • test_threading: memory blocks
  • test_asdl_parser: memory blocks
  • test_reprlib: memory blocks
  • test_compiler_assemble: memory blocks
  • test_htmlparser: memory blocks
  • test_httplib: memory blocks
  • test_server: memory blocks
  • test_warnings: references
  • test_init: memory blocks
  • test_ttk_textonly: memory blocks
  • test_type_annotations: memory blocks
  • test_support: memory blocks
  • test_process_pool: references
  • test_pyrepl: memory blocks
  • test_dict: memory blocks
  • test_bytes: memory blocks
  • test_proactor_events: memory blocks
  • test_timeouts: memory blocks
  • test_urllib2: memory blocks
  • test___all__: memory blocks
  • test_threads: memory blocks
  • test_tools: memory blocks
  • test_tempfile: memory blocks
  • test_wait: memory blocks
  • test_ctypes: memory blocks
  • test_manager: references
  • test_xml_etree_c: memory blocks
  • test_pydoc: memory blocks
  • test_locale: memory blocks

Summary of the results of the build (if available):

==

Click to see traceback logs
TracebackErrorCaretTests.test_caret_for_subscript_multiline) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:1108)kTracebackLegacyErrorCaretTests.test_basic_caret) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 46556) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_memory_error) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... okTraceback (most recent call last):ValueError: line4 of the docstringfor some_test has inconsistent leading whitespace:'indentation'kTrying:    docstring=r'''>>>print(('bad indentation',...2))          ('bad','indentation')'''Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line2 of the docstringfor some_test has inconsistent leading whitespace:'...          2))'kTrying:    docstring='>>>print(1)\n1'Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line1 of the docstringfor some_test lacks blank after>>>:'>>>print(1)'kTrying:    docstring='>>> if 1:\n...print(1)\n1'Expecting nothingkTrying:    parser.get_doctest(docstring, globs,'some_test','filename',0)Expecting:    Traceback (most recent call last):ValueError: line2 of the docstringfor some_test lacks blank after...:'...print(1)'kTrying:    docstring='''>>>print1212'''Expecting nothingkTrying:    test= parser.get_doctest(docstring, globs,'some_test','some_test',20)Expecting nothingkTrying:    same_test= parser.get_doctest(docstring, globs,'some_test','some_test',20)Expecting nothingkTrying:    test== same_testExpecting:TruekTrying:    test!= same_testExpecting:FalsekTrying:hash(test)==hash(same_test)Expecting:TruekTrying:    docstring='''>>>print4242'''Expecting nothingkTrying:    other_test= parser.get_doctest(docstring, globs,'other_test','other_file',10)Expecting nothingkTrying:    test== other_testExpecting:FalsekTrying:    test!= other_testExpecting:TruekTrying:    test< other_testExpecting:FalsekTrying:    other_test< testExpecting:TruekTrying:    no_lineno= parser.get_doctest(docstring, globs,'some_test','some_test',None)Expecting nothingkTrying:    test.linenoisNoneExpecting:FalsekTrying:    no_lineno.linenoisNoneExpecting:TruekTrying:    test< no_linenoExpecting:FalsekTrying:    no_lineno< testExpecting:TruekTrying:    DocTestCase= doctest.DocTestCaseExpecting nothingkTrying:    test_case= DocTestCase(test)Expecting nothingkTrying:    same_test_case= DocTestCase(same_test)Expecting nothingkTrying:    other_test_case= DocTestCase(other_test)Expecting nothingkTrying:    test_case== same_test_caseExpecting:TruekTrying:    test_case!= same_test_caseExpecting:FalsekTrying:hash(test_case)==hash(same_test_case)Expecting:TruekTrying:    test== other_test_caseExpecting:FalsekTrying:    test!= other_test_caseExpecting:Truekdoctest (test_zipped_doctest) ... 46 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestParserTrying:    s='''>>> x, y=2,3# no output expected>>>if1:...print(x)...print(y)23TracebackLegacyErrorCaretTests.test_memory_error) ... okTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... okTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108)kTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 50676)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')kTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... okTraceback (most recent call last):ZeroDivisionError: division by zero'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):'''>>> x=12>>>print('pre-exception output', x//0)        pre-exception output        Traceback (most recent call last):ZeroDivisionError: division by zero'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line4,in f    Failed example:print('pre-exception output', x//0)Exception raised:...ZeroDivisionError: division by zero    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>raiseValueError('multi\nline\nmessage')        Traceback (most recent call last):ValueError: multi        line        message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:deff(x):r'''>>>raiseValueError('message')        Traceback (most recent call last):ValueError: wrong message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:raiseValueError('message')    Expected:        Traceback (most recent call last):ValueError: wrong message    Got:        Traceback (most recent call last):...ValueError: message    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):ValueError: wrong message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')        Traceback (most recent call last):        HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line4,in f    Failed example:raise HTTPException('message')    Expected:        Traceback (most recent call last):        HTTPException: message    Got:        Traceback (most recent call last):...        http.client.HTTPException: message    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')        Traceback (most recent call last):        http.client.HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException: message'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):TypeError: wrongtype'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:raiseValueError('message')#doctest: +IGNORE_EXCEPTION_DETAIL    Expected:        Traceback (most recent call last):TypeError: wrongtype    Got:        Traceback (most recent call last):...ValueError: message    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException()#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>from http.clientimport HTTPException>>>raise HTTPException()#doctest: +IGNORE_EXCEPTION_DETAIL        Traceback (most recent call last):        foo.bar.HTTPException:'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=2)kTrying:deff(x):r'''>>>1//00'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:1//0Exception raised:        Traceback (most recent call last):...ZeroDivisionError: division by zero    TestResults(failed=1,attempted=1)kTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 43 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.option_directivesTrying:import _colorizeExpecting nothingkTrying:    save_colorize= _colorize.COLORIZEExpecting nothingkTrying:    _colorize.COLORIZE=FalseExpecting nothingkTrying:deff(x):r'''>>>print(list(range(10)))# should fail: no ellipsis        [0,1,...,9]TracebackTests.test_broken_from) ... okTracebackCases.test_format_exception_group_without_show_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 32902) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTraceback (test.test_zipimport.DeflateCompressedZipImportTestCase.testTraceback) ... okTracebackFormat.test_unhashable) ... okTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... okTracebackLegacyErrorCaretTests.test_caret_exception_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 59298)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)TLS:(<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 46032), raddr=('127.0.0.1', 52603)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')kTracebackException.test_traceback_header) ... okTracebackTests.test_nonexistent_module) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 43354) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 35034) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 58018) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 52364) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_SIGNATURE_ALGORITHMS] no shared signature algorithms (_ssl.c:1108)kTracebackFormat.test_traceback_format) ... okTracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) connection timeout TimeoutError('timed out') server:  new connection from ('127.0.0.1', 49804) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 37184) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... okTracebackLegacyErrorCaretTests.test_many_lines) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 54104) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 52608) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackCases.test_format_exception_group_nested_with_notes) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 51762) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... okTracebackException.test_cause) ... okTracebackException.test_no_save_exc_type) ... okTracebackCases.test_format_exception_group_syntax_error) ... okTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 41090) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... okTracebackFormat.test_stack_format) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 33990) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 42140) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2507, in run    msg=self.read()   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2484, in readreturnself.sslconn.read()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1155, in readreturnself._sslobj.read(len)~~~~~~~~~~~~~~~~~^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3000)kTracebackFormat.test_format_stack) ... okTracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... okTracebackException.test_from_exception) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... okTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... okTracebackException_ExceptionGroups.test_comparison) ... okTracebackException.test_comparison_equivalent_exceptions_are_equal) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 34434) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_caret_for_binary_operators) ... okTracebackCases.test_format_exception_group_with_cause) ... okTracebackCases.test_print_last) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 37562) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 39310) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackErrorCaretTests.test_line_with_unicode) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackException.test_context) ... okTracebackCases.test_format_exception_group_explicit_class) ... okTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... okTracebackFormat.test_exception_group_deep_recursion_traceback) ... okTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108) connection timeout TimeoutError('timed out')kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108)kTracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 42274) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_caret_exception_group) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... okTracebackErrorCaretTests.test_caret_multiline_expression) ... okTracebackTests.test_import_bug) ... okTracebackTests.test_exec_failure_nested) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... okTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... okTraceback.test_colorized_traceback_from_exception_group) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 36320) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 56488) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... okTracebackCases.test_format_exception_group) ... okTracebackException.test_limit) ... okTracebackException_ExceptionGroups.test_exception_group_format) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 49784) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... okTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line320, in_bootstrapself.run()~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line524, in_sleep_some_event    event.set()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line349, insetwithself._cond:^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line247, in__exit__returnself._lock.__exit__(*args)~~~~~~~~~~~~~~~~~~~^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line100, in__exit__returnself._semlock.__exit__(*args)~~~~~~~~~~~~~~~~~~~~~~^^^^^^^KeyboardInterruptkTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... okTracebackErrorCaretTests.test_basic_caret) ... okTracebackException.test_lookup_lines) ... okTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... okTracebackException.test_no_refs_to_exception_and_traceback_objects) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 33296) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_multiline_method_call_a) ... okTracebackException.test_locals) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 53436) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 47530) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackFormat.test_print_exception_bad_type_capi) ... okTracebackFormat.test_recursive_traceback) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... okTracebackCases.test_recursion_error_during_traceback) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 55644) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackCases.test_format_exception_group_syntax_error_with_custom_values) ... okTracebackErrorCaretTests.test_caret_for_call_multiline) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 52862) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 42600) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... okTracebackErrorCaretTests.test_caret_for_call_unicode) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... okTracebackCases.test_print_exception_exc) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 40754) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108)kTracebackCases.test_bad_indentation) ... okTracebackException_ExceptionGroups.test_exception_group_construction) ... okTracebackLegacyErrorCaretTests.test_caret_for_subscript) ... okTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... okTracebackErrorCaretTests.test_caret_in_type_annotation) ... okTracebackErrorCaretTests.test_caret_for_call) ... okTracebackErrorCaretTests.test_many_lines_binary_op) ... okTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... okTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... okTracebackTests.test_unencodable_filename) ... okTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 56498) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 55706) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 36704) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackCases.test_format_exception_group_multiline2_messages) ... okTracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... okTraceback.test_colorized_traceback) ... okTracebackException.test_print) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 45214) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 38582) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackFormat.test_traceback_format_with_cleared_frames) ... okTracebackCases.test_format_exception_only_bad__str__) ... okTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 44196) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 44196)kTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... okTracebackErrorCaretTests.test_many_lines) ... okTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... okTracebackException.test_compact_no_cause) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 59106) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackTests.test_broken_parent) ... okTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... okTracebackCases.test_format_exception_group_with_note) ... okTracebackTests.test_exec_failure) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... okTracebackErrorCaretTests.test_multiline_method_call_b) ... okTracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... okTracebackCases.test_format_base_exception_group) ... okTracebackException_ExceptionGroups.test_max_group_depth) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackCases.test_base_exception) ... okTraceback.test_colorized_syntax_error) ... okTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... okTracebackErrorCaretTests.test_byte_offset_multiline) ... okTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... okTracebackCases.test_print_traceback_at_exit) ... okTracebackCases.test_caret) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 54498) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTraceback (test.test_zipimport.ZStdCompressedZipImportTestCase.testTraceback) ... okTracebackCases.test_extract_stack) ... okTracebackTests.test_syntax_error) ... okTracebackLegacyErrorCaretTests.test_caret_for_call_multiline) ... okTracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... okTracebackErrorCaretTests.test_secondary_caret_not_elided) ... okTracebackCases.test_signatures) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 45000) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Connection reset by peer: ('127.0.0.1', 45000)kTracebackException.test_no_locals) ... okTraceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... okTracebackLegacyErrorCaretTests.test_specialization_variations) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 53516) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 35962) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 35976) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 56054) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... okTracebackCases.test_encoded_file) ... okTracebackTests.test_broken_parent_from) ... okTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... okTracebackCases.test_print_exception) ... okTracebackCases.test_nocaret) ... okTracebackException.test_comparison_basic) ... okTracebackException.test_unhashable) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 33706) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 57264) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 50436) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackTests.test_nonexistent_module_nested) ... okTracebackErrorCaretTests.test_traceback_very_long_line) ... okTracebackException.test_smoke_builtin) ... okTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line320, in_bootstrapself.run()~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line525, in_sleep_some_event    time.sleep(100)~~~~~~~~~~^^^^^KeyboardInterruptkTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108)[SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackCases.test_exception_is_None) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... okTracebackCases.test_format_exception_group_multiple_exceptions) ... okTracebackErrorCaretTests.test_multiline_method_call_c) ... okTracebackCases.test_no_caret_with_no_debug_ranges_flag) ... okTraceback.test_colorized_traceback_is_the_default) ... okTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... okTracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) server:  new connection from ('127.0.0.1', 47082) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackException.test_smoke_user_exception) ... okTracebackErrorCaretTests.test_many_lines_no_caret) ... okTracebackCases.test_clear) ... okTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... okTracebackCases.test_format_exception_group_with_tracebacks) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) connection timeout TimeoutError('timed out')kTracebackException.test_comparison_params_variations) ... okTracebackException.test_long_context_chain) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out')kTracebackErrorCaretTests.test_caret_for_subscript) ... okTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... okTracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... okTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... okTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... okTracebackException_ExceptionGroups.test_max_group_width) ... okTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... okTracebackLegacyErrorCaretTests.test_line_with_unicode) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) server:  new connection from ('127.0.0.1', 47286) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)kTracebackFormat.test_print_exception_bad_type_python) ... okTracebackCases.test_format_exception_exc) ... okTracebackFormat.test_exception_group_deep_recursion_capi) ... okTracebackCases.test_format_exception_only_exc) ... okTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup) ... okTracebackTests.test_broken_submodule) ... okTracebackLegacyErrorCaretTests.test_caret_for_call) ... okTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... okTracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... okTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... okTraceback (most recent call last):   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ssl.py", line 2423, in wrap_connself.sslconn=self.server.context.wrap_socket(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^self.sock, server_side=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 454, in wrap_socketreturnself.sslsocket_class._create(~~~~~~~~~~~~~~~~~~~~~~~~~~~~^        sock=sock,^^^^^^^^^^...<5 lines>...        session=session^^^^^^^^^^^^^^^    )^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1091, in _createself.do_handshake()~~~~~~~~~~~~~~~~~^^   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/ssl.py", line 1422, in do_handshakeself._sslobj.do_handshake()~~~~~~~~~~~~~~~~~~~~~~~~~^^ ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) server:  new connection from ('127.0.0.1', 47008) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) server:  new connection from ('127.0.0.1', 45770) server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)kTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... okTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line371, in_run_finalizers    finalizer()~~~~~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line295, in__call__    res=self._callback(*self._args,**self._kwargs)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line86, in_cleanup    sem_unlink(name)~~~~~~~~~~^^^^^^FileNotFoundError:[Errno 2] No such file or directoryTraceback (most recent call last):ValueError: line1 of the doctestfor s has an invalid option:'+BADOPTION'kTrying:    s='>>> print(12)  #doctest: ELLIPSIS'Expecting nothingkTrying:    test= doctest.DocTestParser().get_doctest(s, {},'s','s.py',0)Expecting:    Traceback (most recent call last):ValueError: line1 of the doctestfor s has an invalid option:'ELLIPSIS'kTrying:    s='>>> # doctest: +ELLIPSIS'Expecting nothingkTrying:    test= doctest.DocTestParser().get_doctest(s, {},'s','s.py',0)Expecting:    Traceback (most recent call last):ValueError: line0 of the doctestfor s has an option directive on a linewith no example:'# doctest: +ELLIPSIS'kTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 37 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.optionflagsTrying:import _colorizeExpecting nothingkTrying:    save_colorize= _colorize.COLORIZEExpecting nothingkTrying:    _colorize.COLORIZE=FalseExpecting nothingkTrying:deff(x):'>>> True\n1\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.DONT_ACCEPT_TRUE_FOR_1Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:True    Expected:1    Got:True    TestResults(failed=1,attempted=1)kTrying:deff(x):'>>> print("a\\n\\nb")\na\n<BLANKLINE>\nb\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.DONT_ACCEPT_BLANKLINEExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:print("a\n\nb")    Expected:        a<BLANKLINE>        b    Got:        a<BLANKLINE>        b    TestResults(failed=1,attempted=1)kTrying:deff(x):'\n>>> print(1, 2, 3)\n  1   2\n 3'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print(1,2,3)    Expected:123    Got:123    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.NORMALIZE_WHITESPACEExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:print(list(range(20)))#doctest: +NORMALIZE_WHITESPACEExpecting:    [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]kTrying:deff(x):'>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n'Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line2,in f    Failed example:print(list(range(15)))    Expected:        [0,1,2,...,14]    Got:        [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.ELLIPSISExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)Expecting:    TestResults(failed=0,attempted=1)kTrying:if1:for iinrange(100):print(i**2,end='')#doctest: +ELLIPSISprint('!')Expecting:01...4...916...364964...9801 !kTrying:if1:#doctest: +ELLIPSISfor iinrange(20):print(i,end='')print(20)Expecting:012...1...2...0kTrying:print(list(range(20)))# doctest:+ELLIPSISExpecting:    [0,1,...,18,19]kTrying:print(list(range(20)))# doctest: +ELLIPSIS# doctest: +NORMALIZE_WHITESPACEExpecting:    [0,1,...,18,19]kTrying:import randomExpecting nothingkTrying:deff(x):r'''>>>print('\n'.join('abcdefg'))        a        B        c        d        f        g        h'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=False).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Expected:        a        B        c        d        f        g        h    Got:        a        b        c        d        e        f        g    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_UDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Differences (unified diffwith-expected+actual):@@-1,7+1,7@@         a-B+b         c         d+e         f         g-h    TestResults(failed=1,attempted=1)kTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_CDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print('\n'.join('abcdefg'))    Differences (context diffwith expected followed by actual):******************1,7****          a        ! B          c          d          f          g- h---1,7----          a        ! b          c          d+ e          f          g    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>print("a b  c d e f g h i   j k l m")        a b c d e f g h i j k1 m'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_NDIFFExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line3,in f    Failed example:print("a b  c d e f g h i   j k l m")    Differences (ndiffwith-expected+actual):- a b c d e f g h i j k1 m?^+ a b  c d e f g h i   j k l m?+++^    TestResults(failed=1,attempted=1)kTrying:deff(x):r'''>>>print(1)# first success1>>>print(2)# first failure200>>>print(3)# second failure300>>>print(4)# second success4>>>print(5)# third failure500'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=3,attempted=5)kTrying:    doctest.DocTestRunner(verbose=True,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:    Trying:print(1)# first success    Expecting:1    ok    Trying:print(2)# first failure    Expecting:200**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=3,attempted=5)kTrying:    flags= doctest.FAIL_FASTExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=1,attempted=2)kTrying:    flags= doctest.FAIL_FAST| doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:print(2)# first failure    Expected:200    Got:2    TestResults(failed=1,attempted=2)kTrying:deff(x):r'''>>>print(1)# first success1>>>raiseValueError(2)# first failure200>>>print(3)# second failure300>>>print(4)# second success4>>>print(5)# third failure500'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    flags= doctest.REPORT_ONLY_FIRST_FAILUREExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:raiseValueError(2)# first failureException raised:...ValueError:2    TestResults(failed=3,attempted=5)kTrying:    flags= doctest.FAIL_FASTExpecting nothingkTrying:    doctest.DocTestRunner(verbose=False,optionflags=flags).run(test)# doctest: +ELLIPSISExpecting:**********************************************************************    File..., line5,in f    Failed example:raiseValueError(2)# first failureException raised:...ValueError:2    TestResults(failed=1,attempted=2)kTrying:    unlikely="UNLIKELY_OPTION_NAME"Expecting nothingkTrying:    unlikelyin doctest.OPTIONFLAGS_BY_NAMEExpecting:FalsekTrying:    new_flag_value= doctest.register_optionflag(unlikely)Expecting nothingkTrying:    unlikelyin doctest.OPTIONFLAGS_BY_NAMEExpecting:TruekTrying:    redundant_flag_value= doctest.register_optionflag(unlikely)Expecting nothingkTrying:    redundant_flag_value== new_flag_valueExpecting:TruekTrying:del doctest.OPTIONFLAGS_BY_NAME[unlikely]Expecting nothingkTrying:    _colorize.COLORIZE= save_colorizeExpecting nothingkdoctest (test_zipped_doctest) ... 73 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestRunner.verbose_flagTrying:deff(x):'''>>> x=12>>>print(x)12>>> x//26'''Expecting nothingkTrying:    test= doctest.DocTestFinder().find(f)[0]Expecting nothingkTrying:    doctest.DocTestRunner(verbose=True).run(test)Expecting:    Trying:        x=12    Expecting nothing    ok    Trying:print(x)    Expecting:12    ok    Trying:        x//2    Expecting:6    ok    TestResults(failed=0,attempted=3)kTrying:    old_argv= sys.argvExpecting nothingkTrying:    sys.argv= ['test']Expecting nothingkTrying:    doctest.DocTestRunner().run(test)Expecting:    TestResults(failed=0,attempted=3)kTrying:    sys.argv= ['test','-v']Expecting nothingkTrying:    doctest.DocTestRunner().run(test)Expecting:    Trying:        x=12    Expecting nothing    ok    Trying:print(x)    Expecting:12    ok    Trying:        x//2    Expecting:6    ok    TestResults(failed=0,attempted=3)kTrying:    sys.argv= old_argvExpecting nothingkdoctest (test_zipped_doctest) ... 9 tests with zero failuresFinding tests in test_zipped_doctest.test_ExampleTrying:    example= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    (example.source, example.want, example.exc_msg,     example.lineno, example.indent, example.options)Expecting:    ('print(1)\n','1\n',None,0,0, {})kTrying:    exc_msg='IndexError: pop from an empty list'Expecting nothingkTrying:    example= doctest.Example('[].pop()','', exc_msg,                              lineno=5, indent=4,                              options={doctest.ELLIPSIS:True})Expecting nothingkTrying:    (example.source, example.want, example.exc_msg,     example.lineno, example.indent, example.options)Expecting:    ('[].pop()\n','','IndexError: pop from an empty list\n',5,4, {8:True})kTrying:    e= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1)\n','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1);\nprint(2)\n','1\n2\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1);\nprint(2)\n','1\n2\n')kTrying:    e= doctest.Example('print(1);\nprint(2)','1\n2\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1);\nprint(2)\n','1\n2\n')kTrying:    e= doctest.Example('','')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('\n','')kTrying:    e= doctest.Example('print(1)','1\n')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print(1)','1')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print(1)\n','1\n')kTrying:    e= doctest.Example('print','')Expecting nothingkTrying:    e.source, e.wantExpecting:    ('print\n','')kTrying:    exc_msg='IndexError: pop from an empty list'Expecting nothingkTrying:    e= doctest.Example('[].pop()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'IndexError: pop from an empty list\n'kTrying:    exc_msg='IndexError: pop from an empty list\n'Expecting nothingkTrying:    e= doctest.Example('[].pop()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'IndexError: pop from an empty list\n'kTrying:    exc_msg='ValueError: 1\n  2'Expecting nothingkTrying:    e= doctest.Example('raise ValueError("1\n  2")','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'ValueError: 1\n  2\n'kTrying:    exc_msg='ValueError: 1\n  2\n'Expecting nothingkTrying:    e= doctest.Example('raise ValueError("1\n  2")','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'ValueError: 1\n  2\n'kTrying:    exc_msg=''Expecting nothingkTrying:    e= doctest.Example('raise X()','', exc_msg)Expecting nothingkTrying:    e.exc_msgExpecting:'\n'kTrying:    example= doctest.Example('print 1','1\n')Expecting nothingkTrying:    same_example= doctest.Example('print 1','1\n')Expecting nothingkTrying:    other_example= doctest.Example('print 42','42\n')Expecting nothingkTrying:    example== same_exampleExpecting:TruekTrying:    example!= same_exampleExpecting:FalsekTrying:hash(example)==hash(same_example)Expecting:TruekTrying:    example== other_exampleExpecting:FalsekTrying:    example!= other_exampleExpecting:Truekdoctest (test_zipped_doctest) ... 44 tests with zero failuresFinding tests in test_zipped_doctest.test_debugTrying:    s='''>>> x=12>>>print(x)12'''Expecting nothingkTrying:from test.support.pty_helperimport FakeInputExpecting nothingkTrying:    real_stdin= sys.stdinExpecting nothingkTrying:    sys.stdin= FakeInput(['next','print(x)','continue'])Expecting nothingkTrying:try: doctest.debug_src(s)finally: sys.stdin= real_stdinExpecting:><string>(1)<module>()    (Pdb)next12--Return--><string>(1)<module>()->None    (Pdb)print(x)12    (Pdb)continuekdoctest (test_zipped_doctest) ... 5 tests with zero failuresFinding tests in test_zipped_doctest.test_testsourceTrying:import test_zipped_doctestas test_doctestExpecting nothingkTrying:    name='test_zipped_doctest.sample_func'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:# Blah blah#print(sample_func(22))# Expected:## 44## Yee ha!<BLANKLINE>kTrying:    name='test_zipped_doctest.SampleNewStyleClass'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:print('1\n2\n3')# Expected:## 1## 2## 3<BLANKLINE>kTrying:    name='test_zipped_doctest.SampleClass.a_classmethod'Expecting nothingkTrying:print(doctest.testsource(test_doctest, name))Expecting:print(SampleClass.a_classmethod(10))# Expected:## 12print(SampleClass(0).a_classmethod(10))# Expected:## 12<BLANKLINE>kdoctest (test_zipped_doctest) ... 7 tests with zero failuresFinding tests in test_zipped_doctest.test_trailing_space_in_testTrying:    x, y='foo',''Expecting nothingkTrying:print(x, y)Expecting:    foo kdoctest (test_zipped_doctest) ... 2 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestSuiteTrying:import unittestExpecting nothingkTrying:import sample_zipped_doctestExpecting nothingkTrying:    suite= doctest.DocTestSuite(sample_zipped_doctest)Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:for tst, _in result.failures:print(tst)Expecting:    bad (sample_zipped_doctest.__test__) [0]    foo (sample_zipped_doctest) [0]kTrying:for tst, _in result.errors:print(tst)Expecting:    test_silly_setup (sample_zipped_doctest) [1]    y_is_one (sample_zipped_doctest) [0]kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest')Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_doctests')Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_docstrings')Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_skip')Expecting nothingkTrying:    result= suite.run(unittest.TestResult())Expecting nothingkTrying:    resultExpecting:<unittest.result.TestResult run=6 errors=0 failures=2>kTrying:len(result.skipped)Expecting:7kTrying:for tst, _in result.skipped:print(tst)Expecting:    double_skip (sample_zipped_doctest_skip) [0]    double_skip (sample_zipped_doctest_skip) [1]    double_skip (sample_zipped_doctest_skip)    partial_skip_fail (sample_zipped_doctest_skip) [0]    partial_skip_pass (sample_zipped_doctest_skip) [0]    single_skip (sample_zipped_doctest_skip) [0]    single_skip (sample_zipped_doctest_skip)kTrying:for tst, _in result.failures:print(tst)Expecting:    no_skip_fail (sample_zipped_doctest_skip) [0]    partial_skip_fail (sample_zipped_doctest_skip) [1]kTrying:    suite= sample_zipped_doctest.test_suite()Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    finder= doctest.DocTestFinder()Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                             test_finder=finder)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=2>kTrying:    finder= doctest.DocTestFinder()Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest_no_docstrings',                             test_finder=finder)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=0 errors=0 failures=0>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',globs={})Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=3 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                                 extraglobs={'y':1})Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',                         optionflags=doctest.DONT_ACCEPT_BLANKLINE)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=2 failures=3>kTrying:defsetUp(t):import test_zipped_doctestas test_doctest        test_doctest.sillySetup=TrueExpecting nothingkTrying:deftearDown(t):import test_zipped_doctestas test_doctestdel test_doctest.sillySetupExpecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',         setUp=setUp, tearDown=tearDown)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kTrying:import test_zipped_doctestas test_doctestExpecting nothingkTrying:    test_doctest.sillySetupExpecting:    Traceback (most recent call last):...AttributeError: module'test_zipped_doctest' has no attribute'sillySetup'kTrying:defsetUp(test):        test.globs['y']=1Expecting nothingkTrying:    suite= doctest.DocTestSuite('sample_zipped_doctest',setUp=setUp)Expecting nothingkTrying:    suite.run(unittest.TestResult())Expecting:<unittest.result.TestResult run=9 errors=1 failures=2>kdoctest (test_zipped_doctest) ... 43 tests with zero failuresFinding tests in test_zipped_doctest.test_DocTestFinderdoctest (test_zipped_doctest) ... 0 tests with zero failureskTracebackException.test_compact_with_cause) ... okTracebackFormat.test_print_stack) ... okTracebackErrorCaretTests.test_specialization_variations) ... okTracebackCases.test_format_exception_group_multiline_messages) ... ok

Copy link
Member

@Fidget-SpinnerFidget-Spinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This has a bunch of refleaks which I've yet to find, but here are some easier ones to spot.

savannahostrowski reacted with thumbs up emoji
res = NULL;
goto cleanup;
}
res = _PyUnicode_JoinArray(&_Py_STR(empty), args_o, total_args);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

No stackref buffer cleanup here.

args_o, 2,
args_o+1, 2,
half_args
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

No stackref buffer cleanup here.

@markshannonmarkshannon deleted the refactor-big-uops branchDecember 4, 2025 10:35
@markshannon
Copy link
MemberAuthor

Refleaks fixed in#142257

@mhsmith
Copy link
Member

It looks like these leaks may also have been the cause ofthis failure in the Android CI, which appeared when this PR was merged and disappeared when#142257 was merged. However, this was confused by adifferent Android failure which was happening around the same time.

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull requestDec 6, 2025
* Factor out bodies of the largest uops, to reduce jit code size.* Factor out common assert, also reducing jit code size.* Limit size of jitted code for a single executor to 1MB.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@Fidget-SpinnerFidget-SpinnerFidget-Spinner left review comments

@diegorussodiegorussodiegorusso approved these changes

@tomasr8tomasr8Awaiting requested review from tomasr8tomasr8 is a code owner

@brandtbucherbrandtbucherAwaiting requested review from brandtbucherbrandtbucher is a code owner

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@markshannon@bedevere-bot@mhsmith@diegorusso@Fidget-Spinner

[8]ページ先頭

©2009-2026 Movatter.jp