2025-10-14T22:25:37.4820171Z ##[section]Starting: Tests 2025-10-14T22:25:37.4829121Z ============================================================================== 2025-10-14T22:25:37.4829633Z Task : Command line 2025-10-14T22:25:37.4829926Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows 2025-10-14T22:25:37.4830270Z Version : 2.250.1 2025-10-14T22:25:37.4830523Z Author : Microsoft Corporation 2025-10-14T22:25:37.4830772Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line 2025-10-14T22:25:37.4831073Z ============================================================================== 2025-10-14T22:25:38.2380923Z Generating script. 2025-10-14T22:25:38.2454147Z Script contents: shell 2025-10-14T22:25:38.2462479Z PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="D:\a\1\b\test-results.xml" --tempdir="D:\a\1\b\test" 2025-10-14T22:25:38.2701516Z ========================== Starting Command Output =========================== 2025-10-14T22:25:38.2917408Z ##[command]"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a\_temp\59b49578-db76-4c93-b409-fb4938ea1894.cmd"" 2025-10-14T22:25:38.3443102Z 2025-10-14T22:25:38.3444483Z D:\a\1\s>"D:\a\1\s\PCbuild\win32\python.exe" -m test --fast-ci -uall -u-cpu -rwW --slowest --timeout 1200 -j0 --junit-xml D:\a\1\b\test-results.xml --tempdir D:\a\1\b\test 2025-10-14T22:25:38.6012734Z + 'D:\a\1\s\PCbuild\win32\python.exe' -u -W error -bb -E -m test --fast-ci -uall -u-cpu -rwW --slowest --timeout 1200 -j0 --junit-xml 'D:\a\1\b\test-results.xml' --tempdir 'D:\a\1\b\test' --dont-add-python-opts 2025-10-14T22:25:38.7398156Z == CPython 3.15.0a1+ (remotes/origin/2ca3c85054b231505c5e6f5f3209eb5f63942dce:2ca3c8505, Oct 14 2025, ) [MSC v.1944 32 bit (Intel)] 2025-10-14T22:25:38.8045448Z == Windows-2022Server-10.0.20348-SP0 little-endian 2025-10-14T22:25:38.8046640Z == Python build: release with_assert 2025-10-14T22:25:38.8047421Z == cwd: D:\a\1\b\test\test_python_worker_2028æ 2025-10-14T22:25:38.8048075Z == CPU count: 2 2025-10-14T22:25:38.8048598Z == encodings: locale=cp1252 FS=utf-8 2025-10-14T22:25:38.8049412Z == resources: all,-cpu 2025-10-14T22:25:38.8049908Z 2025-10-14T22:25:38.8050466Z Using random seed: 864046004 2025-10-14T22:25:38.8173487Z 0:00:00 Run 495 tests in parallel using 4 worker processes (timeout: 20 min, worker timeout: 25 min) 2025-10-14T22:25:39.9154603Z 0:00:01 [ 1/495] test_longexp passed 2025-10-14T22:25:40.1725821Z 0:00:01 [ 2/495] test.test_asyncio.test_unix_events skipped 2025-10-14T22:25:40.2771034Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5672æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5672æ' 2025-10-14T22:25:40.2772593Z Traceback (most recent call last): 2025-10-14T22:25:40.2773153Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:40.2773617Z os.mkdir(path) 2025-10-14T22:25:40.2774013Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:40.2774618Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5672æ' 2025-10-14T22:25:40.2775263Z Stack (most recent call last): 2025-10-14T22:25:40.2775741Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:40.2776261Z File "", line 88, in _run_code 2025-10-14T22:25:40.2776780Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:40.2777257Z main() 2025-10-14T22:25:40.2777719Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:40.2778453Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:40.2779008Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:40.2779494Z return next(self.gen) 2025-10-14T22:25:40.2779989Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:40.2780517Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:40.2782889Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5672æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5672æ' 2025-10-14T22:25:40.2783750Z Traceback (most recent call last): 2025-10-14T22:25:40.2784267Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:40.2784785Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:40.2785240Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:40.2785779Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5672æ' 2025-10-14T22:25:40.2786922Z Stack (most recent call last): 2025-10-14T22:25:40.2787415Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:40.2787981Z File "", line 88, in _run_code 2025-10-14T22:25:40.2788524Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:40.2789009Z main() 2025-10-14T22:25:40.2789453Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:40.2789979Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:40.2790467Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:40.2790951Z return next(self.gen) 2025-10-14T22:25:40.2791417Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:40.2792056Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:40.2792631Z test.test_asyncio.test_unix_events skipped -- UNIX only 2025-10-14T22:25:40.2793287Z 0:00:01 [ 3/495/1] test_userdict failed (env changed) 2025-10-14T22:25:40.2794254Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2468æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2468æ' 2025-10-14T22:25:40.2794972Z Traceback (most recent call last): 2025-10-14T22:25:40.2795547Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:40.2796144Z os.mkdir(path) 2025-10-14T22:25:40.2796649Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:40.2797192Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2468æ' 2025-10-14T22:25:40.2797771Z Stack (most recent call last): 2025-10-14T22:25:40.2798242Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:40.2798695Z File "", line 88, in _run_code 2025-10-14T22:25:40.2799150Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:40.2799640Z main() 2025-10-14T22:25:40.2800072Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:40.2800530Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:40.2800969Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:40.2801374Z return next(self.gen) 2025-10-14T22:25:40.2801800Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:40.2802316Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:40.2803373Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2468æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2468æ' 2025-10-14T22:25:40.2804111Z Traceback (most recent call last): 2025-10-14T22:25:40.2804663Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:40.2805210Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:40.2805780Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:40.2806361Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2468æ' 2025-10-14T22:25:40.2807011Z Stack (most recent call last): 2025-10-14T22:25:40.2807551Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:40.2808630Z File "", line 88, in _run_code 2025-10-14T22:25:40.2809156Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:40.2809620Z main() 2025-10-14T22:25:40.2810056Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:40.2810522Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:40.2811025Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:40.2811496Z return next(self.gen) 2025-10-14T22:25:40.2811954Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:40.2812597Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:40.2813126Z test_all (test.test_userdict.UserDictTest.test_all) ... ok 2025-10-14T22:25:40.2813706Z test_bool (test.test_userdict.UserDictTest.test_bool) ... ok 2025-10-14T22:25:40.2814325Z test_clear (test.test_userdict.UserDictTest.test_clear) ... ok 2025-10-14T22:25:40.2814904Z test_constructor (test.test_userdict.UserDictTest.test_constructor) ... ok 2025-10-14T22:25:40.2815542Z test_contains (test.test_userdict.UserDictTest.test_contains) ... ok 2025-10-14T22:25:40.2816147Z test_copy (test.test_userdict.UserDictTest.test_copy) ... ok 2025-10-14T22:25:40.2816716Z test_eq (test.test_userdict.UserDictTest.test_eq) ... ok 2025-10-14T22:25:40.2817320Z test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys) ... ok 2025-10-14T22:25:40.2817899Z test_get (test.test_userdict.UserDictTest.test_get) ... ok 2025-10-14T22:25:40.2818532Z test_getitem (test.test_userdict.UserDictTest.test_getitem) ... ok 2025-10-14T22:25:40.2819088Z test_init (test.test_userdict.UserDictTest.test_init) ... ok 2025-10-14T22:25:40.2819589Z test_items (test.test_userdict.UserDictTest.test_items) ... ok 2025-10-14T22:25:40.2820079Z test_keys (test.test_userdict.UserDictTest.test_keys) ... ok 2025-10-14T22:25:40.2820541Z test_len (test.test_userdict.UserDictTest.test_len) ... ok 2025-10-14T22:25:40.2821011Z test_missing (test.test_userdict.UserDictTest.test_missing) ... ok 2025-10-14T22:25:40.2821568Z test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration) ... ok 2025-10-14T22:25:40.2822073Z test_pop (test.test_userdict.UserDictTest.test_pop) ... ok 2025-10-14T22:25:40.2822537Z test_popitem (test.test_userdict.UserDictTest.test_popitem) ... ok 2025-10-14T22:25:40.2823026Z test_read (test.test_userdict.UserDictTest.test_read) ... ok 2025-10-14T22:25:40.2823548Z test_repr (test.test_userdict.UserDictTest.test_repr) ... ok 2025-10-14T22:25:40.2824098Z test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep) ... ok 2025-10-14T22:25:40.2824658Z test_setdefault (test.test_userdict.UserDictTest.test_setdefault) ... ok 2025-10-14T22:25:40.2825234Z test_update (test.test_userdict.UserDictTest.test_update) ... ok 2025-10-14T22:25:40.2825739Z test_values (test.test_userdict.UserDictTest.test_values) ... ok 2025-10-14T22:25:40.2826223Z test_write (test.test_userdict.UserDictTest.test_write) ... ok 2025-10-14T22:25:40.2826505Z 2025-10-14T22:25:40.2827077Z ---------------------------------------------------------------------- 2025-10-14T22:25:40.2827565Z Ran 25 tests in 0.329s 2025-10-14T22:25:40.2827823Z 2025-10-14T22:25:40.2828172Z OK 2025-10-14T22:25:40.2828601Z Warning -- files was modified by test_userdict 2025-10-14T22:25:40.2830279Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:40.2832417Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:41.1988680Z 0:00:02 [ 4/495/1] test_builtin passed 2025-10-14T22:25:41.2721720Z 0:00:02 [ 5/495/1] test_xml_etree passed 2025-10-14T22:25:42.8146906Z 0:00:04 [ 6/495/2] test_dis failed (env changed) 2025-10-14T22:25:42.8200248Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7752æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:25:42.9486163Z Traceback (most recent call last): 2025-10-14T22:25:43.1020869Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:43.1336493Z os.mkdir(path) 2025-10-14T22:25:43.1338001Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:43.1460652Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:25:43.1709973Z Stack (most recent call last): 2025-10-14T22:25:43.1732145Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:43.2089870Z File "", line 88, in _run_code 2025-10-14T22:25:43.2155537Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:43.2175262Z main() 2025-10-14T22:25:43.2200100Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:43.2208304Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:43.2425776Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:43.2427063Z return next(self.gen) 2025-10-14T22:25:43.2427799Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:43.2428480Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:43.2429724Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7752æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:25:43.2430488Z Traceback (most recent call last): 2025-10-14T22:25:43.2431066Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:43.2431642Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:43.2432149Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:43.2432722Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:25:43.2433320Z Stack (most recent call last): 2025-10-14T22:25:43.2433851Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:43.2434414Z File "", line 88, in _run_code 2025-10-14T22:25:43.2434975Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:43.2435563Z main() 2025-10-14T22:25:43.2436079Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:43.2436634Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:43.2437194Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:43.2437730Z return next(self.gen) 2025-10-14T22:25:43.2438261Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:43.2438831Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:43.2439429Z test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions) ... ok 2025-10-14T22:25:43.2440118Z test_disassembled (test.test_dis.BytecodeTests.test_disassembled) ... ok 2025-10-14T22:25:43.2441029Z test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line) ... ok 2025-10-14T22:25:43.2441788Z test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback) ... ok 2025-10-14T22:25:43.2471622Z test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis) ... ok 2025-10-14T22:25:43.2489932Z test_info (test.test_dis.BytecodeTests.test_info) ... ok 2025-10-14T22:25:43.2512892Z test_instantiation (test.test_dis.BytecodeTests.test_instantiation) ... ok 2025-10-14T22:25:43.2521038Z test_iteration (test.test_dis.BytecodeTests.test_iteration) ... ok 2025-10-14T22:25:43.3391989Z test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly) ... ok 2025-10-14T22:25:43.4488400Z test_code_info (test.test_dis.CodeInfoTests.test_code_info) ... ok 2025-10-14T22:25:43.5425832Z test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object) ... ok 2025-10-14T22:25:43.6519603Z test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags) ... ok 2025-10-14T22:25:43.7457585Z test_show_code (test.test_dis.CodeInfoTests.test_show_code) ... ok 2025-10-14T22:25:43.8551375Z test__try_compile_no_context_exc_on_error (test.test_dis.DisTests.test__try_compile_no_context_exc_on_error) ... ok 2025-10-14T22:25:43.9541272Z test_async_for_presentation (test.test_dis.DisTests.test_async_for_presentation) ... ok 2025-10-14T22:25:44.0577922Z test_big_linenos (test.test_dis.DisTests.test_big_linenos) ... ok 2025-10-14T22:25:44.1828966Z test_boundaries (test.test_dis.DisTests.test_boundaries) ... ok 2025-10-14T22:25:44.2105884Z test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982) ... ok 2025-10-14T22:25:44.2109206Z test_bug_42562 (test.test_dis.DisTests.test_bug_42562) ... ok 2025-10-14T22:25:44.2110203Z test_bug_45757 (test.test_dis.DisTests.test_bug_45757) ... ok 2025-10-14T22:25:44.2487359Z test_bug_46724 (test.test_dis.DisTests.test_bug_46724) ... ok 2025-10-14T22:25:44.2489133Z test_bug_708901 (test.test_dis.DisTests.test_bug_708901) ... ok 2025-10-14T22:25:44.2490088Z test_call_specialize (test.test_dis.DisTests.test_call_specialize) ... ok 2025-10-14T22:25:44.2867316Z test_dis (test.test_dis.DisTests.test_dis) ... ok 2025-10-14T22:25:44.2872296Z test_dis_none (test.test_dis.DisTests.test_dis_none) ... ok 2025-10-14T22:25:44.2873262Z test_dis_object (test.test_dis.DisTests.test_dis_object) ... ok 2025-10-14T22:25:44.3252066Z test_dis_traceback (test.test_dis.DisTests.test_dis_traceback) ... ok 2025-10-14T22:25:44.3254566Z test_dis_with_all_positions (test.test_dis.DisTests.test_dis_with_all_positions) ... ok 2025-10-14T22:25:44.3255632Z test_dis_with_linenos_but_no_columns (test.test_dis.DisTests.test_dis_with_linenos_but_no_columns) ... ok 2025-10-14T22:25:44.3638740Z test_dis_with_no_positions (test.test_dis.DisTests.test_dis_with_no_positions) ... ok 2025-10-14T22:25:44.3640663Z test_dis_with_offsets (test.test_dis.DisTests.test_dis_with_offsets) ... ok 2025-10-14T22:25:44.3641655Z test_dis_with_some_positions (test.test_dis.DisTests.test_dis_with_some_positions) ... ok 2025-10-14T22:25:44.3874083Z test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator) ... ok 2025-10-14T22:25:44.4017844Z test_disassemble_asyncwith (test.test_dis.DisTests.test_disassemble_asyncwith) ... ok 2025-10-14T22:25:44.4019205Z test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes) ... ok 2025-10-14T22:25:44.4398126Z test_disassemble_class (test.test_dis.DisTests.test_disassemble_class) ... ok 2025-10-14T22:25:44.4403809Z test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method) ... ok 2025-10-14T22:25:44.4407900Z test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine) ... ok 2025-10-14T22:25:44.4782996Z test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring) ... ok 2025-10-14T22:25:44.4808406Z test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator) ... ok 2025-10-14T22:25:44.4810753Z test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method) ... ok 2025-10-14T22:25:44.4948782Z test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes) ... ok 2025-10-14T22:25:44.5376623Z test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive) ... ok 2025-10-14T22:25:44.5503152Z test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method) ... ok 2025-10-14T22:25:44.5552603Z test_disassemble_str (test.test_dis.DisTests.test_disassemble_str) ... ok 2025-10-14T22:25:44.6130410Z test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally) ... ok 2025-10-14T22:25:44.6212496Z test_disassemble_with (test.test_dis.DisTests.test_disassemble_with) ... ok 2025-10-14T22:25:44.6216327Z test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick) ... ok 2025-10-14T22:25:44.6217242Z test_intrinsic_1 (test.test_dis.DisTests.test_intrinsic_1) ... ok 2025-10-14T22:25:44.6218003Z test_intrinsic_2 (test.test_dis.DisTests.test_intrinsic_2) ... ok 2025-10-14T22:25:44.6218590Z test_kw_names (test.test_dis.DisTests.test_kw_names) ... ok 2025-10-14T22:25:44.6219185Z test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize) ... ok 2025-10-14T22:25:44.6219823Z test_loop_quicken (test.test_dis.DisTests.test_loop_quicken) ... ok 2025-10-14T22:25:44.6220472Z test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisTests.test_loop_with_conditional_at_end_is_quickened) ... ok 2025-10-14T22:25:44.6221118Z test_opmap (test.test_dis.DisTests.test_opmap) ... ok 2025-10-14T22:25:44.6221683Z test_opname (test.test_dis.DisTests.test_opname) ... ok 2025-10-14T22:25:44.6222248Z test_show_caches (test.test_dis.DisTests.test_show_caches) ... ok 2025-10-14T22:25:44.6222865Z test_show_currinstr_with_cache (test.test_dis.DisTests.test_show_currinstr_with_cache) 2025-10-14T22:25:44.6223472Z Make sure that with lasti pointing to CACHE, it still shows the current ... ok 2025-10-14T22:25:44.6224071Z test_super_instructions (test.test_dis.DisTests.test_super_instructions) ... ok 2025-10-14T22:25:44.6224658Z test_widths (test.test_dis.DisTests.test_widths) ... ok 2025-10-14T22:25:44.6225282Z test__try_compile_no_context_exc_on_error (test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error) ... ok 2025-10-14T22:25:44.6225978Z test_async_for_presentation (test.test_dis.DisWithFileTests.test_async_for_presentation) ... ok 2025-10-14T22:25:44.6226603Z test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos) ... ok 2025-10-14T22:25:44.6227201Z test_boundaries (test.test_dis.DisWithFileTests.test_boundaries) ... ok 2025-10-14T22:25:44.6227910Z test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982) ... ok 2025-10-14T22:25:44.6228511Z test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562) ... ok 2025-10-14T22:25:44.6229157Z test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757) ... ok 2025-10-14T22:25:44.6229746Z test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724) ... ok 2025-10-14T22:25:44.6230459Z test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901) ... ok 2025-10-14T22:25:44.6231068Z test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize) ... ok 2025-10-14T22:25:44.6231652Z test_dis (test.test_dis.DisWithFileTests.test_dis) ... ok 2025-10-14T22:25:44.6232226Z test_dis_none (test.test_dis.DisWithFileTests.test_dis_none) ... ok 2025-10-14T22:25:44.6232819Z test_dis_object (test.test_dis.DisWithFileTests.test_dis_object) ... ok 2025-10-14T22:25:44.6233419Z test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback) ... ok 2025-10-14T22:25:44.6234125Z test_dis_with_all_positions (test.test_dis.DisWithFileTests.test_dis_with_all_positions) ... ok 2025-10-14T22:25:44.6288721Z test_dis_with_linenos_but_no_columns (test.test_dis.DisWithFileTests.test_dis_with_linenos_but_no_columns) ... ok 2025-10-14T22:25:44.6347744Z test_dis_with_no_positions (test.test_dis.DisWithFileTests.test_dis_with_no_positions) ... ok 2025-10-14T22:25:44.6349028Z test_dis_with_offsets (test.test_dis.DisWithFileTests.test_dis_with_offsets) ... ok 2025-10-14T22:25:44.6496735Z test_dis_with_some_positions (test.test_dis.DisWithFileTests.test_dis_with_some_positions) ... ok 2025-10-14T22:25:44.6631475Z test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator) ... ok 2025-10-14T22:25:44.6692445Z test_disassemble_asyncwith (test.test_dis.DisWithFileTests.test_disassemble_asyncwith) ... ok 2025-10-14T22:25:44.6737803Z test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes) ... ok 2025-10-14T22:25:44.6903623Z test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class) ... ok 2025-10-14T22:25:44.7329727Z test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method) ... ok 2025-10-14T22:25:44.7332042Z test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine) ... ok 2025-10-14T22:25:44.7332966Z test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring) ... ok 2025-10-14T22:25:44.7333675Z test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator) ... ok 2025-10-14T22:25:44.7334367Z test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method) ... ok 2025-10-14T22:25:44.7335090Z test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes) ... ok 2025-10-14T22:25:44.7335816Z test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive) ... ok 2025-10-14T22:25:44.7336516Z test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method) ... ok 2025-10-14T22:25:44.7337220Z test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str) ... ok 2025-10-14T22:25:44.7337890Z test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally) ... ok 2025-10-14T22:25:44.7338570Z test_disassemble_with (test.test_dis.DisWithFileTests.test_disassemble_with) ... ok 2025-10-14T22:25:44.7339270Z test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick) ... ok 2025-10-14T22:25:44.7340019Z test_intrinsic_1 (test.test_dis.DisWithFileTests.test_intrinsic_1) ... ok 2025-10-14T22:25:44.7340677Z test_intrinsic_2 (test.test_dis.DisWithFileTests.test_intrinsic_2) ... ok 2025-10-14T22:25:44.7341325Z test_kw_names (test.test_dis.DisWithFileTests.test_kw_names) ... ok 2025-10-14T22:25:44.7341983Z test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize) ... ok 2025-10-14T22:25:44.7342644Z test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken) ... ok 2025-10-14T22:25:44.7343363Z test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisWithFileTests.test_loop_with_conditional_at_end_is_quickened) ... ok 2025-10-14T22:25:44.7344175Z test_opmap (test.test_dis.DisWithFileTests.test_opmap) ... ok 2025-10-14T22:25:44.7344783Z test_opname (test.test_dis.DisWithFileTests.test_opname) ... ok 2025-10-14T22:25:44.7345453Z test_show_caches (test.test_dis.DisWithFileTests.test_show_caches) ... ok 2025-10-14T22:25:44.7346095Z test_show_currinstr_with_cache (test.test_dis.DisWithFileTests.test_show_currinstr_with_cache) 2025-10-14T22:25:44.7346730Z Make sure that with lasti pointing to CACHE, it still shows the current ... ok 2025-10-14T22:25:44.7347372Z test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions) ... ok 2025-10-14T22:25:44.7348004Z test_widths (test.test_dis.DisWithFileTests.test_widths) ... ok 2025-10-14T22:25:44.7348626Z test_argval_argrepr (test.test_dis.InstructionTests.test_argval_argrepr) ... ok 2025-10-14T22:25:44.7349301Z test_baseopname_and_baseopcode (test.test_dis.InstructionTests.test_baseopname_and_baseopcode) ... ok 2025-10-14T22:25:44.7349996Z test_cache_offset_and_end_offset (test.test_dis.InstructionTests.test_cache_offset_and_end_offset) ... ok 2025-10-14T22:25:44.7350832Z test_co_positions (test.test_dis.InstructionTests.test_co_positions) ... ok 2025-10-14T22:25:44.7351482Z test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info) ... ok 2025-10-14T22:25:44.7352180Z test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches) ... ok 2025-10-14T22:25:44.7352883Z test_contains_op_format (test.test_dis.InstructionTests.test_contains_op_format) ... ok 2025-10-14T22:25:44.7456810Z test_custom_arg_resolver (test.test_dis.InstructionTests.test_custom_arg_resolver) ... ok 2025-10-14T22:25:44.7462372Z test_default_first_line (test.test_dis.InstructionTests.test_default_first_line) ... ok 2025-10-14T22:25:44.7463199Z test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested) ... ok 2025-10-14T22:25:44.7512953Z test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None) ... ok 2025-10-14T22:25:44.7574666Z test_instruction_str (test.test_dis.InstructionTests.test_instruction_str) ... ok 2025-10-14T22:25:44.7676232Z test_is_op_format (test.test_dis.InstructionTests.test_is_op_format) ... ok 2025-10-14T22:25:44.7727812Z test_jump_target (test.test_dis.InstructionTests.test_jump_target) ... ok 2025-10-14T22:25:44.7877703Z test_jumpy (test.test_dis.InstructionTests.test_jumpy) ... ok 2025-10-14T22:25:44.7971676Z test_nested (test.test_dis.InstructionTests.test_nested) ... ok 2025-10-14T22:25:44.8110021Z test_oparg_alias (test.test_dis.InstructionTests.test_oparg_alias) ... ok 2025-10-14T22:25:44.8154998Z test_outer (test.test_dis.InstructionTests.test_outer) ... ok 2025-10-14T22:25:44.8245628Z test_show_caches_with_label (test.test_dis.InstructionTests.test_show_caches_with_label) ... ok 2025-10-14T22:25:44.8246489Z test_start_offset (test.test_dis.InstructionTests.test_start_offset) ... ok 2025-10-14T22:25:44.8338319Z test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode) ... ok 2025-10-14T22:25:44.8441082Z test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode) ... ok 2025-10-14T22:25:44.8493949Z test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode) ... ok 2025-10-14T22:25:44.8596301Z test_invocation (test.test_dis.TestDisCLI.test_invocation) ... ok 2025-10-14T22:25:44.8642348Z test_show_cache (test.test_dis.TestDisCLI.test_show_cache) ... ok 2025-10-14T22:25:44.8737630Z test_show_offsets (test.test_dis.TestDisCLI.test_show_offsets) ... ok 2025-10-14T22:25:44.8758378Z test_show_positions (test.test_dis.TestDisCLI.test_show_positions) ... ok 2025-10-14T22:25:44.8785597Z test_specialized_code (test.test_dis.TestDisCLI.test_specialized_code) ... ok 2025-10-14T22:25:44.8794686Z test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty) ... ok 2025-10-14T22:25:44.8842723Z test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg) ... ok 2025-10-14T22:25:44.8859049Z test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback) ... ok 2025-10-14T22:25:44.8891276Z test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty) ... ok 2025-10-14T22:25:44.8899908Z test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg) ... ok 2025-10-14T22:25:44.8923075Z test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback) ... ok 2025-10-14T22:25:44.8971801Z test__find_imports (test.test_dis.TestFinderMethods.test__find_imports) ... ok 2025-10-14T22:25:44.8974244Z test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names) ... ok 2025-10-14T22:25:44.9000903Z test_findlabels (test.test_dis.TestFinderMethods.test_findlabels) ... ok 2025-10-14T22:25:44.9005288Z test_findlinestarts (test.test_dis.TestFinderMethods.test_findlinestarts) ... ok 2025-10-14T22:25:44.9031643Z 2025-10-14T22:25:44.9076540Z ---------------------------------------------------------------------- 2025-10-14T22:25:44.9091175Z Ran 145 tests in 1.211s 2025-10-14T22:25:44.9106551Z 2025-10-14T22:25:44.9146906Z OK 2025-10-14T22:25:44.9204930Z Warning -- files was modified by test_dis 2025-10-14T22:25:44.9232546Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:44.9258197Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:45.1285899Z 0:00:06 [ 7/495/2] test_bz2 passed 2025-10-14T22:25:45.4060018Z 0:00:06 load avg: 10.00 [ 8/495/2] test_scope passed 2025-10-14T22:25:45.6865014Z 0:00:06 load avg: 10.00 [ 9/495/2] test_zipfile64 skipped (resource denied) 2025-10-14T22:25:45.6903914Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7560æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7560æ' 2025-10-14T22:25:45.7165175Z Traceback (most recent call last): 2025-10-14T22:25:45.7403044Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:45.8119846Z os.mkdir(path) 2025-10-14T22:25:45.8655891Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:45.8776477Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7560æ' 2025-10-14T22:25:45.9205463Z Stack (most recent call last): 2025-10-14T22:25:45.9206472Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:45.9337477Z File "", line 88, in _run_code 2025-10-14T22:25:45.9338950Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:45.9339800Z main() 2025-10-14T22:25:45.9383807Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:45.9393966Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:45.9412403Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:45.9466145Z return next(self.gen) 2025-10-14T22:25:45.9501728Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:45.9504464Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:45.9863410Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7560æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7560æ' 2025-10-14T22:25:45.9988938Z Traceback (most recent call last): 2025-10-14T22:25:46.1836636Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:46.1839842Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:46.1841383Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:46.1969337Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7560æ' 2025-10-14T22:25:46.1970835Z Stack (most recent call last): 2025-10-14T22:25:46.1972308Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:46.2014122Z File "", line 88, in _run_code 2025-10-14T22:25:46.2040504Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:46.2097526Z main() 2025-10-14T22:25:46.2125883Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:46.2134546Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:46.2150220Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:46.2399779Z return next(self.gen) 2025-10-14T22:25:46.2769633Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:46.3895458Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:46.6382474Z test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 2025-10-14T22:25:46.6576994Z 0:00:07 load avg: 10.00 [ 10/495/2] test_genericclass passed 2025-10-14T22:25:46.6899164Z 0:00:07 load avg: 10.00 [ 11/495/2] test_raise passed 2025-10-14T22:25:48.7853403Z 0:00:10 load avg: 10.14 [ 12/495/2] test_userstring passed 2025-10-14T22:25:49.1590367Z 0:00:10 load avg: 10.14 [ 13/495/2] test.test_asyncio.test_protocols passed 2025-10-14T22:25:49.4914329Z 0:00:10 load avg: 10.14 [ 14/495/3] test.test_concurrent_futures.test_thread_pool failed (env changed) 2025-10-14T22:25:49.4974860Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7744æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:25:49.4996813Z Traceback (most recent call last): 2025-10-14T22:25:49.5500867Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:49.6619714Z os.mkdir(path) 2025-10-14T22:25:49.6917012Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:49.7507618Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:25:49.7525826Z Stack (most recent call last): 2025-10-14T22:25:49.7665448Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:49.7667414Z File "", line 88, in _run_code 2025-10-14T22:25:49.8895483Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:49.9199426Z main() 2025-10-14T22:25:49.9811268Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:50.2038456Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:50.2486451Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:50.2587604Z return next(self.gen) 2025-10-14T22:25:50.2629571Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:50.3278648Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:50.4113963Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7744æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:25:50.4891183Z Traceback (most recent call last): 2025-10-14T22:25:50.5068746Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:50.5581853Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:50.7995950Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:50.8772042Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:25:51.0746136Z Stack (most recent call last): 2025-10-14T22:25:51.1211764Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:51.1547083Z File "", line 88, in _run_code 2025-10-14T22:25:51.1548053Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:51.1747873Z main() 2025-10-14T22:25:51.1752617Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:51.1753891Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:51.1798140Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:51.1799455Z return next(self.gen) 2025-10-14T22:25:51.1817498Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:51.1849447Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:51.1863048Z test_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... ok 2025-10-14T22:25:51.1868275Z test_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... ok 2025-10-14T22:25:51.1880388Z test_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... ok 2025-10-14T22:25:51.1906917Z test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) ... skipped 'requires working os.fork()' 2025-10-14T22:25:51.1946131Z test_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... ok 2025-10-14T22:25:51.2530254Z test_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... ok 2025-10-14T22:25:51.4705309Z test_map_buffersize (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize) ... ok 2025-10-14T22:25:51.5347559Z test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... ok 2025-10-14T22:25:51.5352852Z test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... ok 2025-10-14T22:25:51.5704443Z test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... ok 2025-10-14T22:25:51.5836704Z test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... ok 2025-10-14T22:25:51.5838681Z test_map_buffersize_type_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_type_validation) ... ok 2025-10-14T22:25:51.6185154Z test_map_buffersize_value_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_value_validation) ... ok 2025-10-14T22:25:51.6244704Z test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... ok 2025-10-14T22:25:51.6271263Z test_map_buffersize_without_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_without_iterable) ... ok 2025-10-14T22:25:51.6616794Z test_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... ok 2025-10-14T22:25:51.7105897Z test_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration) 2025-10-14T22:25:51.7655366Z Tests verifying issue 11777. ... ok 2025-10-14T22:25:51.9072784Z test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) ... ok 2025-10-14T22:25:51.9349819Z test_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... ok 2025-10-14T22:25:51.9356031Z test_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... ok 2025-10-14T22:25:51.9357505Z test_process_fork_from_a_threadpool (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_process_fork_from_a_threadpool) ... skipped 'requires working os.fork()' 2025-10-14T22:25:51.9737249Z test_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... ok 2025-10-14T22:25:51.9784965Z test_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... ok 2025-10-14T22:25:52.1817929Z test_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... ok 2025-10-14T22:25:52.2809313Z test_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... ok 2025-10-14T22:25:52.3332727Z test_swallows_falsey_exceptions (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_swallows_falsey_exceptions) ... ok 2025-10-14T22:25:52.3354524Z 2025-10-14T22:25:52.3389129Z ---------------------------------------------------------------------- 2025-10-14T22:25:52.3394643Z Ran 26 tests in 8.966s 2025-10-14T22:25:52.3395428Z 2025-10-14T22:25:52.3424863Z OK (skipped=2) 2025-10-14T22:25:52.3426483Z Warning -- files was modified by test.test_concurrent_futures.test_thread_pool 2025-10-14T22:25:52.3428077Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:52.3464810Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7772_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:52.3467028Z 0:00:10 load avg: 10.14 [ 15/495/3] test.test_multiprocessing_forkserver.test_manager skipped 2025-10-14T22:25:52.3468488Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6348æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:25:52.3495412Z Traceback (most recent call last): 2025-10-14T22:25:52.3497043Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:52.3497983Z os.mkdir(path) 2025-10-14T22:25:52.3522422Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:52.3523848Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:25:52.3524858Z Stack (most recent call last): 2025-10-14T22:25:52.3550316Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:52.3551796Z File "", line 88, in _run_code 2025-10-14T22:25:52.3552747Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:52.3580731Z main() 2025-10-14T22:25:52.3582096Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:52.3583243Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:52.3605471Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:52.3606311Z return next(self.gen) 2025-10-14T22:25:52.3607249Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:52.3608058Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:52.3609272Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6348æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:25:52.3610459Z Traceback (most recent call last): 2025-10-14T22:25:52.3611293Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:52.3612085Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:52.3612789Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:52.3613583Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:25:52.3614421Z Stack (most recent call last): 2025-10-14T22:25:52.3615317Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:52.3616065Z File "", line 88, in _run_code 2025-10-14T22:25:52.3616822Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:52.3617557Z main() 2025-10-14T22:25:52.3618309Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:52.3619090Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:52.3619855Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:52.3620600Z return next(self.gen) 2025-10-14T22:25:52.3621362Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:52.3622200Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:52.3623034Z test.test_multiprocessing_forkserver.test_manager skipped -- forkserver is not available on Windows 2025-10-14T22:25:52.3624009Z 0:00:12 load avg: 10.52 [ 16/495/3] test_typechecks passed 2025-10-14T22:25:52.3624794Z 0:00:12 load avg: 10.52 [ 17/495/3] test_sax passed 2025-10-14T22:25:52.3625598Z 0:00:13 load avg: 10.71 [ 18/495/3] test.test_multiprocessing_fork.test_processes skipped 2025-10-14T22:25:52.3626806Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1604æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:25:52.3627758Z Traceback (most recent call last): 2025-10-14T22:25:52.3628520Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:52.3629261Z os.mkdir(path) 2025-10-14T22:25:52.3629931Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:52.3630713Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:25:52.3631517Z Stack (most recent call last): 2025-10-14T22:25:52.3632331Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:52.3633040Z File "", line 88, in _run_code 2025-10-14T22:25:52.3633757Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:52.3634435Z main() 2025-10-14T22:25:52.3635209Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:52.3637034Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:52.3637974Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:52.3638860Z return next(self.gen) 2025-10-14T22:25:52.3639582Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:52.3640317Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:52.3641468Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1604æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:25:52.3642378Z Traceback (most recent call last): 2025-10-14T22:25:52.3643283Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:52.3644042Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:52.3644849Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:52.3645692Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:25:52.3646603Z Stack (most recent call last): 2025-10-14T22:25:52.3647283Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:52.3647968Z File "", line 88, in _run_code 2025-10-14T22:25:52.3648694Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:52.3649367Z main() 2025-10-14T22:25:52.3650011Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:52.3650715Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:52.3651414Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:52.3652221Z return next(self.gen) 2025-10-14T22:25:52.3652914Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:52.3653624Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:52.3654360Z test.test_multiprocessing_fork.test_processes skipped -- fork is not available on Windows 2025-10-14T22:25:54.9071390Z 0:00:16 load avg: 10.45 [ 19/495/3] test_urllibnet passed 2025-10-14T22:25:55.8656216Z 0:00:17 load avg: 10.45 [ 20/495/3] test_ucn passed 2025-10-14T22:25:59.0582189Z 0:00:20 load avg: 9.82 [ 21/495/4] test_winsound failed (env changed) 2025-10-14T22:25:59.0586587Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1544æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1544æ' 2025-10-14T22:25:59.0588138Z Traceback (most recent call last): 2025-10-14T22:25:59.0588923Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:25:59.0590167Z os.mkdir(path) 2025-10-14T22:25:59.0590759Z ~~~~~~~~^^^^^^ 2025-10-14T22:25:59.0591509Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1544æ' 2025-10-14T22:25:59.0592380Z Stack (most recent call last): 2025-10-14T22:25:59.0593142Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:59.0593710Z File "", line 88, in _run_code 2025-10-14T22:25:59.0594351Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:59.0594932Z main() 2025-10-14T22:25:59.0595426Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:59.0595959Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:59.0596480Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:59.0597118Z return next(self.gen) 2025-10-14T22:25:59.0597678Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:25:59.0598267Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:25:59.0599216Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1544æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1544æ' 2025-10-14T22:25:59.0599951Z Traceback (most recent call last): 2025-10-14T22:25:59.0600474Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:25:59.0600969Z os.chdir(os.path.realpath(path)) 2025-10-14T22:25:59.0601401Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:25:59.0601952Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1544æ' 2025-10-14T22:25:59.0602547Z Stack (most recent call last): 2025-10-14T22:25:59.0603026Z File "", line 198, in _run_module_as_main 2025-10-14T22:25:59.0603555Z File "", line 88, in _run_code 2025-10-14T22:25:59.0604218Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:25:59.0604781Z main() 2025-10-14T22:25:59.0605311Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:25:59.0605897Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:25:59.0606472Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:25:59.0607193Z return next(self.gen) 2025-10-14T22:25:59.0607750Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:25:59.0608691Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:25:59.0609373Z test_errors (test.test_winsound.BeepTest.test_errors) ... ok 2025-10-14T22:25:59.0609975Z test_extremes (test.test_winsound.BeepTest.test_extremes) ... ok 2025-10-14T22:25:59.0610838Z test_increasingfrequency (test.test_winsound.BeepTest.test_increasingfrequency) ... ok 2025-10-14T22:25:59.0611534Z test_keyword_args (test.test_winsound.BeepTest.test_keyword_args) ... ok 2025-10-14T22:25:59.0612340Z test_asterisk (test.test_winsound.MessageBeepTest.test_asterisk) ... ok 2025-10-14T22:25:59.0612907Z test_default (test.test_winsound.MessageBeepTest.test_default) ... ok 2025-10-14T22:25:59.0613588Z test_error (test.test_winsound.MessageBeepTest.test_error) ... ok 2025-10-14T22:25:59.0614182Z test_exclamation (test.test_winsound.MessageBeepTest.test_exclamation) ... ok 2025-10-14T22:25:59.0614832Z test_hand (test.test_winsound.MessageBeepTest.test_hand) ... ok 2025-10-14T22:25:59.0615644Z test_information (test.test_winsound.MessageBeepTest.test_information) ... ok 2025-10-14T22:25:59.0616335Z test_keyword_args (test.test_winsound.MessageBeepTest.test_keyword_args) ... ok 2025-10-14T22:25:59.0616988Z test_ok (test.test_winsound.MessageBeepTest.test_ok) ... ok 2025-10-14T22:25:59.0618109Z test_question (test.test_winsound.MessageBeepTest.test_question) ... ok 2025-10-14T22:25:59.0619108Z test_stop (test.test_winsound.MessageBeepTest.test_stop) ... ok 2025-10-14T22:25:59.0619903Z test_warning (test.test_winsound.MessageBeepTest.test_warning) ... ok 2025-10-14T22:25:59.0620576Z test_alias_fallback (test.test_winsound.PlaySoundTest.test_alias_fallback) ... ok 2025-10-14T22:25:59.0621188Z test_alias_nofallback (test.test_winsound.PlaySoundTest.test_alias_nofallback) ... ok 2025-10-14T22:25:59.0621770Z test_aliases (test.test_winsound.PlaySoundTest.test_aliases) ... ok 2025-10-14T22:25:59.0622368Z test_errors (test.test_winsound.PlaySoundTest.test_errors) ... ok 2025-10-14T22:25:59.0622961Z test_keyword_args (test.test_winsound.PlaySoundTest.test_keyword_args) ... ok 2025-10-14T22:25:59.0623545Z test_snd_filename (test.test_winsound.PlaySoundTest.test_snd_filename) ... ok 2025-10-14T22:25:59.0624107Z test_snd_filepath (test.test_winsound.PlaySoundTest.test_snd_filepath) ... ok 2025-10-14T22:25:59.0624688Z test_snd_filepath_as_bytes (test.test_winsound.PlaySoundTest.test_snd_filepath_as_bytes) ... ok 2025-10-14T22:25:59.0625274Z test_snd_memory (test.test_winsound.PlaySoundTest.test_snd_memory) ... ok 2025-10-14T22:25:59.0625823Z test_sound_sentry (test.test_winsound.PlaySoundTest.test_sound_sentry) ... ok 2025-10-14T22:25:59.0626386Z test_sound_sync (test.test_winsound.PlaySoundTest.test_sound_sync) ... ok 2025-10-14T22:25:59.0627062Z test_sound_system (test.test_winsound.PlaySoundTest.test_sound_system) ... ok 2025-10-14T22:25:59.0627779Z test_stopasync (test.test_winsound.PlaySoundTest.test_stopasync) ... ok 2025-10-14T22:25:59.0628298Z 2025-10-14T22:25:59.0628896Z ---------------------------------------------------------------------- 2025-10-14T22:25:59.0629571Z Ran 28 tests in 6.664s 2025-10-14T22:25:59.0629997Z 2025-10-14T22:25:59.0630463Z OK 2025-10-14T22:25:59.0631152Z Warning -- files was modified by test_winsound 2025-10-14T22:25:59.0632909Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:25:59.0635636Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:04.8003150Z 0:00:26 load avg: 9.18 [ 22/495/4] test_cmd_line_script passed 2025-10-14T22:26:05.4958025Z 0:00:26 load avg: 9.08 [ 23/495/4] test_class passed 2025-10-14T22:26:05.9490349Z 0:00:27 load avg: 9.08 [ 24/495/4] test_contains passed 2025-10-14T22:26:05.9638174Z 0:00:27 load avg: 9.08 [ 25/495/5] test_imaplib failed (env changed) 2025-10-14T22:26:05.9674525Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4576æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4576æ' 2025-10-14T22:26:05.9941836Z Traceback (most recent call last): 2025-10-14T22:26:06.0892793Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:06.0913419Z os.mkdir(path) 2025-10-14T22:26:06.0914411Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:06.0915024Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4576æ' 2025-10-14T22:26:06.0915598Z Stack (most recent call last): 2025-10-14T22:26:06.0916090Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.0918159Z File "", line 88, in _run_code 2025-10-14T22:26:06.0918679Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.0919151Z main() 2025-10-14T22:26:06.0919601Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.0920096Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.0920667Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.0921121Z return next(self.gen) 2025-10-14T22:26:06.0921584Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:06.0922075Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:06.0923090Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4576æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4576æ' 2025-10-14T22:26:06.0923726Z Traceback (most recent call last): 2025-10-14T22:26:06.0924207Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:06.0924678Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:06.0925111Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:06.0925607Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4576æ' 2025-10-14T22:26:06.0926127Z Stack (most recent call last): 2025-10-14T22:26:06.0926578Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.0927047Z File "", line 88, in _run_code 2025-10-14T22:26:06.0927524Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.0927979Z main() 2025-10-14T22:26:06.0928425Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.0928926Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.0929397Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.0929838Z return next(self.gen) 2025-10-14T22:26:06.0930305Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:06.0930978Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:06.0931582Z test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message) ... ok 2025-10-14T22:26:06.0932212Z test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... ok 2025-10-14T22:26:06.0932866Z test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... ok 2025-10-14T22:26:06.0933448Z test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:26:06.0934080Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:26:06.0934890Z test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:26:06.0935534Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:26:06.0936246Z test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPSSLTests.test_file_property_should_not_be_accessed) ... ok 2025-10-14T22:26:06.0936849Z test_idle_burst (test.test_imaplib.NewIMAPSSLTests.test_idle_burst) ... ok 2025-10-14T22:26:06.0937396Z test_idle_capability (test.test_imaplib.NewIMAPSSLTests.test_idle_capability) ... ok 2025-10-14T22:26:06.0937986Z test_idle_delayed_packet (test.test_imaplib.NewIMAPSSLTests.test_idle_delayed_packet) ... ok 2025-10-14T22:26:06.0938564Z test_idle_denied (test.test_imaplib.NewIMAPSSLTests.test_idle_denied) ... ok 2025-10-14T22:26:06.0939107Z test_idle_iter (test.test_imaplib.NewIMAPSSLTests.test_idle_iter) ... ok 2025-10-14T22:26:06.0939692Z test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... ok 2025-10-14T22:26:06.0940348Z test_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... ok 2025-10-14T22:26:06.0941047Z test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... ok 2025-10-14T22:26:06.0941637Z test_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... ok 2025-10-14T22:26:06.0942192Z test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong) ... ok 2025-10-14T22:26:06.0942713Z test_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... ok 2025-10-14T22:26:06.0943262Z test_login_cram_md5_blocked (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_blocked) ... ok 2025-10-14T22:26:06.0943907Z test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... ok 2025-10-14T22:26:06.0944560Z test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_plain_text) ... ok 2025-10-14T22:26:06.0945110Z test_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... ok 2025-10-14T22:26:06.0945625Z test_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... ok 2025-10-14T22:26:06.0946209Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:26:06.0951135Z test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... ok 2025-10-14T22:26:06.0951808Z test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises) ... ok 2025-10-14T22:26:06.0952367Z test_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... ok 2025-10-14T22:26:06.0952938Z test_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... ok 2025-10-14T22:26:06.0953519Z test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_bytes) ... ok 2025-10-14T22:26:06.0954152Z test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... ok 2025-10-14T22:26:06.0954763Z test_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... ok 2025-10-14T22:26:06.0956050Z test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... ok 2025-10-14T22:26:06.0956697Z test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message) ... ok 2025-10-14T22:26:06.0957343Z test_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... ok 2025-10-14T22:26:06.0957899Z test_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... ok 2025-10-14T22:26:06.0958467Z test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:26:06.0959095Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:26:06.0960202Z test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:26:06.0960932Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:26:06.0961587Z test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPTests.test_file_property_should_not_be_accessed) ... ok 2025-10-14T22:26:06.0962177Z test_idle_burst (test.test_imaplib.NewIMAPTests.test_idle_burst) ... ok 2025-10-14T22:26:06.0962723Z test_idle_capability (test.test_imaplib.NewIMAPTests.test_idle_capability) ... ok 2025-10-14T22:26:06.0963309Z test_idle_delayed_packet (test.test_imaplib.NewIMAPTests.test_idle_delayed_packet) ... ok 2025-10-14T22:26:06.0963995Z test_idle_denied (test.test_imaplib.NewIMAPTests.test_idle_denied) ... ok 2025-10-14T22:26:06.0964542Z test_idle_iter (test.test_imaplib.NewIMAPTests.test_idle_iter) ... ok 2025-10-14T22:26:06.0965146Z test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... ok 2025-10-14T22:26:06.0965785Z test_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... ok 2025-10-14T22:26:06.0966382Z test_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... ok 2025-10-14T22:26:06.0966965Z test_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... ok 2025-10-14T22:26:06.0967531Z test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong) ... ok 2025-10-14T22:26:06.0968067Z test_login (test.test_imaplib.NewIMAPTests.test_login) ... ok 2025-10-14T22:26:06.0968630Z test_login_cram_md5_blocked (test.test_imaplib.NewIMAPTests.test_login_cram_md5_blocked) ... ok 2025-10-14T22:26:06.0969219Z test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... ok 2025-10-14T22:26:06.0969834Z test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text) ... ok 2025-10-14T22:26:06.0970405Z test_logout (test.test_imaplib.NewIMAPTests.test_logout) ... ok 2025-10-14T22:26:06.0971444Z test_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... ok 2025-10-14T22:26:06.0972081Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:26:06.0972724Z test_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... ok 2025-10-14T22:26:06.0973351Z test_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... ok 2025-10-14T22:26:06.0973926Z test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests.test_valid_authentication_bytes) ... ok 2025-10-14T22:26:06.0974574Z test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... ok 2025-10-14T22:26:06.0975217Z test_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... ok 2025-10-14T22:26:06.0978379Z test_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... ok 2025-10-14T22:26:06.0979674Z test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple) ... ok 2025-10-14T22:26:06.0980584Z test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941) ... skipped 'tzset required' 2025-10-14T22:26:06.0981823Z test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate) ... skipped 'tzset required' 2025-10-14T22:26:06.0982502Z test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value) ... ok 2025-10-14T22:26:06.0983181Z test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result) ... ok 2025-10-14T22:26:06.0983865Z test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... ok 2025-10-14T22:26:06.0984584Z test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... ok 2025-10-14T22:26:06.0985184Z test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags) ... ok 2025-10-14T22:26:06.0985761Z test_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... ok 2025-10-14T22:26:06.0986341Z test_dump_ur (test.test_imaplib.ThreadedNetworkedTests.test_dump_ur) ... ok 2025-10-14T22:26:06.0986930Z test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:26:06.0987615Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:26:06.0988337Z test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:26:06.0989324Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:26:06.0989989Z test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... ok 2025-10-14T22:26:06.0990597Z test_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... ok 2025-10-14T22:26:06.0991193Z test_line_termination (test.test_imaplib.ThreadedNetworkedTests.test_line_termination) ... ok 2025-10-14T22:26:06.0992311Z test_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... ok 2025-10-14T22:26:06.0992960Z test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5) ... ok 2025-10-14T22:26:06.0993623Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:26:06.0994293Z test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_simple_with_statement) ... ok 2025-10-14T22:26:06.0994936Z test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal) ... ok 2025-10-14T22:26:06.0995580Z test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... ok 2025-10-14T22:26:06.0996181Z test_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_with_statement) ... ok 2025-10-14T22:26:06.0996796Z test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests.test_with_statement_logout) ... ok 2025-10-14T22:26:06.0997421Z test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_aborted_authentication) ... ok 2025-10-14T22:26:06.0998045Z test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bad_auth_name) ... ok 2025-10-14T22:26:06.0998643Z test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bracket_flags) ... ok 2025-10-14T22:26:06.0999221Z test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... ok 2025-10-14T22:26:06.0999814Z test_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL.test_dump_ur) ... ok 2025-10-14T22:26:06.1000438Z test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_True_append) ... ok 2025-10-14T22:26:06.1001140Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:26:06.1002039Z test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:26:06.1002745Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:26:06.1003416Z test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_invalid_authentication) ... ok 2025-10-14T22:26:06.1004026Z test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... ok 2025-10-14T22:26:06.1004633Z test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL.test_line_termination) ... ok 2025-10-14T22:26:06.1005324Z test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... ok 2025-10-14T22:26:06.1006033Z test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_login_cram_md5) ... ok 2025-10-14T22:26:06.1006701Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:26:06.1007386Z test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_simple_with_statement) ... ok 2025-10-14T22:26:06.1008000Z test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... ok 2025-10-14T22:26:06.1008710Z test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTestsSSL.test_truncated_large_literal) ... ok 2025-10-14T22:26:06.1009353Z test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... ok 2025-10-14T22:26:06.1009973Z test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement) ... ok 2025-10-14T22:26:06.1010606Z test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... ok 2025-10-14T22:26:06.1011029Z 2025-10-14T22:26:06.1011523Z ---------------------------------------------------------------------- 2025-10-14T22:26:06.1012039Z Ran 110 tests in 24.206s 2025-10-14T22:26:06.1012367Z 2025-10-14T22:26:06.1012780Z OK (skipped=2) 2025-10-14T22:26:06.1013749Z Warning -- files was modified by test_imaplib 2025-10-14T22:26:06.1605978Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:06.1610388Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:06.5866930Z 0:00:27 load avg: 9.06 [ 26/495/5] test_kqueue skipped 2025-10-14T22:26:06.5869291Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6216æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6216æ' 2025-10-14T22:26:06.5870535Z Traceback (most recent call last): 2025-10-14T22:26:06.5871689Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:06.5872525Z os.mkdir(path) 2025-10-14T22:26:06.5873096Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:06.5873840Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6216æ' 2025-10-14T22:26:06.5874416Z Stack (most recent call last): 2025-10-14T22:26:06.5874912Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.5875470Z File "", line 88, in _run_code 2025-10-14T22:26:06.5876112Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.5876682Z main() 2025-10-14T22:26:06.5877232Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.5878068Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.5878848Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.5879521Z return next(self.gen) 2025-10-14T22:26:06.5880060Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:06.5880603Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:06.5881555Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6216æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6216æ' 2025-10-14T22:26:06.5882229Z Traceback (most recent call last): 2025-10-14T22:26:06.5882761Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:06.5883311Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:06.5883900Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:06.5884486Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6216æ' 2025-10-14T22:26:06.5885052Z Stack (most recent call last): 2025-10-14T22:26:06.5885558Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.5886101Z File "", line 88, in _run_code 2025-10-14T22:26:06.5886609Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.5887075Z main() 2025-10-14T22:26:06.5887531Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.5888050Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.5888563Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.5889061Z return next(self.gen) 2025-10-14T22:26:06.5889602Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:06.5890196Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:06.5890799Z Warning -- files was modified by test_kqueue 2025-10-14T22:26:06.5892526Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:06.5895351Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:06.5896956Z test_kqueue skipped -- test works only on BSD 2025-10-14T22:26:06.7629675Z 0:00:28 load avg: 9.06 [ 27/495/6] test_pathlib failed (env changed) 2025-10-14T22:26:06.7634914Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7772æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7772æ' 2025-10-14T22:26:06.7635782Z Traceback (most recent call last): 2025-10-14T22:26:06.7636495Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:06.7637153Z os.mkdir(path) 2025-10-14T22:26:06.7637847Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:06.7638539Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7772æ' 2025-10-14T22:26:06.7639347Z Stack (most recent call last): 2025-10-14T22:26:06.7639861Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.7640364Z File "", line 88, in _run_code 2025-10-14T22:26:06.7640886Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.7641445Z main() 2025-10-14T22:26:06.7642031Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.7642629Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.7643358Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.7644185Z return next(self.gen) 2025-10-14T22:26:06.7645134Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:06.7645800Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:06.7646774Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7772æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7772æ' 2025-10-14T22:26:06.7647479Z Traceback (most recent call last): 2025-10-14T22:26:06.7648014Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:06.7648552Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:06.7649015Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:06.7649547Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7772æ' 2025-10-14T22:26:06.7650175Z Stack (most recent call last): 2025-10-14T22:26:06.7650721Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:06.7651233Z File "", line 88, in _run_code 2025-10-14T22:26:06.7651746Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:06.7652233Z main() 2025-10-14T22:26:06.7652766Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:06.7653455Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:06.7653952Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:06.7654423Z return next(self.gen) 2025-10-14T22:26:06.7654908Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:06.7655483Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:06.7656042Z test_copy_dir (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:26:06.7656770Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7657637Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7658395Z test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:26:06.7659176Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok 2025-10-14T22:26:06.7659900Z test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:26:06.7660610Z test_copy_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file) ... ok 2025-10-14T22:26:06.7661821Z test_copy_file_empty (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:26:06.7662564Z test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_directory) ... ok 2025-10-14T22:26:06.7663556Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:26:06.7664391Z test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:26:06.7665076Z test_copy_into (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into) ... ok 2025-10-14T22:26:06.7665873Z test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:26:06.7666625Z test_copy_dir (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:26:06.7667430Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7668251Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7669561Z test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:26:06.7670762Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' 2025-10-14T22:26:06.7671633Z test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:26:06.7672385Z test_copy_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file) ... ok 2025-10-14T22:26:06.7673021Z test_copy_file_empty (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:26:06.7673769Z test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' 2025-10-14T22:26:06.7674499Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:26:06.7675163Z test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:26:06.7675776Z test_copy_into (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into) ... ok 2025-10-14T22:26:06.7676390Z test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:26:06.7676993Z test_copy_dir (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:26:06.7677640Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7678403Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7679249Z test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:26:06.7680092Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok 2025-10-14T22:26:06.7680910Z test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:26:06.7681718Z test_copy_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file) ... ok 2025-10-14T22:26:06.7682549Z test_copy_file_empty (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:26:06.7683437Z test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_directory) ... ok 2025-10-14T22:26:06.7684392Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:26:06.7685180Z test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:26:06.7685934Z test_copy_into (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into) ... ok 2025-10-14T22:26:06.7686595Z test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:26:06.7687302Z test_copy_dir (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:26:06.7688033Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7688996Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7689836Z test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:26:06.7690633Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' 2025-10-14T22:26:06.7691396Z test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:26:06.7692036Z test_copy_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file) ... ok 2025-10-14T22:26:06.7692646Z test_copy_file_empty (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:26:06.7693304Z test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' 2025-10-14T22:26:06.7693975Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:26:06.7694658Z test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:26:06.7695430Z test_copy_into (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into) ... ok 2025-10-14T22:26:06.7696199Z test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:26:06.7696940Z test_anchor (test.test_pathlib.test_join.LexicalPathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7697635Z test_constructor (test.test_pathlib.test_join.LexicalPathJoinTest.test_constructor) ... ok 2025-10-14T22:26:06.7698243Z test_div (test.test_pathlib.test_join.LexicalPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7698887Z test_full_match (test.test_pathlib.test_join.LexicalPathJoinTest.test_full_match) ... ok 2025-10-14T22:26:06.7699481Z test_is_joinable (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_joinable) ... ok 2025-10-14T22:26:06.7700087Z test_is_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:26:06.7700683Z test_join (test.test_pathlib.test_join.LexicalPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7701274Z test_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7702125Z test_parent (test.test_pathlib.test_join.LexicalPathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7702945Z test_parents (test.test_pathlib.test_join.LexicalPathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7703568Z test_parser (test.test_pathlib.test_join.LexicalPathJoinTest.test_parser) ... ok 2025-10-14T22:26:06.7704329Z test_parts (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7705297Z test_parts_multithreaded (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:26:06.7705962Z test_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_relative_to) ... ok 2025-10-14T22:26:06.7706688Z test_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7707547Z test_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7708201Z test_suffixes (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7708872Z test_with_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7709506Z test_with_segments (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_segments) ... ok 2025-10-14T22:26:06.7710166Z test_with_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7710853Z test_with_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7711566Z test_anchor (test.test_pathlib.test_join.PathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7712143Z test_constructor (test.test_pathlib.test_join.PathJoinTest.test_constructor) ... ok 2025-10-14T22:26:06.7712761Z test_div (test.test_pathlib.test_join.PathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7713440Z test_full_match (test.test_pathlib.test_join.PathJoinTest.test_full_match) ... ok 2025-10-14T22:26:06.7715372Z test_is_joinable (test.test_pathlib.test_join.PathJoinTest.test_is_joinable) ... ok 2025-10-14T22:26:06.7719763Z test_is_relative_to (test.test_pathlib.test_join.PathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:26:06.7720598Z test_join (test.test_pathlib.test_join.PathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7721263Z test_name (test.test_pathlib.test_join.PathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7721918Z test_parent (test.test_pathlib.test_join.PathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7722597Z test_parents (test.test_pathlib.test_join.PathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7723318Z test_parser (test.test_pathlib.test_join.PathJoinTest.test_parser) ... ok 2025-10-14T22:26:06.7724028Z test_parts (test.test_pathlib.test_join.PathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7732780Z test_parts_multithreaded (test.test_pathlib.test_join.PathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:26:06.7733660Z test_relative_to (test.test_pathlib.test_join.PathJoinTest.test_relative_to) ... ok 2025-10-14T22:26:06.7734297Z test_stem (test.test_pathlib.test_join.PathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7734904Z test_suffix (test.test_pathlib.test_join.PathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7735535Z test_suffixes (test.test_pathlib.test_join.PathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7736147Z test_with_name (test.test_pathlib.test_join.PathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7736794Z test_with_segments (test.test_pathlib.test_join.PathJoinTest.test_with_segments) ... ok 2025-10-14T22:26:06.7737448Z test_with_stem (test.test_pathlib.test_join.PathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7738113Z test_with_suffix (test.test_pathlib.test_join.PathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7738818Z test_anchor (test.test_pathlib.test_join.PurePathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7739554Z test_constructor (test.test_pathlib.test_join.PurePathJoinTest.test_constructor) ... ok 2025-10-14T22:26:06.7740191Z test_div (test.test_pathlib.test_join.PurePathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7740838Z test_full_match (test.test_pathlib.test_join.PurePathJoinTest.test_full_match) ... ok 2025-10-14T22:26:06.7741517Z test_is_joinable (test.test_pathlib.test_join.PurePathJoinTest.test_is_joinable) ... ok 2025-10-14T22:26:06.7742170Z test_is_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:26:06.7742772Z test_join (test.test_pathlib.test_join.PurePathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7743329Z test_name (test.test_pathlib.test_join.PurePathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7743978Z test_parent (test.test_pathlib.test_join.PurePathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7744650Z test_parents (test.test_pathlib.test_join.PurePathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7745371Z test_parser (test.test_pathlib.test_join.PurePathJoinTest.test_parser) ... ok 2025-10-14T22:26:06.7746037Z test_parts (test.test_pathlib.test_join.PurePathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7746770Z test_parts_multithreaded (test.test_pathlib.test_join.PurePathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:26:06.7747451Z test_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_relative_to) ... ok 2025-10-14T22:26:06.7748044Z test_stem (test.test_pathlib.test_join.PurePathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7748600Z test_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7749354Z test_suffixes (test.test_pathlib.test_join.PurePathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7750050Z test_with_name (test.test_pathlib.test_join.PurePathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7750723Z test_with_segments (test.test_pathlib.test_join.PurePathJoinTest.test_with_segments) ... ok 2025-10-14T22:26:06.7751367Z test_with_stem (test.test_pathlib.test_join.PurePathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7752020Z test_with_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7752917Z test_div (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7753623Z test_join (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7754298Z test_div (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7754946Z test_join (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7755654Z test_anchor (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7756361Z test_div (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7757000Z test_join (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7757641Z test_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7758275Z test_parent (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7758934Z test_parents (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7759582Z test_parts (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7760206Z test_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7760852Z test_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7761492Z test_suffixes (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7762148Z test_vfspath (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:26:06.7762813Z test_with_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7763467Z test_with_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7764135Z test_with_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7764794Z test_anchor (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7765464Z test_div (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7766084Z test_join (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7766692Z test_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7767316Z test_parent (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7768102Z test_parents (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7768738Z test_parts (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7769353Z test_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7769965Z test_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7770625Z test_suffixes (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7771290Z test_vfspath (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:26:06.7772093Z test_with_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7772748Z test_with_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7773402Z test_with_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7774072Z test_anchor (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:26:06.7774705Z test_div (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_div) ... ok 2025-10-14T22:26:06.7775320Z test_join (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_join) ... ok 2025-10-14T22:26:06.7775923Z test_name (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_name) ... ok 2025-10-14T22:26:06.7776557Z test_parent (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:26:06.7777184Z test_parents (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:26:06.7777787Z test_parts (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:26:06.7778481Z test_stem (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:26:06.7779121Z test_suffix (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:26:06.7779741Z test_suffixes (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:26:06.7780375Z test_vfspath (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:26:06.7781015Z test_with_name (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:26:06.7781643Z test_with_stem (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:26:06.7782305Z test_with_suffix (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:26:06.7782966Z test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok 2025-10-14T22:26:06.7783716Z test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv) ... ok 2025-10-14T22:26:06.7784349Z test_lazy_import (test.test_pathlib.test_pathlib.LazyImportTest.test_lazy_import) ... ok 2025-10-14T22:26:06.7785024Z test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common) ... ok 2025-10-14T22:26:06.7785712Z test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7786440Z test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) ... ok 2025-10-14T22:26:06.7787179Z test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.7787906Z test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.7788602Z test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.7789336Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7790302Z test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7791153Z test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.7791875Z test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes) ... ok 2025-10-14T22:26:06.7792592Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.7793287Z test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod) ... ok 2025-10-14T22:26:06.7794125Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7794979Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:26:06.7795741Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:26:06.7796478Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:26:06.7797142Z test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class) ... ok 2025-10-14T22:26:06.7797790Z test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.7798402Z test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.7799087Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.7799807Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:26:06.7800651Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:26:06.7802145Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:26:06.7803069Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.7804009Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7804962Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:26:06.7805836Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.7806747Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.7807530Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:26:06.7808235Z test_copy_error_handling (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_error_handling) ... ok 2025-10-14T22:26:06.7808917Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:26:06.7809742Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.7810521Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:26:06.7811488Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7812345Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:26:06.7813119Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7813869Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7814969Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.7815812Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.7816542Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:26:06.7817163Z test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd) ... ok 2025-10-14T22:26:06.7817806Z test_delete_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_dir) ... ok 2025-10-14T22:26:06.7818505Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:26:06.7819250Z test_delete_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_file) ... ok 2025-10-14T22:26:06.7819997Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_junction) ... ok 2025-10-14T22:26:06.7820726Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_symlink) ... ok 2025-10-14T22:26:06.7821407Z test_delete_missing (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_missing) ... ok 2025-10-14T22:26:06.7822122Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:26:06.7822887Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_outer_junction) ... ok 2025-10-14T22:26:06.7823645Z test_delete_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_symlink) ... ok 2025-10-14T22:26:06.7824313Z test_delete_unwritable (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_unwritable) ... ok 2025-10-14T22:26:06.7825032Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.7825778Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.7826524Z test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested) ... ok 2025-10-14T22:26:06.7827308Z test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common) ... ok 2025-10-14T22:26:06.7828072Z test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) ... ok 2025-10-14T22:26:06.7828795Z test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path) ... ok 2025-10-14T22:26:06.7829539Z test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common) ... ok 2025-10-14T22:26:06.7830317Z test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7831204Z test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) ... ok 2025-10-14T22:26:06.7831957Z test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences) ... ok 2025-10-14T22:26:06.7832821Z test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.7833574Z test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists) ... ok 2025-10-14T22:26:06.7834283Z test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common) ... ok 2025-10-14T22:26:06.7835114Z test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:26:06.7835975Z test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) ... ok 2025-10-14T22:26:06.7837003Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7837954Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:26:06.7838826Z test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7839531Z test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) ... ok 2025-10-14T22:26:06.7840339Z test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common) ... ok 2025-10-14T22:26:06.7840986Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.7841664Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:26:06.7842377Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive) ... ok 2025-10-14T22:26:06.7843083Z test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot) ... ok 2025-10-14T22:26:06.7843842Z test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot) ... ok 2025-10-14T22:26:06.7844644Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern) ... ok 2025-10-14T22:26:06.7845461Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible) ... ok 2025-10-14T22:26:06.7846143Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink) ... ok 2025-10-14T22:26:06.7846828Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files) ... ok 2025-10-14T22:26:06.7847463Z test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike) ... ok 2025-10-14T22:26:06.7848103Z test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions) ... ok 2025-10-14T22:26:06.7848830Z test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7849675Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.7850517Z test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) ... ok 2025-10-14T22:26:06.7851309Z test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.7852199Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.7853046Z test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) ... ok 2025-10-14T22:26:06.7853865Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:26:06.7854681Z test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to) ... ok 2025-10-14T22:26:06.7855545Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:26:06.7856270Z test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:26:06.7856976Z test_info_exists_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_exists_caching) ... ok 2025-10-14T22:26:06.7857644Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_dir_caching) ... ok 2025-10-14T22:26:06.7858408Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_file_caching) ... ok 2025-10-14T22:26:06.7859195Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:26:06.7860011Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7860793Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.7861482Z test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false) ... ok 2025-10-14T22:26:06.7862166Z test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false) ... ok 2025-10-14T22:26:06.7862942Z test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true) ... ok 2025-10-14T22:26:06.7863744Z test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir) ... ok 2025-10-14T22:26:06.7864633Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:26:06.7865417Z test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false) ... ok 2025-10-14T22:26:06.7866133Z test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:26:06.7866789Z test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file) ... ok 2025-10-14T22:26:06.7867428Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:26:06.7868249Z test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false) ... ok 2025-10-14T22:26:06.7869035Z test_is_junction_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_true) ... ok 2025-10-14T22:26:06.7869830Z test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount) ... ok 2025-10-14T22:26:06.7870637Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.7871429Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.7872089Z test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false) ... ok 2025-10-14T22:26:06.7872851Z test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:26:06.7873527Z test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink) ... ok 2025-10-14T22:26:06.7874258Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink) ... ok 2025-10-14T22:26:06.7875127Z test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested) ... ok 2025-10-14T22:26:06.7875879Z test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat) ... ok 2025-10-14T22:26:06.7876634Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink) ... ok 2025-10-14T22:26:06.7877397Z test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common) ... ok 2025-10-14T22:26:06.7878318Z test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty) ... ok 2025-10-14T22:26:06.7879102Z test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7879930Z test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) ... ok 2025-10-14T22:26:06.7880735Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:26:06.7881673Z test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir) ... ok 2025-10-14T22:26:06.7882476Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:26:06.7883347Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:26:06.7884093Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:26:06.7884880Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:26:06.7885680Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:26:06.7886487Z test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ... ok 2025-10-14T22:26:06.7887409Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:26:06.7888264Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:26:06.7889050Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink) ... ok 2025-10-14T22:26:06.7889911Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:26:06.7890711Z test_move_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir) ... ok 2025-10-14T22:26:06.7891489Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself) ... ok 2025-10-14T22:26:06.7892295Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:26:06.7893121Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_other_fs) ... ok 2025-10-14T22:26:06.7893888Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink) ... ok 2025-10-14T22:26:06.7894668Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:26:06.7895498Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:26:06.7896373Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.7897214Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir) ... ok 2025-10-14T22:26:06.7897957Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:26:06.7898646Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_itself) ... ok 2025-10-14T22:26:06.7899334Z test_move_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file) ... ok 2025-10-14T22:26:06.7899993Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_other_fs) ... ok 2025-10-14T22:26:06.7900759Z test_move_file_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink) ... ok 2025-10-14T22:26:06.7901724Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:26:06.7902505Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:26:06.7903325Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.7904095Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir) ... ok 2025-10-14T22:26:06.7904767Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:26:06.7905602Z test_move_file_to_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file) ... ok 2025-10-14T22:26:06.7906372Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:26:06.7907091Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_itself) ... ok 2025-10-14T22:26:06.7907745Z test_move_into (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into) ... ok 2025-10-14T22:26:06.7908394Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name) ... ok 2025-10-14T22:26:06.7909093Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:26:06.7909779Z test_move_into_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_other_os) ... ok 2025-10-14T22:26:06.7910508Z test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty) ... ok 2025-10-14T22:26:06.7911171Z test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common) ... ok 2025-10-14T22:26:06.7911902Z test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7912692Z test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered) ... ok 2025-10-14T22:26:06.7913469Z test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common) ... ok 2025-10-14T22:26:06.7914264Z test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.7915040Z test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.7915837Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.7916628Z test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) ... ok 2025-10-14T22:26:06.7917272Z test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.7917976Z test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7918682Z test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.7919392Z test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7920101Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:26:06.7920837Z test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common) ... ok 2025-10-14T22:26:06.7921542Z test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink) ... ok 2025-10-14T22:26:06.7922301Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:26:06.7923852Z test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.7924626Z test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.7925347Z test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename) ... ok 2025-10-14T22:26:06.7926023Z test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace) ... ok 2025-10-14T22:26:06.7926674Z test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common) ... ok 2025-10-14T22:26:06.7927883Z test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common) ... ok 2025-10-14T22:26:06.7928650Z test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot) ... ok 2025-10-14T22:26:06.7929382Z test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7930180Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:26:06.7931021Z test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7931803Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike) ... ok 2025-10-14T22:26:06.7932501Z test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7933226Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.7934083Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:26:06.7934864Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:26:06.7935568Z test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) ... ok 2025-10-14T22:26:06.7936187Z test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir) ... ok 2025-10-14T22:26:06.7936807Z test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common) ... ok 2025-10-14T22:26:06.7937470Z test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7938145Z test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) ... ok 2025-10-14T22:26:06.7938839Z test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile) ... ok 2025-10-14T22:26:06.7939522Z test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat) ... ok 2025-10-14T22:26:06.7940210Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:26:06.7940969Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:26:06.7941818Z test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty) ... ok 2025-10-14T22:26:06.7942508Z test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common) ... ok 2025-10-14T22:26:06.7943186Z test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.7943847Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.7944559Z test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) ... ok 2025-10-14T22:26:06.7945164Z test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to) ... ok 2025-10-14T22:26:06.7946071Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:26:06.7946868Z test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common) ... ok 2025-10-14T22:26:06.7947592Z test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7948348Z test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange) ... ok 2025-10-14T22:26:06.7949013Z test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink) ... ok 2025-10-14T22:26:06.7949859Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok) ... ok 2025-10-14T22:26:06.7950655Z test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:26:06.7951467Z test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.7952301Z test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.7953042Z test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments) ... ok 2025-10-14T22:26:06.7953836Z test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.7954589Z test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.7955455Z test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common) ... ok 2025-10-14T22:26:06.7956258Z test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7957710Z test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) ... ok 2025-10-14T22:26:06.7958669Z test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.7959415Z test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.7960120Z test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.7960913Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7961809Z test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7962634Z test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.7963367Z test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes) ... ok 2025-10-14T22:26:06.7964095Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.7964830Z test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod) ... ok 2025-10-14T22:26:06.7965619Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.7966496Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:26:06.7967295Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:26:06.7968042Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:26:06.7968786Z test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class) ... ok 2025-10-14T22:26:06.7969550Z test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.7970447Z test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.7971332Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.7972139Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:26:06.7973052Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:26:06.7973962Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:26:06.7975018Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.7975949Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7976815Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:26:06.7977666Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.7978491Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.7979362Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:26:06.7980214Z test_copy_error_handling (test.test_pathlib.test_pathlib.PathTest.test_copy_error_handling) ... ok 2025-10-14T22:26:06.7981022Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:26:06.7981912Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.7982840Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:26:06.7983770Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7984694Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:26:06.7985612Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.7986485Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:26:06.7987409Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.7988272Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.7989097Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:26:06.7989854Z test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd) ... ok 2025-10-14T22:26:06.7990584Z test_delete_dir (test.test_pathlib.test_pathlib.PathTest.test_delete_dir) ... ok 2025-10-14T22:26:06.7991372Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:26:06.7992048Z test_delete_file (test.test_pathlib.test_pathlib.PathTest.test_delete_file) ... ok 2025-10-14T22:26:06.7992761Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_junction) ... ok 2025-10-14T22:26:06.7993651Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_symlink) ... ok 2025-10-14T22:26:06.7994411Z test_delete_missing (test.test_pathlib.test_pathlib.PathTest.test_delete_missing) ... ok 2025-10-14T22:26:06.7995183Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:26:06.7995980Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_outer_junction) ... ok 2025-10-14T22:26:06.7996870Z test_delete_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_symlink) ... ok 2025-10-14T22:26:06.7997704Z test_delete_unwritable (test.test_pathlib.test_pathlib.PathTest.test_delete_unwritable) ... ok 2025-10-14T22:26:06.7998449Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.7999215Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.8000076Z test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested) ... ok 2025-10-14T22:26:06.8000808Z test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common) ... ok 2025-10-14T22:26:06.8001573Z test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) ... ok 2025-10-14T22:26:06.8002292Z test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path) ... ok 2025-10-14T22:26:06.8003006Z test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common) ... ok 2025-10-14T22:26:06.8003806Z test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8004598Z test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) ... ok 2025-10-14T22:26:06.8005353Z test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences) ... ok 2025-10-14T22:26:06.8006136Z test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.8006906Z test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists) ... ok 2025-10-14T22:26:06.8007647Z test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common) ... ok 2025-10-14T22:26:06.8008462Z test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:26:06.8009171Z test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) ... ok 2025-10-14T22:26:06.8009907Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8010645Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:26:06.8011351Z test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8012029Z test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) ... ok 2025-10-14T22:26:06.8012698Z test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common) ... ok 2025-10-14T22:26:06.8013386Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.8014030Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:26:06.8014659Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive) ... ok 2025-10-14T22:26:06.8015256Z test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot) ... ok 2025-10-14T22:26:06.8015818Z test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot) ... ok 2025-10-14T22:26:06.8016533Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern) ... ok 2025-10-14T22:26:06.8017145Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible) ... ok 2025-10-14T22:26:06.8017748Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink) ... ok 2025-10-14T22:26:06.8018440Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files) ... ok 2025-10-14T22:26:06.8019189Z test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike) ... ok 2025-10-14T22:26:06.8020084Z test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions) ... ok 2025-10-14T22:26:06.8020898Z test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8021763Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.8022571Z test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) ... ok 2025-10-14T22:26:06.8023363Z test_group (test.test_pathlib.test_pathlib.PathTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.8024237Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.8025054Z test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) ... ok 2025-10-14T22:26:06.8025865Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:26:06.8026719Z test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to) ... ok 2025-10-14T22:26:06.8027623Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:26:06.8028455Z test_home (test.test_pathlib.test_pathlib.PathTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:26:06.8029241Z test_info_exists_caching (test.test_pathlib.test_pathlib.PathTest.test_info_exists_caching) ... ok 2025-10-14T22:26:06.8030028Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_dir_caching) ... ok 2025-10-14T22:26:06.8030840Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_file_caching) ... ok 2025-10-14T22:26:06.8031616Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:26:06.8032456Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8033293Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.8034077Z test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false) ... ok 2025-10-14T22:26:06.8034849Z test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false) ... ok 2025-10-14T22:26:06.8035510Z test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true) ... ok 2025-10-14T22:26:06.8036115Z test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir) ... ok 2025-10-14T22:26:06.8036760Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:26:06.8037416Z test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false) ... ok 2025-10-14T22:26:06.8038071Z test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:26:06.8038714Z test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file) ... ok 2025-10-14T22:26:06.8039511Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:26:06.8040297Z test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false) ... ok 2025-10-14T22:26:06.8041144Z test_is_junction_true (test.test_pathlib.test_pathlib.PathTest.test_is_junction_true) ... ok 2025-10-14T22:26:06.8041871Z test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount) ... ok 2025-10-14T22:26:06.8042618Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.8043411Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.8044355Z test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false) ... ok 2025-10-14T22:26:06.8045136Z test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:26:06.8045889Z test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink) ... ok 2025-10-14T22:26:06.8046500Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink) ... ok 2025-10-14T22:26:06.8047115Z test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested) ... ok 2025-10-14T22:26:06.8047688Z test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat) ... ok 2025-10-14T22:26:06.8048256Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink) ... ok 2025-10-14T22:26:06.8048840Z test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common) ... ok 2025-10-14T22:26:06.8049432Z test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty) ... ok 2025-10-14T22:26:06.8050081Z test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8050829Z test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) ... ok 2025-10-14T22:26:06.8051618Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:26:06.8052385Z test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir) ... ok 2025-10-14T22:26:06.8053133Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:26:06.8053953Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:26:06.8054812Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:26:06.8055639Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:26:06.8056413Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:26:06.8057065Z test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ... ok 2025-10-14T22:26:06.8057697Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:26:06.8058347Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:26:06.8059002Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink) ... ok 2025-10-14T22:26:06.8059780Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:26:06.8060558Z test_move_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir) ... ok 2025-10-14T22:26:06.8061349Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself) ... ok 2025-10-14T22:26:06.8062153Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:26:06.8063116Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_other_fs) ... ok 2025-10-14T22:26:06.8063967Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink) ... ok 2025-10-14T22:26:06.8064740Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:26:06.8065543Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:26:06.8066352Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.8067186Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir) ... ok 2025-10-14T22:26:06.8067824Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:26:06.8068554Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_itself) ... ok 2025-10-14T22:26:06.8069178Z test_move_file (test.test_pathlib.test_pathlib.PathTest.test_move_file) ... ok 2025-10-14T22:26:06.8069800Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_other_fs) ... ok 2025-10-14T22:26:06.8070529Z test_move_file_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink) ... ok 2025-10-14T22:26:06.8071173Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:26:06.8071921Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:26:06.8072751Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.8073452Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir) ... ok 2025-10-14T22:26:06.8074163Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:26:06.8074955Z test_move_file_to_file (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file) ... ok 2025-10-14T22:26:06.8075736Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:26:06.8076511Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_itself) ... ok 2025-10-14T22:26:06.8077259Z test_move_into (test.test_pathlib.test_pathlib.PathTest.test_move_into) ... ok 2025-10-14T22:26:06.8078016Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name) ... ok 2025-10-14T22:26:06.8078957Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:26:06.8079790Z test_move_into_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_other_os) ... ok 2025-10-14T22:26:06.8080547Z test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty) ... ok 2025-10-14T22:26:06.8081267Z test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common) ... ok 2025-10-14T22:26:06.8082038Z test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8082918Z test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered) ... ok 2025-10-14T22:26:06.8083685Z test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common) ... ok 2025-10-14T22:26:06.8084463Z test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.8085273Z test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.8086069Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.8086882Z test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) ... ok 2025-10-14T22:26:06.8087601Z test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.8088254Z test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8088930Z test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.8089634Z test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8090573Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:26:06.8091288Z test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common) ... ok 2025-10-14T22:26:06.8091985Z test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink) ... ok 2025-10-14T22:26:06.8092755Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:26:06.8093576Z test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.8094341Z test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.8095098Z test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename) ... ok 2025-10-14T22:26:06.8095951Z test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace) ... ok 2025-10-14T22:26:06.8096789Z test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common) ... ok 2025-10-14T22:26:06.8097558Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips) ... ok 2025-10-14T22:26:06.8098245Z test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common) ... ok 2025-10-14T22:26:06.8098922Z test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot) ... ok 2025-10-14T22:26:06.8099667Z test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8100479Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:26:06.8101266Z test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8101987Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike) ... ok 2025-10-14T22:26:06.8102714Z test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8103457Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.8104179Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:26:06.8104897Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:26:06.8105618Z test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) ... ok 2025-10-14T22:26:06.8106292Z test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir) ... ok 2025-10-14T22:26:06.8106951Z test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common) ... ok 2025-10-14T22:26:06.8107675Z test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8108353Z test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) ... ok 2025-10-14T22:26:06.8108980Z test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile) ... ok 2025-10-14T22:26:06.8109783Z test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat) ... ok 2025-10-14T22:26:06.8110548Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:26:06.8111355Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:26:06.8112124Z test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty) ... ok 2025-10-14T22:26:06.8112784Z test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common) ... ok 2025-10-14T22:26:06.8113401Z test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.8114487Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.8115109Z test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) ... ok 2025-10-14T22:26:06.8115795Z test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to) ... ok 2025-10-14T22:26:06.8116594Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:26:06.8117389Z test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common) ... ok 2025-10-14T22:26:06.8118169Z test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8118961Z test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange) ... ok 2025-10-14T22:26:06.8119707Z test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink) ... ok 2025-10-14T22:26:06.8120463Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok) ... ok 2025-10-14T22:26:06.8121281Z test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:26:06.8122092Z test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.8122865Z test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.8123607Z test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments) ... ok 2025-10-14T22:26:06.8124341Z test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.8125209Z test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.8125998Z test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_above_recursion_limit) ... ok 2025-10-14T22:26:06.8126792Z test_walk_bad_dir (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_bad_dir) ... ok 2025-10-14T22:26:06.8127530Z test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_follow_symlinks) ... ok 2025-10-14T22:26:06.8128211Z test_walk_many_open_files (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_many_open_files) ... ok 2025-10-14T22:26:06.8128880Z test_walk_symlink_location (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_symlink_location) ... ok 2025-10-14T22:26:06.8129570Z test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8130310Z test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8131077Z test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8131829Z test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8132558Z test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8133416Z test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8134236Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8135005Z test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8135818Z test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8136791Z test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8137705Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8138540Z test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8139380Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8140287Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8141175Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8142087Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8142986Z test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8143809Z test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8144644Z test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8145477Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8146428Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dangling_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8147309Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_no_read_permission) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8148188Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8149117Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8150046Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8151107Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_into_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8152225Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8153447Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8154442Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8155380Z test_copy_error_handling (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_error_handling) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8156445Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8157429Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8158436Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8159362Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8160221Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_link_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8161032Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8161867Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8162817Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_directory_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8163810Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8164854Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8165739Z test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8166584Z test_delete_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8167547Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_does_not_choke_on_failing_lstat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8168434Z test_delete_file (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8169290Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_junction) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8170115Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8170894Z test_delete_missing (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_missing) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8171816Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_on_named_pipe) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8172680Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_outer_junction) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8173573Z test_delete_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8174453Z test_delete_unwritable (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_unwritable) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8175486Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8176471Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8177392Z test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8178316Z test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8179045Z test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8179744Z test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8180492Z test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8181185Z test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8181905Z test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8182622Z test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8183433Z test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8184226Z test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8184989Z test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8185779Z test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8186592Z test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8187513Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8188441Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8189358Z test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8190339Z test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8191207Z test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8192237Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_case_sensitive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8193183Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8194055Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8195084Z test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8195919Z test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8196792Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8197672Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8198563Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8199499Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8200418Z test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8201226Z test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8202061Z test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8202822Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8203578Z test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8204344Z test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8205106Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8205854Z test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8206596Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8207346Z test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8208079Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8208807Z test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8209521Z test_info_exists_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_exists_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8210268Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_dir_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8211221Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_file_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8212125Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_symlink_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8213036Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8213906Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8215225Z test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8216620Z test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8217598Z test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8218440Z test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8219272Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8220119Z test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8220925Z test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8221711Z test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8222493Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8223312Z test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8224098Z test_is_junction_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8224897Z test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8225741Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8226648Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8227440Z test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8228191Z test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8229015Z test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8229767Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8230615Z test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8231595Z test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8232451Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8233309Z test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8234159Z test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8235148Z test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8236021Z test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8236945Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_writablepath_docstrings) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8237793Z test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8238631Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8239517Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8240391Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8241337Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8242267Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8243135Z test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8244106Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8245027Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8245974Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8246900Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8247826Z test_move_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8248680Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8249502Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8250380Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8251127Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8252014Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8252800Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8253592Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8254384Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8255241Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8255998Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8256813Z test_move_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8257522Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8258274Z test_move_file_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8259022Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8259822Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8260629Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8261552Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8262466Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8263411Z test_move_file_to_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8264337Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8265259Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8266174Z test_move_into (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8267024Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8267811Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name_other_os) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8268608Z test_move_into_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_other_os) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8269428Z test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8272924Z test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8274225Z test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8275201Z test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8276116Z test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8277409Z test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8278148Z test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8279007Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8279855Z test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8280618Z test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8281372Z test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8282175Z test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8282943Z test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8283715Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_errors) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8284474Z test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8285298Z test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8286055Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8286823Z test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8287673Z test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8288422Z test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8289121Z test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8289861Z test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8290605Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8291339Z test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8292051Z test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8292898Z test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8293694Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8294472Z test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8295203Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8296073Z test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8296857Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8297784Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8298599Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8299421Z test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8300164Z test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8300952Z test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8301752Z test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8302592Z test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8303396Z test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8304149Z test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8304975Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8305964Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8306942Z test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8307868Z test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8308796Z test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8309806Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8310799Z test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8311668Z test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8312438Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8313369Z test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8314112Z test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8314857Z test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8315710Z test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8316546Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8317319Z test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8318095Z test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8318860Z test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8319622Z test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8320362Z test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8321143Z test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:26:06.8321978Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.8322769Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.8363757Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.8364831Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8434170Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8438808Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.8441580Z test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes) ... ok 2025-10-14T22:26:06.8442421Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.8443132Z test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class) ... ok 2025-10-14T22:26:06.8468449Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.8469396Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.8470268Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.8471125Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.8472010Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.8472831Z test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested) ... ok 2025-10-14T22:26:06.8473762Z test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common) ... ok 2025-10-14T22:26:06.8474496Z test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) ... ok 2025-10-14T22:26:06.8475229Z test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path) ... ok 2025-10-14T22:26:06.8475978Z test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common) ... ok 2025-10-14T22:26:06.8476785Z test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8477792Z test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) ... ok 2025-10-14T22:26:06.8478562Z test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences) ... ok 2025-10-14T22:26:06.8479337Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.8480140Z test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common) ... ok 2025-10-14T22:26:06.8481039Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.8481989Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8482910Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.8483794Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.8484703Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.8485578Z test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested) ... ok 2025-10-14T22:26:06.8486420Z test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common) ... ok 2025-10-14T22:26:06.8487285Z test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty) ... ok 2025-10-14T22:26:06.8488068Z test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8488852Z test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) ... ok 2025-10-14T22:26:06.8489540Z test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty) ... ok 2025-10-14T22:26:06.8490244Z test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common) ... ok 2025-10-14T22:26:06.8490928Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.8491715Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.8492533Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8493482Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.8494397Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8495291Z test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common) ... ok 2025-10-14T22:26:06.8496157Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.8497068Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.8498067Z test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common) ... ok 2025-10-14T22:26:06.8498870Z test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common) ... ok 2025-10-14T22:26:06.8499616Z test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8500366Z test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) ... ok 2025-10-14T22:26:06.8501035Z test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty) ... ok 2025-10-14T22:26:06.8501828Z test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common) ... ok 2025-10-14T22:26:06.8502528Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.8503256Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.8504121Z test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) ... ok 2025-10-14T22:26:06.8504960Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.8505810Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.8506671Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.8507647Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.8508658Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.8509447Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.8510169Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.8511008Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8511862Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8512612Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.8513274Z test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes) ... ok 2025-10-14T22:26:06.8514014Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.8514732Z test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class) ... ok 2025-10-14T22:26:06.8515446Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.8516161Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.8516936Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.8517751Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.8518559Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.8519324Z test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested) ... ok 2025-10-14T22:26:06.8520080Z test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common) ... ok 2025-10-14T22:26:06.8520827Z test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) ... ok 2025-10-14T22:26:06.8521669Z test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path) ... ok 2025-10-14T22:26:06.8522550Z test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common) ... ok 2025-10-14T22:26:06.8523379Z test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8524225Z test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) ... ok 2025-10-14T22:26:06.8525031Z test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences) ... ok 2025-10-14T22:26:06.8525869Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.8526877Z test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common) ... ok 2025-10-14T22:26:06.8527751Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.8528667Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8529596Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.8530450Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.8531292Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.8532150Z test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested) ... ok 2025-10-14T22:26:06.8532960Z test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common) ... ok 2025-10-14T22:26:06.8533815Z test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty) ... ok 2025-10-14T22:26:06.8534627Z test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8535431Z test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) ... ok 2025-10-14T22:26:06.8536268Z test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty) ... ok 2025-10-14T22:26:06.8537071Z test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common) ... ok 2025-10-14T22:26:06.8537985Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.8538832Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.8539784Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8540690Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.8541488Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8542250Z test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common) ... ok 2025-10-14T22:26:06.8543048Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.8543955Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.8544785Z test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common) ... ok 2025-10-14T22:26:06.8545604Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips) ... ok 2025-10-14T22:26:06.8546452Z test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common) ... ok 2025-10-14T22:26:06.8547353Z test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8548212Z test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) ... ok 2025-10-14T22:26:06.8549032Z test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty) ... ok 2025-10-14T22:26:06.8549706Z test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common) ... ok 2025-10-14T22:26:06.8550404Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.8551074Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.8551776Z test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) ... ok 2025-10-14T22:26:06.8552683Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.8553546Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.8554322Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.8555117Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.8555900Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.8556721Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.8557475Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.8558199Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii) ... ok 2025-10-14T22:26:06.8558926Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix) ... ok 2025-10-14T22:26:06.8559669Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8560414Z test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes) ... ok 2025-10-14T22:26:06.8561126Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.8561864Z test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class) ... ok 2025-10-14T22:26:06.8562563Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.8563292Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.8564098Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8564871Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.8565663Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.8566381Z test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested) ... ok 2025-10-14T22:26:06.8567195Z test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common) ... ok 2025-10-14T22:26:06.8567920Z test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8568662Z test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path) ... ok 2025-10-14T22:26:06.8569343Z test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common) ... ok 2025-10-14T22:26:06.8570020Z test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix) ... ok 2025-10-14T22:26:06.8570709Z test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8571413Z test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences) ... ok 2025-10-14T22:26:06.8572302Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8573081Z test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common) ... ok 2025-10-14T22:26:06.8573863Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.8574614Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix) ... ok 2025-10-14T22:26:06.8575515Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8576319Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.8577084Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8577805Z test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested) ... ok 2025-10-14T22:26:06.8578495Z test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common) ... ok 2025-10-14T22:26:06.8579174Z test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty) ... ok 2025-10-14T22:26:06.8579922Z test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix) ... ok 2025-10-14T22:26:06.8580690Z test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8581468Z test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty) ... ok 2025-10-14T22:26:06.8582170Z test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common) ... ok 2025-10-14T22:26:06.8583998Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8584824Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.8585524Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix) ... ok 2025-10-14T22:26:06.8586233Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8587010Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path) ... ok 2025-10-14T22:26:06.8587803Z test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common) ... ok 2025-10-14T22:26:06.8588548Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.8589326Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8590101Z test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common) ... ok 2025-10-14T22:26:06.8590780Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:26:06.8591444Z test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common) ... ok 2025-10-14T22:26:06.8592128Z test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix) ... ok 2025-10-14T22:26:06.8592916Z test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8593713Z test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty) ... ok 2025-10-14T22:26:06.8594646Z test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common) ... ok 2025-10-14T22:26:06.8595365Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.8596185Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8597019Z test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8597799Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.8598711Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8599493Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.8600276Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:26:06.8601067Z test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.8601763Z test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.8602544Z test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.8603314Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8604160Z test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8604946Z test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.8605622Z test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes) ... ok 2025-10-14T22:26:06.8606289Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.8606974Z test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class) ... ok 2025-10-14T22:26:06.8607753Z test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.8608586Z test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.8609366Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.8610145Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.8610945Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.8611704Z test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested) ... ok 2025-10-14T22:26:06.8612397Z test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common) ... ok 2025-10-14T22:26:06.8613096Z test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows) ... ok 2025-10-14T22:26:06.8613783Z test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path) ... ok 2025-10-14T22:26:06.8614433Z test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common) ... ok 2025-10-14T22:26:06.8615126Z test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8615843Z test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows) ... ok 2025-10-14T22:26:06.8616666Z test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences) ... ok 2025-10-14T22:26:06.8617366Z test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.8618092Z test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common) ... ok 2025-10-14T22:26:06.8618810Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.8619564Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8620638Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.8621662Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.8622431Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.8623166Z test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested) ... ok 2025-10-14T22:26:06.8623879Z test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common) ... ok 2025-10-14T22:26:06.8624579Z test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty) ... ok 2025-10-14T22:26:06.8625308Z test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8626014Z test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows) ... ok 2025-10-14T22:26:06.8626662Z test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty) ... ok 2025-10-14T22:26:06.8627362Z test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common) ... ok 2025-10-14T22:26:06.8628079Z test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.8628800Z test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.8629574Z test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8630389Z test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.8631180Z test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8632014Z test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common) ... ok 2025-10-14T22:26:06.8632756Z test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.8633520Z test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.8634265Z test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common) ... ok 2025-10-14T22:26:06.8635042Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:26:06.8635775Z test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common) ... ok 2025-10-14T22:26:06.8636493Z test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8637229Z test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows) ... ok 2025-10-14T22:26:06.8637918Z test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty) ... ok 2025-10-14T22:26:06.8638744Z test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common) ... ok 2025-10-14T22:26:06.8639444Z test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.8640183Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.8640896Z test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows) ... ok 2025-10-14T22:26:06.8641576Z test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.8642295Z test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.8643161Z test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.8643905Z test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.8644630Z test_is_notimplemented (test.test_pathlib.test_pathlib.UnsupportedOperationTest.test_is_notimplemented) ... ok 2025-10-14T22:26:06.8645339Z test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) ... ok 2025-10-14T22:26:06.8646043Z test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8646790Z test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) ... ok 2025-10-14T22:26:06.8647472Z test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) ... ok 2025-10-14T22:26:06.8648258Z test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) ... ok 2025-10-14T22:26:06.8648955Z test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) ... ok 2025-10-14T22:26:06.8649698Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8650545Z test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8651316Z test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) ... ok 2025-10-14T22:26:06.8652014Z test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) ... ok 2025-10-14T22:26:06.8652715Z test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:26:06.8653406Z test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) ... ok 2025-10-14T22:26:06.8654151Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.8654932Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:26:06.8655702Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:26:06.8656470Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:26:06.8657206Z test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) ... ok 2025-10-14T22:26:06.8657928Z test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) ... ok 2025-10-14T22:26:06.8658684Z test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) ... ok 2025-10-14T22:26:06.8659450Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:26:06.8660249Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:26:06.8661208Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:26:06.8662098Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:26:06.8662939Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.8663821Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.8664777Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:26:06.8665665Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.8666595Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.8667450Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:26:06.8668213Z test_copy_error_handling (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_error_handling) ... ok 2025-10-14T22:26:06.8669089Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:26:06.8669925Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:26:06.8670760Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:26:06.8671578Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.8672410Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:26:06.8673193Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:26:06.8673997Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:26:06.8674913Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:26:06.8675753Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:26:06.8676476Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:26:06.8677158Z test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) ... ok 2025-10-14T22:26:06.8677812Z test_delete_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_dir) ... ok 2025-10-14T22:26:06.8678565Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:26:06.8679347Z test_delete_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_file) ... ok 2025-10-14T22:26:06.8680021Z test_delete_inner_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_junction) ... ok 2025-10-14T22:26:06.8680787Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_symlink) ... ok 2025-10-14T22:26:06.8681644Z test_delete_missing (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_missing) ... ok 2025-10-14T22:26:06.8682406Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:26:06.8683182Z test_delete_outer_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_outer_junction) ... ok 2025-10-14T22:26:06.8684008Z test_delete_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_symlink) ... ok 2025-10-14T22:26:06.8684790Z test_delete_unwritable (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_unwritable) ... ok 2025-10-14T22:26:06.8685689Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:26:06.8686530Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:26:06.9405758Z test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) ... ok 2025-10-14T22:26:06.9408888Z test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) ... ok 2025-10-14T22:26:06.9410317Z test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) ... ok 2025-10-14T22:26:06.9454939Z test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) ... ok 2025-10-14T22:26:06.9464888Z test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) ... ok 2025-10-14T22:26:06.9481672Z test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9533544Z test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) ... ok 2025-10-14T22:26:06.9552706Z test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) ... ok 2025-10-14T22:26:06.9553934Z test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) ... ok 2025-10-14T22:26:06.9554758Z test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) ... ok 2025-10-14T22:26:06.9555535Z test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) ... ok 2025-10-14T22:26:06.9769322Z test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:26:06.9780690Z test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) ... ok 2025-10-14T22:26:06.9785177Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9786843Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:26:06.9788758Z test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9795348Z test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) ... ok 2025-10-14T22:26:06.9796197Z test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) ... ok 2025-10-14T22:26:06.9796908Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:26:06.9797791Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:26:06.9798630Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) ... ok 2025-10-14T22:26:06.9799347Z test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) ... ok 2025-10-14T22:26:06.9800069Z test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) ... ok 2025-10-14T22:26:06.9801039Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) ... ok 2025-10-14T22:26:06.9801768Z test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) ... ok 2025-10-14T22:26:06.9802494Z test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... ok 2025-10-14T22:26:06.9803160Z test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... ok 2025-10-14T22:26:06.9803813Z test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) ... ok 2025-10-14T22:26:06.9804638Z test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) ... ok 2025-10-14T22:26:06.9805433Z test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9806290Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.9807064Z test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) ... ok 2025-10-14T22:26:06.9807832Z test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.9808708Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:26:06.9809551Z test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) ... ok 2025-10-14T22:26:06.9810398Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:26:06.9811387Z test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) ... ok 2025-10-14T22:26:06.9812362Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:26:06.9813251Z test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:26:06.9814120Z test_info_exists_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_exists_caching) ... ok 2025-10-14T22:26:06.9814930Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_dir_caching) ... ok 2025-10-14T22:26:06.9815755Z test_info_is_file_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_file_caching) ... ok 2025-10-14T22:26:06.9816584Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:26:06.9817527Z test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9818499Z test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) ... ok 2025-10-14T22:26:06.9819257Z test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) ... ok 2025-10-14T22:26:06.9820068Z test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) ... ok 2025-10-14T22:26:06.9820872Z test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) ... ok 2025-10-14T22:26:06.9821655Z test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) ... ok 2025-10-14T22:26:06.9822449Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:26:06.9823263Z test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) ... ok 2025-10-14T22:26:06.9824217Z test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:26:06.9825007Z test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) ... ok 2025-10-14T22:26:06.9825798Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:26:06.9826604Z test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) ... ok 2025-10-14T22:26:06.9827430Z test_is_junction_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_true) ... ok 2025-10-14T22:26:06.9828285Z test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) ... ok 2025-10-14T22:26:06.9829071Z test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:26:06.9829895Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:26:06.9830716Z test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) ... ok 2025-10-14T22:26:06.9831528Z test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:26:06.9832656Z test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) ... ok 2025-10-14T22:26:06.9838374Z test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... ok 2025-10-14T22:26:06.9839576Z test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) ... ok 2025-10-14T22:26:06.9840389Z test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) ... ok 2025-10-14T22:26:06.9841159Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... ok 2025-10-14T22:26:06.9841946Z test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) ... ok 2025-10-14T22:26:06.9842749Z test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) ... ok 2025-10-14T22:26:06.9843584Z test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9844440Z test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) ... ok 2025-10-14T22:26:06.9845282Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:26:06.9846782Z test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) ... ok 2025-10-14T22:26:06.9847595Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:26:06.9848527Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:26:06.9849385Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:26:06.9850232Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:26:06.9851104Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:26:06.9851794Z test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) ... ok 2025-10-14T22:26:06.9852508Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:26:06.9853317Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:26:06.9854089Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink) ... ok 2025-10-14T22:26:06.9854877Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:26:06.9855797Z test_move_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir) ... ok 2025-10-14T22:26:06.9856526Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself) ... ok 2025-10-14T22:26:06.9857299Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:26:06.9858077Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_other_fs) ... ok 2025-10-14T22:26:06.9858815Z test_move_dir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink) ... ok 2025-10-14T22:26:06.9859764Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:26:06.9860607Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:26:06.9861491Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.9862317Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir) ... ok 2025-10-14T22:26:06.9863214Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:26:06.9864066Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_itself) ... ok 2025-10-14T22:26:06.9864878Z test_move_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file) ... ok 2025-10-14T22:26:06.9865692Z test_move_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_other_fs) ... ok 2025-10-14T22:26:06.9866502Z test_move_file_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink) ... ok 2025-10-14T22:26:06.9867333Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:26:06.9868179Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:26:06.9868935Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:26:06.9869665Z test_move_file_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir) ... ok 2025-10-14T22:26:06.9870371Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:26:06.9871064Z test_move_file_to_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file) ... ok 2025-10-14T22:26:06.9871781Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:26:06.9872499Z test_move_file_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_itself) ... ok 2025-10-14T22:26:06.9873195Z test_move_into (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into) ... ok 2025-10-14T22:26:06.9873859Z test_move_into_empty_name (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name) ... ok 2025-10-14T22:26:06.9874551Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:26:06.9875282Z test_move_into_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_other_os) ... ok 2025-10-14T22:26:06.9875921Z test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) ... ok 2025-10-14T22:26:06.9876623Z test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) ... ok 2025-10-14T22:26:06.9877278Z test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9878878Z test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) ... ok 2025-10-14T22:26:06.9879683Z test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) ... ok 2025-10-14T22:26:06.9880483Z test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) ... ok 2025-10-14T22:26:06.9881302Z test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.9882231Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:26:06.9883624Z test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) ... ok 2025-10-14T22:26:06.9884425Z test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) ... ok 2025-10-14T22:26:06.9885221Z test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9886103Z test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) ... ok 2025-10-14T22:26:06.9886970Z test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9887916Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:26:06.9888699Z test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) ... ok 2025-10-14T22:26:06.9889500Z test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) ... ok 2025-10-14T22:26:06.9890307Z test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:26:06.9891183Z test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) ... ok 2025-10-14T22:26:06.9892069Z test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) ... ok 2025-10-14T22:26:06.9892868Z test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) ... ok 2025-10-14T22:26:06.9893601Z test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) ... ok 2025-10-14T22:26:06.9894336Z test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) ... ok 2025-10-14T22:26:06.9895061Z test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:26:06.9895719Z test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) ... ok 2025-10-14T22:26:06.9896369Z test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) ... ok 2025-10-14T22:26:06.9897062Z test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9897820Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:26:06.9898560Z test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9899377Z test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) ... ok 2025-10-14T22:26:06.9900196Z test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9901066Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:26:06.9901924Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:26:06.9902901Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:26:06.9903700Z test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) ... ok 2025-10-14T22:26:06.9904454Z test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) ... ok 2025-10-14T22:26:06.9905175Z test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) ... ok 2025-10-14T22:26:06.9906005Z test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9906857Z test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) ... ok 2025-10-14T22:26:06.9907476Z test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) ... ok 2025-10-14T22:26:06.9908065Z test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) ... ok 2025-10-14T22:26:06.9908692Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:26:06.9909390Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:26:06.9910058Z test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) ... ok 2025-10-14T22:26:06.9910755Z test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) ... ok 2025-10-14T22:26:06.9911531Z test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) ... ok 2025-10-14T22:26:06.9912344Z test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) ... ok 2025-10-14T22:26:06.9913115Z test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) ... ok 2025-10-14T22:26:06.9913891Z test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) ... ok 2025-10-14T22:26:06.9914728Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:26:06.9915579Z test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) ... ok 2025-10-14T22:26:06.9916367Z test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:26:06.9917067Z test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) ... ok 2025-10-14T22:26:06.9917690Z test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) ... ok 2025-10-14T22:26:06.9918323Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... ok 2025-10-14T22:26:06.9918996Z test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:26:06.9919827Z test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) ... ok 2025-10-14T22:26:06.9920628Z test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) ... ok 2025-10-14T22:26:06.9921409Z test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) ... ok 2025-10-14T22:26:06.9922175Z test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) ... ok 2025-10-14T22:26:06.9922996Z test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) ... ok 2025-10-14T22:26:06.9923782Z test_glob (test.test_pathlib.test_read.LocalPathReadTest.test_glob) ... ok 2025-10-14T22:26:06.9924545Z test_info_exists (test.test_pathlib.test_read.LocalPathReadTest.test_info_exists) ... ok 2025-10-14T22:26:06.9925332Z test_info_is_dir (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_dir) ... ok 2025-10-14T22:26:06.9926121Z test_info_is_file (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_file) ... ok 2025-10-14T22:26:06.9926980Z test_info_is_symlink (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:26:06.9927629Z test_is_readable (test.test_pathlib.test_read.LocalPathReadTest.test_is_readable) ... ok 2025-10-14T22:26:06.9928253Z test_iterdir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir) ... ok 2025-10-14T22:26:06.9928896Z test_iterdir_info (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_info) ... ok 2025-10-14T22:26:06.9929547Z test_iterdir_nodir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:26:06.9930293Z test_open_r (test.test_pathlib.test_read.LocalPathReadTest.test_open_r) ... ok 2025-10-14T22:26:06.9930933Z test_open_r_buffering_error (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:26:06.9931631Z test_open_r_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9932410Z test_open_rb (test.test_pathlib.test_read.LocalPathReadTest.test_open_rb) ... ok 2025-10-14T22:26:06.9933137Z test_read_bytes (test.test_pathlib.test_read.LocalPathReadTest.test_read_bytes) ... ok 2025-10-14T22:26:06.9934018Z test_read_text (test.test_pathlib.test_read.LocalPathReadTest.test_read_text) ... ok 2025-10-14T22:26:06.9934775Z test_read_text_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9935681Z test_read_text_with_newlines (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:26:06.9936483Z test_walk_bottom_up (test.test_pathlib.test_read.LocalPathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:26:06.9937286Z test_walk_prune (test.test_pathlib.test_read.LocalPathReadTest.test_walk_prune) ... ok 2025-10-14T22:26:06.9938055Z test_walk_top_down (test.test_pathlib.test_read.LocalPathReadTest.test_walk_top_down) ... ok 2025-10-14T22:26:06.9938838Z test_glob (test.test_pathlib.test_read.PathReadTest.test_glob) ... ok 2025-10-14T22:26:06.9939577Z test_info_exists (test.test_pathlib.test_read.PathReadTest.test_info_exists) ... ok 2025-10-14T22:26:06.9940335Z test_info_is_dir (test.test_pathlib.test_read.PathReadTest.test_info_is_dir) ... ok 2025-10-14T22:26:06.9941074Z test_info_is_file (test.test_pathlib.test_read.PathReadTest.test_info_is_file) ... ok 2025-10-14T22:26:06.9941845Z test_info_is_symlink (test.test_pathlib.test_read.PathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:26:06.9942617Z test_is_readable (test.test_pathlib.test_read.PathReadTest.test_is_readable) ... ok 2025-10-14T22:26:06.9943347Z test_iterdir (test.test_pathlib.test_read.PathReadTest.test_iterdir) ... ok 2025-10-14T22:26:06.9944093Z test_iterdir_info (test.test_pathlib.test_read.PathReadTest.test_iterdir_info) ... ok 2025-10-14T22:26:06.9944868Z test_iterdir_nodir (test.test_pathlib.test_read.PathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:26:06.9945648Z test_open_r (test.test_pathlib.test_read.PathReadTest.test_open_r) ... ok 2025-10-14T22:26:06.9946429Z test_open_r_buffering_error (test.test_pathlib.test_read.PathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:26:06.9947141Z test_open_r_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9947835Z test_open_rb (test.test_pathlib.test_read.PathReadTest.test_open_rb) ... ok 2025-10-14T22:26:06.9948506Z test_read_bytes (test.test_pathlib.test_read.PathReadTest.test_read_bytes) ... ok 2025-10-14T22:26:06.9949094Z test_read_text (test.test_pathlib.test_read.PathReadTest.test_read_text) ... ok 2025-10-14T22:26:06.9949759Z test_read_text_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9950670Z test_read_text_with_newlines (test.test_pathlib.test_read.PathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:26:06.9951389Z test_walk_bottom_up (test.test_pathlib.test_read.PathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:26:06.9952066Z test_walk_prune (test.test_pathlib.test_read.PathReadTest.test_walk_prune) ... ok 2025-10-14T22:26:06.9952806Z test_walk_top_down (test.test_pathlib.test_read.PathReadTest.test_walk_top_down) ... ok 2025-10-14T22:26:06.9953514Z test_glob (test.test_pathlib.test_read.ZipPathReadTest.test_glob) ... ok 2025-10-14T22:26:06.9954240Z test_info_exists (test.test_pathlib.test_read.ZipPathReadTest.test_info_exists) ... ok 2025-10-14T22:26:06.9955113Z test_info_is_dir (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_dir) ... ok 2025-10-14T22:26:06.9955867Z test_info_is_file (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_file) ... ok 2025-10-14T22:26:06.9956638Z test_info_is_symlink (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:26:06.9957423Z test_is_readable (test.test_pathlib.test_read.ZipPathReadTest.test_is_readable) ... ok 2025-10-14T22:26:06.9958185Z test_iterdir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir) ... ok 2025-10-14T22:26:06.9958909Z test_iterdir_info (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_info) ... ok 2025-10-14T22:26:06.9959557Z test_iterdir_nodir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:26:06.9960282Z test_open_r (test.test_pathlib.test_read.ZipPathReadTest.test_open_r) ... ok 2025-10-14T22:26:06.9961016Z test_open_r_buffering_error (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:26:06.9961814Z test_open_r_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9962624Z test_open_rb (test.test_pathlib.test_read.ZipPathReadTest.test_open_rb) ... ok 2025-10-14T22:26:06.9963287Z test_read_bytes (test.test_pathlib.test_read.ZipPathReadTest.test_read_bytes) ... ok 2025-10-14T22:26:06.9963954Z test_read_text (test.test_pathlib.test_read.ZipPathReadTest.test_read_text) ... ok 2025-10-14T22:26:06.9964699Z test_read_text_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9965472Z test_read_text_with_newlines (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:26:06.9966217Z test_walk_bottom_up (test.test_pathlib.test_read.ZipPathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:26:06.9966958Z test_walk_prune (test.test_pathlib.test_read.ZipPathReadTest.test_walk_prune) ... ok 2025-10-14T22:26:06.9967660Z test_walk_top_down (test.test_pathlib.test_read.ZipPathReadTest.test_walk_top_down) ... ok 2025-10-14T22:26:06.9968374Z test_is_writable (test.test_pathlib.test_write.LocalPathWriteTest.test_is_writable) ... ok 2025-10-14T22:26:06.9969047Z test_mkdir (test.test_pathlib.test_write.LocalPathWriteTest.test_mkdir) ... ok 2025-10-14T22:26:06.9976814Z test_open_w (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w) ... ok 2025-10-14T22:26:06.9978360Z test_open_w_buffering_error (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:26:06.9979461Z test_open_w_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9980829Z test_open_wb (test.test_pathlib.test_write.LocalPathWriteTest.test_open_wb) ... ok 2025-10-14T22:26:06.9981653Z test_symlink_to (test.test_pathlib.test_write.LocalPathWriteTest.test_symlink_to) ... ok 2025-10-14T22:26:06.9982369Z test_write_bytes (test.test_pathlib.test_write.LocalPathWriteTest.test_write_bytes) ... ok 2025-10-14T22:26:06.9983164Z test_write_text (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text) ... ok 2025-10-14T22:26:06.9984147Z test_write_text_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9985032Z test_write_text_with_newlines (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:26:06.9985931Z test_is_writable (test.test_pathlib.test_write.PathWriteTest.test_is_writable) ... ok 2025-10-14T22:26:06.9986695Z test_mkdir (test.test_pathlib.test_write.PathWriteTest.test_mkdir) ... ok 2025-10-14T22:26:06.9987415Z test_open_w (test.test_pathlib.test_write.PathWriteTest.test_open_w) ... ok 2025-10-14T22:26:06.9988384Z test_open_w_buffering_error (test.test_pathlib.test_write.PathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:26:06.9989570Z test_open_w_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9990285Z test_open_wb (test.test_pathlib.test_write.PathWriteTest.test_open_wb) ... ok 2025-10-14T22:26:06.9990901Z test_symlink_to (test.test_pathlib.test_write.PathWriteTest.test_symlink_to) ... ok 2025-10-14T22:26:06.9991521Z test_write_bytes (test.test_pathlib.test_write.PathWriteTest.test_write_bytes) ... ok 2025-10-14T22:26:06.9992146Z test_write_text (test.test_pathlib.test_write.PathWriteTest.test_write_text) ... ok 2025-10-14T22:26:06.9992842Z test_write_text_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9993580Z test_write_text_with_newlines (test.test_pathlib.test_write.PathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:26:06.9994241Z test_is_writable (test.test_pathlib.test_write.ZipPathWriteTest.test_is_writable) ... ok 2025-10-14T22:26:06.9994867Z test_mkdir (test.test_pathlib.test_write.ZipPathWriteTest.test_mkdir) ... ok 2025-10-14T22:26:06.9995508Z test_open_w (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w) ... ok 2025-10-14T22:26:06.9996201Z test_open_w_buffering_error (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:26:06.9996947Z test_open_w_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:06.9997724Z test_open_wb (test.test_pathlib.test_write.ZipPathWriteTest.test_open_wb) ... ok 2025-10-14T22:26:06.9998406Z test_symlink_to (test.test_pathlib.test_write.ZipPathWriteTest.test_symlink_to) ... ok 2025-10-14T22:26:06.9999217Z test_write_bytes (test.test_pathlib.test_write.ZipPathWriteTest.test_write_bytes) ... ok 2025-10-14T22:26:06.9999938Z test_write_text (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text) ... ok 2025-10-14T22:26:07.0000738Z test_write_text_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:26:07.0001617Z test_write_text_with_newlines (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:26:07.0002132Z 2025-10-14T22:26:07.0002730Z ---------------------------------------------------------------------- 2025-10-14T22:26:07.0003352Z Ran 1377 tests in 26.624s 2025-10-14T22:26:07.0003742Z 2025-10-14T22:26:07.0004255Z OK (skipped=382) 2025-10-14T22:26:07.0004823Z Warning -- files was modified by test_pathlib 2025-10-14T22:26:07.0006034Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:07.0010806Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:07.0013002Z 0:00:28 load avg: 9.06 [ 28/495/7] test.test_io.test_signals failed (env changed) 2025-10-14T22:26:07.0014295Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1372æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1372æ' 2025-10-14T22:26:07.0015612Z Traceback (most recent call last): 2025-10-14T22:26:07.0016321Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:07.0017043Z os.mkdir(path) 2025-10-14T22:26:07.0017628Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:07.0018306Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1372æ' 2025-10-14T22:26:07.0019028Z Stack (most recent call last): 2025-10-14T22:26:07.0019669Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:07.0020302Z File "", line 88, in _run_code 2025-10-14T22:26:07.0020902Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:07.0021418Z main() 2025-10-14T22:26:07.0021912Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:07.0022448Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:07.0022966Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:07.0023458Z return next(self.gen) 2025-10-14T22:26:07.0023951Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:07.0024540Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:07.0025657Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1372æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1372æ' 2025-10-14T22:26:07.0026535Z Traceback (most recent call last): 2025-10-14T22:26:07.0027200Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:07.0027879Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:07.0028608Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:07.0029284Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1372æ' 2025-10-14T22:26:07.0030018Z Stack (most recent call last): 2025-10-14T22:26:07.0030648Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:07.0031173Z File "", line 88, in _run_code 2025-10-14T22:26:07.0031847Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:07.0032408Z main() 2025-10-14T22:26:07.0032925Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:07.0033476Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:07.0034035Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:07.0034552Z return next(self.gen) 2025-10-14T22:26:07.0035128Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:07.0035788Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:07.0036565Z test_interrupted_read_retry_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_read_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0037623Z test_interrupted_read_retry_text (test.test_io.test_signals.CSignalsTest.test_interrupted_read_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0038553Z test_interrupted_write_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0039515Z test_interrupted_write_retry_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0040476Z test_interrupted_write_retry_text (test.test_io.test_signals.CSignalsTest.test_interrupted_write_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0041477Z test_interrupted_write_text (test.test_io.test_signals.CSignalsTest.test_interrupted_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0042261Z test_interrupted_write_unbuffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_unbuffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0043030Z test_reentrant_write_buffered (test.test_io.test_signals.CSignalsTest.test_reentrant_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0043856Z test_reentrant_write_text (test.test_io.test_signals.CSignalsTest.test_reentrant_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0044644Z test_interrupted_read_retry_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_read_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0045622Z test_interrupted_read_retry_text (test.test_io.test_signals.PySignalsTest.test_interrupted_read_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0046483Z test_interrupted_write_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0047345Z test_interrupted_write_retry_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0048194Z test_interrupted_write_retry_text (test.test_io.test_signals.PySignalsTest.test_interrupted_write_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0049007Z test_interrupted_write_text (test.test_io.test_signals.PySignalsTest.test_interrupted_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0049830Z test_interrupted_write_unbuffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_unbuffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:26:07.0050382Z 2025-10-14T22:26:07.0050955Z ---------------------------------------------------------------------- 2025-10-14T22:26:07.0051669Z Ran 16 tests in 0.001s 2025-10-14T22:26:07.0052112Z 2025-10-14T22:26:07.0052681Z OK (skipped=16) 2025-10-14T22:26:07.0053292Z Warning -- files was modified by test.test_io.test_signals 2025-10-14T22:26:07.0055145Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', '@test_7772_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:07.0057699Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:07.1861080Z 0:00:28 load avg: 9.12 [ 29/495/7] test_stat passed 2025-10-14T22:26:07.3886698Z 0:00:28 load avg: 9.12 [ 30/495/7] test_print passed 2025-10-14T22:26:07.3974078Z 0:00:28 load avg: 9.12 [ 31/495/7] test_codecencodings_tw passed 2025-10-14T22:26:07.8084592Z 0:00:29 load avg: 9.12 [ 32/495/7] test_peg_generator skipped (resource denied) 2025-10-14T22:26:07.8121716Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5648æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5648æ' 2025-10-14T22:26:07.8909313Z Traceback (most recent call last): 2025-10-14T22:26:07.9985336Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:07.9998817Z os.mkdir(path) 2025-10-14T22:26:08.0015591Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:08.0059381Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5648æ' 2025-10-14T22:26:08.0061082Z Stack (most recent call last): 2025-10-14T22:26:08.0074622Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:08.0085947Z File "", line 88, in _run_code 2025-10-14T22:26:08.0107986Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:08.0163380Z main() 2025-10-14T22:26:08.0199184Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:08.1099856Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:08.1993173Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:08.2569548Z return next(self.gen) 2025-10-14T22:26:08.2571926Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:08.2576666Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:08.2578003Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5648æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5648æ' 2025-10-14T22:26:08.2578924Z Traceback (most recent call last): 2025-10-14T22:26:08.2579563Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:08.2580178Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:08.2581346Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:08.2582779Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5648æ' 2025-10-14T22:26:08.2597553Z Stack (most recent call last): 2025-10-14T22:26:08.2599050Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:08.2599878Z File "", line 88, in _run_code 2025-10-14T22:26:08.2601330Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:08.2601980Z main() 2025-10-14T22:26:08.2602554Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:08.2603162Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:08.2603763Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:08.2604417Z return next(self.gen) 2025-10-14T22:26:08.2604979Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:08.2605600Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:08.2606208Z test_peg_generator skipped -- Use of the 'cpu' resource not enabled 2025-10-14T22:26:08.2606938Z 0:00:29 load avg: 9.12 [ 33/495/7] test_super passed 2025-10-14T22:26:08.4452477Z 0:00:29 load avg: 9.24 [ 34/495/7] test_eintr passed 2025-10-14T22:26:10.0973219Z 0:00:31 load avg: 9.18 [ 35/495/7] test_smtpnet passed 2025-10-14T22:26:10.3107099Z 0:00:31 load avg: 9.18 [ 36/495/7] test_codecs passed 2025-10-14T22:26:11.5993470Z 0:00:32 load avg: 9.29 [ 37/495/8] test_mimetypes failed (env changed) 2025-10-14T22:26:11.6009002Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7564æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7564æ' 2025-10-14T22:26:11.6046522Z Traceback (most recent call last): 2025-10-14T22:26:11.6049549Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:11.7114379Z os.mkdir(path) 2025-10-14T22:26:11.7121001Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:11.7122534Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7564æ' 2025-10-14T22:26:11.7123361Z Stack (most recent call last): 2025-10-14T22:26:11.7124034Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:11.7124677Z File "", line 88, in _run_code 2025-10-14T22:26:11.7125285Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:11.7290814Z main() 2025-10-14T22:26:11.7291625Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:11.7337408Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:11.7348141Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:11.7366193Z return next(self.gen) 2025-10-14T22:26:11.7426106Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:11.7463577Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:11.7996437Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7564æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7564æ' 2025-10-14T22:26:11.8009129Z Traceback (most recent call last): 2025-10-14T22:26:11.8013209Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:11.8014255Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:11.8019303Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:11.8020101Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7564æ' 2025-10-14T22:26:11.8020968Z Stack (most recent call last): 2025-10-14T22:26:11.8021644Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:11.8022342Z File "", line 88, in _run_code 2025-10-14T22:26:11.8023057Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:11.8023698Z main() 2025-10-14T22:26:11.8024267Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:11.8024935Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:11.8025500Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:11.8026091Z return next(self.gen) 2025-10-14T22:26:11.8026638Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:11.8027215Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:11.8027796Z test_invocation (test.test_mimetypes.CommandLineTest.test_invocation) ... ok 2025-10-14T22:26:11.8028415Z test_invocation_error (test.test_mimetypes.CommandLineTest.test_invocation_error) ... ok 2025-10-14T22:26:11.8029040Z test_multiple_inputs (test.test_mimetypes.CommandLineTest.test_multiple_inputs) ... ok 2025-10-14T22:26:11.8029678Z test_multiple_inputs_error (test.test_mimetypes.CommandLineTest.test_multiple_inputs_error) ... ok 2025-10-14T22:26:11.8030321Z test_parse_args (test.test_mimetypes.CommandLineTest.test_parse_args) ... ok 2025-10-14T22:26:11.8031006Z test_add_type_with_undotted_extension_deprecated (test.test_mimetypes.MimeTypesTestCase.test_add_type_with_undotted_extension_deprecated) ... ok 2025-10-14T22:26:11.8031890Z test_added_types_are_used (test.test_mimetypes.MimeTypesTestCase.test_added_types_are_used) ... ok 2025-10-14T22:26:11.8032513Z test_bytes_path (test.test_mimetypes.MimeTypesTestCase.test_bytes_path) ... ok 2025-10-14T22:26:11.8033140Z test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity) ... ok 2025-10-14T22:26:11.8033754Z test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls) ... ok 2025-10-14T22:26:11.8034360Z test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data) ... ok 2025-10-14T22:26:11.8035043Z test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding) ... ok 2025-10-14T22:26:11.8035776Z test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing) ... ok 2025-10-14T22:26:11.8036420Z test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters) ... ok 2025-10-14T22:26:11.8037092Z test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types) ... ok 2025-10-14T22:26:11.8037764Z test_guess_file_type (test.test_mimetypes.MimeTypesTestCase.test_guess_file_type) ... ok 2025-10-14T22:26:11.8038585Z test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions) ... skipped 'Non-Windows only' 2025-10-14T22:26:11.8039426Z test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes) ... ok 2025-10-14T22:26:11.8040226Z test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability) ... ok 2025-10-14T22:26:11.8040996Z test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api) ... ok 2025-10-14T22:26:11.8041790Z test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types) ... ok 2025-10-14T22:26:11.8042770Z test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob) ... ok 2025-10-14T22:26:11.8043569Z test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension) ... ok 2025-10-14T22:26:11.8044257Z test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types) ... ok 2025-10-14T22:26:11.8044860Z test_url (test.test_mimetypes.MimeTypesTestCase.test_url) ... ok 2025-10-14T22:26:11.8045445Z test__all__ (test.test_mimetypes.MiscTestCase.test__all__) ... ok 2025-10-14T22:26:11.8046110Z test_lazy_import (test.test_mimetypes.MiscTestCase.test_lazy_import) ... ok 2025-10-14T22:26:11.8046804Z test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) ... ok 2025-10-14T22:26:11.8047665Z test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) ... ok 2025-10-14T22:26:11.8048219Z 2025-10-14T22:26:11.8048847Z ---------------------------------------------------------------------- 2025-10-14T22:26:11.8049736Z Ran 29 tests in 0.786s 2025-10-14T22:26:11.8050198Z 2025-10-14T22:26:11.8050755Z OK (skipped=1) 2025-10-14T22:26:11.8051387Z Warning -- files was modified by test_mimetypes 2025-10-14T22:26:11.8053280Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:11.8055851Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat', 'xx/'] 2025-10-14T22:26:11.8057348Z 0:00:33 load avg: 9.29 [ 38/495/9] test_long failed (env changed) 2025-10-14T22:26:11.8058335Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_500æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_500æ' 2025-10-14T22:26:11.8059043Z Traceback (most recent call last): 2025-10-14T22:26:11.8059745Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:11.8060275Z os.mkdir(path) 2025-10-14T22:26:11.8060742Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:11.8061314Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_500æ' 2025-10-14T22:26:11.8061908Z Stack (most recent call last): 2025-10-14T22:26:11.8062425Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:11.8062954Z File "", line 88, in _run_code 2025-10-14T22:26:11.8063494Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:11.8064127Z main() 2025-10-14T22:26:11.8064635Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:11.8065184Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:11.8065718Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:11.8066215Z return next(self.gen) 2025-10-14T22:26:11.8066752Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:11.8067303Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:11.8068214Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_500æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_500æ' 2025-10-14T22:26:11.8068921Z Traceback (most recent call last): 2025-10-14T22:26:11.8069470Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:11.8070013Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:11.8070511Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:11.8071052Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_500æ' 2025-10-14T22:26:11.8071643Z Stack (most recent call last): 2025-10-14T22:26:11.8072166Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:11.8072697Z File "", line 88, in _run_code 2025-10-14T22:26:11.8073247Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:11.8073740Z main() 2025-10-14T22:26:11.8074225Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:11.8074805Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:11.8075380Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:11.8075928Z return next(self.gen) 2025-10-14T22:26:11.8079221Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:11.8080769Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:11.8081674Z test___sizeof__ (test.test_long.LongTest.test___sizeof__) ... ok 2025-10-14T22:26:11.8082868Z test__format__ (test.test_long.LongTest.test__format__) ... ok 2025-10-14T22:26:11.8083659Z test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0) ... ok 2025-10-14T22:26:11.8084468Z test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio) ... ok 2025-10-14T22:26:11.8085199Z test_big_lshift (test.test_long.LongTest.test_big_lshift) ... ok 2025-10-14T22:26:11.8085918Z test_big_rshift (test.test_long.LongTest.test_big_rshift) ... ok 2025-10-14T22:26:11.8086730Z test_bit_count (test.test_long.LongTest.test_bit_count) ... ok 2025-10-14T22:26:11.8087391Z test_bit_length (test.test_long.LongTest.test_bit_length) ... ok 2025-10-14T22:26:11.8088019Z test_bitop_identities (test.test_long.LongTest.test_bitop_identities) ... ok 2025-10-14T22:26:11.8088614Z test_conversion (test.test_long.LongTest.test_conversion) ... ok 2025-10-14T22:26:11.8089235Z test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division) ... ok 2025-10-14T22:26:11.8089864Z test_division (test.test_long.LongTest.test_division) ... ok 2025-10-14T22:26:11.8090477Z test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints) ... ok 2025-10-14T22:26:11.8091226Z test_float_conversion (test.test_long.LongTest.test_float_conversion) ... ok 2025-10-14T22:26:11.8091846Z test_float_conversion_huge_integer (test.test_long.LongTest.test_float_conversion_huge_integer) ... ok 2025-10-14T22:26:11.8092467Z test_float_overflow (test.test_long.LongTest.test_float_overflow) ... ok 2025-10-14T22:26:11.8093039Z test_floordiv (test.test_long.LongTest.test_floordiv) ... ok 2025-10-14T22:26:11.8093596Z test_format (test.test_long.LongTest.test_format) ... ok 2025-10-14T22:26:11.8094200Z test_from_bytes (test.test_long.LongTest.test_from_bytes) ... ok 2025-10-14T22:26:11.8094785Z test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small) ... ok 2025-10-14T22:26:11.8095440Z test_hash (test.test_long.LongTest.test_hash) ... ok 2025-10-14T22:26:11.8096004Z test_huge_lshift (test.test_long.LongTest.test_huge_lshift) ... ok 2025-10-14T22:26:11.8096599Z test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero) ... ok 2025-10-14T22:26:11.8097203Z test_huge_rshift (test.test_long.LongTest.test_huge_rshift) ... ok 2025-10-14T22:26:11.8097829Z test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge) ... ok 2025-10-14T22:26:11.8098538Z test_is_integer (test.test_long.LongTest.test_is_integer) ... ok 2025-10-14T22:26:11.8099248Z test_karatsuba (test.test_long.LongTest.test_karatsuba) ... ok 2025-10-14T22:26:11.8099953Z test_logs (test.test_long.LongTest.test_logs) ... ok 2025-10-14T22:26:11.8100621Z test_long (test.test_long.LongTest.test_long) ... ok 2025-10-14T22:26:11.8101314Z test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero) ... ok 2025-10-14T22:26:11.8102107Z test_medium_lshift (test.test_long.LongTest.test_medium_lshift) ... ok 2025-10-14T22:26:11.8103010Z test_medium_rshift (test.test_long.LongTest.test_medium_rshift) ... ok 2025-10-14T22:26:11.8103855Z test_mixed_compares (test.test_long.LongTest.test_mixed_compares) ... ok 2025-10-14T22:26:11.8104619Z test_mixed_compares_huge_integer (test.test_long.LongTest.test_mixed_compares_huge_integer) ... ok 2025-10-14T22:26:11.8105260Z test_mod_division (test.test_long.LongTest.test_mod_division) ... ok 2025-10-14T22:26:11.8105834Z test_nan_inf (test.test_long.LongTest.test_nan_inf) ... ok 2025-10-14T22:26:11.8106529Z test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count) ... ok 2025-10-14T22:26:11.8107259Z test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints) ... ok 2025-10-14T22:26:11.8107851Z test_round (test.test_long.LongTest.test_round) ... ok 2025-10-14T22:26:11.8108448Z test_shift_bool (test.test_long.LongTest.test_shift_bool) ... ok 2025-10-14T22:26:11.8109149Z test_small_ints (test.test_long.LongTest.test_small_ints) ... ok 2025-10-14T22:26:11.8109986Z test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation) ... ok 2025-10-14T22:26:11.8110761Z test_small_lshift (test.test_long.LongTest.test_small_lshift) ... ok 2025-10-14T22:26:11.8111483Z test_small_rshift (test.test_long.LongTest.test_small_rshift) ... ok 2025-10-14T22:26:11.8112175Z test_square (test.test_long.LongTest.test_square) ... ok 2025-10-14T22:26:11.8112880Z test_to_bytes (test.test_long.LongTest.test_to_bytes) ... ok 2025-10-14T22:26:11.8113601Z test_true_division (test.test_long.LongTest.test_true_division) ... ok 2025-10-14T22:26:11.8114205Z 2025-10-14T22:26:11.8114856Z ---------------------------------------------------------------------- 2025-10-14T22:26:11.8115521Z Ran 47 tests in 4.004s 2025-10-14T22:26:11.8116767Z 2025-10-14T22:26:11.8117933Z OK 2025-10-14T22:26:11.8118796Z Warning -- files was modified by test_long 2025-10-14T22:26:11.8121610Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:11.8136572Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat', 'xx/'] 2025-10-14T22:26:12.0448819Z 0:00:33 load avg: 9.29 [ 39/495/9] test_tty skipped 2025-10-14T22:26:12.0451356Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1708æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1708æ' 2025-10-14T22:26:12.0452566Z Traceback (most recent call last): 2025-10-14T22:26:12.0454023Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:12.0454686Z os.mkdir(path) 2025-10-14T22:26:12.0455166Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:12.0455703Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1708æ' 2025-10-14T22:26:12.0456283Z Stack (most recent call last): 2025-10-14T22:26:12.0456855Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:12.0457481Z File "", line 88, in _run_code 2025-10-14T22:26:12.0458073Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:12.0458911Z main() 2025-10-14T22:26:12.0459538Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:12.0460153Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:12.0460703Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:12.0461209Z return next(self.gen) 2025-10-14T22:26:12.0461733Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:12.0462263Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:12.0463194Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1708æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1708æ' 2025-10-14T22:26:12.0463859Z Traceback (most recent call last): 2025-10-14T22:26:12.0464376Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:12.0465077Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:12.0465585Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:12.0466122Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1708æ' 2025-10-14T22:26:12.0466679Z Stack (most recent call last): 2025-10-14T22:26:12.0467202Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:12.0467979Z File "", line 88, in _run_code 2025-10-14T22:26:12.0468490Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:12.0468958Z main() 2025-10-14T22:26:12.0469436Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:12.0469948Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:12.0470463Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:12.0471010Z return next(self.gen) 2025-10-14T22:26:12.0471546Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:12.0472340Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:12.0472912Z test_tty skipped -- No module named 'termios' 2025-10-14T22:26:12.7521734Z 0:00:34 load avg: 9.17 [ 40/495/9] test.test_asyncio.test_context passed 2025-10-14T22:26:12.9066016Z 0:00:34 load avg: 9.17 [ 41/495/9] test_gettext passed 2025-10-14T22:26:17.4460132Z 0:00:38 load avg: 9.36 [ 42/495/10] test_startfile failed (env changed) 2025-10-14T22:26:17.4643172Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7992æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7992æ' 2025-10-14T22:26:17.7276935Z Traceback (most recent call last): 2025-10-14T22:26:17.9009162Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:17.9298902Z os.mkdir(path) 2025-10-14T22:26:17.9300306Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:17.9315809Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7992æ' 2025-10-14T22:26:17.9329969Z Stack (most recent call last): 2025-10-14T22:26:17.9334028Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:17.9353432Z File "", line 88, in _run_code 2025-10-14T22:26:17.9363224Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:17.9364963Z main() 2025-10-14T22:26:17.9366224Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:17.9375230Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:17.9377010Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:17.9382479Z return next(self.gen) 2025-10-14T22:26:17.9391053Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:17.9402017Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:17.9489345Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7992æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7992æ' 2025-10-14T22:26:17.9518291Z Traceback (most recent call last): 2025-10-14T22:26:17.9660817Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:17.9662313Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:17.9673835Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:17.9675056Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7992æ' 2025-10-14T22:26:17.9675871Z Stack (most recent call last): 2025-10-14T22:26:17.9684297Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:17.9685436Z File "", line 88, in _run_code 2025-10-14T22:26:17.9686150Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:17.9695095Z main() 2025-10-14T22:26:17.9697643Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:17.9698422Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:17.9706689Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:17.9707962Z return next(self.gen) 2025-10-14T22:26:17.9708814Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:17.9718135Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:17.9719457Z test_empty (test.test_startfile.TestCase.test_empty) ... ok 2025-10-14T22:26:17.9720327Z test_nonexisting (test.test_startfile.TestCase.test_nonexisting) ... ok 2025-10-14T22:26:17.9734275Z test_python (test.test_startfile.TestCase.test_python) ... ok 2025-10-14T22:26:17.9736206Z 2025-10-14T22:26:17.9737083Z ---------------------------------------------------------------------- 2025-10-14T22:26:17.9745714Z Ran 3 tests in 4.102s 2025-10-14T22:26:17.9746821Z 2025-10-14T22:26:17.9747476Z OK 2025-10-14T22:26:17.9755744Z Warning -- files was modified by test_startfile 2025-10-14T22:26:17.9758388Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:17.9760464Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:18.0251050Z 0:00:39 load avg: 9.58 [ 43/495/10] test_codecencodings_cn passed 2025-10-14T22:26:19.3913401Z 0:00:40 load avg: 9.43 [ 44/495/10] test_opcache passed 2025-10-14T22:26:19.7341276Z 0:00:40 load avg: 9.43 [ 45/495/10] test.test_asyncio.test_futures2 passed 2025-10-14T22:26:20.3523280Z 0:00:41 load avg: 9.52 [ 46/495/10] test_cext passed 2025-10-14T22:26:21.2771758Z 0:00:42 load avg: 9.59 [ 47/495/10] test_zipapp passed 2025-10-14T22:26:24.4698574Z 0:00:42 load avg: 9.59 [ 48/495/10] test_threadsignals skipped 2025-10-14T22:26:24.4700273Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:26:24.4700978Z Traceback (most recent call last): 2025-10-14T22:26:24.4701491Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:24.4701965Z os.mkdir(path) 2025-10-14T22:26:24.4702366Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:24.4702870Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:26:24.4703451Z Stack (most recent call last): 2025-10-14T22:26:24.4703912Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:24.4704404Z File "", line 88, in _run_code 2025-10-14T22:26:24.4704936Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:24.4705389Z main() 2025-10-14T22:26:24.4705779Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:24.4706195Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:24.4706592Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:24.4706971Z return next(self.gen) 2025-10-14T22:26:24.4707352Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:24.4707763Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:24.4708583Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:26:24.4709357Z Traceback (most recent call last): 2025-10-14T22:26:24.4709820Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:24.4710274Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:24.4710651Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:24.4711197Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:26:24.4711718Z Stack (most recent call last): 2025-10-14T22:26:24.4712339Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:24.4712781Z File "", line 88, in _run_code 2025-10-14T22:26:24.4713225Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:24.4713634Z main() 2025-10-14T22:26:24.4714033Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:24.4714513Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:24.4714977Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:24.4715383Z return next(self.gen) 2025-10-14T22:26:24.4715806Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:24.4716253Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:24.4716699Z test_threadsignals skipped -- Can't test signal on win32 2025-10-14T22:26:24.5370310Z 0:00:45 load avg: 9.45 [ 49/495/11] test_codecmaps_kr failed (env changed) 2025-10-14T22:26:26.3238874Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7744æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:26:26.3239942Z Traceback (most recent call last): 2025-10-14T22:26:26.3241296Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:26.3242006Z os.mkdir(path) 2025-10-14T22:26:26.3242424Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:26.3242897Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:26:26.3243385Z Stack (most recent call last): 2025-10-14T22:26:26.3244091Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:26.3244534Z File "", line 88, in _run_code 2025-10-14T22:26:26.3245078Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:26.3245501Z main() 2025-10-14T22:26:26.3245916Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:26.3246378Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:26.3246855Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:26.3247281Z return next(self.gen) 2025-10-14T22:26:26.3247712Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:26.3248193Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:26.3249019Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7744æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:26:26.3249587Z Traceback (most recent call last): 2025-10-14T22:26:26.3250021Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:26.3250467Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:26.3250845Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:26.3251292Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7744æ' 2025-10-14T22:26:26.3251747Z Stack (most recent call last): 2025-10-14T22:26:26.3252143Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:26.3252569Z File "", line 88, in _run_code 2025-10-14T22:26:26.3253856Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:26.3254300Z main() 2025-10-14T22:26:26.3254736Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:26.3255188Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:26.3255618Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:26.3256107Z return next(self.gen) 2025-10-14T22:26:26.3256560Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:26.3257012Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:26.3257989Z test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/CP949.TXT ... 2025-10-14T22:26:26.3258495Z ok 2025-10-14T22:26:26.3258922Z test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) ... ok 2025-10-14T22:26:26.3259510Z test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) ... ok 2025-10-14T22:26:26.3260097Z test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/EUC-KR.TXT ... 2025-10-14T22:26:26.3260589Z ok 2025-10-14T22:26:26.3261034Z test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) ... ok 2025-10-14T22:26:26.3261571Z test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) ... ok 2025-10-14T22:26:26.3262149Z test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/JOHAB.TXT ... 2025-10-14T22:26:26.3262676Z ok 2025-10-14T22:26:26.3263113Z test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) ... ok 2025-10-14T22:26:26.3263656Z test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) ... ok 2025-10-14T22:26:26.3263998Z 2025-10-14T22:26:26.3264426Z ---------------------------------------------------------------------- 2025-10-14T22:26:26.3264924Z Ran 9 tests in 2.642s 2025-10-14T22:26:26.3265203Z 2025-10-14T22:26:26.3265563Z OK 2025-10-14T22:26:26.3265979Z Warning -- files was modified by test_codecmaps_kr 2025-10-14T22:26:26.3267019Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:26.3269444Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:26.3270834Z 0:00:46 load avg: 9.29 [ 50/495/11] test_pstats passed 2025-10-14T22:26:27.4468459Z 0:00:48 load avg: 9.01 [ 51/495/11] test_asyncgen passed -- running (1): test.test_io.test_general (31.6 sec) 2025-10-14T22:26:28.3120416Z 0:00:49 load avg: 9.01 [ 52/495/11] test_getpass passed -- running (1): test.test_io.test_general (32.4 sec) 2025-10-14T22:26:29.9280802Z 0:00:51 load avg: 9.14 [ 53/495/11] test_webbrowser passed -- running (1): test.test_io.test_general (34.1 sec) 2025-10-14T22:26:30.3486667Z 0:00:51 load avg: 9.14 [ 54/495/11] test_file_eintr passed -- running (1): test.test_io.test_general (34.5 sec) 2025-10-14T22:26:30.9952558Z 0:00:52 load avg: 9.14 [ 55/495/11] test.test_io.test_file passed -- running (1): test.test_io.test_general (35.1 sec) 2025-10-14T22:26:41.3764635Z 0:01:00 load avg: 9.04 [ 56/495/11] test_winreg passed -- running (1): test.test_io.test_general (43.6 sec) 2025-10-14T22:26:42.3160987Z 0:01:03 load avg: 9.27 [ 57/495/11] test_selectors passed -- running (2): test_threading (30.6 sec), test.test_io.test_general (46.5 sec) 2025-10-14T22:26:46.6135124Z 0:01:03 load avg: 9.27 [ 58/495/11] test.test_multiprocessing_forkserver.test_misc skipped -- running (2): test_threading (30.9 sec), test.test_io.test_general (46.8 sec) 2025-10-14T22:26:46.7508694Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5216æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5216æ' 2025-10-14T22:26:46.7530133Z Traceback (most recent call last): 2025-10-14T22:26:46.7667047Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:46.7668820Z os.mkdir(path) 2025-10-14T22:26:46.7669556Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:47.5739210Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5216æ' 2025-10-14T22:26:47.5740161Z Stack (most recent call last): 2025-10-14T22:26:47.5740653Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5741231Z File "", line 88, in _run_code 2025-10-14T22:26:47.5741743Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5742230Z main() 2025-10-14T22:26:47.5742698Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5743230Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5743735Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5744211Z return next(self.gen) 2025-10-14T22:26:47.5744673Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:47.5745155Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:47.5746264Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5216æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5216æ' 2025-10-14T22:26:47.5746954Z Traceback (most recent call last): 2025-10-14T22:26:47.5747445Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:47.5747938Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:47.5748380Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:47.5748875Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5216æ' 2025-10-14T22:26:47.5749431Z Stack (most recent call last): 2025-10-14T22:26:47.5749900Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5750400Z File "", line 88, in _run_code 2025-10-14T22:26:47.5750867Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5751351Z main() 2025-10-14T22:26:47.5751729Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5752326Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5752799Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5753207Z return next(self.gen) 2025-10-14T22:26:47.5753629Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:47.5754101Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:47.5754603Z test.test_multiprocessing_forkserver.test_misc skipped -- forkserver is not available on Windows 2025-10-14T22:26:47.5755329Z 0:01:04 load avg: 9.21 [ 59/495/12] test_cmd failed (env changed) -- running (3): test_threading (31.5 sec), test.test_io.test_general (47.4 sec), test.test_multiprocessing_spawn.test_manager (30.5 sec) 2025-10-14T22:26:47.5756549Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2976æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2976æ' 2025-10-14T22:26:47.5757174Z Traceback (most recent call last): 2025-10-14T22:26:47.5757636Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:47.5758070Z os.mkdir(path) 2025-10-14T22:26:47.5758413Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:47.5758878Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2976æ' 2025-10-14T22:26:47.5759588Z Stack (most recent call last): 2025-10-14T22:26:47.5760047Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5760529Z File "", line 88, in _run_code 2025-10-14T22:26:47.5761009Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5761471Z main() 2025-10-14T22:26:47.5761901Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5762390Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5762976Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5763450Z return next(self.gen) 2025-10-14T22:26:47.5763912Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:47.5764428Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:47.5765373Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2976æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2976æ' 2025-10-14T22:26:47.5766092Z Traceback (most recent call last): 2025-10-14T22:26:47.5766584Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:47.5767084Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:47.5767526Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:47.5768013Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2976æ' 2025-10-14T22:26:47.5768491Z Stack (most recent call last): 2025-10-14T22:26:47.5768877Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5769291Z File "", line 88, in _run_code 2025-10-14T22:26:47.5769708Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5770081Z main() 2025-10-14T22:26:47.5770459Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5770898Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5771315Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5771703Z return next(self.gen) 2025-10-14T22:26:47.5772122Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:47.5772548Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:47.5772979Z setUpClass (test.test_cmd.CmdTestReadline) ... skipped "No module named 'readline'" 2025-10-14T22:26:47.5773432Z test_lazy_import (test.test_cmd.LazyImportTest.test_lazy_import) ... ok 2025-10-14T22:26:47.5773982Z test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl) ... ok 2025-10-14T22:26:47.5774482Z test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF) ... ok 2025-10-14T22:26:47.5774907Z CmdPrintExceptionClass (test.test_cmd) 2025-10-14T22:26:47.5775284Z Doctest: test.test_cmd.CmdPrintExceptionClass ... ok 2025-10-14T22:26:47.5775650Z samplecmdclass (test.test_cmd) 2025-10-14T22:26:47.5776002Z Doctest: test.test_cmd.samplecmdclass ... ok 2025-10-14T22:26:47.5776224Z 2025-10-14T22:26:47.5776580Z ---------------------------------------------------------------------- 2025-10-14T22:26:47.5776956Z Ran 5 tests in 0.167s 2025-10-14T22:26:47.5777282Z 2025-10-14T22:26:47.5777574Z OK (skipped=1) 2025-10-14T22:26:47.5777918Z Warning -- files was modified by test_cmd 2025-10-14T22:26:47.5779522Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.5781502Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.5782792Z 0:01:07 load avg: 9.54 [ 60/495/13] test.test_io.test_general failed (env changed) (48.2 sec) 2025-10-14T22:26:47.5783777Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5988æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5988æ' 2025-10-14T22:26:47.5784470Z Traceback (most recent call last): 2025-10-14T22:26:47.5784998Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:47.5785466Z os.mkdir(path) 2025-10-14T22:26:47.5785864Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:47.5786381Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5988æ' 2025-10-14T22:26:47.5786937Z Stack (most recent call last): 2025-10-14T22:26:47.5787420Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5787879Z File "", line 88, in _run_code 2025-10-14T22:26:47.5788305Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5788737Z main() 2025-10-14T22:26:47.5789171Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5789688Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5790165Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5790625Z return next(self.gen) 2025-10-14T22:26:47.5791152Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:47.5791643Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:47.5792571Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5988æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5988æ' 2025-10-14T22:26:47.5793245Z Traceback (most recent call last): 2025-10-14T22:26:47.5793735Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:47.5794210Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:47.5794622Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:47.5795063Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5988æ' 2025-10-14T22:26:47.5795521Z Stack (most recent call last): 2025-10-14T22:26:47.5795918Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5796387Z File "", line 88, in _run_code 2025-10-14T22:26:47.5796795Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5797293Z main() 2025-10-14T22:26:47.5797673Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5798088Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5798489Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5798860Z return next(self.gen) 2025-10-14T22:26:47.5799256Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:47.5799727Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:47.5800284Z test_RawIOBase_io_in_pyio_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_io_in_pyio_match) 2025-10-14T22:26:47.5801027Z Test that pyio RawIOBase class has all c RawIOBase methods ... ok 2025-10-14T22:26:47.5801602Z test_RawIOBase_pyio_in_io_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_pyio_in_io_match) 2025-10-14T22:26:47.5802186Z Test that c RawIOBase class has all pyio RawIOBase methods ... ok 2025-10-14T22:26:47.5802765Z test_BufferedIOBase_destructor (test.test_io.test_general.CIOTest.test_BufferedIOBase_destructor) ... ok 2025-10-14T22:26:47.5803439Z test_BufferedIOBase_readinto (test.test_io.test_general.CIOTest.test_BufferedIOBase_readinto) ... ok 2025-10-14T22:26:47.5804092Z test_IOBase_destructor (test.test_io.test_general.CIOTest.test_IOBase_destructor) ... ok 2025-10-14T22:26:47.5804695Z test_IOBase_finalize (test.test_io.test_general.CIOTest.test_IOBase_finalize) ... ok 2025-10-14T22:26:47.5805293Z test_RawIOBase_destructor (test.test_io.test_general.CIOTest.test_RawIOBase_destructor) ... ok 2025-10-14T22:26:47.5805819Z test_RawIOBase_read (test.test_io.test_general.CIOTest.test_RawIOBase_read) ... ok 2025-10-14T22:26:47.5806322Z test_RawIOBase_readall (test.test_io.test_general.CIOTest.test_RawIOBase_readall) ... ok 2025-10-14T22:26:47.5806822Z test_TextIOBase_destructor (test.test_io.test_general.CIOTest.test_TextIOBase_destructor) ... ok 2025-10-14T22:26:47.5807389Z test_append_mode_tell (test.test_io.test_general.CIOTest.test_append_mode_tell) ... ok 2025-10-14T22:26:47.5807866Z test_array_writes (test.test_io.test_general.CIOTest.test_array_writes) ... ok 2025-10-14T22:26:47.5808341Z test_bad_opener_negative_1 (test.test_io.test_general.CIOTest.test_bad_opener_negative_1) ... ok 2025-10-14T22:26:47.5808847Z test_bad_opener_other_negative (test.test_io.test_general.CIOTest.test_bad_opener_other_negative) ... ok 2025-10-14T22:26:47.5809346Z test_buffered_file_io (test.test_io.test_general.CIOTest.test_buffered_file_io) ... ok 2025-10-14T22:26:47.5809851Z test_buffered_readinto_mixin (test.test_io.test_general.CIOTest.test_buffered_readinto_mixin) ... ok 2025-10-14T22:26:47.5810417Z test_close_assert (test.test_io.test_general.CIOTest.test_close_assert) ... ok 2025-10-14T22:26:47.5811074Z test_close_flushes (test.test_io.test_general.CIOTest.test_close_flushes) ... ok 2025-10-14T22:26:47.5811634Z test_closefd (test.test_io.test_general.CIOTest.test_closefd) ... ok 2025-10-14T22:26:47.5812191Z test_closefd_attr (test.test_io.test_general.CIOTest.test_closefd_attr) ... ok 2025-10-14T22:26:47.5812750Z test_destructor (test.test_io.test_general.CIOTest.test_destructor) ... ok 2025-10-14T22:26:47.5813310Z test_fileio_closefd (test.test_io.test_general.CIOTest.test_fileio_closefd) ... ok 2025-10-14T22:26:47.5813910Z test_flush_error_on_close (test.test_io.test_general.CIOTest.test_flush_error_on_close) ... ok 2025-10-14T22:26:47.5814498Z test_fspath_support (test.test_io.test_general.CIOTest.test_fspath_support) ... ok 2025-10-14T22:26:47.5815087Z test_garbage_collection (test.test_io.test_general.CIOTest.test_garbage_collection) ... ok 2025-10-14T22:26:47.5815676Z test_invalid_newline (test.test_io.test_general.CIOTest.test_invalid_newline) ... ok 2025-10-14T22:26:47.5816245Z test_invalid_operations (test.test_io.test_general.CIOTest.test_invalid_operations) ... ok 2025-10-14T22:26:47.5816744Z test_large_file_ops (test.test_io.test_general.CIOTest.test_large_file_ops) ... ok 2025-10-14T22:26:47.5817353Z test_multi_close (test.test_io.test_general.CIOTest.test_multi_close) ... ok 2025-10-14T22:26:47.5817832Z test_next_nonsizeable (test.test_io.test_general.CIOTest.test_next_nonsizeable) ... ok 2025-10-14T22:26:47.5818402Z test_no_closefd_with_filename (test.test_io.test_general.CIOTest.test_no_closefd_with_filename) ... ok 2025-10-14T22:26:47.5818919Z test_nonbuffered_textio (test.test_io.test_general.CIOTest.test_nonbuffered_textio) ... ok 2025-10-14T22:26:47.5819479Z test_open_handles_NUL_chars (test.test_io.test_general.CIOTest.test_open_handles_NUL_chars) ... ok 2025-10-14T22:26:47.5820059Z test_opener (test.test_io.test_general.CIOTest.test_opener) ... ok 2025-10-14T22:26:47.5820754Z test_opener_invalid_fd (test.test_io.test_general.CIOTest.test_opener_invalid_fd) ... ok 2025-10-14T22:26:47.5821355Z test_optional_abilities (test.test_io.test_general.CIOTest.test_optional_abilities) ... ok 2025-10-14T22:26:47.5821934Z test_raw_bytes_io (test.test_io.test_general.CIOTest.test_raw_bytes_io) ... ok 2025-10-14T22:26:47.5822496Z test_raw_file_io (test.test_io.test_general.CIOTest.test_raw_file_io) ... ok 2025-10-14T22:26:47.5823062Z test_read_closed (test.test_io.test_general.CIOTest.test_read_closed) ... ok 2025-10-14T22:26:47.5823624Z test_readline (test.test_io.test_general.CIOTest.test_readline) ... ok 2025-10-14T22:26:47.5824191Z test_readline_nonsizeable (test.test_io.test_general.CIOTest.test_readline_nonsizeable) ... ok 2025-10-14T22:26:47.5824807Z test_startup_optimization (test.test_io.test_general.CIOTest.test_startup_optimization) ... ok 2025-10-14T22:26:47.5825403Z test_types_have_dict (test.test_io.test_general.CIOTest.test_types_have_dict) ... ok 2025-10-14T22:26:47.5826017Z test_unbounded_file (test.test_io.test_general.CIOTest.test_unbounded_file) ... skipped '/dev/zero does not exist' 2025-10-14T22:26:47.5826547Z test_with_open (test.test_io.test_general.CIOTest.test_with_open) ... ok 2025-10-14T22:26:47.5827059Z test_write_readline_races (test.test_io.test_general.CIOTest.test_write_readline_races) ... ok 2025-10-14T22:26:47.5827560Z test___all__ (test.test_io.test_general.CMiscIOTest.test___all__) ... ok 2025-10-14T22:26:47.5828047Z test_abc_inheritance (test.test_io.test_general.CMiscIOTest.test_abc_inheritance) ... ok 2025-10-14T22:26:47.5828570Z test_abc_inheritance_official (test.test_io.test_general.CMiscIOTest.test_abc_inheritance_official) ... ok 2025-10-14T22:26:47.5829057Z test_abcs (test.test_io.test_general.CMiscIOTest.test_abcs) ... ok 2025-10-14T22:26:47.5829584Z test_attributes (test.test_io.test_general.CMiscIOTest.test_attributes) ... ok 2025-10-14T22:26:47.5830084Z test_blockingioerror (test.test_io.test_general.CMiscIOTest.test_blockingioerror) ... ok 2025-10-14T22:26:47.5830598Z test_check_encoding_errors (test.test_io.test_general.CMiscIOTest.test_check_encoding_errors) ... ok 2025-10-14T22:26:47.5831123Z test_check_encoding_warning (test.test_io.test_general.CMiscIOTest.test_check_encoding_warning) ... ok 2025-10-14T22:26:47.5831692Z test_create_fail (test.test_io.test_general.CMiscIOTest.test_create_fail) ... ok 2025-10-14T22:26:47.5832247Z test_create_writes (test.test_io.test_general.CMiscIOTest.test_create_writes) ... ok 2025-10-14T22:26:47.5832822Z test_daemon_threads_shutdown_stderr_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) ... ok 2025-10-14T22:26:47.5833470Z test_daemon_threads_shutdown_stdout_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) ... ok 2025-10-14T22:26:47.5834107Z test_io_after_close (test.test_io.test_general.CMiscIOTest.test_io_after_close) ... ok 2025-10-14T22:26:47.5834727Z test_nonblock_pipe_write_bigbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok 2025-10-14T22:26:47.5835377Z test_nonblock_pipe_write_smallbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok 2025-10-14T22:26:47.5835995Z test_open_allargs (test.test_io.test_general.CMiscIOTest.test_open_allargs) ... ok 2025-10-14T22:26:47.5836723Z test_open_pipe_with_append (test.test_io.test_general.CMiscIOTest.test_open_pipe_with_append) ... ok 2025-10-14T22:26:47.5837326Z test_pickling (test.test_io.test_general.CMiscIOTest.test_pickling) ... ok 2025-10-14T22:26:47.5837924Z test_readinto_buffer_overflow (test.test_io.test_general.CMiscIOTest.test_readinto_buffer_overflow) ... ok 2025-10-14T22:26:47.5838562Z test_removed_u_mode (test.test_io.test_general.CMiscIOTest.test_removed_u_mode) ... ok 2025-10-14T22:26:47.5839153Z test_text_encoding (test.test_io.test_general.CMiscIOTest.test_text_encoding) ... ok 2025-10-14T22:26:47.5839729Z test_warn_on_dealloc (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc) ... ok 2025-10-14T22:26:47.5840480Z test_warn_on_dealloc_fd (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc_fd) ... ok 2025-10-14T22:26:47.5841161Z test_reader_subclass (test.test_io.test_general.ProtocolsTest.test_reader_subclass) ... ok 2025-10-14T22:26:47.5841803Z test_writer_subclass (test.test_io.test_general.ProtocolsTest.test_writer_subclass) ... ok 2025-10-14T22:26:47.5842426Z test_BufferedIOBase_destructor (test.test_io.test_general.PyIOTest.test_BufferedIOBase_destructor) ... ok 2025-10-14T22:26:47.5843110Z test_BufferedIOBase_readinto (test.test_io.test_general.PyIOTest.test_BufferedIOBase_readinto) ... ok 2025-10-14T22:26:47.5843803Z test_IOBase_destructor (test.test_io.test_general.PyIOTest.test_IOBase_destructor) ... ok 2025-10-14T22:26:47.5844433Z test_RawIOBase_destructor (test.test_io.test_general.PyIOTest.test_RawIOBase_destructor) ... ok 2025-10-14T22:26:47.5845033Z test_RawIOBase_read (test.test_io.test_general.PyIOTest.test_RawIOBase_read) ... ok 2025-10-14T22:26:47.5845592Z test_RawIOBase_readall (test.test_io.test_general.PyIOTest.test_RawIOBase_readall) ... ok 2025-10-14T22:26:47.5846103Z test_TextIOBase_destructor (test.test_io.test_general.PyIOTest.test_TextIOBase_destructor) ... ok 2025-10-14T22:26:47.5846590Z test_append_mode_tell (test.test_io.test_general.PyIOTest.test_append_mode_tell) ... ok 2025-10-14T22:26:47.5847102Z test_array_writes (test.test_io.test_general.PyIOTest.test_array_writes) ... ok 2025-10-14T22:26:47.5847600Z test_bad_opener_negative_1 (test.test_io.test_general.PyIOTest.test_bad_opener_negative_1) ... ok 2025-10-14T22:26:47.5848112Z test_bad_opener_other_negative (test.test_io.test_general.PyIOTest.test_bad_opener_other_negative) ... ok 2025-10-14T22:26:47.5848626Z test_buffered_file_io (test.test_io.test_general.PyIOTest.test_buffered_file_io) ... ok 2025-10-14T22:26:47.5849134Z test_buffered_readinto_mixin (test.test_io.test_general.PyIOTest.test_buffered_readinto_mixin) ... ok 2025-10-14T22:26:47.5849718Z test_close_assert (test.test_io.test_general.PyIOTest.test_close_assert) ... ok 2025-10-14T22:26:47.5850254Z test_close_flushes (test.test_io.test_general.PyIOTest.test_close_flushes) ... ok 2025-10-14T22:26:47.5850782Z test_closefd (test.test_io.test_general.PyIOTest.test_closefd) ... ok 2025-10-14T22:26:47.5851274Z test_closefd_attr (test.test_io.test_general.PyIOTest.test_closefd_attr) ... ok 2025-10-14T22:26:47.5851853Z test_destructor (test.test_io.test_general.PyIOTest.test_destructor) ... ok 2025-10-14T22:26:47.5852374Z test_fileio_closefd (test.test_io.test_general.PyIOTest.test_fileio_closefd) ... ok 2025-10-14T22:26:47.5852966Z test_flush_error_on_close (test.test_io.test_general.PyIOTest.test_flush_error_on_close) ... ok 2025-10-14T22:26:47.5853546Z test_fspath_support (test.test_io.test_general.PyIOTest.test_fspath_support) ... ok 2025-10-14T22:26:47.5854126Z test_garbage_collection (test.test_io.test_general.PyIOTest.test_garbage_collection) ... ok 2025-10-14T22:26:47.5854719Z test_invalid_newline (test.test_io.test_general.PyIOTest.test_invalid_newline) ... ok 2025-10-14T22:26:47.5855292Z test_invalid_operations (test.test_io.test_general.PyIOTest.test_invalid_operations) ... ok 2025-10-14T22:26:47.5855884Z test_large_file_ops (test.test_io.test_general.PyIOTest.test_large_file_ops) ... ok 2025-10-14T22:26:47.5856592Z test_multi_close (test.test_io.test_general.PyIOTest.test_multi_close) ... ok 2025-10-14T22:26:47.5857170Z test_next_nonsizeable (test.test_io.test_general.PyIOTest.test_next_nonsizeable) ... ok 2025-10-14T22:26:47.5857767Z test_no_closefd_with_filename (test.test_io.test_general.PyIOTest.test_no_closefd_with_filename) ... ok 2025-10-14T22:26:47.5858296Z test_nonbuffered_textio (test.test_io.test_general.PyIOTest.test_nonbuffered_textio) ... ok 2025-10-14T22:26:47.5858850Z test_open_handles_NUL_chars (test.test_io.test_general.PyIOTest.test_open_handles_NUL_chars) ... ok 2025-10-14T22:26:47.5859397Z test_opener (test.test_io.test_general.PyIOTest.test_opener) ... ok 2025-10-14T22:26:47.5860082Z test_opener_invalid_fd (test.test_io.test_general.PyIOTest.test_opener_invalid_fd) ... ok 2025-10-14T22:26:47.5860638Z test_optional_abilities (test.test_io.test_general.PyIOTest.test_optional_abilities) ... ok 2025-10-14T22:26:47.5861167Z test_raw_bytes_io (test.test_io.test_general.PyIOTest.test_raw_bytes_io) ... ok 2025-10-14T22:26:47.5861662Z test_raw_file_io (test.test_io.test_general.PyIOTest.test_raw_file_io) ... ok 2025-10-14T22:26:47.5862160Z test_read_closed (test.test_io.test_general.PyIOTest.test_read_closed) ... ok 2025-10-14T22:26:47.5862656Z test_readline (test.test_io.test_general.PyIOTest.test_readline) ... ok 2025-10-14T22:26:47.5863258Z test_readline_nonsizeable (test.test_io.test_general.PyIOTest.test_readline_nonsizeable) ... ok 2025-10-14T22:26:47.5863802Z test_startup_optimization (test.test_io.test_general.PyIOTest.test_startup_optimization) ... ok 2025-10-14T22:26:47.5864317Z test_types_have_dict (test.test_io.test_general.PyIOTest.test_types_have_dict) ... ok 2025-10-14T22:26:47.5864877Z test_unbounded_file (test.test_io.test_general.PyIOTest.test_unbounded_file) ... skipped '/dev/zero does not exist' 2025-10-14T22:26:47.5865451Z test_with_open (test.test_io.test_general.PyIOTest.test_with_open) ... ok 2025-10-14T22:26:47.5865998Z test_write_readline_races (test.test_io.test_general.PyIOTest.test_write_readline_races) ... ok 2025-10-14T22:26:47.5866550Z test___all__ (test.test_io.test_general.PyMiscIOTest.test___all__) ... ok 2025-10-14T22:26:47.5867080Z test_abc_inheritance (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance) ... ok 2025-10-14T22:26:47.5867629Z test_abc_inheritance_official (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance_official) ... ok 2025-10-14T22:26:47.5868131Z test_abcs (test.test_io.test_general.PyMiscIOTest.test_abcs) ... ok 2025-10-14T22:26:47.5868601Z test_attributes (test.test_io.test_general.PyMiscIOTest.test_attributes) ... ok 2025-10-14T22:26:47.5869087Z test_blockingioerror (test.test_io.test_general.PyMiscIOTest.test_blockingioerror) ... ok 2025-10-14T22:26:47.5869637Z test_check_encoding_errors (test.test_io.test_general.PyMiscIOTest.test_check_encoding_errors) ... ok 2025-10-14T22:26:47.5870236Z test_check_encoding_warning (test.test_io.test_general.PyMiscIOTest.test_check_encoding_warning) ... ok 2025-10-14T22:26:47.5870784Z test_create_fail (test.test_io.test_general.PyMiscIOTest.test_create_fail) ... ok 2025-10-14T22:26:47.5871347Z test_create_writes (test.test_io.test_general.PyMiscIOTest.test_create_writes) ... ok 2025-10-14T22:26:47.5871902Z test_io_after_close (test.test_io.test_general.PyMiscIOTest.test_io_after_close) ... ok 2025-10-14T22:26:47.5872611Z test_nonblock_pipe_write_bigbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok 2025-10-14T22:26:47.5873195Z test_nonblock_pipe_write_smallbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok 2025-10-14T22:26:47.5873787Z test_open_allargs (test.test_io.test_general.PyMiscIOTest.test_open_allargs) ... ok 2025-10-14T22:26:47.5874294Z test_open_pipe_with_append (test.test_io.test_general.PyMiscIOTest.test_open_pipe_with_append) ... ok 2025-10-14T22:26:47.5874774Z test_pickling (test.test_io.test_general.PyMiscIOTest.test_pickling) ... ok 2025-10-14T22:26:47.5875255Z test_removed_u_mode (test.test_io.test_general.PyMiscIOTest.test_removed_u_mode) ... ok 2025-10-14T22:26:47.5875978Z test_text_encoding (test.test_io.test_general.PyMiscIOTest.test_text_encoding) ... ok 2025-10-14T22:26:47.5876546Z test_warn_on_dealloc (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc) ... ok 2025-10-14T22:26:47.5877129Z test_warn_on_dealloc_fd (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc_fd) ... ok 2025-10-14T22:26:47.5877738Z test_class_hierarchy (test.test_io.test_general.TestIOCTypes.test_class_hierarchy) ... ok 2025-10-14T22:26:47.5878344Z test_disallow_instantiation (test.test_io.test_general.TestIOCTypes.test_disallow_instantiation) ... ok 2025-10-14T22:26:47.5879078Z test_immutable_types (test.test_io.test_general.TestIOCTypes.test_immutable_types) ... ok 2025-10-14T22:26:47.5879683Z test_stringio_setstate (test.test_io.test_general.TestIOCTypes.test_stringio_setstate) ... ok 2025-10-14T22:26:47.5880274Z test_subclassing (test.test_io.test_general.TestIOCTypes.test_subclassing) ... ok 2025-10-14T22:26:47.5880639Z 2025-10-14T22:26:47.5881045Z ---------------------------------------------------------------------- 2025-10-14T22:26:47.5881475Z Ran 139 tests in 47.793s 2025-10-14T22:26:47.5881727Z 2025-10-14T22:26:47.5882106Z OK (skipped=2) 2025-10-14T22:26:47.5882535Z Warning -- files was modified by test.test_io.test_general 2025-10-14T22:26:47.5884563Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7772_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.5886530Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.5887705Z 0:01:08 load avg: 9.42 [ 61/495/13] test_augassign passed 2025-10-14T22:26:47.5904934Z 0:01:08 load avg: 9.42 [ 62/495/14] test_threading failed (env changed) (33.1 sec) 2025-10-14T22:26:47.5906744Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7480æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7480æ' 2025-10-14T22:26:47.5907681Z Traceback (most recent call last): 2025-10-14T22:26:47.5908707Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:47.5909335Z os.mkdir(path) 2025-10-14T22:26:47.5909806Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:47.5910358Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7480æ' 2025-10-14T22:26:47.5911019Z Stack (most recent call last): 2025-10-14T22:26:47.5911587Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5912146Z File "", line 88, in _run_code 2025-10-14T22:26:47.5912750Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5913342Z main() 2025-10-14T22:26:47.5913866Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5914478Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5915068Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5915767Z return next(self.gen) 2025-10-14T22:26:47.5916367Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:47.5917088Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:47.5918119Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7480æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7480æ' 2025-10-14T22:26:47.5918897Z Traceback (most recent call last): 2025-10-14T22:26:47.5919397Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:47.5920029Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:47.5920460Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:47.5920966Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7480æ' 2025-10-14T22:26:47.5921484Z Stack (most recent call last): 2025-10-14T22:26:47.5921948Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.5922442Z File "", line 88, in _run_code 2025-10-14T22:26:47.5923031Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.5923601Z main() 2025-10-14T22:26:47.5924143Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.5924731Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.5925341Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.5925904Z return next(self.gen) 2025-10-14T22:26:47.5926467Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:47.5927115Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:47.5927790Z test_atexit_after_shutdown (test.test_threading.AtexitTests.test_atexit_after_shutdown) ... ok 2025-10-14T22:26:47.5928492Z test_atexit_called_once (test.test_threading.AtexitTests.test_atexit_called_once) ... ok 2025-10-14T22:26:47.5929077Z test_atexit_output (test.test_threading.AtexitTests.test_atexit_output) ... ok 2025-10-14T22:26:47.5929691Z test_abort (test.test_threading.BarrierTests.test_abort) 2025-10-14T22:26:47.5930327Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:26:47.5930887Z test_abort_and_reset (test.test_threading.BarrierTests.test_abort_and_reset) 2025-10-14T22:26:47.5931455Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:26:47.5931979Z test_action (test.test_threading.BarrierTests.test_action) 2025-10-14T22:26:47.5932489Z Test the 'action' callback ... ok 2025-10-14T22:26:47.5933039Z test_barrier (test.test_threading.BarrierTests.test_barrier) 2025-10-14T22:26:47.5933657Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:26:47.5934245Z test_barrier_10 (test.test_threading.BarrierTests.test_barrier_10) 2025-10-14T22:26:47.5934883Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:26:47.5935523Z test_constructor (test.test_threading.BarrierTests.test_constructor) ... ok 2025-10-14T22:26:47.5936182Z test_default_timeout (test.test_threading.BarrierTests.test_default_timeout) 2025-10-14T22:26:47.5936799Z Test the barrier's default timeout ... ok 2025-10-14T22:26:47.5937396Z test_repr (test.test_threading.BarrierTests.test_repr) ... ok 2025-10-14T22:26:47.5938045Z test_reset (test.test_threading.BarrierTests.test_reset) 2025-10-14T22:26:47.5938664Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:26:47.5939213Z test_single_thread (test.test_threading.BarrierTests.test_single_thread) ... ok 2025-10-14T22:26:47.5939751Z test_timeout (test.test_threading.BarrierTests.test_timeout) 2025-10-14T22:26:47.5940209Z Test wait(timeout) ... ok 2025-10-14T22:26:47.5940685Z test_wait_return (test.test_threading.BarrierTests.test_wait_return) 2025-10-14T22:26:47.5941190Z test the return value from barrier.wait ... ok 2025-10-14T22:26:47.5941880Z test_acquire (test.test_threading.BoundedSemaphoreTests.test_acquire) ... ok 2025-10-14T22:26:47.5942460Z test_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.5943059Z test_acquire_destroy (test.test_threading.BoundedSemaphoreTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.5943743Z test_acquire_timeout (test.test_threading.BoundedSemaphoreTests.test_acquire_timeout) ... ok 2025-10-14T22:26:47.5944406Z test_constructor (test.test_threading.BoundedSemaphoreTests.test_constructor) ... ok 2025-10-14T22:26:47.5945078Z test_default_value (test.test_threading.BoundedSemaphoreTests.test_default_value) ... ok 2025-10-14T22:26:47.5945829Z test_multirelease (test.test_threading.BoundedSemaphoreTests.test_multirelease) ... ok 2025-10-14T22:26:47.5946465Z test_release_unacquired (test.test_threading.BoundedSemaphoreTests.test_release_unacquired) ... ok 2025-10-14T22:26:47.5947083Z test_repr (test.test_threading.BoundedSemaphoreTests.test_repr) ... ok 2025-10-14T22:26:47.5947701Z test_try_acquire (test.test_threading.BoundedSemaphoreTests.test_try_acquire) ... ok 2025-10-14T22:26:47.5948338Z test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.5949012Z test_with (test.test_threading.BoundedSemaphoreTests.test_with) ... ok 2025-10-14T22:26:47.5949688Z test__is_owned (test.test_threading.CRLockTests.test__is_owned) ... ok 2025-10-14T22:26:47.5950353Z test_acquire_contended (test.test_threading.CRLockTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.5951025Z test_acquire_destroy (test.test_threading.CRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.5951695Z test_acquire_release (test.test_threading.CRLockTests.test_acquire_release) ... ok 2025-10-14T22:26:47.5952371Z test_constructor (test.test_threading.CRLockTests.test_constructor) ... ok 2025-10-14T22:26:47.5953035Z test_constructor_noargs (test.test_threading.CRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:26:47.5953710Z test_different_thread (test.test_threading.CRLockTests.test_different_thread) ... ok 2025-10-14T22:26:47.5954351Z test_locked (test.test_threading.CRLockTests.test_locked) ... ok 2025-10-14T22:26:47.5954934Z test_locked_repr (test.test_threading.CRLockTests.test_locked_repr) ... ok 2025-10-14T22:26:47.5955547Z test_locked_with_2threads (test.test_threading.CRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:26:47.5956151Z test_reacquire (test.test_threading.CRLockTests.test_reacquire) ... ok 2025-10-14T22:26:47.5956870Z test_recursion_count (test.test_threading.CRLockTests.test_recursion_count) ... ok 2025-10-14T22:26:47.5957589Z test_release_save_unacquired (test.test_threading.CRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:26:47.5958283Z test_release_unacquired (test.test_threading.CRLockTests.test_release_unacquired) ... ok 2025-10-14T22:26:47.5958955Z test_repr (test.test_threading.CRLockTests.test_repr) ... ok 2025-10-14T22:26:47.5959655Z test_repr_count (test.test_threading.CRLockTests.test_repr_count) ... ok 2025-10-14T22:26:47.5960323Z test_signature (test.test_threading.CRLockTests.test_signature) ... ok 2025-10-14T22:26:47.5961011Z test_thread_leak (test.test_threading.CRLockTests.test_thread_leak) ... ok 2025-10-14T22:26:47.5961661Z test_timeout (test.test_threading.CRLockTests.test_timeout) ... ok 2025-10-14T22:26:47.5962260Z test_try_acquire (test.test_threading.CRLockTests.test_try_acquire) ... ok 2025-10-14T22:26:47.5963075Z test_try_acquire_contended (test.test_threading.CRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.5963668Z test_weakref_deleted (test.test_threading.CRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:26:47.5964237Z test_weakref_exists (test.test_threading.CRLockTests.test_weakref_exists) ... ok 2025-10-14T22:26:47.5964784Z test_with (test.test_threading.CRLockTests.test_with) ... ok 2025-10-14T22:26:47.5965336Z test__is_owned (test.test_threading.ConditionAsRLockTests.test__is_owned) ... ok 2025-10-14T22:26:47.5966054Z test_acquire_contended (test.test_threading.ConditionAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.5966656Z test_acquire_destroy (test.test_threading.ConditionAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.5967244Z test_acquire_release (test.test_threading.ConditionAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:26:47.5967828Z test_constructor (test.test_threading.ConditionAsRLockTests.test_constructor) ... ok 2025-10-14T22:26:47.5968462Z test_constructor_noargs (test.test_threading.ConditionAsRLockTests.test_constructor_noargs) ... skipped 'Condition allows positional arguments' 2025-10-14T22:26:47.5969229Z test_different_thread (test.test_threading.ConditionAsRLockTests.test_different_thread) ... ok 2025-10-14T22:26:47.5969860Z test_locked (test.test_threading.ConditionAsRLockTests.test_locked) ... ok 2025-10-14T22:26:47.5970444Z test_locked_repr (test.test_threading.ConditionAsRLockTests.test_locked_repr) ... ok 2025-10-14T22:26:47.5971031Z test_locked_with_2threads (test.test_threading.ConditionAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:26:47.5971603Z test_reacquire (test.test_threading.ConditionAsRLockTests.test_reacquire) ... ok 2025-10-14T22:26:47.5972241Z test_recursion_count (test.test_threading.ConditionAsRLockTests.test_recursion_count) ... skipped 'Condition does not expose _recursion_count()' 2025-10-14T22:26:47.5972981Z test_release_save_unacquired (test.test_threading.ConditionAsRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:26:47.5973738Z test_release_unacquired (test.test_threading.ConditionAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:26:47.5974446Z test_repr (test.test_threading.ConditionAsRLockTests.test_repr) ... ok 2025-10-14T22:26:47.5975093Z test_repr_count (test.test_threading.ConditionAsRLockTests.test_repr_count) ... ok 2025-10-14T22:26:47.5975812Z test_thread_leak (test.test_threading.ConditionAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:26:47.5976530Z test_timeout (test.test_threading.ConditionAsRLockTests.test_timeout) ... ok 2025-10-14T22:26:47.5977226Z test_try_acquire (test.test_threading.ConditionAsRLockTests.test_try_acquire) ... ok 2025-10-14T22:26:47.5977942Z test_try_acquire_contended (test.test_threading.ConditionAsRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.5978676Z test_weakref_deleted (test.test_threading.ConditionAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:26:47.5979316Z test_weakref_exists (test.test_threading.ConditionAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:26:47.5979977Z test_with (test.test_threading.ConditionAsRLockTests.test_with) ... ok 2025-10-14T22:26:47.5980598Z test_acquire (test.test_threading.ConditionTests.test_acquire) ... ok 2025-10-14T22:26:47.5981188Z test_notify (test.test_threading.ConditionTests.test_notify) ... ok 2025-10-14T22:26:47.5981779Z test_timeout (test.test_threading.ConditionTests.test_timeout) ... ok 2025-10-14T22:26:47.5982397Z test_unacquired_notify (test.test_threading.ConditionTests.test_unacquired_notify) ... ok 2025-10-14T22:26:47.5983107Z test_unacquired_wait (test.test_threading.ConditionTests.test_unacquired_wait) ... ok 2025-10-14T22:26:47.5983713Z test_waitfor (test.test_threading.ConditionTests.test_waitfor) ... ok 2025-10-14T22:26:47.5984310Z test_waitfor_timeout (test.test_threading.ConditionTests.test_waitfor_timeout) ... ok 2025-10-14T22:26:47.5984980Z test_at_fork_reinit (test.test_threading.EventTests.test_at_fork_reinit) ... skipped "platform doesn't support fork (no _at_fork_reinit method)" 2025-10-14T22:26:47.5985622Z test_is_set (test.test_threading.EventTests.test_is_set) ... ok 2025-10-14T22:26:47.5986188Z test_notify (test.test_threading.EventTests.test_notify) ... ok 2025-10-14T22:26:47.5986779Z test_repr (test.test_threading.EventTests.test_repr) ... ok 2025-10-14T22:26:47.5987415Z test_set_and_clear (test.test_threading.EventTests.test_set_and_clear) ... ok 2025-10-14T22:26:47.5988046Z test_timeout (test.test_threading.EventTests.test_timeout) ... ok 2025-10-14T22:26:47.5988830Z test_custom_excepthook (test.test_threading.ExceptHookTests.test_custom_excepthook) ... ok 2025-10-14T22:26:47.5989449Z test_custom_excepthook_fail (test.test_threading.ExceptHookTests.test_custom_excepthook_fail) ... ok 2025-10-14T22:26:47.5990040Z test_excepthook (test.test_threading.ExceptHookTests.test_excepthook) ... ok 2025-10-14T22:26:47.5990641Z test_excepthook_thread_None (test.test_threading.ExceptHookTests.test_excepthook_thread_None) ... ok 2025-10-14T22:26:47.5991322Z test_original_excepthook (test.test_threading.ExceptHookTests.test_original_excepthook) ... ok 2025-10-14T22:26:47.5992037Z test_system_exit (test.test_threading.ExceptHookTests.test_system_exit) ... ok 2025-10-14T22:26:47.5992660Z test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops) ... ok 2025-10-14T22:26:47.5993409Z test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal) ... ok 2025-10-14T22:26:47.5994212Z test_interrupt_main_mainthread (test.test_threading.InterruptMainTests.test_interrupt_main_mainthread) ... ok 2025-10-14T22:26:47.5994976Z test_interrupt_main_noerror (test.test_threading.InterruptMainTests.test_interrupt_main_noerror) ... ok 2025-10-14T22:26:47.5995811Z test_interrupt_main_subthread (test.test_threading.InterruptMainTests.test_interrupt_main_subthread) ... ok 2025-10-14T22:26:47.5996607Z test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler) ... ok 2025-10-14T22:26:47.5997367Z test_acquire_contended (test.test_threading.LockTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.5998089Z test_acquire_destroy (test.test_threading.LockTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.5998834Z test_acquire_release (test.test_threading.LockTests.test_acquire_release) ... ok 2025-10-14T22:26:47.5999630Z test_at_fork_reinit (test.test_threading.LockTests.test_at_fork_reinit) ... skipped "platform doesn't support fork (no _at_fork_reinit method)" 2025-10-14T22:26:47.6000340Z test_constructor (test.test_threading.LockTests.test_constructor) ... ok 2025-10-14T22:26:47.6001164Z test_constructor_noargs (test.test_threading.LockTests.test_constructor_noargs) ... ok 2025-10-14T22:26:47.6001822Z test_different_thread (test.test_threading.LockTests.test_different_thread) ... ok 2025-10-14T22:26:47.6002482Z test_locked_repr (test.test_threading.LockTests.test_locked_repr) ... ok 2025-10-14T22:26:47.6003213Z test_reacquire (test.test_threading.LockTests.test_reacquire) ... ok 2025-10-14T22:26:47.6003842Z test_repr (test.test_threading.LockTests.test_repr) ... ok 2025-10-14T22:26:47.6004595Z test_state_after_timeout (test.test_threading.LockTests.test_state_after_timeout) ... ok 2025-10-14T22:26:47.6005292Z test_thread_leak (test.test_threading.LockTests.test_thread_leak) ... ok 2025-10-14T22:26:47.6005928Z test_timeout (test.test_threading.LockTests.test_timeout) ... ok 2025-10-14T22:26:47.6006564Z test_try_acquire (test.test_threading.LockTests.test_try_acquire) ... ok 2025-10-14T22:26:47.6007394Z test_try_acquire_contended (test.test_threading.LockTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.6008036Z test_weakref_deleted (test.test_threading.LockTests.test_weakref_deleted) ... ok 2025-10-14T22:26:47.6008699Z test_weakref_exists (test.test_threading.LockTests.test_weakref_exists) ... ok 2025-10-14T22:26:47.6009366Z test_with (test.test_threading.LockTests.test_with) ... ok 2025-10-14T22:26:47.6010101Z test__all__ (test.test_threading.MiscTestCase.test__all__) ... ok 2025-10-14T22:26:47.6010801Z test_change_name (test.test_threading.MiscTestCase.test_change_name) ... ok 2025-10-14T22:26:47.6011510Z test_set_name (test.test_threading.MiscTestCase.test_set_name) ... ok 2025-10-14T22:26:47.6012148Z test__is_owned (test.test_threading.PyRLockTests.test__is_owned) ... ok 2025-10-14T22:26:47.6012750Z test_acquire_contended (test.test_threading.PyRLockTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.6013455Z test_acquire_destroy (test.test_threading.PyRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.6014032Z test_acquire_release (test.test_threading.PyRLockTests.test_acquire_release) ... ok 2025-10-14T22:26:47.6014573Z test_constructor (test.test_threading.PyRLockTests.test_constructor) ... ok 2025-10-14T22:26:47.6015142Z test_constructor_noargs (test.test_threading.PyRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:26:47.6015713Z test_different_thread (test.test_threading.PyRLockTests.test_different_thread) ... ok 2025-10-14T22:26:47.6016267Z test_locked (test.test_threading.PyRLockTests.test_locked) ... ok 2025-10-14T22:26:47.6016915Z test_locked_repr (test.test_threading.PyRLockTests.test_locked_repr) ... ok 2025-10-14T22:26:47.6017487Z test_locked_with_2threads (test.test_threading.PyRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:26:47.6018056Z test_reacquire (test.test_threading.PyRLockTests.test_reacquire) ... ok 2025-10-14T22:26:47.6018613Z test_recursion_count (test.test_threading.PyRLockTests.test_recursion_count) ... ok 2025-10-14T22:26:47.6019197Z test_release_save_unacquired (test.test_threading.PyRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:26:47.6019787Z test_release_unacquired (test.test_threading.PyRLockTests.test_release_unacquired) ... ok 2025-10-14T22:26:47.6020330Z test_repr (test.test_threading.PyRLockTests.test_repr) ... ok 2025-10-14T22:26:47.6020840Z test_repr_count (test.test_threading.PyRLockTests.test_repr_count) ... ok 2025-10-14T22:26:47.6021365Z test_thread_leak (test.test_threading.PyRLockTests.test_thread_leak) ... ok 2025-10-14T22:26:47.6021925Z test_timeout (test.test_threading.PyRLockTests.test_timeout) ... ok 2025-10-14T22:26:47.6022525Z test_try_acquire (test.test_threading.PyRLockTests.test_try_acquire) ... ok 2025-10-14T22:26:47.6023086Z test_try_acquire_contended (test.test_threading.PyRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.6023665Z test_weakref_deleted (test.test_threading.PyRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:26:47.6024240Z test_weakref_exists (test.test_threading.PyRLockTests.test_weakref_exists) ... ok 2025-10-14T22:26:47.6024817Z test_with (test.test_threading.PyRLockTests.test_with) ... ok 2025-10-14T22:26:47.6025447Z test_acquire (test.test_threading.SemaphoreTests.test_acquire) ... ok 2025-10-14T22:26:47.6026112Z test_acquire_contended (test.test_threading.SemaphoreTests.test_acquire_contended) ... ok 2025-10-14T22:26:47.6026803Z test_acquire_destroy (test.test_threading.SemaphoreTests.test_acquire_destroy) ... ok 2025-10-14T22:26:47.6027504Z test_acquire_timeout (test.test_threading.SemaphoreTests.test_acquire_timeout) ... ok 2025-10-14T22:26:47.6028168Z test_constructor (test.test_threading.SemaphoreTests.test_constructor) ... ok 2025-10-14T22:26:47.6028841Z test_default_value (test.test_threading.SemaphoreTests.test_default_value) ... ok 2025-10-14T22:26:47.6029535Z test_multirelease (test.test_threading.SemaphoreTests.test_multirelease) ... ok 2025-10-14T22:26:47.6030230Z test_release_unacquired (test.test_threading.SemaphoreTests.test_release_unacquired) ... ok 2025-10-14T22:26:47.6030896Z test_repr (test.test_threading.SemaphoreTests.test_repr) ... ok 2025-10-14T22:26:47.6031438Z test_try_acquire (test.test_threading.SemaphoreTests.test_try_acquire) ... ok 2025-10-14T22:26:47.6032009Z test_try_acquire_contended (test.test_threading.SemaphoreTests.test_try_acquire_contended) ... ok 2025-10-14T22:26:47.6032559Z test_with (test.test_threading.SemaphoreTests.test_with) ... ok 2025-10-14T22:26:47.6033139Z test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error) ... ok 2025-10-14T22:26:47.6033834Z test_daemon_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_daemon_threads_not_allowed) ... ok 2025-10-14T22:26:47.6034582Z test_threads_join (test.test_threading.SubinterpThreadingTests.test_threads_join) ... ok 2025-10-14T22:26:47.6035509Z test_threads_join_2 (test.test_threading.SubinterpThreadingTests.test_threads_join_2) ... ok 2025-10-14T22:26:47.6036249Z test_threads_join_with_no_main (test.test_threading.SubinterpThreadingTests.test_threads_join_with_no_main) ... ok 2025-10-14T22:26:47.6037010Z test_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_threads_not_allowed) ... ok 2025-10-14T22:26:47.6037761Z test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown) ... ok 2025-10-14T22:26:47.6038600Z test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6039559Z test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6040961Z test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads) ... skipped 'not enough memory: 2.7G minimum needed' 2025-10-14T22:26:47.6085955Z test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6086922Z test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6087676Z test_thread_from_thread (test.test_threading.ThreadJoinOnShutdown.test_thread_from_thread) ... ok 2025-10-14T22:26:47.6088397Z test_BoundedSemaphore_limit (test.test_threading.ThreadTests.test_BoundedSemaphore_limit) ... ok 2025-10-14T22:26:47.6089232Z test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests.test_PyThreadState_SetAsyncExc) ... ok 2025-10-14T22:26:47.6090075Z test_acquire_daemon_thread_lock_in_finalization (test.test_threading.ThreadTests.test_acquire_daemon_thread_lock_in_finalization) ... ok 2025-10-14T22:26:47.6090884Z test_args_argument (test.test_threading.ThreadTests.test_args_argument) ... ok 2025-10-14T22:26:47.6091739Z test_boolean_target (test.test_threading.ThreadTests.test_boolean_target) ... ok 2025-10-14T22:26:47.6092514Z test_daemon_param (test.test_threading.ThreadTests.test_daemon_param) ... ok 2025-10-14T22:26:47.6093307Z test_dummy_thread_after_fork (test.test_threading.ThreadTests.test_dummy_thread_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6094209Z test_enumerate_after_join (test.test_threading.ThreadTests.test_enumerate_after_join) ... ok 2025-10-14T22:26:47.6094900Z test_finalization_shutdown (test.test_threading.ThreadTests.test_finalization_shutdown) ... ok 2025-10-14T22:26:47.6095564Z test_finalize_daemon_thread_hang (test.test_threading.ThreadTests.test_finalize_daemon_thread_hang) ... ok 2025-10-14T22:26:47.6096246Z test_finalize_running_thread (test.test_threading.ThreadTests.test_finalize_running_thread) ... ok 2025-10-14T22:26:47.6096890Z test_finalize_with_trace (test.test_threading.ThreadTests.test_finalize_with_trace) ... ok 2025-10-14T22:26:47.6097520Z test_foreign_thread (test.test_threading.ThreadTests.test_foreign_thread) ... ok 2025-10-14T22:26:47.6098237Z test_frame_tstate_tracing (test.test_threading.ThreadTests.test_frame_tstate_tracing) ... ok 2025-10-14T22:26:47.6099007Z test_getprofile (test.test_threading.ThreadTests.test_getprofile) ... ok 2025-10-14T22:26:47.6099754Z test_getprofile_all_threads (test.test_threading.ThreadTests.test_getprofile_all_threads) ... ok 2025-10-14T22:26:47.6100493Z test_gettrace (test.test_threading.ThreadTests.test_gettrace) ... ok 2025-10-14T22:26:47.6101234Z test_gettrace_all_threads (test.test_threading.ThreadTests.test_gettrace_all_threads) ... ok 2025-10-14T22:26:47.6102052Z test_ident_of_no_threading_threads (test.test_threading.ThreadTests.test_ident_of_no_threading_threads) ... ok 2025-10-14T22:26:47.6102903Z test_import_from_another_thread (test.test_threading.ThreadTests.test_import_from_another_thread) ... ok 2025-10-14T22:26:47.6103705Z test_is_alive_after_fork (test.test_threading.ThreadTests.test_is_alive_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6104663Z test_join_daemon_thread_in_finalization (test.test_threading.ThreadTests.test_join_daemon_thread_in_finalization) ... ok 2025-10-14T22:26:47.6105540Z test_join_finished_daemon_thread_in_finalization (test.test_threading.ThreadTests.test_join_finished_daemon_thread_in_finalization) ... ok 2025-10-14T22:26:47.6106455Z test_join_from_multiple_threads (test.test_threading.ThreadTests.test_join_from_multiple_threads) ... skipped 'not enough memory: 1.4G minimum needed' 2025-10-14T22:26:47.6107301Z test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown) ... ok 2025-10-14T22:26:47.6108229Z test_join_with_timeout (test.test_threading.ThreadTests.test_join_with_timeout) ... ok 2025-10-14T22:26:47.6109083Z test_lazy_import (test.test_threading.ThreadTests.test_lazy_import) ... ok 2025-10-14T22:26:47.6109878Z test_leak_without_join (test.test_threading.ThreadTests.test_leak_without_join) ... ok 2025-10-14T22:26:47.6110591Z test_limbo_cleanup (test.test_threading.ThreadTests.test_limbo_cleanup) ... ok 2025-10-14T22:26:47.6111290Z test_locals_at_exit (test.test_threading.ThreadTests.test_locals_at_exit) ... ok 2025-10-14T22:26:47.6111954Z test_lock_no_args (test.test_threading.ThreadTests.test_lock_no_args) ... ok 2025-10-14T22:26:47.6112606Z test_lock_no_subclass (test.test_threading.ThreadTests.test_lock_no_subclass) ... ok 2025-10-14T22:26:47.6113231Z test_lock_or_none (test.test_threading.ThreadTests.test_lock_or_none) ... ok 2025-10-14T22:26:47.6113815Z test_main_thread (test.test_threading.ThreadTests.test_main_thread) ... ok 2025-10-14T22:26:47.6120241Z test_main_thread_after_fork (test.test_threading.ThreadTests.test_main_thread_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6121855Z test_main_thread_after_fork_from_dummy_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_dummy_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6123082Z test_main_thread_after_fork_from_foreign_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_foreign_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6128052Z test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6129554Z test_main_thread_during_shutdown (test.test_threading.ThreadTests.test_main_thread_during_shutdown) ... ok 2025-10-14T22:26:47.6130524Z test_name (test.test_threading.ThreadTests.test_name) ... ok 2025-10-14T22:26:47.6140029Z test_native_id_after_fork (test.test_threading.ThreadTests.test_native_id_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:26:47.6141616Z test_no_refcycle_through_target (test.test_threading.ThreadTests.test_no_refcycle_through_target) ... ok 2025-10-14T22:26:47.6142620Z test_old_threading_api (test.test_threading.ThreadTests.test_old_threading_api) ... ok 2025-10-14T22:26:47.6143856Z test_repr_daemon (test.test_threading.ThreadTests.test_repr_daemon) ... ok 2025-10-14T22:26:47.6144760Z test_repr_stopped (test.test_threading.ThreadTests.test_repr_stopped) ... ok 2025-10-14T22:26:47.6145575Z test_start_new_thread_at_finalization (test.test_threading.ThreadTests.test_start_new_thread_at_finalization) ... ok 2025-10-14T22:26:47.6146468Z test_start_new_thread_failed (test.test_threading.ThreadTests.test_start_new_thread_failed) ... skipped "No module named 'resource'" 2025-10-14T22:26:47.6147331Z test_stop_the_world_during_finalization (test.test_threading.ThreadTests.test_stop_the_world_during_finalization) ... ok 2025-10-14T22:26:47.6148041Z test_various_ops (test.test_threading.ThreadTests.test_various_ops) ... ok 2025-10-14T22:26:47.6148696Z test_various_ops_large_stack (test.test_threading.ThreadTests.test_various_ops_large_stack) ... ok 2025-10-14T22:26:47.6149466Z test_various_ops_small_stack (test.test_threading.ThreadTests.test_various_ops_small_stack) ... ok 2025-10-14T22:26:47.6151166Z test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread) ... ok 2025-10-14T22:26:47.6152042Z test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread) ... ok 2025-10-14T22:26:47.6152935Z test_dummy_thread_on_interpreter_shutdown (test.test_threading.ThreadingExceptionTests.test_dummy_thread_on_interpreter_shutdown) ... ok 2025-10-14T22:26:47.6153829Z test_joining_current_thread (test.test_threading.ThreadingExceptionTests.test_joining_current_thread) ... ok 2025-10-14T22:26:47.6155185Z test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread) ... ok 2025-10-14T22:26:47.6156112Z test_keyboard_interrupt_during_threading_shutdown (test.test_threading.ThreadingExceptionTests.test_keyboard_interrupt_during_threading_shutdown) ... skipped "signals don't work well on windows" 2025-10-14T22:26:47.6156962Z test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror) ... ok 2025-10-14T22:26:47.6157776Z test_print_exception (test.test_threading.ThreadingExceptionTests.test_print_exception) ... ok 2025-10-14T22:26:47.6158633Z test_print_exception_gh_102056 (test.test_threading.ThreadingExceptionTests.test_print_exception_gh_102056) ... ok 2025-10-14T22:26:47.6159522Z test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1) ... ok 2025-10-14T22:26:47.6160432Z test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2) ... ok 2025-10-14T22:26:47.6161386Z test_recursion_limit (test.test_threading.ThreadingExceptionTests.test_recursion_limit) ... ok 2025-10-14T22:26:47.6162107Z test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock) ... ok 2025-10-14T22:26:47.6162874Z test_start_thread_again (test.test_threading.ThreadingExceptionTests.test_start_thread_again) ... ok 2025-10-14T22:26:47.6163591Z test_init_immutable_default_args (test.test_threading.TimerTests.test_init_immutable_default_args) ... ok 2025-10-14T22:26:47.6164077Z 2025-10-14T22:26:47.6164625Z ---------------------------------------------------------------------- 2025-10-14T22:26:47.6165235Z Ran 234 tests in 32.478s 2025-10-14T22:26:47.6165653Z 2025-10-14T22:26:47.6166170Z OK (skipped=19) 2025-10-14T22:26:47.6166784Z Warning -- files was modified by test_threading 2025-10-14T22:26:47.6168873Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.6170925Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.6172304Z 0:01:08 load avg: 9.42 [ 63/495/14] test_asdl_parser passed 2025-10-14T22:26:47.6172958Z 0:01:08 load avg: 9.42 [ 64/495/14] test_nturl2path passed 2025-10-14T22:26:47.6173803Z 0:01:08 load avg: 9.42 [ 65/495/15] test.test_multiprocessing_spawn.test_manager failed (env changed) (32.9 sec) 2025-10-14T22:26:47.6174912Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6668æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6668æ' 2025-10-14T22:26:47.6175802Z Traceback (most recent call last): 2025-10-14T22:26:47.6176502Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:47.6177141Z os.mkdir(path) 2025-10-14T22:26:47.6177712Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:47.6178523Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6668æ' 2025-10-14T22:26:47.6179273Z Stack (most recent call last): 2025-10-14T22:26:47.6179924Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.6180588Z File "", line 88, in _run_code 2025-10-14T22:26:47.6181278Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.6181826Z main() 2025-10-14T22:26:47.6182369Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.6182922Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.6183502Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.6184113Z return next(self.gen) 2025-10-14T22:26:47.6184756Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:47.6185424Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:47.6186520Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6668æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6668æ' 2025-10-14T22:26:47.6187397Z Traceback (most recent call last): 2025-10-14T22:26:47.6188072Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:47.6188781Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:47.6189362Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:47.6189968Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6668æ' 2025-10-14T22:26:47.6190671Z Stack (most recent call last): 2025-10-14T22:26:47.6191271Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:47.6191907Z File "", line 88, in _run_code 2025-10-14T22:26:47.6192530Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:47.6193092Z main() 2025-10-14T22:26:47.6193654Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:47.6194278Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:47.6194895Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:47.6195482Z return next(self.gen) 2025-10-14T22:26:47.6196102Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:47.6197968Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:47.6198741Z test_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort) 2025-10-14T22:26:47.6199438Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:26:47.6200141Z test_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset) 2025-10-14T22:26:47.6200840Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:26:47.6201447Z test_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action) 2025-10-14T22:26:47.6202036Z Test the 'action' callback ... ok 2025-10-14T22:26:47.6202609Z test_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier) 2025-10-14T22:26:47.6203204Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:26:47.6204048Z test_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10) 2025-10-14T22:26:47.6204839Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:26:47.6205615Z test_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout) 2025-10-14T22:26:47.6206448Z Test the barrier's default timeout ... ok 2025-10-14T22:26:47.6207159Z test_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset) 2025-10-14T22:26:47.6207960Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:26:47.6208759Z test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread) ... ok 2025-10-14T22:26:47.6209759Z test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6210517Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout) 2025-10-14T22:26:47.6211181Z Test wait(timeout) ... ok 2025-10-14T22:26:47.6211806Z test_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return) 2025-10-14T22:26:47.6212484Z test the return value from barrier.wait ... ok 2025-10-14T22:26:47.6213141Z test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify) ... ok 2025-10-14T22:26:47.6213881Z test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all) ... ok 2025-10-14T22:26:47.6214655Z test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n) ... ok 2025-10-14T22:26:47.6215429Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout) ... ok 2025-10-14T22:26:47.6216168Z test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result) ... ok 2025-10-14T22:26:47.6216853Z test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor) ... ok 2025-10-14T22:26:47.6217538Z test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout) ... ok 2025-10-14T22:26:47.6218275Z test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict) ... ok 2025-10-14T22:26:47.6219016Z test_dict_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_isinstance) ... ok 2025-10-14T22:26:47.6219853Z test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter) ... ok 2025-10-14T22:26:47.6220784Z test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested) ... ok 2025-10-14T22:26:47.6221570Z test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list) ... ok 2025-10-14T22:26:47.6222369Z test_list_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_isinstance) ... ok 2025-10-14T22:26:47.6223218Z test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter) ... ok 2025-10-14T22:26:47.6224059Z test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list) ... ok 2025-10-14T22:26:47.6224888Z test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace) ... ok 2025-10-14T22:26:47.6225720Z test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue) ... ok 2025-10-14T22:26:47.6226530Z test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event) ... ok 2025-10-14T22:26:47.6227292Z test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr) ... ok 2025-10-14T22:26:47.6228039Z test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock) ... ok 2025-10-14T22:26:47.6228955Z test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context) ... ok 2025-10-14T22:26:47.6229851Z test_lock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_locked_2processes) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6230724Z test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6231577Z test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6232532Z test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock) ... ok 2025-10-14T22:26:47.6233288Z test_rlock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_context) ... ok 2025-10-14T22:26:47.6234142Z test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_locked_2processes) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6240730Z test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart) ... ok 2025-10-14T22:26:47.6242227Z test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager) ... ok 2025-10-14T22:26:47.6243248Z test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context) ... ok 2025-10-14T22:26:47.6257448Z test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok 2025-10-14T22:26:47.6258893Z test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply) ... ok 2025-10-14T22:26:47.6259767Z test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async) ... ok 2025-10-14T22:26:47.6266379Z test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout) ... ok 2025-10-14T22:26:47.6267822Z test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context) ... ok 2025-10-14T22:26:47.6268850Z test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable) ... ok 2025-10-14T22:26:47.6274624Z test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' 2025-10-14T22:26:47.6275981Z test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap) ... ok 2025-10-14T22:26:47.6276978Z test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6279516Z test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered) ... ok 2025-10-14T22:26:47.6281022Z test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6282094Z test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool) ... ok 2025-10-14T22:26:47.6283271Z test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map) ... ok 2025-10-14T22:26:47.6284154Z test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async) ... ok 2025-10-14T22:26:47.6285119Z test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks) ... ok 2025-10-14T22:26:47.6324350Z test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize) ... ok 2025-10-14T22:26:47.6325452Z test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6326262Z test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast) ... ok 2025-10-14T22:26:47.6327039Z test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable) ... ok 2025-10-14T22:26:47.6327816Z test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs) ... ok 2025-10-14T22:26:47.6328614Z test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' 2025-10-14T22:26:47.6329539Z test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap) ... ok 2025-10-14T22:26:47.6330327Z test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async) ... ok 2025-10-14T22:26:47.6331077Z test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate) ... ok 2025-10-14T22:26:47.6331762Z test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback) ... ok 2025-10-14T22:26:47.6332590Z test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception) ... ok 2025-10-14T22:26:47.6333355Z test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions) ... ok 2025-10-14T22:26:47.6334214Z test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok 2025-10-14T22:26:47.6334985Z test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork) ... ok 2025-10-14T22:26:47.6335695Z test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get) ... ok 2025-10-14T22:26:47.6336541Z test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention) ... ok 2025-10-14T22:26:47.6337367Z test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put) ... ok 2025-10-14T22:26:47.6338033Z test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize) ... ok 2025-10-14T22:26:47.6338809Z test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6339750Z test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6340575Z test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done) ... ok 2025-10-14T22:26:47.6341320Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout) ... ok 2025-10-14T22:26:47.6342082Z test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote) ... ok 2025-10-14T22:26:47.6342863Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore) ... ok 2025-10-14T22:26:47.6343638Z test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore) ... ok 2025-10-14T22:26:47.6344412Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' 2025-10-14T22:26:47.6344954Z 2025-10-14T22:26:47.6345501Z ---------------------------------------------------------------------- 2025-10-14T22:26:47.6346036Z Ran 82 tests in 32.187s 2025-10-14T22:26:47.6346383Z 2025-10-14T22:26:47.6346840Z OK (skipped=13) 2025-10-14T22:26:47.6347548Z Warning -- files was modified by test.test_multiprocessing_spawn.test_manager 2025-10-14T22:26:47.6349326Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5988_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.6351915Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_2720_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:47.6365429Z 0:01:08 load avg: 9.42 [ 66/495/15] test_dbm passed 2025-10-14T22:26:47.6366215Z 0:01:08 load avg: 9.42 [ 67/495/15] test_memoryview passed 2025-10-14T22:26:47.6366842Z 0:01:08 load avg: 9.42 [ 68/495/15] test_tcl passed 2025-10-14T22:26:47.6367416Z 0:01:08 load avg: 9.42 [ 69/495/15] test_positional_only_arg passed 2025-10-14T22:26:47.7739801Z 0:01:09 load avg: 9.42 [ 70/495/15] test_subclassinit passed 2025-10-14T22:26:47.9582470Z 0:01:09 load avg: 9.42 [ 71/495/15] test_stable_abi_ctypes passed 2025-10-14T22:26:48.5227081Z 0:01:09 load avg: 9.31 [ 72/495/15] test_lzma passed 2025-10-14T22:26:49.0266429Z 0:01:10 load avg: 9.31 [ 73/495/15] test.test_asyncio.test_runners passed 2025-10-14T22:26:49.6045579Z 0:01:10 load avg: 9.32 [ 74/495/15] test.test_asyncio.test_subprocess passed 2025-10-14T22:26:49.9686010Z 0:01:11 load avg: 9.32 [ 75/495/15] test.test_asyncio.test_eager_task_factory passed 2025-10-14T22:26:50.3909293Z 0:01:11 load avg: 9.32 [ 76/495/15] test_coroutines passed 2025-10-14T22:26:50.5715666Z 0:01:11 load avg: 9.20 [ 77/495/15] test_xxlimited passed 2025-10-14T22:26:50.8245734Z 0:01:12 load avg: 9.20 [ 78/495/15] test_codecencodings_hk passed 2025-10-14T22:26:51.1178631Z 0:01:12 load avg: 9.20 [ 79/495/15] test_fnmatch passed 2025-10-14T22:26:52.3899118Z 0:01:13 load avg: 9.26 [ 80/495/16] test_utf8_mode failed (env changed) 2025-10-14T22:26:52.3903317Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_928æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_928æ' 2025-10-14T22:26:52.3904830Z Traceback (most recent call last): 2025-10-14T22:26:52.3905635Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:52.3906834Z os.mkdir(path) 2025-10-14T22:26:52.3907423Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:52.3908196Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_928æ' 2025-10-14T22:26:52.3909058Z Stack (most recent call last): 2025-10-14T22:26:52.3909688Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:52.3910235Z File "", line 88, in _run_code 2025-10-14T22:26:52.3910776Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:52.3911294Z main() 2025-10-14T22:26:52.3911786Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:52.3912314Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:52.3912834Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:52.3913316Z return next(self.gen) 2025-10-14T22:26:52.3914046Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:52.3914651Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:52.3915596Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_928æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_928æ' 2025-10-14T22:26:52.3916295Z Traceback (most recent call last): 2025-10-14T22:26:52.3916839Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:52.3917349Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:52.3917937Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:52.3918468Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_928æ' 2025-10-14T22:26:52.3919039Z Stack (most recent call last): 2025-10-14T22:26:52.3919528Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:52.3920147Z File "", line 88, in _run_code 2025-10-14T22:26:52.3920733Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:52.3921422Z main() 2025-10-14T22:26:52.3921968Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:52.3922585Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:52.3923150Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:52.3923704Z return next(self.gen) 2025-10-14T22:26:52.3924276Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:52.3925274Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:52.3925948Z test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line) ... skipped 'test specific to Unix' 2025-10-14T22:26:52.3926977Z test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) ... skipped "os.device_encoding() doesn't implement the UTF-8 Mode on Windows" 2025-10-14T22:26:52.3927765Z test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var) ... ok 2025-10-14T22:26:52.3928475Z test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding) ... ok 2025-10-14T22:26:52.3929077Z test_io (test.test_utf8_mode.UTF8ModeTests.test_io) ... ok 2025-10-14T22:26:52.3929712Z test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding) ... ok 2025-10-14T22:26:52.3930452Z test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding) ... ok 2025-10-14T22:26:52.3931225Z test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level) ... ok 2025-10-14T22:26:52.3931977Z test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale) ... skipped 'Windows has no POSIX locale' 2025-10-14T22:26:52.3933158Z test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding) ... ok 2025-10-14T22:26:52.3934185Z test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio) ... ok 2025-10-14T22:26:52.3934914Z test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption) ... ok 2025-10-14T22:26:52.3935392Z 2025-10-14T22:26:52.3935988Z ---------------------------------------------------------------------- 2025-10-14T22:26:52.3936520Z Ran 12 tests in 1.028s 2025-10-14T22:26:52.3936883Z 2025-10-14T22:26:52.3937356Z OK (skipped=3) 2025-10-14T22:26:52.3937846Z Warning -- files was modified by test_utf8_mode 2025-10-14T22:26:52.3938943Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat', 'tempcwd/'] 2025-10-14T22:26:52.3940843Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:52.5816543Z 0:01:13 load avg: 9.16 [ 81/495/16] test_dtrace passed 2025-10-14T22:26:52.7985218Z 0:01:14 load avg: 9.16 [ 82/495/16] test_abstract_numbers passed 2025-10-14T22:26:53.0315637Z 0:01:14 load avg: 9.16 [ 83/495/16] test_httpservers passed 2025-10-14T22:26:53.4926633Z 0:01:14 load avg: 9.01 [ 84/495/17] test_userlist failed (env changed) 2025-10-14T22:26:53.4930853Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1224æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1224æ' 2025-10-14T22:26:53.4932409Z Traceback (most recent call last): 2025-10-14T22:26:53.4933187Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:53.4934280Z os.mkdir(path) 2025-10-14T22:26:53.4934871Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:53.4935681Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1224æ' 2025-10-14T22:26:53.4936539Z Stack (most recent call last): 2025-10-14T22:26:53.4937116Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:53.4937668Z File "", line 88, in _run_code 2025-10-14T22:26:53.4938252Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:53.4938756Z main() 2025-10-14T22:26:53.4939244Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:53.4939794Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:53.4940312Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:53.4940792Z return next(self.gen) 2025-10-14T22:26:53.4941333Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:53.4941934Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:53.4943022Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1224æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1224æ' 2025-10-14T22:26:53.4943747Z Traceback (most recent call last): 2025-10-14T22:26:53.4944286Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:53.4944787Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:53.4945231Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:53.4945767Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1224æ' 2025-10-14T22:26:53.4946323Z Stack (most recent call last): 2025-10-14T22:26:53.4946808Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:53.4947336Z File "", line 88, in _run_code 2025-10-14T22:26:53.4947893Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:53.4948470Z main() 2025-10-14T22:26:53.4948995Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:53.4949682Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:53.4950277Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:53.4950829Z return next(self.gen) 2025-10-14T22:26:53.4951415Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:53.4952213Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:53.4953122Z test_add_specials (test.test_userlist.UserListTest.test_add_specials) ... ok 2025-10-14T22:26:53.4954012Z test_addmul (test.test_userlist.UserListTest.test_addmul) ... ok 2025-10-14T22:26:53.4954679Z test_append (test.test_userlist.UserListTest.test_append) ... ok 2025-10-14T22:26:53.4955356Z test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat) ... ok 2025-10-14T22:26:53.4956037Z test_clear (test.test_userlist.UserListTest.test_clear) ... ok 2025-10-14T22:26:53.4956734Z test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling) ... ok 2025-10-14T22:26:53.4957697Z test_constructors (test.test_userlist.UserListTest.test_constructors) ... ok 2025-10-14T22:26:53.4958501Z test_contains (test.test_userlist.UserListTest.test_contains) ... ok 2025-10-14T22:26:53.4959174Z test_contains_fake (test.test_userlist.UserListTest.test_contains_fake) ... ok 2025-10-14T22:26:53.4959890Z test_contains_order (test.test_userlist.UserListTest.test_contains_order) ... ok 2025-10-14T22:26:53.4960725Z test_copy (test.test_userlist.UserListTest.test_copy) ... ok 2025-10-14T22:26:53.4961468Z test_count (test.test_userlist.UserListTest.test_count) ... ok 2025-10-14T22:26:53.4962132Z test_delitem (test.test_userlist.UserListTest.test_delitem) ... ok 2025-10-14T22:26:53.4962791Z test_delslice (test.test_userlist.UserListTest.test_delslice) ... ok 2025-10-14T22:26:53.4963542Z test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator) ... ok 2025-10-14T22:26:53.4964115Z test_extend (test.test_userlist.UserListTest.test_extend) ... ok 2025-10-14T22:26:53.4964760Z test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing) ... ok 2025-10-14T22:26:53.4965479Z test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating) ... ok 2025-10-14T22:26:53.4966076Z test_getitem (test.test_userlist.UserListTest.test_getitem) ... ok 2025-10-14T22:26:53.4966638Z test_getitem_error (test.test_userlist.UserListTest.test_getitem_error) ... ok 2025-10-14T22:26:53.4967217Z test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter) ... ok 2025-10-14T22:26:53.4967795Z test_getslice (test.test_userlist.UserListTest.test_getslice) ... ok 2025-10-14T22:26:53.4968318Z test_iadd (test.test_userlist.UserListTest.test_iadd) ... ok 2025-10-14T22:26:53.4968842Z test_imul (test.test_userlist.UserListTest.test_imul) ... ok 2025-10-14T22:26:53.4969386Z test_index (test.test_userlist.UserListTest.test_index) ... ok 2025-10-14T22:26:53.4970023Z test_init (test.test_userlist.UserListTest.test_init) ... ok 2025-10-14T22:26:53.4970822Z test_insert (test.test_userlist.UserListTest.test_insert) ... ok 2025-10-14T22:26:53.4971508Z test_len (test.test_userlist.UserListTest.test_len) ... ok 2025-10-14T22:26:53.4972213Z test_minmax (test.test_userlist.UserListTest.test_minmax) ... ok 2025-10-14T22:26:53.4972843Z test_mixedadd (test.test_userlist.UserListTest.test_mixedadd) ... ok 2025-10-14T22:26:53.4973480Z test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp) ... ok 2025-10-14T22:26:53.4974167Z test_pickle (test.test_userlist.UserListTest.test_pickle) ... ok 2025-10-14T22:26:53.4974805Z test_pop (test.test_userlist.UserListTest.test_pop) ... ok 2025-10-14T22:26:53.4975531Z test_radd_specials (test.test_userlist.UserListTest.test_radd_specials) ... ok 2025-10-14T22:26:53.4976213Z test_remove (test.test_userlist.UserListTest.test_remove) ... ok 2025-10-14T22:26:53.4976835Z test_repeat (test.test_userlist.UserListTest.test_repeat) ... ok 2025-10-14T22:26:53.4977376Z test_repr (test.test_userlist.UserListTest.test_repr) ... ok 2025-10-14T22:26:53.4977924Z test_repr_deep (test.test_userlist.UserListTest.test_repr_deep) ... ok 2025-10-14T22:26:53.4978548Z test_reverse (test.test_userlist.UserListTest.test_reverse) ... ok 2025-10-14T22:26:53.4979181Z test_reversed (test.test_userlist.UserListTest.test_reversed) ... ok 2025-10-14T22:26:53.4980044Z test_set_subscript (test.test_userlist.UserListTest.test_set_subscript) ... ok 2025-10-14T22:26:53.4980746Z test_setitem (test.test_userlist.UserListTest.test_setitem) ... ok 2025-10-14T22:26:53.4981508Z test_setitem_error (test.test_userlist.UserListTest.test_setitem_error) ... ok 2025-10-14T22:26:53.4982162Z test_setslice (test.test_userlist.UserListTest.test_setslice) ... ok 2025-10-14T22:26:53.4982752Z test_slice (test.test_userlist.UserListTest.test_slice) ... ok 2025-10-14T22:26:53.4983366Z test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator) ... ok 2025-10-14T22:26:53.4983964Z test_slice_type (test.test_userlist.UserListTest.test_slice_type) ... ok 2025-10-14T22:26:53.4984623Z test_sort (test.test_userlist.UserListTest.test_sort) ... ok 2025-10-14T22:26:53.4985157Z test_subscript (test.test_userlist.UserListTest.test_subscript) ... ok 2025-10-14T22:26:53.4985694Z test_truth (test.test_userlist.UserListTest.test_truth) ... ok 2025-10-14T22:26:53.4986344Z test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy) ... ok 2025-10-14T22:26:53.4986872Z 2025-10-14T22:26:53.4987481Z ---------------------------------------------------------------------- 2025-10-14T22:26:53.4988123Z Ran 51 tests in 0.346s 2025-10-14T22:26:53.4988546Z 2025-10-14T22:26:53.4989002Z OK 2025-10-14T22:26:53.4989468Z Warning -- files was modified by test_userlist 2025-10-14T22:26:53.4990517Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:53.4992742Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:26:54.4328604Z 0:01:15 load avg: 9.01 [ 85/495/17] test_richcmp passed 2025-10-14T22:26:54.9900411Z 0:01:16 load avg: 8.97 [ 86/495/17] test_py_compile passed 2025-10-14T22:26:55.3386403Z 0:01:16 load avg: 8.97 [ 87/495/17] test_wait4 skipped 2025-10-14T22:26:55.3388878Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7652æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7652æ' 2025-10-14T22:26:55.3389900Z Traceback (most recent call last): 2025-10-14T22:26:55.3391072Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:26:55.3391733Z os.mkdir(path) 2025-10-14T22:26:55.3392173Z ~~~~~~~~^^^^^^ 2025-10-14T22:26:55.3392672Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7652æ' 2025-10-14T22:26:55.3393173Z Stack (most recent call last): 2025-10-14T22:26:55.3393705Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:55.3394213Z File "", line 88, in _run_code 2025-10-14T22:26:55.3394774Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:55.3395308Z main() 2025-10-14T22:26:55.3395805Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:55.3396549Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:55.3397299Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:55.3397838Z return next(self.gen) 2025-10-14T22:26:55.3398309Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:26:55.3398936Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:26:55.3399834Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7652æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7652æ' 2025-10-14T22:26:55.3400469Z Traceback (most recent call last): 2025-10-14T22:26:55.3401094Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:26:55.3401569Z os.chdir(os.path.realpath(path)) 2025-10-14T22:26:55.3401999Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:26:55.3402575Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7652æ' 2025-10-14T22:26:55.3403133Z Stack (most recent call last): 2025-10-14T22:26:55.3403595Z File "", line 198, in _run_module_as_main 2025-10-14T22:26:55.3404052Z File "", line 88, in _run_code 2025-10-14T22:26:55.3404530Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:26:55.3404993Z main() 2025-10-14T22:26:55.3405416Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:26:55.3405871Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:26:55.3406325Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:26:55.3406759Z return next(self.gen) 2025-10-14T22:26:55.3407195Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:26:55.3407702Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:26:55.3408166Z test_wait4 skipped -- requires working os.fork() 2025-10-14T22:26:55.7834939Z 0:01:17 load avg: 8.83 [ 88/495/17] test_type_params passed 2025-10-14T22:26:56.3844471Z 0:01:17 load avg: 8.83 [ 89/495/17] test_struct passed 2025-10-14T22:26:57.6444092Z 0:01:18 load avg: 8.54 [ 90/495/17] test_unparse passed 2025-10-14T22:26:59.2476449Z 0:01:20 load avg: 8.40 [ 91/495/17] test_zipimport_support passed 2025-10-14T22:26:59.8854420Z 0:01:21 load avg: 8.26 [ 92/495/17] test_errno passed 2025-10-14T22:27:01.5027950Z 0:01:22 load avg: 8.14 [ 93/495/18] test_poplib failed (env changed) 2025-10-14T22:27:01.5068072Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4136æ' 2025-10-14T22:27:01.5335541Z Traceback (most recent call last): 2025-10-14T22:27:01.6902201Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:27:01.6926422Z os.mkdir(path) 2025-10-14T22:27:01.6935305Z ~~~~~~~~^^^^^^ 2025-10-14T22:27:01.6936286Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4136æ' 2025-10-14T22:27:01.6940934Z Stack (most recent call last): 2025-10-14T22:27:01.6941609Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:01.6942167Z File "", line 88, in _run_code 2025-10-14T22:27:01.6942718Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:01.6943226Z main() 2025-10-14T22:27:01.6943732Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:01.6944282Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:01.6944836Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:01.6945352Z return next(self.gen) 2025-10-14T22:27:01.6945878Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:27:01.6946407Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:27:01.6947652Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4136æ' 2025-10-14T22:27:01.6948342Z Traceback (most recent call last): 2025-10-14T22:27:01.6948863Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:27:01.6949479Z os.chdir(os.path.realpath(path)) 2025-10-14T22:27:01.6949957Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:27:01.6950519Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4136æ' 2025-10-14T22:27:01.6951224Z Stack (most recent call last): 2025-10-14T22:27:01.6951737Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:01.6952286Z File "", line 88, in _run_code 2025-10-14T22:27:01.6952815Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:01.6953289Z main() 2025-10-14T22:27:01.6953789Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:01.6954326Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:01.6954859Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:01.6955404Z return next(self.gen) 2025-10-14T22:27:01.6955940Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:27:01.6956497Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:27:01.6957033Z test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS) ... ok 2025-10-14T22:27:01.6957619Z test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal) ... ok 2025-10-14T22:27:01.6958199Z test_capa (test.test_poplib.TestPOP3Class.test_capa) ... ok 2025-10-14T22:27:01.6958753Z test_dele (test.test_poplib.TestPOP3Class.test_dele) ... ok 2025-10-14T22:27:01.6959325Z test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions) ... ok 2025-10-14T22:27:01.6959915Z test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome) ... ok 2025-10-14T22:27:01.6960497Z test_list (test.test_poplib.TestPOP3Class.test_list) ... ok 2025-10-14T22:27:01.6961175Z test_noop (test.test_poplib.TestPOP3Class.test_noop) ... ok 2025-10-14T22:27:01.6961744Z test_pass_ (test.test_poplib.TestPOP3Class.test_pass_) ... ok 2025-10-14T22:27:01.6962378Z test_quit (test.test_poplib.TestPOP3Class.test_quit) ... ok 2025-10-14T22:27:01.6962938Z test_retr (test.test_poplib.TestPOP3Class.test_retr) ... ok 2025-10-14T22:27:01.6963512Z test_rpop (test.test_poplib.TestPOP3Class.test_rpop) ... ok 2025-10-14T22:27:01.6964048Z test_stat (test.test_poplib.TestPOP3Class.test_stat) ... ok 2025-10-14T22:27:01.6964594Z test_stls (test.test_poplib.TestPOP3Class.test_stls) ... ok 2025-10-14T22:27:01.6965154Z test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa) ... ok 2025-10-14T22:27:01.6965742Z test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context) ... ok 2025-10-14T22:27:01.6966358Z test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines) ... ok 2025-10-14T22:27:01.6966932Z test_top (test.test_poplib.TestPOP3Class.test_top) ... ok 2025-10-14T22:27:01.6967479Z test_uidl (test.test_poplib.TestPOP3Class.test_uidl) ... ok 2025-10-14T22:27:01.6968026Z test_user (test.test_poplib.TestPOP3Class.test_user) ... ok 2025-10-14T22:27:01.6968569Z test_utf8 (test.test_poplib.TestPOP3Class.test_utf8) ... ok 2025-10-14T22:27:01.6969168Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:27:01.6969793Z test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__) ... ok 2025-10-14T22:27:01.6970384Z test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS) ... ok 2025-10-14T22:27:01.6970981Z test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal) ... ok 2025-10-14T22:27:01.6971569Z test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa) ... ok 2025-10-14T22:27:01.6972167Z test_context (test.test_poplib.TestPOP3_SSLClass.test_context) ... ok 2025-10-14T22:27:01.6972868Z test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele) ... ok 2025-10-14T22:27:01.6973461Z test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions) ... ok 2025-10-14T22:27:01.6977668Z test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome) ... ok 2025-10-14T22:27:01.6979171Z test_list (test.test_poplib.TestPOP3_SSLClass.test_list) ... ok 2025-10-14T22:27:01.6980034Z test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop) ... ok 2025-10-14T22:27:01.6981085Z test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_) ... ok 2025-10-14T22:27:01.6981858Z test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit) ... ok 2025-10-14T22:27:01.6982451Z test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr) ... ok 2025-10-14T22:27:01.6983026Z test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop) ... ok 2025-10-14T22:27:01.6983591Z test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat) ... ok 2025-10-14T22:27:01.6984174Z test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls) ... ok 2025-10-14T22:27:01.6984749Z test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa) ... ok 2025-10-14T22:27:01.6985356Z test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context) ... ok 2025-10-14T22:27:01.6985976Z test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines) ... ok 2025-10-14T22:27:01.6986576Z test_top (test.test_poplib.TestPOP3_SSLClass.test_top) ... ok 2025-10-14T22:27:01.6987175Z test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl) ... ok 2025-10-14T22:27:01.6987762Z test_user (test.test_poplib.TestPOP3_SSLClass.test_user) ... ok 2025-10-14T22:27:01.6988339Z test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8) ... ok 2025-10-14T22:27:01.6989010Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:27:01.6989706Z test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS) ... ok 2025-10-14T22:27:01.6990317Z test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal) ... ok 2025-10-14T22:27:01.6990900Z test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa) ... ok 2025-10-14T22:27:01.6991475Z test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele) ... ok 2025-10-14T22:27:01.6992060Z test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions) ... ok 2025-10-14T22:27:01.6992666Z test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome) ... ok 2025-10-14T22:27:01.6993336Z test_list (test.test_poplib.TestPOP3_TLSClass.test_list) ... ok 2025-10-14T22:27:01.6993913Z test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop) ... ok 2025-10-14T22:27:01.6994487Z test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_) ... ok 2025-10-14T22:27:01.6995068Z test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit) ... ok 2025-10-14T22:27:01.6995637Z test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr) ... ok 2025-10-14T22:27:01.6996221Z test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop) ... ok 2025-10-14T22:27:01.6996792Z test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat) ... ok 2025-10-14T22:27:01.6997403Z test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls) ... ok 2025-10-14T22:27:01.6998004Z test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa) ... ok 2025-10-14T22:27:01.6998613Z test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context) ... ok 2025-10-14T22:27:01.6999188Z test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines) ... ok 2025-10-14T22:27:01.6999773Z test_top (test.test_poplib.TestPOP3_TLSClass.test_top) ... ok 2025-10-14T22:27:01.7000331Z test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl) ... ok 2025-10-14T22:27:01.7000975Z test_user (test.test_poplib.TestPOP3_TLSClass.test_user) ... ok 2025-10-14T22:27:01.7001558Z test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8) ... ok 2025-10-14T22:27:01.7002191Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:27:01.7002969Z testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault) ... ok 2025-10-14T22:27:01.7003552Z testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone) ... ok 2025-10-14T22:27:01.7004139Z testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue) ... ok 2025-10-14T22:27:01.7004516Z 2025-10-14T22:27:01.7005015Z ---------------------------------------------------------------------- 2025-10-14T22:27:01.7005605Z Ran 71 tests in 11.124s 2025-10-14T22:27:01.7006104Z 2025-10-14T22:27:01.7006631Z OK 2025-10-14T22:27:01.7007200Z Warning -- files was modified by test_poplib 2025-10-14T22:27:01.7008578Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:27:01.7011040Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:27:01.9396201Z 0:01:23 load avg: 8.28 [ 94/495/18] test_type_annotations passed 2025-10-14T22:27:02.3462861Z 0:01:23 load avg: 8.28 [ 95/495/18] test.test_asyncio.test_locks passed 2025-10-14T22:27:03.1004218Z 0:01:24 load avg: 8.15 [ 96/495/18] test_codeccallbacks passed 2025-10-14T22:27:03.7871451Z 0:01:25 load avg: 8.01 [ 97/495/18] test_quopri passed 2025-10-14T22:27:05.0832250Z 0:01:26 load avg: 7.88 [ 98/495/18] test_range passed 2025-10-14T22:27:06.6953506Z 0:01:27 load avg: 7.98 [ 99/495/18] test_glob passed 2025-10-14T22:27:07.8593629Z 0:01:29 load avg: 7.80 [100/495/18] test_dataclasses passed 2025-10-14T22:27:08.4863660Z 0:01:29 load avg: 7.80 [101/495/18] test_cmath passed 2025-10-14T22:27:32.3543814Z 0:01:53 load avg: 5.49 [102/495/18] test_zipfile passed -- running (2): test_socket (46.6 sec), test_mmap (39.3 sec) 2025-10-14T22:27:32.7675375Z 0:01:54 load avg: 5.49 [103/495/19] test_logging failed (env changed) -- running (2): test_socket (47.0 sec), test_mmap (39.7 sec) 2025-10-14T22:27:32.7713843Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6504æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6504æ' 2025-10-14T22:27:32.8961777Z Traceback (most recent call last): 2025-10-14T22:27:32.9470150Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:27:32.9473857Z os.mkdir(path) 2025-10-14T22:27:32.9474747Z ~~~~~~~~^^^^^^ 2025-10-14T22:27:32.9479240Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6504æ' 2025-10-14T22:27:32.9480006Z Stack (most recent call last): 2025-10-14T22:27:32.9480560Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:32.9481145Z File "", line 88, in _run_code 2025-10-14T22:27:32.9481757Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:32.9482266Z main() 2025-10-14T22:27:32.9482791Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:32.9483591Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:32.9484136Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:32.9484647Z return next(self.gen) 2025-10-14T22:27:32.9485159Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:27:32.9485717Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:27:32.9486816Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6504æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6504æ' 2025-10-14T22:27:32.9487651Z Traceback (most recent call last): 2025-10-14T22:27:32.9488199Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:27:32.9488737Z os.chdir(os.path.realpath(path)) 2025-10-14T22:27:32.9489222Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:27:32.9489774Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6504æ' 2025-10-14T22:27:32.9490397Z Stack (most recent call last): 2025-10-14T22:27:32.9491142Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:32.9491674Z File "", line 88, in _run_code 2025-10-14T22:27:32.9492224Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:32.9492728Z main() 2025-10-14T22:27:32.9493229Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:32.9493780Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:32.9494300Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:32.9494871Z return next(self.gen) 2025-10-14T22:27:32.9495401Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:27:32.9495963Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:27:32.9496528Z test_critical (test.test_logging.BasicConfigTest.test_critical) ... ok 2025-10-14T22:27:32.9497126Z test_datefmt (test.test_logging.BasicConfigTest.test_datefmt) ... ok 2025-10-14T22:27:32.9497710Z test_debug (test.test_logging.BasicConfigTest.test_debug) ... ok 2025-10-14T22:27:32.9498291Z test_encoding (test.test_logging.BasicConfigTest.test_encoding) ... ok 2025-10-14T22:27:32.9498902Z test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors) ... ok 2025-10-14T22:27:32.9499544Z test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default) ... ok 2025-10-14T22:27:32.9500202Z test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none) ... ok 2025-10-14T22:27:32.9500835Z test_error (test.test_logging.BasicConfigTest.test_error) ... ok 2025-10-14T22:27:32.9501416Z test_filemode (test.test_logging.BasicConfigTest.test_filemode) ... ok 2025-10-14T22:27:32.9502009Z test_filename (test.test_logging.BasicConfigTest.test_filename) ... ok 2025-10-14T22:27:32.9502583Z test_force (test.test_logging.BasicConfigTest.test_force) ... ok 2025-10-14T22:27:32.9503157Z test_format (test.test_logging.BasicConfigTest.test_format) ... ok 2025-10-14T22:27:32.9503894Z test_formatter_given (test.test_logging.BasicConfigTest.test_formatter_given) ... ok 2025-10-14T22:27:32.9504597Z test_formatter_not_given (test.test_logging.BasicConfigTest.test_formatter_not_given) ... ok 2025-10-14T22:27:32.9505229Z test_handlers (test.test_logging.BasicConfigTest.test_handlers) ... ok 2025-10-14T22:27:32.9505846Z test_incompatible (test.test_logging.BasicConfigTest.test_incompatible) ... ok 2025-10-14T22:27:32.9506441Z test_info (test.test_logging.BasicConfigTest.test_info) ... ok 2025-10-14T22:27:32.9507007Z test_level (test.test_logging.BasicConfigTest.test_level) ... ok 2025-10-14T22:27:32.9507555Z test_log (test.test_logging.BasicConfigTest.test_log) ... ok 2025-10-14T22:27:32.9508126Z test_log_taskName (test.test_logging.BasicConfigTest.test_log_taskName) ... ok 2025-10-14T22:27:32.9508805Z test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs) ... ok 2025-10-14T22:27:32.9509380Z test_stream (test.test_logging.BasicConfigTest.test_stream) ... ok 2025-10-14T22:27:32.9509957Z test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle) ... ok 2025-10-14T22:27:32.9510556Z test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle) ... ok 2025-10-14T22:27:32.9511115Z test_style (test.test_logging.BasicConfigTest.test_style) ... ok 2025-10-14T22:27:32.9511669Z test_warning (test.test_logging.BasicConfigTest.test_warning) ... ok 2025-10-14T22:27:32.9512335Z test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter) ... ok 2025-10-14T22:27:32.9513115Z test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter) ... ok 2025-10-14T22:27:32.9513746Z test_filter (test.test_logging.BasicFilterTest.test_filter) ... ok 2025-10-14T22:27:32.9514331Z test_custom (test.test_logging.BufferingFormatterTest.test_custom) ... ok 2025-10-14T22:27:32.9514949Z test_default (test.test_logging.BufferingFormatterTest.test_default) ... ok 2025-10-14T22:27:32.9515636Z test_flat (test.test_logging.BuiltinLevelsTest.test_flat) ... ok 2025-10-14T22:27:32.9516242Z test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935) ... ok 2025-10-14T22:27:32.9516861Z test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit) ... ok 2025-10-14T22:27:32.9517550Z test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited) ... ok 2025-10-14T22:27:32.9518207Z test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent) ... ok 2025-10-14T22:27:32.9518876Z test_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386) 2025-10-14T22:27:32.9519446Z See issue #22386 for more information. ... ok 2025-10-14T22:27:32.9520023Z test_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220) 2025-10-14T22:27:32.9520580Z See issue #29220 for more information. ... ok 2025-10-14T22:27:32.9521153Z test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers) ... ok 2025-10-14T22:27:32.9521761Z test_get_children (test.test_logging.ChildLoggerTest.test_get_children) ... ok 2025-10-14T22:27:32.9522347Z test_111615 (test.test_logging.ConfigDictTest.test_111615) ... ok 2025-10-14T22:27:32.9522928Z test_90195 (test.test_logging.ConfigDictTest.test_90195) ... ok 2025-10-14T22:27:32.9523504Z test_bad_format (test.test_logging.ConfigDictTest.test_bad_format) ... ok 2025-10-14T22:27:32.9524146Z test_bad_format_with_dollar_style (test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style) ... ok 2025-10-14T22:27:32.9524787Z test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig) ... ok 2025-10-14T22:27:32.9525378Z test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok) ... ok 2025-10-14T22:27:32.9525983Z test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok) ... ok 2025-10-14T22:27:32.9526627Z test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure) ... ok 2025-10-14T22:27:32.9527270Z test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure) ... ok 2025-10-14T22:27:32.9527956Z test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok) ... ok 2025-10-14T22:27:32.9528548Z test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok) ... ok 2025-10-14T22:27:32.9529151Z test_config16_ok (test.test_logging.ConfigDictTest.test_config16_ok) ... ok 2025-10-14T22:27:32.9529820Z test_config17_ok (test.test_logging.ConfigDictTest.test_config17_ok) ... ok 2025-10-14T22:27:32.9530419Z test_config18_ok (test.test_logging.ConfigDictTest.test_config18_ok) ... ok 2025-10-14T22:27:32.9531019Z test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok) ... ok 2025-10-14T22:27:32.9531617Z test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure) ... ok 2025-10-14T22:27:32.9532233Z test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure) ... ok 2025-10-14T22:27:32.9533705Z test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure) ... ok 2025-10-14T22:27:32.9534322Z test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure) ... ok 2025-10-14T22:27:32.9534937Z test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok) ... ok 2025-10-14T22:27:32.9535530Z test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok) ... ok 2025-10-14T22:27:32.9536215Z test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok) ... ok 2025-10-14T22:27:32.9536825Z test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure) ... ok 2025-10-14T22:27:32.9537979Z test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok) ... ok 2025-10-14T22:27:32.9538578Z test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok) ... ok 2025-10-14T22:27:32.9539175Z test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok) ... ok 2025-10-14T22:27:32.9539771Z test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok) ... ok 2025-10-14T22:27:32.9540365Z test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok) ... ok 2025-10-14T22:27:32.9541014Z test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works) ... ok 2025-10-14T22:27:32.9541698Z test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works) ... ok 2025-10-14T22:27:32.9542352Z test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works) ... ok 2025-10-14T22:27:32.9542963Z test_config_queue_handler (test.test_logging.ConfigDictTest.test_config_queue_handler) ... ok 2025-10-14T22:27:32.9543750Z test_config_queue_handler_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager) ... ok 2025-10-14T22:27:32.9544621Z test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager) ... ok 2025-10-14T22:27:32.9545468Z test_config_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context) ... skipped 'requires a debug build for testing assertions in multiprocessing' 2025-10-14T22:27:32.9546333Z test_config_reject_simple_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context) ... skipped 'requires a debug build for testing assertions in multiprocessing' 2025-10-14T22:27:32.9547122Z test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate) ... ok 2025-10-14T22:27:32.9547892Z test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2) ... ok 2025-10-14T22:27:32.9548649Z test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt) ... ok 2025-10-14T22:27:32.9549375Z test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3) ... ok 2025-10-14T22:27:32.9550098Z test_custom_formatter_function_with_defaults (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults) ... ok 2025-10-14T22:27:32.9550821Z test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate) ... ok 2025-10-14T22:27:32.9551569Z test_deprecation_warning_custom_handler_with_strm_arg (test.test_logging.ConfigDictTest.test_deprecation_warning_custom_handler_with_strm_arg) ... ok 2025-10-14T22:27:32.9552285Z test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises) ... ok 2025-10-14T22:27:32.9552916Z test_kwargs_passing (test.test_logging.ConfigDictTest.test_kwargs_passing) ... ok 2025-10-14T22:27:32.9553644Z test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok) ... ok 2025-10-14T22:27:32.9554288Z test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok) ... ok 2025-10-14T22:27:32.9554903Z test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify) ... ok 2025-10-14T22:27:32.9555619Z test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues) ... ok 2025-10-14T22:27:32.9556241Z test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple) ... ok 2025-10-14T22:27:32.9556836Z test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok) ... ok 2025-10-14T22:27:32.9557565Z test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok) ... ok 2025-10-14T22:27:32.9558175Z test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok) ... ok 2025-10-14T22:27:32.9558786Z test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure) ... ok 2025-10-14T22:27:32.9559402Z test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure) ... ok 2025-10-14T22:27:32.9560006Z test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok) ... ok 2025-10-14T22:27:32.9560608Z test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok) ... ok 2025-10-14T22:27:32.9561193Z test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok) ... ok 2025-10-14T22:27:32.9561808Z test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok) ... ok 2025-10-14T22:27:32.9562409Z test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok) ... ok 2025-10-14T22:27:32.9563011Z test_config9_ok (test.test_logging.ConfigFileTest.test_config9_ok) ... ok 2025-10-14T22:27:32.9563652Z test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names) ... ok 2025-10-14T22:27:32.9564313Z test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation) 2025-10-14T22:27:32.9564925Z bpo-33802 defaults should not get interpolated ... ok 2025-10-14T22:27:32.9565550Z test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty) ... ok 2025-10-14T22:27:32.9566260Z test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid) ... ok 2025-10-14T22:27:32.9567002Z test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist) ... ok 2025-10-14T22:27:32.9567686Z test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling) ... ok 2025-10-14T22:27:32.9568390Z test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter) ... ok 2025-10-14T22:27:32.9569085Z test_handler_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record) ... ok 2025-10-14T22:27:32.9569765Z test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter) ... ok 2025-10-14T22:27:32.9570480Z test_logging_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record) ... ok 2025-10-14T22:27:32.9571166Z test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters) ... ok 2025-10-14T22:27:32.9571800Z test_output (test.test_logging.DatagramHandlerTest.test_output) ... ok 2025-10-14T22:27:32.9572426Z test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode) ... ok 2025-10-14T22:27:32.9573070Z test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file) ... ok 2025-10-14T22:27:32.9573690Z test_formatting (test.test_logging.ExceptionTest.test_formatting) ... ok 2025-10-14T22:27:32.9574266Z test_delay (test.test_logging.FileHandlerTest.test_delay) ... ok 2025-10-14T22:27:32.9574909Z test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode) ... ok 2025-10-14T22:27:32.9575677Z test_braces (test.test_logging.FormatterTest.test_braces) ... ok 2025-10-14T22:27:32.9576289Z test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none) ... ok 2025-10-14T22:27:32.9576977Z test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter) ... ok 2025-10-14T22:27:32.9577588Z test_dollars (test.test_logging.FormatterTest.test_dollars) ... ok 2025-10-14T22:27:32.9578179Z test_format_validate (test.test_logging.FormatterTest.test_format_validate) ... ok 2025-10-14T22:27:32.9578768Z test_invalid_style (test.test_logging.FormatterTest.test_invalid_style) ... ok 2025-10-14T22:27:32.9579442Z test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047) ... ok 2025-10-14T22:27:32.9580071Z test_msecs_has_no_floating_point_precision_loss (test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss) ... ok 2025-10-14T22:27:32.9580802Z test_percent (test.test_logging.FormatterTest.test_percent) ... ok 2025-10-14T22:27:32.9582165Z test_relativeCreated_has_higher_precision (test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision) ... ok 2025-10-14T22:27:32.9582781Z test_time (test.test_logging.FormatterTest.test_time) ... ok 2025-10-14T22:27:32.9583300Z test_output (test.test_logging.HTTPHandlerTest.test_output) ... ok 2025-10-14T22:27:32.9583869Z test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers) ... ok 2025-10-14T22:27:32.9584441Z test_name (test.test_logging.HandlerTest.test_name) ... ok 2025-10-14T22:27:32.9585023Z test_pathlike_objects (test.test_logging.HandlerTest.test_pathlike_objects) 2025-10-14T22:27:32.9585607Z Test that path-like objects are accepted as filename arguments to handlers. ... ok 2025-10-14T22:27:32.9586235Z test_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock) 2025-10-14T22:27:32.9586893Z Ensure child logging locks are not held; bpo-6721 & bpo-36533. ... skipped 'requires working os.fork()' 2025-10-14T22:27:32.9587583Z test_race (test.test_logging.HandlerTest.test_race) ... skipped 'WatchedFileHandler not appropriate for Windows.' 2025-10-14T22:27:32.9588220Z test_output (test.test_logging.IPv6SysLogHandlerTest.test_output) ... ok 2025-10-14T22:27:32.9588821Z test_tcp_timeout (test.test_logging.IPv6SysLogHandlerTest.test_tcp_timeout) ... ok 2025-10-14T22:27:32.9589449Z test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection) ... ok 2025-10-14T22:27:32.9590070Z test_last_resort (test.test_logging.LastResortTest.test_last_resort) ... ok 2025-10-14T22:27:32.9590703Z test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class) ... ok 2025-10-14T22:27:32.9591304Z test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg) ... ok 2025-10-14T22:27:32.9591907Z test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing) ... ok 2025-10-14T22:27:32.9592495Z test_optional (test.test_logging.LogRecordTest.test_optional) ... ok 2025-10-14T22:27:32.9593072Z test_str_rep (test.test_logging.LogRecordTest.test_str_rep) ... ok 2025-10-14T22:27:32.9593787Z test_taskName_with_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported) ... ok 2025-10-14T22:27:32.9594486Z test_taskName_without_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported) ... ok 2025-10-14T22:27:32.9595136Z test_critical (test.test_logging.LoggerAdapterTest.test_critical) ... ok 2025-10-14T22:27:32.9595745Z test_exception (test.test_logging.LoggerAdapterTest.test_exception) ... ok 2025-10-14T22:27:32.9596352Z test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo) ... ok 2025-10-14T22:27:32.9596990Z test_extra_in_records (test.test_logging.LoggerAdapterTest.test_extra_in_records) ... ok 2025-10-14T22:27:32.9597613Z test_extra_merged (test.test_logging.LoggerAdapterTest.test_extra_merged) ... ok 2025-10-14T22:27:32.9598322Z test_extra_merged_log_call_has_precedence (test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence) ... ok 2025-10-14T22:27:32.9599234Z test_extra_not_merged_by_default (test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default) ... ok 2025-10-14T22:27:32.9599970Z test_find_caller_with_stacklevel (test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel) ... ok 2025-10-14T22:27:32.9600872Z test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers) ... ok 2025-10-14T22:27:32.9601494Z test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for) ... ok 2025-10-14T22:27:32.9602088Z test_nested (test.test_logging.LoggerAdapterTest.test_nested) ... ok 2025-10-14T22:27:32.9602790Z test_nested_styled_adapter (test.test_logging.LoggerAdapterTest.test_nested_styled_adapter) ... ok 2025-10-14T22:27:32.9603440Z test_styled_adapter (test.test_logging.LoggerAdapterTest.test_styled_adapter) ... ok 2025-10-14T22:27:32.9604030Z test_caching (test.test_logging.LoggerTest.test_caching) ... ok 2025-10-14T22:27:32.9604607Z test_exception (test.test_logging.LoggerTest.test_exception) ... ok 2025-10-14T22:27:32.9605226Z test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info) ... ok 2025-10-14T22:27:32.9605894Z test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel) ... ok 2025-10-14T22:27:32.9606653Z test_has_handlers (test.test_logging.LoggerTest.test_has_handlers) ... ok 2025-10-14T22:27:32.9607332Z test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate) ... ok 2025-10-14T22:27:32.9607957Z test_invalid_names (test.test_logging.LoggerTest.test_invalid_names) ... ok 2025-10-14T22:27:32.9608553Z test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for) ... ok 2025-10-14T22:27:32.9609191Z test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger) ... ok 2025-10-14T22:27:32.9609859Z test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise) ... ok 2025-10-14T22:27:32.9610518Z test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise) ... ok 2025-10-14T22:27:32.9611191Z test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite) ... ok 2025-10-14T22:27:32.9611881Z test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite) ... ok 2025-10-14T22:27:32.9612506Z test_pickling (test.test_logging.LoggerTest.test_pickling) ... ok 2025-10-14T22:27:32.9613127Z test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases) ... ok 2025-10-14T22:27:32.9613768Z test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level) ... ok 2025-10-14T22:27:32.9614383Z test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass) ... ok 2025-10-14T22:27:32.9614984Z test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory) ... ok 2025-10-14T22:27:32.9615632Z test_flush (test.test_logging.MemoryHandlerTest.test_flush) ... ok 2025-10-14T22:27:32.9616229Z test_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close) 2025-10-14T22:27:32.9616809Z Test that the flush-on-close configuration works as expected. ... ok 2025-10-14T22:27:32.9617411Z test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush) ... ok 2025-10-14T22:27:32.9618057Z test_shutdown_flush_on_close (test.test_logging.MemoryHandlerTest.test_shutdown_flush_on_close) 2025-10-14T22:27:32.9618630Z Test that the flush-on-close configuration is respected by the ... ok 2025-10-14T22:27:32.9619258Z test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers) ... ok 2025-10-14T22:27:32.9619841Z test__all__ (test.test_logging.MiscTestCase.test__all__) ... ok 2025-10-14T22:27:32.9620410Z test_critical (test.test_logging.ModuleLevelMiscTest.test_critical) ... ok 2025-10-14T22:27:32.9621099Z test_debug (test.test_logging.ModuleLevelMiscTest.test_debug) ... ok 2025-10-14T22:27:32.9621684Z test_disable (test.test_logging.ModuleLevelMiscTest.test_disable) ... ok 2025-10-14T22:27:32.9622281Z test_error (test.test_logging.ModuleLevelMiscTest.test_error) ... ok 2025-10-14T22:27:32.9622920Z test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping) ... ok 2025-10-14T22:27:32.9623542Z test_info (test.test_logging.ModuleLevelMiscTest.test_info) ... ok 2025-10-14T22:27:32.9624135Z test_log (test.test_logging.ModuleLevelMiscTest.test_log) ... ok 2025-10-14T22:27:32.9624856Z test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown) ... ok 2025-10-14T22:27:32.9625519Z test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open) ... ok 2025-10-14T22:27:32.9626174Z test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error) ... ok 2025-10-14T22:27:32.9626818Z test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class) ... ok 2025-10-14T22:27:32.9627471Z test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache) ... ok 2025-10-14T22:27:32.9628216Z test_warning (test.test_logging.ModuleLevelMiscTest.test_warning) ... ok 2025-10-14T22:27:32.9628883Z test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) ... skipped 'win32evtlog/win32evtlogutil/pywintypes required for this test.' 2025-10-14T22:27:32.9629650Z test_formatting (test.test_logging.QueueHandlerTest.test_formatting) ... ok 2025-10-14T22:27:32.9630317Z test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler) ... ok 2025-10-14T22:27:32.9630944Z test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener) ... ok 2025-10-14T22:27:32.9631595Z test_queue_listener_context_manager (test.test_logging.QueueHandlerTest.test_queue_listener_context_manager) ... ok 2025-10-14T22:27:32.9632345Z test_queue_listener_multi_start (test.test_logging.QueueHandlerTest.test_queue_listener_multi_start) ... ok 2025-10-14T22:27:32.9633050Z test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler) ... ok 2025-10-14T22:27:32.9633782Z test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers) ... ok 2025-10-14T22:27:32.9634495Z test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop) ... ok 2025-10-14T22:27:32.9635172Z test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue) ... ok 2025-10-14T22:27:32.9635880Z test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue) ... ok 2025-10-14T22:27:32.9636602Z test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop) 2025-10-14T22:27:32.9637238Z Five messages are logged then the QueueListener is stopped. This ... ok 2025-10-14T22:27:32.9637826Z test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created) ... ok 2025-10-14T22:27:32.9638445Z test_max_bytes (test.test_logging.RotatingFileHandlerTest.test_max_bytes) ... ok 2025-10-14T22:27:32.9639064Z test_max_bytes_delay (test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay) ... ok 2025-10-14T22:27:32.9639742Z test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance) ... ok 2025-10-14T22:27:32.9640418Z test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames) ... ok 2025-10-14T22:27:32.9641035Z test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator) ... ok 2025-10-14T22:27:32.9641674Z test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover) ... ok 2025-10-14T22:27:32.9642349Z test_should_not_rollover_non_file (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file) ... ok 2025-10-14T22:27:32.9643125Z test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover) ... ok 2025-10-14T22:27:32.9643728Z test_basic (test.test_logging.SMTPHandlerTest.test_basic) ... ok 2025-10-14T22:27:32.9644382Z test_no_failure (test.test_logging.ShutdownTest.test_no_failure) ... ok 2025-10-14T22:27:32.9645001Z test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire) ... ok 2025-10-14T22:27:32.9645641Z test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close) ... ok 2025-10-14T22:27:32.9646360Z test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush) ... ok 2025-10-14T22:27:32.9647034Z test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise) ... ok 2025-10-14T22:27:32.9647770Z test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise) ... ok 2025-10-14T22:27:32.9648511Z test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise) ... ok 2025-10-14T22:27:32.9649237Z test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise) ... ok 2025-10-14T22:27:32.9649946Z test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise) ... ok 2025-10-14T22:27:32.9650607Z test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise) ... ok 2025-10-14T22:27:32.9651271Z test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire) ... ok 2025-10-14T22:27:32.9651895Z test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close) ... ok 2025-10-14T22:27:32.9652514Z test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush) ... ok 2025-10-14T22:27:32.9653100Z test_noserver (test.test_logging.SocketHandlerTest.test_noserver) ... ok 2025-10-14T22:27:32.9653647Z test_output (test.test_logging.SocketHandlerTest.test_output) ... ok 2025-10-14T22:27:32.9654232Z test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name) ... ok 2025-10-14T22:27:32.9654849Z test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling) ... ok 2025-10-14T22:27:32.9655450Z test_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting) 2025-10-14T22:27:32.9656003Z Test setting the handler's stream ... ok 2025-10-14T22:27:32.9656610Z test_output (test.test_logging.SysLogHandlerTest.test_output) ... ok 2025-10-14T22:27:32.9660323Z test_tcp_timeout (test.test_logging.SysLogHandlerTest.test_tcp_timeout) ... ok 2025-10-14T22:27:32.9661660Z test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection) ... ok 2025-10-14T22:27:32.9662643Z test_deprecated__version__and__date__ (test.test_logging.TestModule.test_deprecated__version__and__date__) ... ok 2025-10-14T22:27:32.9663775Z test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete) ... ok 2025-10-14T22:27:32.9664572Z test_compute_files_to_delete_same_filename_different_extensions (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions) ... ok 2025-10-14T22:27:32.9665347Z test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D) ... ok 2025-10-14T22:27:32.9666054Z test_compute_rollover_D_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval) ... ok 2025-10-14T22:27:32.9666742Z test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H) ... ok 2025-10-14T22:27:32.9667422Z test_compute_rollover_H_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval) ... ok 2025-10-14T22:27:32.9668237Z test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M) ... ok 2025-10-14T22:27:32.9669060Z test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT) ... ok 2025-10-14T22:27:32.9669837Z test_compute_rollover_MIDNIGHT_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval) ... ok 2025-10-14T22:27:32.9670595Z test_compute_rollover_MIDNIGHT_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local) ... skipped 'tzset required' 2025-10-14T22:27:32.9671487Z test_compute_rollover_MIDNIGHT_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval) ... skipped 'tzset required' 2025-10-14T22:27:32.9672268Z test_compute_rollover_M_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval) ... ok 2025-10-14T22:27:32.9672954Z test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S) ... ok 2025-10-14T22:27:32.9673785Z test_compute_rollover_S_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval) ... ok 2025-10-14T22:27:32.9674484Z test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0) ... ok 2025-10-14T22:27:32.9675172Z test_compute_rollover_W0_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval) ... ok 2025-10-14T22:27:32.9675901Z test_compute_rollover_W6_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local) ... skipped 'tzset required' 2025-10-14T22:27:32.9676669Z test_compute_rollover_W6_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval) ... skipped 'tzset required' 2025-10-14T22:27:32.9677425Z test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime) ... ok 2025-10-14T22:27:32.9678146Z test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime) ... ok 2025-10-14T22:27:32.9678809Z test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid) ... ok 2025-10-14T22:27:32.9679422Z test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover) ... ok 2025-10-14T22:27:32.9680075Z test_rollover_at_midnight (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight) ... ok 2025-10-14T22:27:32.9680755Z test_rollover_at_weekday (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday) ... ok 2025-10-14T22:27:32.9681424Z test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover) ... ok 2025-10-14T22:27:32.9682094Z test_output (test.test_logging.UnixDatagramHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9682764Z test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9683485Z test_output (test.test_logging.UnixSocketHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9684218Z test_output (test.test_logging.UnixSysLogHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9684900Z test_tcp_timeout (test.test_logging.UnixSysLogHandlerTest.test_tcp_timeout) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9685578Z test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection) ... skipped 'Unix sockets required' 2025-10-14T22:27:32.9686276Z test_warnings (test.test_logging.WarningsTest.test_warnings) ... ok 2025-10-14T22:27:32.9687000Z test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers) ... ok 2025-10-14T22:27:32.9687415Z 2025-10-14T22:27:32.9687922Z ---------------------------------------------------------------------- 2025-10-14T22:27:32.9688538Z Ran 273 tests in 26.633s 2025-10-14T22:27:32.9688900Z 2025-10-14T22:27:32.9689342Z OK (skipped=15) 2025-10-14T22:27:32.9689802Z Warning -- files was modified by test_logging 2025-10-14T22:27:32.9691573Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_4760_tmpæ_dir/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:27:32.9693995Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:27:34.0899875Z 0:01:54 load avg: 5.53 [104/495/19] test_types passed -- running (2): test_socket (47.9 sec), test_mmap (40.7 sec) 2025-10-14T22:27:35.6998468Z 0:01:55 load avg: 5.44 [105/495/19] test_deque passed -- running (2): test_socket (48.3 sec), test_mmap (41.1 sec) 2025-10-14T22:27:35.6999515Z 0:01:55 load avg: 5.44 [106/495/19] test_thread_local_bytecode passed -- running (2): test_socket (48.8 sec), test_mmap (41.5 sec) 2025-10-14T22:27:35.7000089Z 0:01:56 load avg: 5.36 [107/495/19] test_operator passed -- running (2): test_socket (49.2 sec), test_mmap (42.0 sec) 2025-10-14T22:27:35.8909946Z 0:01:57 load avg: 5.36 [108/495/19] test_exception_group passed -- running (2): test_socket (50.1 sec), test_mmap (42.9 sec) 2025-10-14T22:27:37.2486141Z 0:01:58 load avg: 5.45 [109/495/19] test_marshal passed -- running (2): test_socket (51.5 sec), test_mmap (44.2 sec) 2025-10-14T22:27:37.7059760Z 0:01:58 load avg: 5.45 [110/495/19] test_global passed -- running (2): test_socket (51.9 sec), test_mmap (44.7 sec) 2025-10-14T22:27:38.2425898Z 0:01:59 load avg: 5.38 [111/495/19] test_winconsoleio passed -- running (2): test_socket (52.5 sec), test_mmap (45.2 sec) 2025-10-14T22:27:40.0723189Z 0:01:59 load avg: 5.38 [112/495/19] test_threadedtempfile passed -- running (2): test_socket (52.9 sec), test_mmap (45.7 sec) 2025-10-14T22:27:50.0334286Z 0:02:11 load avg: 4.76 [113/495/20] test_capi failed (3 errors) -- running (2): test_socket (1 min 4 sec), test_mmap (57.0 sec) 2025-10-14T22:27:50.0337157Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7012æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7012æ' 2025-10-14T22:27:50.0338168Z Traceback (most recent call last): 2025-10-14T22:27:50.0347733Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:27:50.0348501Z os.mkdir(path) 2025-10-14T22:27:50.0349003Z ~~~~~~~~^^^^^^ 2025-10-14T22:27:50.0349608Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7012æ' 2025-10-14T22:27:50.0350246Z Stack (most recent call last): 2025-10-14T22:27:50.0350778Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:50.0351323Z File "", line 88, in _run_code 2025-10-14T22:27:50.0351919Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:50.0352877Z main() 2025-10-14T22:27:50.0353648Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:50.0354465Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:50.0355297Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:50.0355897Z return next(self.gen) 2025-10-14T22:27:50.0356506Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:27:50.0357381Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:27:50.0358412Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7012æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7012æ' 2025-10-14T22:27:50.0359391Z Traceback (most recent call last): 2025-10-14T22:27:50.0360031Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:27:50.0360625Z os.chdir(os.path.realpath(path)) 2025-10-14T22:27:50.0361159Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:27:50.0362260Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7012æ' 2025-10-14T22:27:50.0363241Z Stack (most recent call last): 2025-10-14T22:27:50.0363942Z File "", line 198, in _run_module_as_main 2025-10-14T22:27:50.0364567Z File "", line 88, in _run_code 2025-10-14T22:27:50.0365139Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:27:50.0365630Z main() 2025-10-14T22:27:50.0366270Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:27:50.0366829Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:27:50.0367411Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:27:50.0367940Z return next(self.gen) 2025-10-14T22:27:50.0368435Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:27:50.0368969Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:27:50.0369509Z test_iter_next (test.test_capi.test_abstract.CAPITest.test_iter_next) ... ok 2025-10-14T22:27:50.0370074Z test_iter_nextitem (test.test_capi.test_abstract.CAPITest.test_iter_nextitem) ... ok 2025-10-14T22:27:50.0370634Z test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check) ... ok 2025-10-14T22:27:50.0371293Z test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring) ... ok 2025-10-14T22:27:50.0372079Z test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring) ... ok 2025-10-14T22:27:50.0372868Z test_mapping_getoptionalitem (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitem) ... ok 2025-10-14T22:27:50.0373659Z test_mapping_getoptionalitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitemstring) ... ok 2025-10-14T22:27:50.0374444Z test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey) ... ok 2025-10-14T22:27:50.0375158Z test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring) ... ok 2025-10-14T22:27:50.0375877Z test_mapping_haskeystringwitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystringwitherror) ... ok 2025-10-14T22:27:50.0376660Z test_mapping_haskeywitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeywitherror) ... ok 2025-10-14T22:27:50.0377408Z test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems) ... ok 2025-10-14T22:27:50.0378233Z test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg) ... ok 2025-10-14T22:27:50.0379026Z test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring) ... ok 2025-10-14T22:27:50.0379660Z test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size) ... ok 2025-10-14T22:27:50.0380248Z test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii) ... ok 2025-10-14T22:27:50.0380996Z test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes) ... ok 2025-10-14T22:27:50.0381649Z test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr) ... ok 2025-10-14T22:27:50.0382490Z test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring) ... ok 2025-10-14T22:27:50.0383229Z test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem) ... ok 2025-10-14T22:27:50.0383992Z test_object_generichash (test.test_capi.test_abstract.CAPITest.test_object_generichash) ... ok 2025-10-14T22:27:50.0384683Z test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr) ... ok 2025-10-14T22:27:50.0385510Z test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring) ... ok 2025-10-14T22:27:50.0386225Z test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem) ... ok 2025-10-14T22:27:50.0386852Z test_object_getoptionalattr (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattr) ... ok 2025-10-14T22:27:50.0387487Z test_object_getoptionalattrstring (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattrstring) ... ok 2025-10-14T22:27:50.0388086Z test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr) ... ok 2025-10-14T22:27:50.0388675Z test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring) ... ok 2025-10-14T22:27:50.0389474Z test_object_hasattrstringwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrstringwitherror) ... ok 2025-10-14T22:27:50.0390292Z test_object_hasattrwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrwitherror) ... ok 2025-10-14T22:27:50.0391022Z test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr) ... ok 2025-10-14T22:27:50.0391712Z test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr) ... ok 2025-10-14T22:27:50.0392371Z test_object_setattr_null_exc (test.test_capi.test_abstract.CAPITest.test_object_setattr_null_exc) ... ok 2025-10-14T22:27:50.0393006Z test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring) ... ok 2025-10-14T22:27:50.0393598Z test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem) ... ok 2025-10-14T22:27:50.0394182Z test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str) ... ok 2025-10-14T22:27:50.0394768Z test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check) ... ok 2025-10-14T22:27:50.0395377Z test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat) ... ok 2025-10-14T22:27:50.0396024Z test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains) ... ok 2025-10-14T22:27:50.0396960Z test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count) ... ok 2025-10-14T22:27:50.0397694Z test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem) ... ok 2025-10-14T22:27:50.0398373Z test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice) ... ok 2025-10-14T22:27:50.0399264Z test_sequence_fast (test.test_capi.test_abstract.CAPITest.test_sequence_fast) ... ok 2025-10-14T22:27:50.0400352Z test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem) ... ok 2025-10-14T22:27:50.0401052Z test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index) ... ok 2025-10-14T22:27:50.0401832Z test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat) ... ok 2025-10-14T22:27:50.0402591Z test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat) ... ok 2025-10-14T22:27:50.0403317Z test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list) ... ok 2025-10-14T22:27:50.0403988Z test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat) ... ok 2025-10-14T22:27:50.0404617Z test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem) ... ok 2025-10-14T22:27:50.0405423Z test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice) ... ok 2025-10-14T22:27:50.0406116Z test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size) ... ok 2025-10-14T22:27:50.0406765Z test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple) ... ok 2025-10-14T22:27:50.0407321Z test_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring) 2025-10-14T22:27:50.0407826Z Test PyByteArray_AsString() ... ok 2025-10-14T22:27:50.0408331Z test_check (test.test_capi.test_bytearray.CAPITest.test_check) ... ok 2025-10-14T22:27:50.0409150Z test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact) ... ok 2025-10-14T22:27:50.0410974Z test_concat (test.test_capi.test_bytearray.CAPITest.test_concat) 2025-10-14T22:27:50.0415427Z Test PyByteArray_Concat() ... ok 2025-10-14T22:27:50.0416201Z test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject) ... ok 2025-10-14T22:27:50.0416936Z test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize) ... ok 2025-10-14T22:27:50.0417613Z test_resize (test.test_capi.test_bytearray.CAPITest.test_resize) 2025-10-14T22:27:50.0418253Z Test PyByteArray_Resize() ... ok 2025-10-14T22:27:50.0418960Z test_size (test.test_capi.test_bytearray.CAPITest.test_size) ... ok 2025-10-14T22:27:50.0419696Z test_create (test.test_capi.test_bytes.ByteArrayWriterTest.test_create) ... ok 2025-10-14T22:27:50.0428684Z test_example_abc (test.test_capi.test_bytes.ByteArrayWriterTest.test_example_abc) ... ok 2025-10-14T22:27:50.0429598Z test_example_highlevel (test.test_capi.test_bytes.ByteArrayWriterTest.test_example_highlevel) ... ok 2025-10-14T22:27:50.0430353Z test_example_resize (test.test_capi.test_bytes.ByteArrayWriterTest.test_example_resize) ... ok 2025-10-14T22:27:50.0431003Z test_format_i (test.test_capi.test_bytes.ByteArrayWriterTest.test_format_i) ... ok 2025-10-14T22:27:50.0431686Z test_resize (test.test_capi.test_bytes.ByteArrayWriterTest.test_resize) ... ok 2025-10-14T22:27:50.0432340Z test_write_bytes (test.test_capi.test_bytes.ByteArrayWriterTest.test_write_bytes) ... ok 2025-10-14T22:27:50.0432991Z test_create (test.test_capi.test_bytes.BytesWriterTest.test_create) ... ok 2025-10-14T22:27:50.0433630Z test_example_abc (test.test_capi.test_bytes.BytesWriterTest.test_example_abc) ... ok 2025-10-14T22:27:50.0434342Z test_example_highlevel (test.test_capi.test_bytes.BytesWriterTest.test_example_highlevel) ... ok 2025-10-14T22:27:50.0435052Z test_example_resize (test.test_capi.test_bytes.BytesWriterTest.test_example_resize) ... ok 2025-10-14T22:27:50.0435707Z test_format_i (test.test_capi.test_bytes.BytesWriterTest.test_format_i) ... ok 2025-10-14T22:27:50.0436445Z test_resize (test.test_capi.test_bytes.BytesWriterTest.test_resize) ... ok 2025-10-14T22:27:50.0437136Z test_write_bytes (test.test_capi.test_bytes.BytesWriterTest.test_write_bytes) ... ok 2025-10-14T22:27:50.0437787Z test_asstring (test.test_capi.test_bytes.CAPITest.test_asstring) 2025-10-14T22:27:50.0438331Z Test PyBytes_AsString() ... ok 2025-10-14T22:27:50.0438871Z test_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize) 2025-10-14T22:27:50.0439442Z Test PyBytes_AsStringAndSize() ... ok 2025-10-14T22:27:50.0440035Z test_check (test.test_capi.test_bytes.CAPITest.test_check) ... ok 2025-10-14T22:27:50.0440659Z test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact) ... ok 2025-10-14T22:27:50.0441306Z test_concat (test.test_capi.test_bytes.CAPITest.test_concat) 2025-10-14T22:27:50.0441906Z Test PyBytes_Concat() ... ok 2025-10-14T22:27:50.0442559Z test_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel) 2025-10-14T22:27:50.0443149Z Test PyBytes_ConcatAndDel() ... ok 2025-10-14T22:27:50.0443700Z test_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape) 2025-10-14T22:27:50.0444226Z Test PyBytes_DecodeEscape() ... ok 2025-10-14T22:27:50.0444940Z test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject) ... ok 2025-10-14T22:27:50.0445604Z test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring) ... ok 2025-10-14T22:27:50.0446312Z test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize) ... ok 2025-10-14T22:27:50.0446957Z test_join (test.test_capi.test_bytes.CAPITest.test_join) 2025-10-14T22:27:50.0447505Z Test PyBytes_Join() ... ok 2025-10-14T22:27:50.0448083Z test_repr (test.test_capi.test_bytes.CAPITest.test_repr) ... ok 2025-10-14T22:27:50.0448732Z test_resize (test.test_capi.test_bytes.CAPITest.test_resize) 2025-10-14T22:27:50.0449477Z Test _PyBytes_Resize() ... ok 2025-10-14T22:27:50.0450095Z test_size (test.test_capi.test_bytes.CAPITest.test_size) ... ok 2025-10-14T22:27:50.0450790Z test_codec_backslashreplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_backslashreplace_errors_handler) ... ok 2025-10-14T22:27:50.0451594Z test_codec_ignore_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_ignore_errors_handler) ... ok 2025-10-14T22:27:50.0453868Z test_codec_lookup_error (test.test_capi.test_codecs.CAPICodecErrors.test_codec_lookup_error) ... ok 2025-10-14T22:27:50.0454716Z test_codec_namereplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_namereplace_errors_handler) ... ok 2025-10-14T22:27:50.0455455Z test_codec_register_error (test.test_capi.test_codecs.CAPICodecErrors.test_codec_register_error) ... ok 2025-10-14T22:27:50.0456182Z test_codec_replace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_replace_errors_handler) ... ok 2025-10-14T22:27:50.0456985Z test_codec_strict_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_strict_errors_handler) ... ok 2025-10-14T22:27:50.0457718Z test_codec_xmlcharrefreplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_xmlcharrefreplace_errors_handler) ... ok 2025-10-14T22:27:50.0458418Z test_codec_decode (test.test_capi.test_codecs.CAPICodecs.test_codec_decode) ... ok 2025-10-14T22:27:50.0459053Z test_codec_decoder (test.test_capi.test_codecs.CAPICodecs.test_codec_decoder) ... ok 2025-10-14T22:27:50.0459694Z test_codec_encode (test.test_capi.test_codecs.CAPICodecs.test_codec_encode) ... ok 2025-10-14T22:27:50.0460333Z test_codec_encoder (test.test_capi.test_codecs.CAPICodecs.test_codec_encoder) ... ok 2025-10-14T22:27:50.0460990Z test_codec_incremental_decoder (test.test_capi.test_codecs.CAPICodecs.test_codec_incremental_decoder) ... ok 2025-10-14T22:27:50.0461700Z test_codec_incremental_encoder (test.test_capi.test_codecs.CAPICodecs.test_codec_incremental_encoder) ... ok 2025-10-14T22:27:50.0462378Z test_codec_known_encoding (test.test_capi.test_codecs.CAPICodecs.test_codec_known_encoding) ... ok 2025-10-14T22:27:50.0463020Z test_codec_register (test.test_capi.test_codecs.CAPICodecs.test_codec_register) ... ok 2025-10-14T22:27:50.0463659Z test_codec_stream_reader (test.test_capi.test_codecs.CAPICodecs.test_codec_stream_reader) ... ok 2025-10-14T22:27:50.0464336Z test_codec_stream_writer (test.test_capi.test_codecs.CAPICodecs.test_codec_stream_writer) ... ok 2025-10-14T22:27:50.0465026Z test_codec_unregister (test.test_capi.test_codecs.CAPICodecs.test_codec_unregister) ... ok 2025-10-14T22:27:50.0465662Z test_asasciistring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asasciistring) 2025-10-14T22:27:50.0466240Z Test PyUnicode_AsASCIIString() ... ok 2025-10-14T22:27:50.0466808Z test_ascharmapstring (test.test_capi.test_codecs.CAPIUnicodeTest.test_ascharmapstring) 2025-10-14T22:27:50.0467391Z Test PyUnicode_AsCharmapString() ... ok 2025-10-14T22:27:50.0468004Z test_asencodedstring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asencodedstring) 2025-10-14T22:27:50.0468617Z Test PyUnicode_AsEncodedString() ... ok 2025-10-14T22:27:50.0469290Z test_aslatin1string (test.test_capi.test_codecs.CAPIUnicodeTest.test_aslatin1string) 2025-10-14T22:27:50.0469867Z Test PyUnicode_AsLatin1String() ... ok 2025-10-14T22:27:50.0470626Z test_asrawunicodeescapestring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asrawunicodeescapestring) 2025-10-14T22:27:50.0471237Z Test PyUnicode_AsRawUnicodeEscapeString() ... ok 2025-10-14T22:27:50.0471950Z test_asunicodeescapestring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asunicodeescapestring) 2025-10-14T22:27:50.0472558Z Test PyUnicode_AsUnicodeEscapeString() ... ok 2025-10-14T22:27:50.0473139Z test_asutf16string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf16string) 2025-10-14T22:27:50.0473737Z Test PyUnicode_AsUTF16String() ... ok 2025-10-14T22:27:50.0474305Z test_asutf32string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf32string) 2025-10-14T22:27:50.0474992Z Test PyUnicode_AsUTF32String() ... ok 2025-10-14T22:27:50.0475576Z test_asutf8string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf8string) 2025-10-14T22:27:50.0476281Z Test PyUnicode_AsUTF8String() ... ok 2025-10-14T22:27:50.0476829Z test_decode (test.test_capi.test_codecs.CAPIUnicodeTest.test_decode) 2025-10-14T22:27:50.0477365Z Test PyUnicode_Decode() ... ok 2025-10-14T22:27:50.0477935Z test_decodeascii (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeascii) 2025-10-14T22:27:50.0478501Z Test PyUnicode_DecodeASCII() ... ok 2025-10-14T22:27:50.0479057Z test_decodecharmap (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodecharmap) 2025-10-14T22:27:50.0479636Z Test PyUnicode_DecodeCharmap() ... ok 2025-10-14T22:27:50.0480204Z test_decodelatin1 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodelatin1) 2025-10-14T22:27:50.0480778Z Test PyUnicode_DecodeLatin1() ... ok 2025-10-14T22:27:50.0481379Z test_decoderawunicodeescape (test.test_capi.test_codecs.CAPIUnicodeTest.test_decoderawunicodeescape) 2025-10-14T22:27:50.0481989Z Test PyUnicode_DecodeRawUnicodeEscape() ... ok 2025-10-14T22:27:50.0482596Z test_decodeunicodeescape (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeunicodeescape) 2025-10-14T22:27:50.0483257Z Test PyUnicode_DecodeUnicodeEscape() ... ok 2025-10-14T22:27:50.0483837Z test_decodeutf16 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf16) 2025-10-14T22:27:50.0484414Z Test PyUnicode_DecodeUTF16() ... ok 2025-10-14T22:27:50.0485000Z test_decodeutf16stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf16stateful) 2025-10-14T22:27:50.0485640Z Test PyUnicode_DecodeUTF16Stateful() ... ok 2025-10-14T22:27:50.0486233Z test_decodeutf32 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf32) 2025-10-14T22:27:50.0486842Z Test PyUnicode_DecodeUTF8() ... ok 2025-10-14T22:27:50.0487477Z test_decodeutf32stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf32stateful) 2025-10-14T22:27:50.0488149Z Test PyUnicode_DecodeUTF32Stateful() ... ok 2025-10-14T22:27:50.0488820Z test_decodeutf8 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf8) 2025-10-14T22:27:50.0489435Z Test PyUnicode_DecodeUTF8() ... ok 2025-10-14T22:27:50.0490094Z test_decodeutf8stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf8stateful) 2025-10-14T22:27:50.0490776Z Test PyUnicode_DecodeUTF8Stateful() ... ok 2025-10-14T22:27:50.0491498Z test_fromencodedobject (test.test_capi.test_codecs.CAPIUnicodeTest.test_fromencodedobject) 2025-10-14T22:27:50.0492115Z Test PyUnicode_FromEncodedObject() ... ok 2025-10-14T22:27:50.0492749Z test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex) ... ok 2025-10-14T22:27:50.0493414Z test_check (test.test_capi.test_complex.CAPIComplexTest.test_check) ... ok 2025-10-14T22:27:50.0494077Z test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact) ... ok 2025-10-14T22:27:50.0494707Z test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex) ... ok 2025-10-14T22:27:50.0495378Z test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles) ... ok 2025-10-14T22:27:50.0495972Z test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble) ... ok 2025-10-14T22:27:50.0496795Z test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs) ... ok 2025-10-14T22:27:50.0497399Z test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff) ... ok 2025-10-14T22:27:50.0498041Z test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg) ... ok 2025-10-14T22:27:50.0498720Z test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow) ... ok 2025-10-14T22:27:50.0499479Z test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod) ... ok 2025-10-14T22:27:50.0500212Z test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot) ... ok 2025-10-14T22:27:50.0501090Z test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum) ... ok 2025-10-14T22:27:50.0501824Z test_py_cr_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_diff) ... ok 2025-10-14T22:27:50.0502599Z test_py_cr_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_prod) ... ok 2025-10-14T22:27:50.0503293Z test_py_cr_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_quot) ... ok 2025-10-14T22:27:50.0504017Z test_py_cr_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_sum) ... ok 2025-10-14T22:27:50.0504735Z test_py_rc_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_rc_diff) ... ok 2025-10-14T22:27:50.0505379Z test_py_rc_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_rc_quot) ... ok 2025-10-14T22:27:50.0506017Z test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble) ... ok 2025-10-14T22:27:50.0506652Z test_config_get (test.test_capi.test_config.CAPITests.test_config_get) ... ok 2025-10-14T22:27:50.0507300Z test_config_get_non_existent (test.test_capi.test_config.CAPITests.test_config_get_non_existent) ... ok 2025-10-14T22:27:50.0507968Z test_config_get_sys_flags (test.test_capi.test_config.CAPITests.test_config_get_sys_flags) ... ok 2025-10-14T22:27:50.0508625Z test_config_get_write_bytecode (test.test_capi.test_config.CAPITests.test_config_get_write_bytecode) ... ok 2025-10-14T22:27:50.0509319Z test_config_getint (test.test_capi.test_config.CAPITests.test_config_getint) ... ok 2025-10-14T22:27:50.0510058Z test_config_set_cpu_count (test.test_capi.test_config.CAPITests.test_config_set_cpu_count) ... ok 2025-10-14T22:27:50.0510840Z test_config_set_read_only (test.test_capi.test_config.CAPITests.test_config_set_read_only) ... ok 2025-10-14T22:27:50.0511524Z test_config_set_sys_attr (test.test_capi.test_config.CAPITests.test_config_set_sys_attr) ... ok 2025-10-14T22:27:50.0512209Z test_config_set_sys_flag (test.test_capi.test_config.CAPITests.test_config_set_sys_flag) ... ok 2025-10-14T22:27:50.0512952Z test_get_config_names (test.test_capi.test_config.CAPITests.test_get_config_names) ... ok 2025-10-14T22:27:50.0513676Z test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check) ... ok 2025-10-14T22:27:50.0514321Z test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact) ... ok 2025-10-14T22:27:50.0514945Z test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear) ... ok 2025-10-14T22:27:50.0515537Z test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains) ... ok 2025-10-14T22:27:50.0516131Z test_dict_contains_string (test.test_capi.test_dict.CAPITest.test_dict_contains_string) ... ok 2025-10-14T22:27:50.0516791Z test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy) ... ok 2025-10-14T22:27:50.0517428Z test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem) ... ok 2025-10-14T22:27:50.0518131Z test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring) ... ok 2025-10-14T22:27:50.0518827Z test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem) ... ok 2025-10-14T22:27:50.0519486Z test_dict_getitemref (test.test_capi.test_dict.CAPITest.test_dict_getitemref) ... ok 2025-10-14T22:27:50.0520154Z test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring) ... ok 2025-10-14T22:27:50.0520871Z test_dict_getitemstringref (test.test_capi.test_dict.CAPITest.test_dict_getitemstringref) ... ok 2025-10-14T22:27:50.0521850Z test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror) ... ok 2025-10-14T22:27:50.0522691Z test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg) ... ok 2025-10-14T22:27:50.0523354Z test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge) ... ok 2025-10-14T22:27:50.0524043Z test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2) ... ok 2025-10-14T22:27:50.0524826Z test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new) ... ok 2025-10-14T22:27:50.0525830Z test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next) ... ok 2025-10-14T22:27:50.0526561Z test_dict_pop (test.test_capi.test_dict.CAPITest.test_dict_pop) ... ok 2025-10-14T22:27:50.0527342Z test_dict_popstring (test.test_capi.test_dict.CAPITest.test_dict_popstring) ... ok 2025-10-14T22:27:50.0528120Z test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault) ... ok 2025-10-14T22:27:50.0528879Z test_dict_setdefaultref (test.test_capi.test_dict.CAPITest.test_dict_setdefaultref) ... ok 2025-10-14T22:27:50.0529656Z test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem) ... ok 2025-10-14T22:27:50.0530392Z test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring) ... ok 2025-10-14T22:27:50.0531101Z test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size) ... ok 2025-10-14T22:27:50.0531797Z test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update) ... ok 2025-10-14T22:27:50.0532559Z test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new) ... ok 2025-10-14T22:27:50.0533303Z test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems) ... ok 2025-10-14T22:27:50.0534139Z test.test_capi.test_emscripten (unittest.loader.ModuleSkipped.test.test_capi.test_emscripten) ... skipped 'Emscripten-only test' 2025-10-14T22:27:50.0535009Z test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc) ... ok 2025-10-14T22:27:50.0535947Z test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name) ... ok 2025-10-14T22:27:50.0536847Z test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit) ... ok 2025-10-14T22:27:50.0537665Z test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins) ... ok 2025-10-14T22:27:50.0538369Z test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe) ... ok 2025-10-14T22:27:50.0539018Z test_eval_getframe_builtins (test.test_capi.test_eval.Tests.test_eval_getframe_builtins) ... ok 2025-10-14T22:27:50.0539768Z test_eval_getframe_globals (test.test_capi.test_eval.Tests.test_eval_getframe_globals) ... ok 2025-10-14T22:27:50.0540518Z test_eval_getframe_locals (test.test_capi.test_eval.Tests.test_eval_getframe_locals) ... ok 2025-10-14T22:27:50.0541139Z test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals) ... ok 2025-10-14T22:27:50.0541773Z test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals) ... ok 2025-10-14T22:27:50.0542481Z test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit) ... ok 2025-10-14T22:27:50.0543300Z test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals) ... ok 2025-10-14T22:27:50.0544141Z test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple) ... ok 2025-10-14T22:27:50.0544888Z test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args) ... ok 2025-10-14T22:27:50.0545562Z test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure) ... ok 2025-10-14T22:27:50.0546312Z test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default) ... ok 2025-10-14T22:27:50.0547064Z test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default) ... ok 2025-10-14T22:27:50.0547862Z test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs) ... ok 2025-10-14T22:27:50.0548626Z test_unicode_decode_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_get_end) ... ok 2025-10-14T22:27:50.0549477Z test_unicode_decode_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_get_start) ... ok 2025-10-14T22:27:50.0550370Z test_unicode_decode_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_set_end) ... ok 2025-10-14T22:27:50.0551372Z test_unicode_decode_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_set_start) ... ok 2025-10-14T22:27:50.0552232Z test_unicode_encode_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_get_end) ... ok 2025-10-14T22:27:50.0553073Z test_unicode_encode_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_get_start) ... ok 2025-10-14T22:27:50.0553906Z test_unicode_encode_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_set_end) ... ok 2025-10-14T22:27:50.0554839Z test_unicode_encode_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_set_start) ... ok 2025-10-14T22:27:50.0555589Z test_unicode_translate_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_get_end) ... ok 2025-10-14T22:27:50.0556330Z test_unicode_translate_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_get_start) ... ok 2025-10-14T22:27:50.0557077Z test_unicode_translate_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_set_end) ... ok 2025-10-14T22:27:50.0557815Z test_unicode_translate_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_set_start) ... ok 2025-10-14T22:27:50.0558525Z test_err_formatunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable) ... ok 2025-10-14T22:27:50.0559219Z test_err_formatunraisable_lines (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable_lines) ... ok 2025-10-14T22:27:50.0559982Z test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore) ... ok 2025-10-14T22:27:50.0560710Z test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised) ... ok 2025-10-14T22:27:50.0561428Z test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable) ... ok 2025-10-14T22:27:50.0562158Z test_err_writeunraisable_lines (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable_lines) ... ok 2025-10-14T22:27:50.0562886Z test_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format) 2025-10-14T22:27:50.0563544Z Test PyErr_Format() ... ok 2025-10-14T22:27:50.0564273Z test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object) ... ok 2025-10-14T22:27:50.0565127Z test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch) ... ok 2025-10-14T22:27:50.0565941Z test_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string) 2025-10-14T22:27:50.0566547Z Test PyErr_SetString() ... ok 2025-10-14T22:27:50.0567168Z test_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename) 2025-10-14T22:27:50.0567857Z Test PyErr_SetFromErrnoWithFilename() ... ok 2025-10-14T22:27:50.0568505Z test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info) ... ok 2025-10-14T22:27:50.0569282Z test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception) ... ok 2025-10-14T22:27:50.0570098Z test_warn_during_finalization (test.test_capi.test_exceptions.Test_Exceptions.test_warn_during_finalization) ... ok 2025-10-14T22:27:50.0571931Z test_warn_with_stacklevel (test.test_capi.test_exceptions.Test_Exceptions.test_warn_with_stacklevel) ... ok 2025-10-14T22:27:50.0572634Z test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error) ... ok 2025-10-14T22:27:50.0573317Z test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args) ... ok 2025-10-14T22:27:50.0574038Z test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise) ... ok 2025-10-14T22:27:50.0574812Z test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts) ... ok 2025-10-14T22:27:50.0576445Z test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions) ... ok 2025-10-14T22:27:50.0577357Z test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig) ... ok 2025-10-14T22:27:50.0578159Z test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) ... 2025-10-14T22:27:50.0578981Z test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) (filename=b'@test_7012_tmp\xc3\xa6') ... ERROR 2025-10-14T22:27:50.0579803Z test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) (filename=b'@test_7012_tmp\xed\xb4\x80') ... ERROR 2025-10-14T22:27:50.0580635Z test_py_universalnewlinefgets (test.test_capi.test_file.CAPIFileTest.test_py_universalnewlinefgets) ... ok 2025-10-14T22:27:50.0581442Z test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd) ... ok 2025-10-14T22:27:50.0582223Z test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline) ... ok 2025-10-14T22:27:50.0583017Z test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter) ... ok 2025-10-14T22:27:50.0583942Z test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write) ... ok 2025-10-14T22:27:50.0584771Z test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject) ... ok 2025-10-14T22:27:50.0585474Z test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring) ... ok 2025-10-14T22:27:50.0586243Z test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor) ... ok 2025-10-14T22:27:50.0587014Z test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble) ... ok 2025-10-14T22:27:50.0587741Z test_check (test.test_capi.test_float.CAPIFloatTest.test_check) ... ok 2025-10-14T22:27:50.0588464Z test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact) ... ok 2025-10-14T22:27:50.0589226Z test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble) ... ok 2025-10-14T22:27:50.0590001Z test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring) ... ok 2025-10-14T22:27:50.0590746Z test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo) ... ok 2025-10-14T22:27:50.0591501Z test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax) ... ok 2025-10-14T22:27:50.0592260Z test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin) ... ok 2025-10-14T22:27:50.0592997Z test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack) ... ok 2025-10-14T22:27:50.0593711Z test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip) ... ok 2025-10-14T22:27:50.0594555Z test_pack_unpack_roundtrip_for_nans (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip_for_nans) ... ok 2025-10-14T22:27:50.0595361Z test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack) ... ok 2025-10-14T22:27:50.0596130Z test_frame_fback_api (test.test_capi.test_frame.FrameTest.test_frame_fback_api) 2025-10-14T22:27:50.0596873Z Test that accessing `f_back` does not cause a segmentation fault on ... ok 2025-10-14T22:27:50.0597787Z test_frame_get_generator (test.test_capi.test_frame.FrameTest.test_frame_get_generator) ... ok 2025-10-14T22:27:50.0598568Z test_frame_getters (test.test_capi.test_frame.FrameTest.test_frame_getters) ... ok 2025-10-14T22:27:50.0599344Z test_getvar (test.test_capi.test_frame.FrameTest.test_getvar) ... ok 2025-10-14T22:27:50.0600006Z test_function_get_closure (test.test_capi.test_function.FunctionTest.test_function_get_closure) ... ok 2025-10-14T22:27:50.0600753Z test_function_get_closure_error (test.test_capi.test_function.FunctionTest.test_function_get_closure_error) ... ok 2025-10-14T22:27:50.0601467Z test_function_get_code (test.test_capi.test_function.FunctionTest.test_function_get_code) ... ok 2025-10-14T22:27:50.0602476Z test_function_get_defaults (test.test_capi.test_function.FunctionTest.test_function_get_defaults) ... ok 2025-10-14T22:27:50.0603236Z test_function_get_globals (test.test_capi.test_function.FunctionTest.test_function_get_globals) ... ok 2025-10-14T22:27:50.0603964Z test_function_get_kw_defaults (test.test_capi.test_function.FunctionTest.test_function_get_kw_defaults) ... ok 2025-10-14T22:27:50.0604732Z test_function_get_module (test.test_capi.test_function.FunctionTest.test_function_get_module) ... ok 2025-10-14T22:27:50.0605513Z test_function_set_closure (test.test_capi.test_function.FunctionTest.test_function_set_closure) ... ok 2025-10-14T22:27:50.0606229Z test_function_set_closure_errors (test.test_capi.test_function.FunctionTest.test_function_set_closure_errors) ... ok 2025-10-14T22:27:50.0606941Z test_function_set_closure_none (test.test_capi.test_function.FunctionTest.test_function_set_closure_none) ... ok 2025-10-14T22:27:50.0607652Z test_function_set_defaults (test.test_capi.test_function.FunctionTest.test_function_set_defaults) ... ok 2025-10-14T22:27:50.0608436Z test_function_set_kw_defaults (test.test_capi.test_function.FunctionTest.test_function_set_kw_defaults) ... ok 2025-10-14T22:27:50.0609545Z test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p) ... ok 2025-10-14T22:27:50.0610336Z test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c) ... ok 2025-10-14T22:27:50.0610967Z test_getargs_empty (test.test_capi.test_getargs.Bytes_TestCase.test_getargs_empty) ... ok 2025-10-14T22:27:50.0611600Z test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star) ... ok 2025-10-14T22:27:50.0612203Z test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y) ... ok 2025-10-14T22:27:50.0612811Z test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash) ... ok 2025-10-14T22:27:50.0613611Z test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star) ... ok 2025-10-14T22:27:50.0614263Z test_D (test.test_capi.test_getargs.Float_TestCase.test_D) ... ok 2025-10-14T22:27:50.0614888Z test_d (test.test_capi.test_getargs.Float_TestCase.test_d) ... ok 2025-10-14T22:27:50.0615576Z test_f (test.test_capi.test_getargs.Float_TestCase.test_f) ... ok 2025-10-14T22:27:50.0616267Z test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding) ... ok 2025-10-14T22:27:50.0617013Z test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword) ... ok 2025-10-14T22:27:50.0617707Z test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args) ... ok 2025-10-14T22:27:50.0618419Z test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args) ... ok 2025-10-14T22:27:50.0619125Z test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args) ... ok 2025-10-14T22:27:50.0619861Z test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args) ... ok 2025-10-14T22:27:50.0620528Z test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args) ... ok 2025-10-14T22:27:50.0621184Z test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword) ... ok 2025-10-14T22:27:50.0621861Z test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args) ... ok 2025-10-14T22:27:50.0622671Z test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass) ... ok 2025-10-14T22:27:50.0623350Z test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2) ... ok 2025-10-14T22:27:50.0624062Z test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword) ... ok 2025-10-14T22:27:50.0624800Z test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args) ... ok 2025-10-14T22:27:50.0625505Z test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs) ... ok 2025-10-14T22:27:50.0626343Z test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args) ... ok 2025-10-14T22:27:50.0627058Z test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args) ... ok 2025-10-14T22:27:50.0627845Z test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args) ... ok 2025-10-14T22:27:50.0628586Z test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args) ... ok 2025-10-14T22:27:50.0629310Z test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword) ... ok 2025-10-14T22:27:50.0630029Z test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args) ... ok 2025-10-14T22:27:50.0630685Z test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K) ... ok 2025-10-14T22:27:50.0631333Z test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L) ... ok 2025-10-14T22:27:50.0631957Z test_S (test.test_capi.test_getargs.Object_TestCase.test_S) ... ok 2025-10-14T22:27:50.0632586Z test_U (test.test_capi.test_getargs.Object_TestCase.test_U) ... ok 2025-10-14T22:27:50.0633210Z test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y) ... ok 2025-10-14T22:27:50.0633897Z test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use) ... ok 2025-10-14T22:27:50.0634623Z test_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic) ... ok 2025-10-14T22:27:50.0635383Z test_gh_119213 (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_gh_119213) ... ok 2025-10-14T22:27:50.0636153Z test_nested_sequence (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_sequence) ... ok 2025-10-14T22:27:50.0636881Z test_nonascii_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nonascii_keywords) ... ok 2025-10-14T22:27:50.0637617Z test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords) ... ok 2025-10-14T22:27:50.0638424Z test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only) ... ok 2025-10-14T22:27:50.0639161Z test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword) ... ok 2025-10-14T22:27:50.0639883Z test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args) ... ok 2025-10-14T22:27:50.0640560Z test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args) ... ok 2025-10-14T22:27:50.0641317Z test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args) ... ok 2025-10-14T22:27:50.0642019Z test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args) ... ok 2025-10-14T22:27:50.0642735Z test_h (test.test_capi.test_getargs.Signed_TestCase.test_h) ... ok 2025-10-14T22:27:50.0643419Z test_i (test.test_capi.test_getargs.Signed_TestCase.test_i) ... ok 2025-10-14T22:27:50.0644062Z test_l (test.test_capi.test_getargs.Signed_TestCase.test_l) ... ok 2025-10-14T22:27:50.0644690Z test_n (test.test_capi.test_getargs.Signed_TestCase.test_n) ... ok 2025-10-14T22:27:50.0645348Z test_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem) 2025-10-14T22:27:50.0646005Z If this test failed, you probably added a new "format unit" ... ok 2025-10-14T22:27:50.0646837Z test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix) ... ok 2025-10-14T22:27:50.0647508Z test_C (test.test_capi.test_getargs.String_TestCase.test_C) ... ok 2025-10-14T22:27:50.0648078Z test_es (test.test_capi.test_getargs.String_TestCase.test_es) ... ok 2025-10-14T22:27:50.0648663Z test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash) ... ok 2025-10-14T22:27:50.0649229Z test_et (test.test_capi.test_getargs.String_TestCase.test_et) ... ok 2025-10-14T22:27:50.0649886Z test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash) ... ok 2025-10-14T22:27:50.0650627Z test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args) ... ok 2025-10-14T22:27:50.0651498Z test_s (test.test_capi.test_getargs.String_TestCase.test_s) ... ok 2025-10-14T22:27:50.0652164Z test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash) ... ok 2025-10-14T22:27:50.0652856Z test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star) ... ok 2025-10-14T22:27:50.0653487Z test_z (test.test_capi.test_getargs.String_TestCase.test_z) ... ok 2025-10-14T22:27:50.0654161Z test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash) ... ok 2025-10-14T22:27:50.0654860Z test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star) ... ok 2025-10-14T22:27:50.0655621Z test (test.test_capi.test_getargs.Test6012.test) ... ok 2025-10-14T22:27:50.0656318Z test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args) ... ok 2025-10-14T22:27:50.0657101Z test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple) ... ok 2025-10-14T22:27:50.0657795Z test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B) ... ok 2025-10-14T22:27:50.0658547Z test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H) ... ok 2025-10-14T22:27:50.0659255Z test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I) ... ok 2025-10-14T22:27:50.0659961Z test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b) ... ok 2025-10-14T22:27:50.0660663Z test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k) ... ok 2025-10-14T22:27:50.0661511Z test_hash_buffer (test.test_capi.test_hash.CAPITest.test_hash_buffer) ... ok 2025-10-14T22:27:50.0662277Z test_hash_getfuncdef (test.test_capi.test_hash.CAPITest.test_hash_getfuncdef) ... ok 2025-10-14T22:27:50.0663046Z test_hash_pointer (test.test_capi.test_hash.CAPITest.test_hash_pointer) ... ok 2025-10-14T22:27:50.0663796Z test_immortal_builtins (test.test_capi.test_immortal.TestInternalCAPI.test_immortal_builtins) ... ok 2025-10-14T22:27:50.0664502Z test_immortal (test.test_capi.test_immortal.TestUnstableCAPI.test_immortal) ... ok 2025-10-14T22:27:50.0665227Z test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule) ... ok 2025-10-14T22:27:50.0666003Z test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject) ... ok 2025-10-14T22:27:50.0666787Z test_addmoduleref (test.test_capi.test_import.ImportTests.test_addmoduleref) ... ok 2025-10-14T22:27:50.0667552Z test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule) ... ok 2025-10-14T22:27:50.0668403Z test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex) ... ok 2025-10-14T22:27:50.0669217Z test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject) ... ok 2025-10-14T22:27:50.0670042Z test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames) ... ok 2025-10-14T22:27:50.0670923Z test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber) ... ok 2025-10-14T22:27:50.0671763Z test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag) ... ok 2025-10-14T22:27:50.0672485Z test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule) ... ok 2025-10-14T22:27:50.0673139Z test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict) ... ok 2025-10-14T22:27:50.0673985Z test_import (test.test_capi.test_import.ImportTests.test_import) ... ok 2025-10-14T22:27:50.0674747Z test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule) ... ok 2025-10-14T22:27:50.0675544Z test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject) ... ok 2025-10-14T22:27:50.0676343Z test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule) ... ok 2025-10-14T22:27:50.0677136Z test_importmoduleattr (test.test_capi.test_import.ImportTests.test_importmoduleattr) ... ok 2025-10-14T22:27:50.0678005Z test_importmoduleattrstring (test.test_capi.test_import.ImportTests.test_importmoduleattrstring) ... ok 2025-10-14T22:27:50.0678956Z test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex) ... ok 2025-10-14T22:27:50.0679743Z test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel) ... ok 2025-10-14T22:27:50.0680551Z test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject) ... ok 2025-10-14T22:27:50.0681363Z test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock) ... ok 2025-10-14T22:27:50.0682075Z test_check (test.test_capi.test_list.CAPITest.test_check) ... ok 2025-10-14T22:27:50.0682751Z test_list_append (test.test_capi.test_list.CAPITest.test_list_append) ... ok 2025-10-14T22:27:50.0683428Z test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple) ... ok 2025-10-14T22:27:50.0684106Z test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact) ... ok 2025-10-14T22:27:50.0684866Z test_list_clear (test.test_capi.test_list.CAPITest.test_list_clear) ... ok 2025-10-14T22:27:50.0685619Z test_list_extend (test.test_capi.test_list.CAPITest.test_list_extend) ... ok 2025-10-14T22:27:50.0686449Z test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item) ... ok 2025-10-14T22:27:50.0687192Z test_list_get_item_ref (test.test_capi.test_list.CAPITest.test_list_get_item_ref) ... ok 2025-10-14T22:27:50.0687977Z test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size) ... ok 2025-10-14T22:27:50.0688719Z test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem) ... ok 2025-10-14T22:27:50.0689486Z test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice) ... ok 2025-10-14T22:27:50.0690234Z test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert) ... ok 2025-10-14T22:27:50.0690953Z test_list_new (test.test_capi.test_list.CAPITest.test_list_new) ... ok 2025-10-14T22:27:50.0691677Z test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse) ... ok 2025-10-14T22:27:50.0692885Z test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item) ... ok 2025-10-14T22:27:50.0693679Z test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem) ... ok 2025-10-14T22:27:50.0694427Z test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice) ... ok 2025-10-14T22:27:50.0695194Z test_list_size (test.test_capi.test_list.CAPITest.test_list_size) ... ok 2025-10-14T22:27:50.0695944Z test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort) ... ok 2025-10-14T22:27:50.0696669Z test_compact (test.test_capi.test_long.LongTests.test_compact) ... ok 2025-10-14T22:27:50.0697336Z test_compact_known (test.test_capi.test_long.LongTests.test_compact_known) ... ok 2025-10-14T22:27:50.0697954Z test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t) ... ok 2025-10-14T22:27:50.0698680Z test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t) ... ok 2025-10-14T22:27:50.0699386Z test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble) ... ok 2025-10-14T22:27:50.0700164Z test_long_asint (test.test_capi.test_long.LongTests.test_long_asint) ... ok 2025-10-14T22:27:50.0700846Z test_long_asint32 (test.test_capi.test_long.LongTests.test_long_asint32) ... ok 2025-10-14T22:27:50.0701635Z test_long_asint64 (test.test_capi.test_long.LongTests.test_long_asint64) ... ok 2025-10-14T22:27:50.0702456Z test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong) ... ok 2025-10-14T22:27:50.0703136Z test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow) ... ok 2025-10-14T22:27:50.0703846Z test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong) ... ok 2025-10-14T22:27:50.0704623Z test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow) ... ok 2025-10-14T22:27:50.0705419Z test_long_asnativebytes (test.test_capi.test_long.LongTests.test_long_asnativebytes) ... ok 2025-10-14T22:27:50.0706361Z test_long_asnativebytes_fuzz (test.test_capi.test_long.LongTests.test_long_asnativebytes_fuzz) ... ok 2025-10-14T22:27:50.0707166Z test_long_asnativebytes_huge (test.test_capi.test_long.LongTests.test_long_asnativebytes_huge) ... ok 2025-10-14T22:27:50.0707929Z test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid) ... ok 2025-10-14T22:27:50.0708664Z test_long_aspid_limited (test.test_capi.test_long.LongTests.test_long_aspid_limited) ... ok 2025-10-14T22:27:50.0709431Z test_long_asuint32 (test.test_capi.test_long.LongTests.test_long_asuint32) ... ok 2025-10-14T22:27:50.0710215Z test_long_asuint64 (test.test_capi.test_long.LongTests.test_long_asuint64) ... ok 2025-10-14T22:27:50.0711002Z test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong) ... ok 2025-10-14T22:27:50.0711822Z test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong) ... ok 2025-10-14T22:27:50.0712668Z test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask) ... ok 2025-10-14T22:27:50.0713510Z test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask) ... ok 2025-10-14T22:27:50.0714308Z test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr) ... ok 2025-10-14T22:27:50.0714983Z test_long_check (test.test_capi.test_long.LongTests.test_long_check) ... ok 2025-10-14T22:27:50.0715627Z test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact) ... ok 2025-10-14T22:27:50.0716270Z test_long_export (test.test_capi.test_long.LongTests.test_long_export) ... ok 2025-10-14T22:27:50.0716982Z test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble) ... ok 2025-10-14T22:27:50.0717625Z test_long_fromnativebytes (test.test_capi.test_long.LongTests.test_long_fromnativebytes) ... ok 2025-10-14T22:27:50.0718299Z test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring) ... ok 2025-10-14T22:27:50.0718963Z test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject) ... ok 2025-10-14T22:27:50.0719599Z test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr) ... ok 2025-10-14T22:27:50.0720199Z test_long_getsign (test.test_capi.test_long.LongTests.test_long_getsign) ... ok 2025-10-14T22:27:50.0720804Z test_long_isnegative (test.test_capi.test_long.LongTests.test_long_isnegative) ... ok 2025-10-14T22:27:50.0721507Z test_long_ispositive (test.test_capi.test_long.LongTests.test_long_ispositive) ... ok 2025-10-14T22:27:50.0722089Z test_long_iszero (test.test_capi.test_long.LongTests.test_long_iszero) ... ok 2025-10-14T22:27:50.0722679Z test_long_layout (test.test_capi.test_long.LongTests.test_long_layout) ... ok 2025-10-14T22:27:50.0723268Z test_longwriter_create (test.test_capi.test_long.LongTests.test_longwriter_create) ... ok 2025-10-14T22:27:50.0723862Z test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse) ... ok 2025-10-14T22:27:50.0724529Z test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow) ... ok 2025-10-14T22:27:50.0725301Z test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil) ... ok 2025-10-14T22:27:50.0726175Z test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok 2025-10-14T22:27:50.0727199Z test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed) ... ok 2025-10-14T22:27:50.0728056Z test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil) ... ok 2025-10-14T22:27:50.0728932Z test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed) ... ok 2025-10-14T22:27:50.0729820Z test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed) ... ok 2025-10-14T22:27:50.0730873Z test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory) ... ok 2025-10-14T22:27:50.0731622Z test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0732441Z test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0733325Z test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0734256Z test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0735129Z test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0736058Z test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0736993Z test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0737866Z test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0738735Z test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) ... skipped 'need Py_DEBUG' 2025-10-14T22:27:50.0739557Z test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse) ... ok 2025-10-14T22:27:50.0740360Z test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow) ... ok 2025-10-14T22:27:50.0741141Z test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil) ... ok 2025-10-14T22:27:50.0741964Z test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok 2025-10-14T22:27:50.0742815Z test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed) ... ok 2025-10-14T22:27:50.0743519Z test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil) ... ok 2025-10-14T22:27:50.0744222Z test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed) ... ok 2025-10-14T22:27:50.0744994Z test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed) ... ok 2025-10-14T22:27:50.0745684Z test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory) ... ok 2025-10-14T22:27:50.0746321Z test_api_misuse (test.test_capi.test_mem.PyMemMimallocDebugTests.test_api_misuse) ... ok 2025-10-14T22:27:50.0747043Z test_buffer_overflow (test.test_capi.test_mem.PyMemMimallocDebugTests.test_buffer_overflow) ... ok 2025-10-14T22:27:50.0747870Z test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pymem_malloc_without_gil) ... ok 2025-10-14T22:27:50.0748730Z test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok 2025-10-14T22:27:50.0749603Z test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_freed_is_freed) ... ok 2025-10-14T22:27:50.0750594Z test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_malloc_without_gil) ... ok 2025-10-14T22:27:50.0751469Z test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_null_is_freed) ... ok 2025-10-14T22:27:50.0752300Z test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_uninitialized_is_freed) ... ok 2025-10-14T22:27:50.0753135Z test_set_nomemory (test.test_capi.test_mem.PyMemMimallocDebugTests.test_set_nomemory) ... ok 2025-10-14T22:27:50.0753902Z test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse) ... ok 2025-10-14T22:27:50.0754563Z test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow) ... ok 2025-10-14T22:27:50.0755220Z test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil) ... ok 2025-10-14T22:27:50.0755912Z test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok 2025-10-14T22:27:50.0756709Z test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed) ... ok 2025-10-14T22:27:50.0757393Z test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil) ... ok 2025-10-14T22:27:50.0758148Z test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed) ... ok 2025-10-14T22:27:50.0759103Z test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed) ... ok 2025-10-14T22:27:50.0759945Z test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory) ... ok 2025-10-14T22:27:50.0760703Z test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString) ... ok 2025-10-14T22:27:50.0761469Z test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue) ... ok 2025-10-14T22:27:50.0762215Z test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N) ... ok 2025-10-14T22:27:50.0762975Z test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints) ... ok 2025-10-14T22:27:50.0763850Z test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... ok 2025-10-14T22:27:50.0764753Z test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once) ... ok 2025-10-14T22:27:50.0766014Z test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow) ... ok 2025-10-14T22:27:50.0766953Z test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication) ... ok 2025-10-14T22:27:50.0767672Z test_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict) ... ok 2025-10-14T22:27:50.0768404Z test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing) ... ok 2025-10-14T22:27:50.0769211Z test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols) ... ok 2025-10-14T22:27:50.0769964Z test_gen_get_code (test.test_capi.test_misc.CAPITest.test_gen_get_code) ... ok 2025-10-14T22:27:50.0770722Z test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error) ... ok 2025-10-14T22:27:50.0771533Z test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature) ... ok 2025-10-14T22:27:50.0772408Z test_heaptype_base_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_base_with_custom_metaclass) ... ok 2025-10-14T22:27:50.0773267Z test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer) ... ok 2025-10-14T22:27:50.0774325Z test_heaptype_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass) ... ok 2025-10-14T22:27:50.0775182Z test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new) ... ok 2025-10-14T22:27:50.0775981Z test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new) ... ok 2025-10-14T22:27:50.0776675Z test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict) ... ok 2025-10-14T22:27:50.0777351Z test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict) ... ok 2025-10-14T22:27:50.0778182Z test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref) ... ok 2025-10-14T22:27:50.0778882Z test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict) ... ok 2025-10-14T22:27:50.0779562Z test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro) ... ok 2025-10-14T22:27:50.0780220Z test_heaptype_with_tp_vectorcall (test.test_capi.test_misc.CAPITest.test_heaptype_with_tp_vectorcall) ... ok 2025-10-14T22:27:50.0780928Z test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref) ... ok 2025-10-14T22:27:50.0781702Z test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base) ... ok 2025-10-14T22:27:50.0782412Z test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod) ... ok 2025-10-14T22:27:50.0783123Z test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer) ... ok 2025-10-14T22:27:50.0783993Z test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict) ... ok 2025-10-14T22:27:50.0784965Z test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin) ... ok 2025-10-14T22:27:50.0785908Z test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop) ... ok 2025-10-14T22:27:50.0786727Z test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc) ... ok 2025-10-14T22:27:50.0787580Z test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase) ... ok 2025-10-14T22:27:50.0788391Z test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null) ... ok 2025-10-14T22:27:50.0789204Z test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null) ... ok 2025-10-14T22:27:50.0790019Z test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null) ... ok 2025-10-14T22:27:50.0790836Z test_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots) ... ok 2025-10-14T22:27:50.0791692Z test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error) ... ok 2025-10-14T22:27:50.0792511Z test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error) ... ok 2025-10-14T22:27:50.0793399Z test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array) ... skipped '_posixsubprocess required for this test.' 2025-10-14T22:27:50.0794409Z test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... ok 2025-10-14T22:27:50.0795589Z test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once) ... ok 2025-10-14T22:27:50.0796344Z test_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both) ... ok 2025-10-14T22:27:50.0797166Z test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict) ... ok 2025-10-14T22:27:50.0797810Z test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref) ... ok 2025-10-14T22:27:50.0798517Z test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec) ... skipped '_posixsubprocess required for this test.' 2025-10-14T22:27:50.0799308Z test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:27:50.0800272Z test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:27:50.0801033Z test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass) ... ok 2025-10-14T22:27:50.0801844Z test_unstable_gc_new_with_extra_data (test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data) ... ok 2025-10-14T22:27:50.0802641Z test_get_config (test.test_capi.test_misc.InterpreterConfigTests.test_get_config) ... ok 2025-10-14T22:27:50.0803454Z test_interp_init (test.test_capi.test_misc.InterpreterConfigTests.test_interp_init) ... ok 2025-10-14T22:27:50.0804241Z test_predefined_config (test.test_capi.test_misc.InterpreterConfigTests.test_predefined_config) ... ok 2025-10-14T22:27:50.0805054Z test_update_from_dict (test.test_capi.test_misc.InterpreterConfigTests.test_update_from_dict) ... ok 2025-10-14T22:27:50.0805850Z test_conversion_bad (test.test_capi.test_misc.InterpreterIDTests.test_conversion_bad) ... ok 2025-10-14T22:27:50.0806790Z test_conversion_coerced (test.test_capi.test_misc.InterpreterIDTests.test_conversion_coerced) ... ok 2025-10-14T22:27:50.0807636Z test_conversion_from_interpreter (test.test_capi.test_misc.InterpreterIDTests.test_conversion_from_interpreter) ... ok 2025-10-14T22:27:50.0808387Z test_conversion_int (test.test_capi.test_misc.InterpreterIDTests.test_conversion_int) ... ok 2025-10-14T22:27:50.0809138Z test_linked_lifecycle_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_does_not_exist) ... ok 2025-10-14T22:27:50.0809980Z test_linked_lifecycle_incref_link (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_incref_link) ... ok 2025-10-14T22:27:50.0810770Z test_linked_lifecycle_initial (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_initial) ... ok 2025-10-14T22:27:50.0811562Z test_linked_lifecycle_link_incref_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_decref) ... ok 2025-10-14T22:27:50.0812378Z test_linked_lifecycle_link_incref_unlink_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_unlink_decref) ... ok 2025-10-14T22:27:50.0813166Z test_linked_lifecycle_link_unlink (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_unlink) ... ok 2025-10-14T22:27:50.0813943Z test_linked_lifecycle_never_linked (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_never_linked) ... ok 2025-10-14T22:27:50.0814653Z test_lookup_destroyed (test.test_capi.test_misc.InterpreterIDTests.test_lookup_destroyed) ... ok 2025-10-14T22:27:50.0815403Z test_lookup_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_lookup_does_not_exist) ... ok 2025-10-14T22:27:50.0816247Z test_lookup_exists (test.test_capi.test_misc.InterpreterIDTests.test_lookup_exists) ... ok 2025-10-14T22:27:50.0816978Z test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings) 2025-10-14T22:27:50.0817675Z The config with which an interpreter is created corresponds ... ok 2025-10-14T22:27:50.0818326Z test_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global) 2025-10-14T22:27:50.0819019Z bpo-44050: Extension module state should be shared between interpreters ... ok 2025-10-14T22:27:50.0819831Z test_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception) 2025-10-14T22:27:50.0820533Z Exceptions saved in global module state get shared between ... ok 2025-10-14T22:27:50.0821376Z test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) 2025-10-14T22:27:50.0822216Z PyInterpreterConfig.check_multi_interp_extensions can be overridden ... ok 2025-10-14T22:27:50.0822993Z test_pending_call_creates_thread_subinterpreter (test.test_capi.test_misc.SubinterpreterTest.test_pending_call_creates_thread_subinterpreter) ... ok 2025-10-14T22:27:50.0823959Z test_py_config_isoloated_per_interpreter (test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter) ... ok 2025-10-14T22:27:50.0824626Z test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps) ... ok 2025-10-14T22:27:50.0825292Z test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features) ... ok 2025-10-14T22:27:50.0826083Z test_ceval_decref (test.test_capi.test_misc.TestCEval.test_ceval_decref) ... ok 2025-10-14T22:27:50.0826847Z test_HeapCCollection (test.test_capi.test_misc.TestHeapTypeRelative.test_HeapCCollection) 2025-10-14T22:27:50.0827606Z Make sure HeapCCollection works properly by itself ... ok 2025-10-14T22:27:50.0828347Z test_heaptype_inherit_itemsize (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_inherit_itemsize) 2025-10-14T22:27:50.0829120Z Test HeapCCollection subclasses work properly ... ok 2025-10-14T22:27:50.0829881Z test_heaptype_invalid_inheritance (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance) ... ok 2025-10-14T22:27:50.0830843Z test_heaptype_relative_members (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members) 2025-10-14T22:27:50.0831600Z Test HeapCCollection subclasses work properly ... ok 2025-10-14T22:27:50.0832313Z test_heaptype_relative_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors) ... ok 2025-10-14T22:27:50.0833276Z test_heaptype_relative_sizes (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes) ... ok 2025-10-14T22:27:50.0834143Z test_heaptype_relative_special_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_special_members_errors) ... ok 2025-10-14T22:27:50.0835175Z test_pyobject_getitemdata_error (test.test_capi.test_misc.TestHeapTypeRelative.test_pyobject_getitemdata_error) 2025-10-14T22:27:50.0836024Z Test PyObject_GetItemData fails on unsupported types ... ok 2025-10-14T22:27:50.0836786Z test_code (test.test_capi.test_misc.TestInternalFrameApi.test_code) ... ok 2025-10-14T22:27:50.0837531Z test_lasti (test.test_capi.test_misc.TestInternalFrameApi.test_lasti) ... ok 2025-10-14T22:27:50.0838239Z test_line (test.test_capi.test_misc.TestInternalFrameApi.test_line) ... ok 2025-10-14T22:27:50.0838963Z test_isolated_subinterpreter (test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter) ... ok 2025-10-14T22:27:50.0839659Z test_main_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_non_threaded) ... ok 2025-10-14T22:27:50.0840367Z test_main_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_threaded) ... ok 2025-10-14T22:27:50.0841097Z test_many_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls) ... ok 2025-10-14T22:27:50.0841787Z test_max_pending (test.test_capi.test_misc.TestPendingCalls.test_max_pending) ... ok 2025-10-14T22:27:50.0842476Z test_pending_call_creates_thread (test.test_capi.test_misc.TestPendingCalls.test_pending_call_creates_thread) ... ok 2025-10-14T22:27:50.0843213Z test_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls) ... ok 2025-10-14T22:27:50.0844060Z test_py_thread_id (test.test_capi.test_misc.TestPyThreadId.test_py_thread_id) ... skipped 'need Py_GIL_DISABLED' 2025-10-14T22:27:50.0844841Z test_pytype_ready_always_sets_tp_type (test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type) ... ok 2025-10-14T22:27:50.0845622Z test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock) ... ok 2025-10-14T22:27:50.0846339Z test_gilstate_matches_current (test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current) ... ok 2025-10-14T22:27:50.0847059Z test_thread_gilstate_in_clear (test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear) ... ok 2025-10-14T22:27:50.0847926Z test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state) ... ok 2025-10-14T22:27:50.0848657Z test_pack_full_version (test.test_capi.test_misc.TestVersions.test_pack_full_version) ... ok 2025-10-14T22:27:50.0849437Z test_pack_full_version_ctypes (test.test_capi.test_misc.TestVersions.test_pack_full_version_ctypes) ... ok 2025-10-14T22:27:50.0850194Z test_pack_version (test.test_capi.test_misc.TestVersions.test_pack_version) ... ok 2025-10-14T22:27:50.0850928Z test_pack_version_ctypes (test.test_capi.test_misc.TestVersions.test_pack_version_ctypes) ... ok 2025-10-14T22:27:50.0851717Z test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def) ... ok 2025-10-14T22:27:50.0852506Z test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro) ... ok 2025-10-14T22:27:50.0853263Z test_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access) 2025-10-14T22:27:50.0853950Z Checks methods defined with and without argument clinic ... ok 2025-10-14T22:27:50.0854663Z test_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module) 2025-10-14T22:27:50.0855377Z PyType_GetModule for defining_class ... ok 2025-10-14T22:27:50.0856111Z test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super) ... ok 2025-10-14T22:27:50.0856869Z test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr) ... ok 2025-10-14T22:27:50.0857736Z test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call) ... ok 2025-10-14T22:27:50.0858475Z test_inlined_call_function_ex (test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex) ... ok 2025-10-14T22:27:50.0859319Z test_inlined_for_iter (test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter) ... ok 2025-10-14T22:27:50.0860065Z test_inlined_load_attr (test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr) ... ok 2025-10-14T22:27:50.0860791Z test_inlined_send (test.test_capi.test_misc.Test_Pep523API.test_inlined_send) ... ok 2025-10-14T22:27:50.0861512Z test_lock_basic (test.test_capi.test_misc.Test_PyLock.test_lock_basic) ... ok 2025-10-14T22:27:50.0862204Z test_lock_benchmark (test.test_capi.test_misc.Test_PyLock.test_lock_benchmark) ... ok 2025-10-14T22:27:50.0862885Z test_lock_counter (test.test_capi.test_misc.Test_PyLock.test_lock_counter) ... ok 2025-10-14T22:27:50.0863592Z test_lock_counter_slow (test.test_capi.test_misc.Test_PyLock.test_lock_counter_slow) ... ok 2025-10-14T22:27:50.0864343Z test_lock_once (test.test_capi.test_misc.Test_PyLock.test_lock_once) ... ok 2025-10-14T22:27:50.0865102Z test_lock_recursive (test.test_capi.test_misc.Test_PyLock.test_lock_recursive) ... ok 2025-10-14T22:27:50.0865856Z test_lock_rwlock (test.test_capi.test_misc.Test_PyLock.test_lock_rwlock) ... ok 2025-10-14T22:27:50.0866627Z test_lock_two_threads (test.test_capi.test_misc.Test_PyLock.test_lock_two_threads) ... ok 2025-10-14T22:27:50.0867393Z test_atexit (test.test_capi.test_misc.Test_testcapi.test_atexit) ... ok 2025-10-14T22:27:50.0868170Z test_atomic_add_int (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int) ... ok 2025-10-14T22:27:50.0869105Z test_atomic_add_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int16) ... ok 2025-10-14T22:27:50.0869866Z test_atomic_add_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int32) ... ok 2025-10-14T22:27:50.0870622Z test_atomic_add_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int64) ... ok 2025-10-14T22:27:50.0871296Z test_atomic_add_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int8) ... ok 2025-10-14T22:27:50.0872019Z test_atomic_add_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_intptr) ... ok 2025-10-14T22:27:50.0872678Z test_atomic_add_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_add_ssize) ... ok 2025-10-14T22:27:50.0873504Z test_atomic_add_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint) ... ok 2025-10-14T22:27:50.0874140Z test_atomic_add_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint16) ... ok 2025-10-14T22:27:50.0874895Z test_atomic_add_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint32) ... ok 2025-10-14T22:27:50.0875673Z test_atomic_add_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint64) ... ok 2025-10-14T22:27:50.0876452Z test_atomic_add_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint8) ... ok 2025-10-14T22:27:50.0877222Z test_atomic_add_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uintptr) ... ok 2025-10-14T22:27:50.0878033Z test_atomic_and_or_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint16) ... ok 2025-10-14T22:27:50.0878829Z test_atomic_and_or_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint32) ... ok 2025-10-14T22:27:50.0879682Z test_atomic_and_or_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint64) ... ok 2025-10-14T22:27:50.0880462Z test_atomic_and_or_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint8) ... ok 2025-10-14T22:27:50.0881145Z test_atomic_and_or_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uintptr) ... ok 2025-10-14T22:27:50.0881921Z test_atomic_compare_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int) ... ok 2025-10-14T22:27:50.0882673Z test_atomic_compare_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int16) ... ok 2025-10-14T22:27:50.0883403Z test_atomic_compare_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int32) ... ok 2025-10-14T22:27:50.0884135Z test_atomic_compare_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int64) ... ok 2025-10-14T22:27:50.0884899Z test_atomic_compare_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int8) ... ok 2025-10-14T22:27:50.0885755Z test_atomic_compare_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_intptr) ... ok 2025-10-14T22:27:50.0886595Z test_atomic_compare_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ptr) ... ok 2025-10-14T22:27:50.0887571Z test_atomic_compare_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ssize) ... ok 2025-10-14T22:27:50.0888402Z test_atomic_compare_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint) ... ok 2025-10-14T22:27:50.0889277Z test_atomic_compare_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint16) ... ok 2025-10-14T22:27:50.0890126Z test_atomic_compare_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint32) ... ok 2025-10-14T22:27:50.0890965Z test_atomic_compare_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint64) ... ok 2025-10-14T22:27:50.0891691Z test_atomic_compare_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint8) ... ok 2025-10-14T22:27:50.0892393Z test_atomic_compare_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uintptr) ... ok 2025-10-14T22:27:50.0893192Z test_atomic_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int) ... ok 2025-10-14T22:27:50.0893852Z test_atomic_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int16) ... ok 2025-10-14T22:27:50.0894520Z test_atomic_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int32) ... ok 2025-10-14T22:27:50.0937516Z test_atomic_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int64) ... ok 2025-10-14T22:27:50.0941556Z test_atomic_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int8) ... ok 2025-10-14T22:27:50.0942598Z test_atomic_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_intptr) ... ok 2025-10-14T22:27:50.0943335Z test_atomic_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ptr) ... ok 2025-10-14T22:27:50.0944047Z test_atomic_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ssize) ... ok 2025-10-14T22:27:50.0944759Z test_atomic_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint) ... ok 2025-10-14T22:27:50.0945441Z test_atomic_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint16) ... ok 2025-10-14T22:27:50.0946144Z test_atomic_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint32) ... ok 2025-10-14T22:27:50.0947018Z test_atomic_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint64) ... ok 2025-10-14T22:27:50.0947818Z test_atomic_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint8) ... ok 2025-10-14T22:27:50.0948626Z test_atomic_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uintptr) ... ok 2025-10-14T22:27:50.0949413Z test_atomic_fences (test.test_capi.test_misc.Test_testcapi.test_atomic_fences) ... ok 2025-10-14T22:27:50.0950219Z test_atomic_load_store_int (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int) ... ok 2025-10-14T22:27:50.0951010Z test_atomic_load_store_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int16) ... ok 2025-10-14T22:27:50.0951816Z test_atomic_load_store_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int32) ... ok 2025-10-14T22:27:50.0952615Z test_atomic_load_store_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int64) ... ok 2025-10-14T22:27:50.0953415Z test_atomic_load_store_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int8) ... ok 2025-10-14T22:27:50.0954193Z test_atomic_load_store_int_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_release_acquire) ... ok 2025-10-14T22:27:50.0955022Z test_atomic_load_store_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_intptr) ... ok 2025-10-14T22:27:50.0955814Z test_atomic_load_store_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ptr) ... ok 2025-10-14T22:27:50.0956626Z test_atomic_load_store_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ssize) ... ok 2025-10-14T22:27:50.0957412Z test_atomic_load_store_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint) ... ok 2025-10-14T22:27:50.0958211Z test_atomic_load_store_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint16) ... ok 2025-10-14T22:27:50.0959020Z test_atomic_load_store_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint32) ... ok 2025-10-14T22:27:50.0959822Z test_atomic_load_store_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint64) ... ok 2025-10-14T22:27:50.0960654Z test_atomic_load_store_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint8) ... ok 2025-10-14T22:27:50.0961574Z test_atomic_load_store_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uintptr) ... ok 2025-10-14T22:27:50.0962558Z test_atomic_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_release_acquire) ... ok 2025-10-14T22:27:50.0963420Z test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N) ... ok 2025-10-14T22:27:50.0964186Z test_buildvalue_p (test.test_capi.test_misc.Test_testcapi.test_buildvalue_p) ... ok 2025-10-14T22:27:50.0964896Z test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule) ... ok 2025-10-14T22:27:50.0965578Z test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api) ... ok 2025-10-14T22:27:50.0966186Z test_code_extra (test.test_capi.test_misc.Test_testcapi.test_code_extra) ... ok 2025-10-14T22:27:50.0966927Z test_config (test.test_capi.test_misc.Test_testcapi.test_config) ... ok 2025-10-14T22:27:50.0967551Z test_critical_sections (test.test_capi.test_misc.Test_testcapi.test_critical_sections) ... ok 2025-10-14T22:27:50.0968206Z test_current_tstate_matches (test.test_capi.test_misc.Test_testcapi.test_current_tstate_matches) ... ok 2025-10-14T22:27:50.0968895Z test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi) ... ok 2025-10-14T22:27:50.0969556Z test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak) ... ok 2025-10-14T22:27:50.0970204Z test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration) ... ok 2025-10-14T22:27:50.0970852Z test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous) ... ok 2025-10-14T22:27:50.0971567Z test_from_spec_invalid_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance) ... ok 2025-10-14T22:27:50.0972286Z test_from_spec_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance) ... ok 2025-10-14T22:27:50.0972941Z test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control) ... ok 2025-10-14T22:27:50.0973598Z test_gc_visit_objects_basic (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_basic) ... ok 2025-10-14T22:27:50.0974267Z test_gc_visit_objects_exit_early (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_exit_early) ... ok 2025-10-14T22:27:50.0975003Z test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots) ... ok 2025-10-14T22:27:50.0975659Z test_get_type_dict (test.test_capi.test_misc.Test_testcapi.test_get_type_dict) ... ok 2025-10-14T22:27:50.0976304Z test_immortal_builtins (test.test_capi.test_misc.Test_testcapi.test_immortal_builtins) ... ok 2025-10-14T22:27:50.0976956Z test_immortal_small_ints (test.test_capi.test_misc.Test_testcapi.test_immortal_small_ints) ... ok 2025-10-14T22:27:50.0977633Z test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API) ... ok 2025-10-14T22:27:50.0978399Z test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak) ... ok 2025-10-14T22:27:50.0979209Z test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance) ... ok 2025-10-14T22:27:50.0979994Z test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api) ... ok 2025-10-14T22:27:50.0980731Z test_macros (test.test_capi.test_misc.Test_testcapi.test_macros) ... ok 2025-10-14T22:27:50.0981471Z test_py_clear (test.test_capi.test_misc.Test_testcapi.test_py_clear) ... ok 2025-10-14T22:27:50.0982233Z test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs) ... ok 2025-10-14T22:27:50.0983010Z test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros) ... ok 2025-10-14T22:27:50.0983885Z test_py_setref (test.test_capi.test_misc.Test_testcapi.test_py_setref) ... ok 2025-10-14T22:27:50.0984548Z test_py_try_inc_ref (test.test_capi.test_misc.Test_testcapi.test_py_try_inc_ref) ... ok 2025-10-14T22:27:50.0985191Z test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0) ... ok 2025-10-14T22:27:50.0985836Z test_pymem_setallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators) ... ok 2025-10-14T22:27:50.0986659Z test_pymem_setrawallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators) ... ok 2025-10-14T22:27:50.0987397Z test_pyobject_new (test.test_capi.test_misc.Test_testcapi.test_pyobject_new) ... ok 2025-10-14T22:27:50.0988186Z test_pyobject_setallocators (test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators) ... ok 2025-10-14T22:27:50.0989003Z test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state) ... ok 2025-10-14T22:27:50.0989959Z test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs) ... ok 2025-10-14T22:27:50.0991023Z test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros) ... ok 2025-10-14T22:27:50.0991871Z test_reftracer (test.test_capi.test_misc.Test_testcapi.test_reftracer) ... ok 2025-10-14T22:27:50.0992630Z test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size) ... ok 2025-10-14T22:27:50.0993394Z test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types) ... ok 2025-10-14T22:27:50.0994078Z test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double) ... ok 2025-10-14T22:27:50.0994826Z test_structseq_newtype_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak) ... ok 2025-10-14T22:27:50.0995623Z test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc) ... ok 2025-10-14T22:27:50.0996369Z test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi) ... ok 2025-10-14T22:27:50.0997062Z test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec) ... ok 2025-10-14T22:27:50.0997749Z test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data) ... ok 2025-10-14T22:27:50.0998383Z test_w_code_invalid (test.test_capi.test_misc.Test_testcapi.test_w_code_invalid) ... ok 2025-10-14T22:27:50.0999047Z test_weakref_capi (test.test_capi.test_misc.Test_testcapi.test_weakref_capi) ... ok 2025-10-14T22:27:50.0999670Z test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar) ... ok 2025-10-14T22:27:50.1000293Z test_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring) 2025-10-14T22:27:50.1000879Z This is a pretty normal docstring. ... ok 2025-10-14T22:27:50.1001468Z test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak) ... ok 2025-10-14T22:27:50.1002127Z test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak) ... ok 2025-10-14T22:27:50.1002779Z test_bit_length (test.test_capi.test_misc.Test_testinternalcapi.test_bit_length) ... ok 2025-10-14T22:27:50.1003474Z test_bswap (test.test_capi.test_misc.Test_testinternalcapi.test_bswap) ... ok 2025-10-14T22:27:50.1004093Z test_bytes_find (test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find) ... ok 2025-10-14T22:27:50.1004747Z test_critical_sections (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections) ... ok 2025-10-14T22:27:50.1005423Z test_critical_sections_gc (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_gc) ... ok 2025-10-14T22:27:50.1006114Z test_critical_sections_nest (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_nest) ... ok 2025-10-14T22:27:50.1006798Z test_critical_sections_suspend (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_suspend) ... ok 2025-10-14T22:27:50.1007480Z test_critical_sections_threads (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_threads) ... ok 2025-10-14T22:27:50.1008142Z test_edit_cost (test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost) ... ok 2025-10-14T22:27:50.1008763Z test_hashtable (test.test_capi.test_misc.Test_testinternalcapi.test_hashtable) ... ok 2025-10-14T22:27:50.1009371Z test_long_numbits (test.test_capi.test_misc.Test_testinternalcapi.test_long_numbits) ... ok 2025-10-14T22:27:50.1010770Z test_popcount (test.test_capi.test_misc.Test_testinternalcapi.test_popcount) ... ok 2025-10-14T22:27:50.1011409Z test_tstate_capi (test.test_capi.test_misc.Test_testinternalcapi.test_tstate_capi) ... ok 2025-10-14T22:27:50.1012059Z test_PyOS_mystricmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystricmp) ... ok 2025-10-14T22:27:50.1012797Z test_PyOS_mystrnicmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystrnicmp) ... ok 2025-10-14T22:27:50.1013500Z test_alignof_max_align_t (test.test_capi.test_misc.Test_testlimitedcapi.test_alignof_max_align_t) ... ok 2025-10-14T22:27:50.1014158Z test_constants (test.test_capi.test_misc.Test_testlimitedcapi.test_constants) ... ok 2025-10-14T22:27:50.1015445Z test_frozenset_add_in_capi (test.test_capi.test_misc.Test_testlimitedcapi.test_frozenset_add_in_capi) ... ok 2025-10-14T22:27:50.1016161Z test_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_and_overflow) 2025-10-14T22:27:50.1016822Z Test the PyLong_AsLongAndOverflow API. ... ok 2025-10-14T22:27:50.1017483Z test_long_api (test.test_capi.test_misc.Test_testlimitedcapi.test_long_api) ... ok 2025-10-14T22:27:50.1018199Z test_long_as_double (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_double) ... ok 2025-10-14T22:27:50.1018916Z test_long_as_size_t (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_size_t) 2025-10-14T22:27:50.1019594Z Test the PyLong_As{Size,Ssize}_t API. ... ok 2025-10-14T22:27:50.1020299Z test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_unsigned_long_long_mask) ... ok 2025-10-14T22:27:50.1021217Z test_long_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_long_and_overflow) 2025-10-14T22:27:50.1021882Z Test the PyLong_AsLongLongAndOverflow API. ... ok 2025-10-14T22:27:50.1022553Z test_longlong_api (test.test_capi.test_misc.Test_testlimitedcapi.test_longlong_api) ... ok 2025-10-14T22:27:50.1023355Z test_string_from_format (test.test_capi.test_misc.Test_testlimitedcapi.test_string_from_format) ... ok 2025-10-14T22:27:50.1024172Z test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testlimitedcapi.test_unicode_compare_with_ascii) ... ok 2025-10-14T22:27:50.1024988Z test_widechar (test.test_capi.test_misc.Test_testlimitedcapi.test_widechar) ... ok 2025-10-14T22:27:50.1025776Z test_large_major_version (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_large_major_version) ... ok 2025-10-14T22:27:50.1026621Z test_large_minor_version (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_large_minor_version) ... ok 2025-10-14T22:27:50.1027492Z test_negative_freethreading (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_negative_freethreading) ... ok 2025-10-14T22:27:50.1028222Z test_negative_internal (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_negative_internal) ... ok 2025-10-14T22:27:50.1029011Z test_negative_regular (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_negative_regular) ... ok 2025-10-14T22:27:50.1029727Z test_negative_stable (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_negative_stable) ... ok 2025-10-14T22:27:50.1030435Z test_positive_freethreading (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_positive_freethreading) ... ok 2025-10-14T22:27:50.1031130Z test_positive_internal (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_positive_internal) ... ok 2025-10-14T22:27:50.1031879Z test_positive_regular (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_positive_regular) ... ok 2025-10-14T22:27:50.1032560Z test_positive_stable (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_positive_stable) ... ok 2025-10-14T22:27:50.1033193Z test_zero (test.test_capi.test_modsupport.Test_ABIInfo_Check.test_zero) ... ok 2025-10-14T22:27:50.1033783Z test_asssizet (test.test_capi.test_number.CAPITest.test_asssizet) ... ok 2025-10-14T22:27:50.1034404Z test_binary_ops (test.test_capi.test_number.CAPITest.test_binary_ops) ... ok 2025-10-14T22:27:50.1035140Z test_check (test.test_capi.test_number.CAPITest.test_check) ... ok 2025-10-14T22:27:50.1035713Z test_float (test.test_capi.test_number.CAPITest.test_float) ... ok 2025-10-14T22:27:50.1036409Z test_index (test.test_capi.test_number.CAPITest.test_index) ... ok 2025-10-14T22:27:50.1036989Z test_long (test.test_capi.test_number.CAPITest.test_long) ... ok 2025-10-14T22:27:50.1037591Z test_misc_add (test.test_capi.test_number.CAPITest.test_misc_add) ... ok 2025-10-14T22:27:50.1038203Z test_misc_multiply (test.test_capi.test_number.CAPITest.test_misc_multiply) ... ok 2025-10-14T22:27:50.1038813Z test_misc_power (test.test_capi.test_number.CAPITest.test_misc_power) ... ok 2025-10-14T22:27:50.1039512Z test_tobase (test.test_capi.test_number.CAPITest.test_tobase) ... ok 2025-10-14T22:27:50.1040147Z test_unary_ops (test.test_capi.test_number.CAPITest.test_unary_ops) ... ok 2025-10-14T22:27:50.1040947Z test_decref_delayed (test.test_capi.test_object.CAPITest.test_decref_delayed) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:27:50.1041902Z test_decref_freed_object (test.test_capi.test_object.CAPITest.test_decref_freed_object) ... skipped 'need _testcapi.decref_freed_object()' 2025-10-14T22:27:50.1042795Z test_is_unique_temporary (test.test_capi.test_object.CAPITest.test_is_unique_temporary) ... ok 2025-10-14T22:27:50.1043642Z test_negative_refcount (test.test_capi.test_object.CAPITest.test_negative_refcount) ... skipped 'need _testcapi.negative_refcount()' 2025-10-14T22:27:50.1044549Z test_ClearWeakRefsNoCallbacks (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks) 2025-10-14T22:27:50.1045332Z Ensure PyUnstable_Object_ClearWeakRefsNoCallbacks works ... ok 2025-10-14T22:27:50.1046216Z test_ClearWeakRefsNoCallbacks_no_weakref_support (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks_no_weakref_support) 2025-10-14T22:27:50.1046959Z Don't fail on objects that don't support weakrefs ... ok 2025-10-14T22:27:50.1047664Z test_enable_deferred_refcount (test.test_capi.test_object.EnableDeferredRefcountingTest.test_enable_deferred_refcount) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:27:50.1048388Z test_get_constant (test.test_capi.test_object.GetConstantTest.test_get_constant) ... ok 2025-10-14T22:27:50.1049051Z test_get_constant_borrowed (test.test_capi.test_object.GetConstantTest.test_get_constant_borrowed) ... ok 2025-10-14T22:27:50.1049745Z test_is_uniquely_referenced (test.test_capi.test_object.IsUniquelyReferencedTest.test_is_uniquely_referenced) ... ok 2025-10-14T22:27:50.1050536Z testPyObjectPrintNULL (test.test_capi.test_object.PrintTest.testPyObjectPrintNULL) ... ok 2025-10-14T22:27:50.1051346Z testPyObjectPrintNoRefObject (test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject) ... ok 2025-10-14T22:27:50.1052126Z testPyObjectPrintOSError (test.test_capi.test_object.PrintTest.testPyObjectPrintOSError) ... ok 2025-10-14T22:27:50.1052905Z testPyObjectPrintObject (test.test_capi.test_object.PrintTest.testPyObjectPrintObject) ... ok 2025-10-14T22:27:50.1053755Z test_invalidate_object (test.test_capi.test_opt.TestExecutorInvalidation.test_invalidate_object) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1054699Z test_sys__clear_internal_caches (test.test_capi.test_opt.TestExecutorInvalidation.test_sys__clear_internal_caches) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1055652Z test_uop_optimizer_invalidation (test.test_capi.test_opt.TestExecutorInvalidation.test_uop_optimizer_invalidation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1056497Z test_basic_loop (test.test_capi.test_opt.TestUops.test_basic_loop) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1057280Z test_branch_taken (test.test_capi.test_opt.TestUops.test_branch_taken) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1058179Z test_call_py_exact_args (test.test_capi.test_opt.TestUops.test_call_py_exact_args) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1059129Z test_confidence_score (test.test_capi.test_opt.TestUops.test_confidence_score) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1059992Z test_extended_arg (test.test_capi.test_opt.TestUops.test_extended_arg) 2025-10-14T22:27:50.1060787Z Check EXTENDED_ARG handling in superblock creation ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1061650Z test_for_iter_list (test.test_capi.test_opt.TestUops.test_for_iter_list) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1062499Z test_for_iter_range (test.test_capi.test_opt.TestUops.test_for_iter_range) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1063251Z test_for_iter_tier_two (test.test_capi.test_opt.TestUops.test_for_iter_tier_two) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1064107Z test_for_iter_tuple (test.test_capi.test_opt.TestUops.test_for_iter_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1064832Z test_jump_backward (test.test_capi.test_opt.TestUops.test_jump_backward) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1065502Z test_jump_forward (test.test_capi.test_opt.TestUops.test_jump_forward) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1066162Z test_list_edge_case (test.test_capi.test_opt.TestUops.test_list_edge_case) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1066832Z test_pop_jump_if_false (test.test_capi.test_opt.TestUops.test_pop_jump_if_false) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1067491Z test_pop_jump_if_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_none) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1068142Z test_pop_jump_if_not_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_not_none) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1068863Z test_pop_jump_if_true (test.test_capi.test_opt.TestUops.test_pop_jump_if_true) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1069581Z test_unspecialized_unpack (test.test_capi.test_opt.TestUops.test_unspecialized_unpack) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1070347Z test_add_unicode_propagation (test.test_capi.test_opt.TestUopsOptimization.test_add_unicode_propagation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1071293Z test_attr_promotion_failure (test.test_capi.test_opt.TestUopsOptimization.test_attr_promotion_failure) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1072155Z test_binary_op_constant_evaluate (test.test_capi.test_opt.TestUopsOptimization.test_binary_op_constant_evaluate) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1073035Z test_binary_op_subscr_tuple_int (test.test_capi.test_opt.TestUopsOptimization.test_binary_op_subscr_tuple_int) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1073977Z test_binary_subcsr_str_int_narrows_to_str (test.test_capi.test_opt.TestUopsOptimization.test_binary_subcsr_str_int_narrows_to_str) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1074877Z test_cached_attributes (test.test_capi.test_opt.TestUopsOptimization.test_cached_attributes) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1075743Z test_call_isinstance_guards_removed (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_guards_removed) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1076620Z test_call_isinstance_is_false (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_is_false) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1077461Z test_call_isinstance_is_true (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_is_true) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1078967Z test_call_isinstance_metaclass (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_metaclass) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1079930Z test_call_isinstance_subclass (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_subclass) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1080863Z test_call_isinstance_tuple_of_classes (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_tuple_of_classes) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1081939Z test_call_isinstance_unknown_object (test.test_capi.test_opt.TestUopsOptimization.test_call_isinstance_unknown_object) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1082822Z test_call_len (test.test_capi.test_opt.TestUopsOptimization.test_call_len) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1083678Z test_call_len_known_length (test.test_capi.test_opt.TestUopsOptimization.test_call_len_known_length) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1084615Z test_call_len_known_length_small_int (test.test_capi.test_opt.TestUopsOptimization.test_call_len_known_length_small_int) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1085657Z test_call_list_append (test.test_capi.test_opt.TestUopsOptimization.test_call_list_append) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1086493Z test_call_py_exact_args (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1087437Z test_call_py_exact_args_disappearing (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args_disappearing) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1088405Z test_call_str_1 (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1089315Z test_call_str_1_result_is_const_for_str_input (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1_result_is_const_for_str_input) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1090271Z test_call_str_1_result_is_str (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1_result_is_str) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1091156Z test_call_tuple_1 (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1092064Z test_call_tuple_1_result_is_tuple (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1_result_is_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1093008Z test_call_tuple_1_result_propagates_for_tuple_input (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1_result_propagates_for_tuple_input) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1093881Z test_call_type_1_guards_removed (test.test_capi.test_opt.TestUopsOptimization.test_call_type_1_guards_removed) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1094761Z test_call_type_1_known_type (test.test_capi.test_opt.TestUopsOptimization.test_call_type_1_known_type) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1095689Z test_call_type_1_result_is_const (test.test_capi.test_opt.TestUopsOptimization.test_call_type_1_result_is_const) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1096664Z test_combine_stack_space_checks_large_framesize (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_large_framesize) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1097644Z test_combine_stack_space_checks_nested (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_nested) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1098652Z test_combine_stack_space_checks_recursion (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_recursion) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1099657Z test_combine_stack_space_checks_sequential (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_sequential) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1100635Z test_combine_stack_space_checks_several_calls (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1101563Z test_combine_stack_space_checks_several_calls_different_order (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls_different_order) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1102601Z test_combine_stack_space_complex (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_complex) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1103700Z test_compare_op_float_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_float_pop_two_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1104741Z test_compare_op_int_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_int_pop_two_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1105781Z test_compare_op_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_pop_two_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1106929Z test_compare_op_str_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_str_pop_two_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1107905Z test_compare_op_type_propagation_float (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1108762Z test_compare_op_type_propagation_float_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float_partial) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1109621Z test_compare_op_type_propagation_int (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1110479Z test_compare_op_type_propagation_int_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int_partial) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1111471Z test_compare_op_type_propagation_unicode (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_unicode) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1112391Z test_comprehension (test.test_capi.test_opt.TestUopsOptimization.test_comprehension) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1113343Z test_contains_op_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_contains_op_pop_two_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1114300Z test_decref_escapes (test.test_capi.test_opt.TestUopsOptimization.test_decref_escapes) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1115150Z test_float_add_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_add_constant_propagation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1116111Z test_float_multiply_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_multiply_constant_propagation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1116994Z test_float_op_refcount_elimination (test.test_capi.test_opt.TestUopsOptimization.test_float_op_refcount_elimination) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1117867Z test_float_subtract_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_subtract_constant_propagation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1118660Z test_for_iter (test.test_capi.test_opt.TestUopsOptimization.test_for_iter) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1119462Z test_for_iter_gen (test.test_capi.test_opt.TestUopsOptimization.test_for_iter_gen) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1120359Z test_func_guards_removed_or_reduced (test.test_capi.test_opt.TestUopsOptimization.test_func_guards_removed_or_reduced) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1121419Z test_get_len_with_const_tuple (test.test_capi.test_opt.TestUopsOptimization.test_get_len_with_const_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1122353Z test_get_len_with_non_const_tuple (test.test_capi.test_opt.TestUopsOptimization.test_get_len_with_non_const_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1123434Z test_get_len_with_non_tuple (test.test_capi.test_opt.TestUopsOptimization.test_get_len_with_non_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1124346Z test_guard_type_version_executor_invalidated (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_executor_invalidated) 2025-10-14T22:27:50.1125141Z Verify that the executor is invalided on a type change. ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1125891Z test_guard_type_version_removed (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1126774Z test_guard_type_version_removed_escaping (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_escaping) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1127789Z test_guard_type_version_removed_inlined (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_inlined) 2025-10-14T22:27:50.1128584Z Verify that the guard type version if we have an inlined function ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1129435Z test_guard_type_version_removed_invalidation (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_invalidation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1130484Z test_int_impure_region (test.test_capi.test_opt.TestUopsOptimization.test_int_impure_region) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1131406Z test_int_type_propagate_through_range (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagate_through_range) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1132308Z test_int_type_propagation (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1133237Z test_int_type_propagation_from_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_from_frame) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1134244Z test_int_type_propagation_through_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_through_frame) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1135190Z test_int_value_numbering (test.test_capi.test_opt.TestUopsOptimization.test_int_value_numbering) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1135962Z test_jit_error_pops (test.test_capi.test_opt.TestUopsOptimization.test_jit_error_pops) 2025-10-14T22:27:50.1136720Z Tests that the correct number of pops are inserted into the ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1137433Z test_jitted_code_sees_changed_globals (test.test_capi.test_opt.TestUopsOptimization.test_jitted_code_sees_changed_globals) 2025-10-14T22:27:50.1138267Z Issue 136154: Check that jitted code spots the change in the globals ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1139081Z test_load_small_int (test.test_capi.test_opt.TestUopsOptimization.test_load_small_int) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1140021Z test_many_nested (test.test_capi.test_opt.TestUopsOptimization.test_many_nested) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1140934Z test_method_guards_removed_or_reduced (test.test_capi.test_opt.TestUopsOptimization.test_method_guards_removed_or_reduced) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1141939Z test_modified_local_is_seen_by_optimized_code (test.test_capi.test_opt.TestUopsOptimization.test_modified_local_is_seen_by_optimized_code) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1142956Z test_narrow_type_to_constant_bool_false (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_bool_false) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1143885Z test_narrow_type_to_constant_bool_true (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_bool_true) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1144877Z test_narrow_type_to_constant_int_zero (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_int_zero) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1146056Z test_narrow_type_to_constant_str_empty (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_str_empty) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1147007Z test_pop_top_specialize_float (test.test_capi.test_opt.TestUopsOptimization.test_pop_top_specialize_float) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1147884Z test_pop_top_specialize_int (test.test_capi.test_opt.TestUopsOptimization.test_pop_top_specialize_int) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1148813Z test_pop_top_specialize_none (test.test_capi.test_opt.TestUopsOptimization.test_pop_top_specialize_none) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1149852Z test_power_type_depends_on_input_values (test.test_capi.test_opt.TestUopsOptimization.test_power_type_depends_on_input_values) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1150738Z test_promote_globals_to_constants (test.test_capi.test_opt.TestUopsOptimization.test_promote_globals_to_constants) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1151671Z test_reference_tracking_across_call_doesnt_crash (test.test_capi.test_opt.TestUopsOptimization.test_reference_tracking_across_call_doesnt_crash) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1152609Z test_remove_guard_for_known_type_dict (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_dict) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1153541Z test_remove_guard_for_known_type_list (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_list) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1154420Z test_remove_guard_for_known_type_set (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_set) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1155251Z test_remove_guard_for_known_type_str (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_str) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1156066Z test_remove_guard_for_known_type_tuple (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1156842Z test_remove_guard_for_slice_list (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_slice_list) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1157638Z test_remove_guard_for_slice_tuple (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_slice_tuple) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1158619Z test_return_generator (test.test_capi.test_opt.TestUopsOptimization.test_return_generator) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1159515Z test_set_type_version_sets_type (test.test_capi.test_opt.TestUopsOptimization.test_set_type_version_sets_type) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1160425Z test_symbols_flow_through_tuples (test.test_capi.test_opt.TestUopsOptimization.test_symbols_flow_through_tuples) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1161356Z test_to_bool_bool_contains_op_dict (test.test_capi.test_opt.TestUopsOptimization.test_to_bool_bool_contains_op_dict) 2025-10-14T22:27:50.1162201Z Test that _TO_BOOL_BOOL is removed from code like: ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1163009Z test_to_bool_bool_contains_op_set (test.test_capi.test_opt.TestUopsOptimization.test_to_bool_bool_contains_op_set) 2025-10-14T22:27:50.1163812Z Test that _TO_BOOL_BOOL is removed from code like: ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1164568Z test_type_inconsistency (test.test_capi.test_opt.TestUopsOptimization.test_type_inconsistency) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1165302Z test_type_version_doesnt_segfault (test.test_capi.test_opt.TestUopsOptimization.test_type_version_doesnt_segfault) 2025-10-14T22:27:50.1166025Z Tests that setting a type version doesn't cause a segfault when later looking at the stack. ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1166960Z test_unary_invert_long_type (test.test_capi.test_opt.TestUopsOptimization.test_unary_invert_long_type) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.1167801Z test_unary_invert_pop_top_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_unary_invert_pop_top_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:50.2345027Z test_unary_negative_long_float_type (test.test_capi.test_opt.TestUopsOptimization.test_unary_negative_long_float_type) ... skipped 'requires JIT enabled' 2025-10-14T22:27:51.2465053Z test_unary_negative_pop_top_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_unary_negative_pop_top_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:51.2471423Z test_unary_not_pop_top_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_unary_not_pop_top_load_const_inline_borrow) ... skipped 'requires JIT enabled' 2025-10-14T22:27:51.2633119Z test_atomic_add_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int) ... ok 2025-10-14T22:27:51.2635089Z test_atomic_add_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int16) ... ok 2025-10-14T22:27:51.2636040Z test_atomic_add_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int32) ... ok 2025-10-14T22:27:51.2796541Z test_atomic_add_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int64) ... ok 2025-10-14T22:27:51.2798511Z test_atomic_add_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int8) ... ok 2025-10-14T22:27:51.2799491Z test_atomic_add_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_intptr) ... ok 2025-10-14T22:27:51.2957455Z test_atomic_add_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_ssize) ... ok 2025-10-14T22:27:51.2959229Z test_atomic_add_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint) ... ok 2025-10-14T22:27:51.2960269Z test_atomic_add_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint16) ... ok 2025-10-14T22:27:51.3118385Z test_atomic_add_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint32) ... ok 2025-10-14T22:27:51.3120333Z test_atomic_add_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint64) ... ok 2025-10-14T22:27:51.3121370Z test_atomic_add_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint8) ... ok 2025-10-14T22:27:51.3465027Z test_atomic_add_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uintptr) ... ok 2025-10-14T22:27:51.3467982Z test_atomic_and_or_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint16) ... ok 2025-10-14T22:27:51.3469166Z test_atomic_and_or_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint32) ... ok 2025-10-14T22:27:51.3679689Z test_atomic_and_or_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint64) ... ok 2025-10-14T22:27:51.3681440Z test_atomic_and_or_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint8) ... ok 2025-10-14T22:27:51.3692471Z test_atomic_and_or_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uintptr) ... ok 2025-10-14T22:27:51.3703895Z test_atomic_compare_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int) ... ok 2025-10-14T22:27:51.3717626Z test_atomic_compare_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int16) ... ok 2025-10-14T22:27:51.3719104Z test_atomic_compare_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int32) ... ok 2025-10-14T22:27:51.3719969Z test_atomic_compare_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int64) ... ok 2025-10-14T22:27:51.3724573Z test_atomic_compare_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int8) ... ok 2025-10-14T22:27:51.3729828Z test_atomic_compare_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_intptr) ... ok 2025-10-14T22:27:51.3730751Z test_atomic_compare_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ptr) ... ok 2025-10-14T22:27:51.3731528Z test_atomic_compare_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ssize) ... ok 2025-10-14T22:27:51.3732405Z test_atomic_compare_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint) ... ok 2025-10-14T22:27:51.3733189Z test_atomic_compare_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint16) ... ok 2025-10-14T22:27:51.3734098Z test_atomic_compare_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint32) ... ok 2025-10-14T22:27:51.3734892Z test_atomic_compare_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint64) ... ok 2025-10-14T22:27:51.3735599Z test_atomic_compare_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint8) ... ok 2025-10-14T22:27:51.3736370Z test_atomic_compare_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uintptr) ... ok 2025-10-14T22:27:51.3737093Z test_atomic_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int) ... ok 2025-10-14T22:27:51.3737736Z test_atomic_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int16) ... ok 2025-10-14T22:27:51.3738363Z test_atomic_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int32) ... ok 2025-10-14T22:27:51.3739067Z test_atomic_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int64) ... ok 2025-10-14T22:27:51.3739880Z test_atomic_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int8) ... ok 2025-10-14T22:27:51.3740717Z test_atomic_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_intptr) ... ok 2025-10-14T22:27:51.3741644Z test_atomic_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ptr) ... ok 2025-10-14T22:27:51.3742364Z test_atomic_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ssize) ... ok 2025-10-14T22:27:51.3743096Z test_atomic_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint) ... ok 2025-10-14T22:27:51.3743804Z test_atomic_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint16) ... ok 2025-10-14T22:27:51.3744530Z test_atomic_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint32) ... ok 2025-10-14T22:27:51.3745369Z test_atomic_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint64) ... ok 2025-10-14T22:27:51.3746162Z test_atomic_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint8) ... ok 2025-10-14T22:27:51.3746922Z test_atomic_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uintptr) ... ok 2025-10-14T22:27:51.3747637Z test_atomic_fences (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_fences) ... ok 2025-10-14T22:27:51.3748446Z test_atomic_load_store_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int) ... ok 2025-10-14T22:27:51.3749202Z test_atomic_load_store_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int16) ... ok 2025-10-14T22:27:51.3749858Z test_atomic_load_store_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int32) ... ok 2025-10-14T22:27:51.3750462Z test_atomic_load_store_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int64) ... ok 2025-10-14T22:27:51.3751048Z test_atomic_load_store_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int8) ... ok 2025-10-14T22:27:51.3751849Z test_atomic_load_store_int_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_release_acquire) ... ok 2025-10-14T22:27:51.3752599Z test_atomic_load_store_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_intptr) ... ok 2025-10-14T22:27:51.3753273Z test_atomic_load_store_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ptr) ... ok 2025-10-14T22:27:51.3754224Z test_atomic_load_store_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ssize) ... ok 2025-10-14T22:27:51.3754950Z test_atomic_load_store_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint) ... ok 2025-10-14T22:27:51.3755841Z test_atomic_load_store_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint16) ... ok 2025-10-14T22:27:51.3756477Z test_atomic_load_store_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint32) ... ok 2025-10-14T22:27:51.3757091Z test_atomic_load_store_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint64) ... ok 2025-10-14T22:27:51.3757745Z test_atomic_load_store_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint8) ... ok 2025-10-14T22:27:51.3758374Z test_atomic_load_store_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uintptr) ... ok 2025-10-14T22:27:51.3758977Z test_atomic_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_release_acquire) ... ok 2025-10-14T22:27:51.3759546Z test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags) ... ERROR 2025-10-14T22:27:51.3760925Z test_run_fileexflags_with_undecodable_filename (test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename) ... skipped 'does not work on Windows' 2025-10-14T22:27:57.2999212Z test_run_stringflags (test.test_capi.test_run.CAPITest.test_run_stringflags) ... ok 2025-10-14T22:27:57.3737336Z test_set_next_entry (test.test_capi.test_set.TestInternalCAPI.test_set_next_entry) ... ok 2025-10-14T22:27:57.3765106Z test_set_update (test.test_capi.test_set.TestInternalCAPI.test_set_update) ... ok 2025-10-14T22:27:57.3768499Z test_add (test.test_capi.test_set.TestSetCAPI.test_add) ... ok 2025-10-14T22:27:57.4506005Z test_anyset_check (test.test_capi.test_set.TestSetCAPI.test_anyset_check) ... ok 2025-10-14T22:27:57.4868657Z test_anyset_check_exact (test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact) ... ok 2025-10-14T22:27:57.4878879Z test_clear (test.test_capi.test_set.TestSetCAPI.test_clear) ... ok 2025-10-14T22:27:57.4980327Z test_discard (test.test_capi.test_set.TestSetCAPI.test_discard) ... ok 2025-10-14T22:27:57.5046875Z test_frozenset_check (test.test_capi.test_set.TestSetCAPI.test_frozenset_check) ... ok 2025-10-14T22:27:57.6180467Z test_frozenset_check_exact (test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact) ... ok 2025-10-14T22:27:57.6236506Z test_frozenset_new (test.test_capi.test_set.TestSetCAPI.test_frozenset_new) ... ok 2025-10-14T22:27:57.6468672Z test_pop (test.test_capi.test_set.TestSetCAPI.test_pop) ... ok 2025-10-14T22:27:57.6818224Z test_set_check (test.test_capi.test_set.TestSetCAPI.test_set_check) ... ok 2025-10-14T22:27:57.8513497Z test_set_check_exact (test.test_capi.test_set.TestSetCAPI.test_set_check_exact) ... ok 2025-10-14T22:27:57.9650748Z test_set_contains (test.test_capi.test_set.TestSetCAPI.test_set_contains) ... ok 2025-10-14T22:27:57.9850820Z test_set_get_size (test.test_capi.test_set.TestSetCAPI.test_set_get_size) ... ok 2025-10-14T22:27:57.9854951Z test_set_new (test.test_capi.test_set.TestSetCAPI.test_set_new) ... ok 2025-10-14T22:27:57.9935188Z test_set_size (test.test_capi.test_set.TestSetCAPI.test_set_size) ... ok 2025-10-14T22:27:57.9999846Z test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments) ... ok 2025-10-14T22:27:58.0493259Z test_bool (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool) ... ok 2025-10-14T22:27:58.1091453Z test_byte (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte) ... ok 2025-10-14T22:27:58.2624431Z test_char (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_char) ... ok 2025-10-14T22:27:58.4310349Z test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string) ... ok 2025-10-14T22:27:58.4363980Z test_int (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int) ... ok 2025-10-14T22:27:58.4668966Z test_long (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long) ... ok 2025-10-14T22:27:58.4922355Z test_longlong (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong) ... ok 2025-10-14T22:27:58.6776721Z test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t) ... ok 2025-10-14T22:27:58.6925487Z test_short (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short) ... ok 2025-10-14T22:27:58.7076560Z test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments) ... ok 2025-10-14T22:27:58.7467201Z test_bool (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool) ... ok 2025-10-14T22:27:58.8614714Z test_byte (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte) ... ok 2025-10-14T22:27:58.8664585Z test_char (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_char) ... ok 2025-10-14T22:27:58.8813417Z test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string) ... ok 2025-10-14T22:27:58.9057901Z test_int (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int) ... ok 2025-10-14T22:27:59.0820689Z test_long (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long) ... ok 2025-10-14T22:27:59.2782725Z test_longlong (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong) ... ok 2025-10-14T22:27:59.3294610Z test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t) ... ok 2025-10-14T22:27:59.3830057Z test_short (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short) ... ok 2025-10-14T22:27:59.3954215Z test_sys_formatstderr (test.test_capi.test_sys.CAPITest.test_sys_formatstderr) ... ok 2025-10-14T22:27:59.6151331Z test_sys_formatstdout (test.test_capi.test_sys.CAPITest.test_sys_formatstdout) ... ok 2025-10-14T22:27:59.8137972Z test_sys_getattr (test.test_capi.test_sys.CAPITest.test_sys_getattr) ... ok 2025-10-14T22:27:59.8414934Z test_sys_getattrstring (test.test_capi.test_sys.CAPITest.test_sys_getattrstring) ... ok 2025-10-14T22:28:00.0530900Z test_sys_getobject (test.test_capi.test_sys.CAPITest.test_sys_getobject) ... ok 2025-10-14T22:28:00.2453287Z test_sys_getoptionalattr (test.test_capi.test_sys.CAPITest.test_sys_getoptionalattr) ... ok 2025-10-14T22:28:00.4372941Z test_sys_getoptionalattrstring (test.test_capi.test_sys.CAPITest.test_sys_getoptionalattrstring) ... ok 2025-10-14T22:28:00.7410888Z test_sys_getxoptions (test.test_capi.test_sys.CAPITest.test_sys_getxoptions) ... ok 2025-10-14T22:28:00.8061132Z test_sys_setobject (test.test_capi.test_sys.CAPITest.test_sys_setobject) ... ok 2025-10-14T22:28:00.9839881Z test_sys_writestderr (test.test_capi.test_sys.CAPITest.test_sys_writestderr) ... ok 2025-10-14T22:28:01.0073140Z test_sys_writestdout (test.test_capi.test_sys.CAPITest.test_sys_writestdout) ... ok 2025-10-14T22:28:01.2012761Z test_assecondsdouble (test.test_capi.test_time.CAPITest.test_assecondsdouble) ... ok 2025-10-14T22:28:01.2111398Z test_min_max (test.test_capi.test_time.CAPITest.test_min_max) ... ok 2025-10-14T22:28:01.2525707Z test_monotonic (test.test_capi.test_time.CAPITest.test_monotonic) ... ok 2025-10-14T22:28:01.4030769Z test_perf_counter (test.test_capi.test_time.CAPITest.test_perf_counter) ... ok 2025-10-14T22:28:01.5900914Z test_time (test.test_capi.test_time.CAPITest.test_time) ... ok 2025-10-14T22:28:01.5970170Z test__tuple_resize (test.test_capi.test_tuple.CAPITest.test__tuple_resize) ... ok 2025-10-14T22:28:01.7671470Z test_bug_59313 (test.test_capi.test_tuple.CAPITest.test_bug_59313) ... ok 2025-10-14T22:28:01.7901543Z test_check (test.test_capi.test_tuple.CAPITest.test_check) ... ok 2025-10-14T22:28:01.8990589Z test_tuple_checkexact (test.test_capi.test_tuple.CAPITest.test_tuple_checkexact) ... ok 2025-10-14T22:28:01.9844524Z test_tuple_fromarray (test.test_capi.test_tuple.CAPITest.test_tuple_fromarray) ... ok 2025-10-14T22:28:02.0895741Z test_tuple_get_item (test.test_capi.test_tuple.CAPITest.test_tuple_get_item) ... ok 2025-10-14T22:28:02.1875247Z test_tuple_get_size (test.test_capi.test_tuple.CAPITest.test_tuple_get_size) ... ok 2025-10-14T22:28:02.2937709Z test_tuple_getitem (test.test_capi.test_tuple.CAPITest.test_tuple_getitem) ... ok 2025-10-14T22:28:02.6267181Z test_tuple_getslice (test.test_capi.test_tuple.CAPITest.test_tuple_getslice) ... ok 2025-10-14T22:28:02.8802069Z test_tuple_new (test.test_capi.test_tuple.CAPITest.test_tuple_new) ... ok 2025-10-14T22:28:03.1001960Z test_tuple_pack (test.test_capi.test_tuple.CAPITest.test_tuple_pack) ... ok 2025-10-14T22:28:03.2741167Z test_tuple_set_item (test.test_capi.test_tuple.CAPITest.test_tuple_set_item) ... ok 2025-10-14T22:28:03.2979511Z test_tuple_setitem (test.test_capi.test_tuple.CAPITest.test_tuple_setitem) ... ok 2025-10-14T22:28:03.4693960Z test_tuple_size (test.test_capi.test_tuple.CAPITest.test_tuple_size) ... ok 2025-10-14T22:28:03.5544850Z test_tp_bases_is_set (test.test_capi.test_type.BuiltinStaticTypesTests.test_tp_bases_is_set) ... ok 2025-10-14T22:28:03.5776618Z test_tp_mro_is_set (test.test_capi.test_type.BuiltinStaticTypesTests.test_tp_mro_is_set) ... ok 2025-10-14T22:28:03.5815476Z test_extension_managed_dict_type (test.test_capi.test_type.TypeTests.test_extension_managed_dict_type) ... ok 2025-10-14T22:28:03.6227896Z test_freeze (test.test_capi.test_type.TypeTests.test_freeze) ... ok 2025-10-14T22:28:03.6272463Z test_freeze_meta (test.test_capi.test_type.TypeTests.test_freeze_meta) 2025-10-14T22:28:03.6520691Z test PyType_Freeze() with overridden MRO ... ok 2025-10-14T22:28:03.7487861Z test_get_base_by_token (test.test_capi.test_type.TypeTests.test_get_base_by_token) ... ok 2025-10-14T22:28:03.8742778Z test_get_module_by_def (test.test_capi.test_type.TypeTests.test_get_module_by_def) ... ok 2025-10-14T22:28:03.8748762Z test_get_type_name (test.test_capi.test_type.TypeTests.test_get_type_name) ... ok 2025-10-14T22:28:03.8858321Z test_manual_heap_type (test.test_capi.test_type.TypeTests.test_manual_heap_type) ... ok 2025-10-14T22:28:03.9445332Z test_GET_CACHED_HASH (test.test_capi.test_unicode.CAPITest.test_GET_CACHED_HASH) ... ok 2025-10-14T22:28:04.1114191Z test_append (test.test_capi.test_unicode.CAPITest.test_append) 2025-10-14T22:28:04.3353715Z Test PyUnicode_Append() ... ok 2025-10-14T22:28:04.3853669Z test_appendanddel (test.test_capi.test_unicode.CAPITest.test_appendanddel) 2025-10-14T22:28:04.5390212Z Test PyUnicode_AppendAndDel() ... ok 2025-10-14T22:28:04.5813777Z test_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4) 2025-10-14T22:28:04.6689443Z Test PyUnicode_AsUCS4() ... ok 2025-10-14T22:28:04.7842979Z test_asucs4copy (test.test_capi.test_unicode.CAPITest.test_asucs4copy) 2025-10-14T22:28:04.8681794Z Test PyUnicode_AsUCS4Copy() ... ok 2025-10-14T22:28:04.8731273Z test_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8) 2025-10-14T22:28:04.9885189Z Test PyUnicode_AsUTF8() ... ok 2025-10-14T22:28:04.9952869Z test_asutf8_race (test.test_capi.test_unicode.CAPITest.test_asutf8_race) 2025-10-14T22:28:04.9970481Z Test that there's no race condition in PyUnicode_AsUTF8() ... ok 2025-10-14T22:28:04.9974779Z test_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize) 2025-10-14T22:28:05.0010656Z Test PyUnicode_AsUTF8AndSize() ... ok 2025-10-14T22:28:05.0059757Z test_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar) 2025-10-14T22:28:05.0527825Z Test PyUnicode_AsWideChar() ... ok 2025-10-14T22:28:05.0944254Z test_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring) 2025-10-14T22:28:05.1088182Z Test PyUnicode_AsWideCharString() ... ok 2025-10-14T22:28:05.1297488Z test_compare (test.test_capi.test_unicode.CAPITest.test_compare) 2025-10-14T22:28:05.2603663Z Test PyUnicode_Compare() ... ok 2025-10-14T22:28:05.2622849Z test_comparewithasciistring (test.test_capi.test_unicode.CAPITest.test_comparewithasciistring) 2025-10-14T22:28:05.2686786Z Test PyUnicode_CompareWithASCIIString() ... ok 2025-10-14T22:28:05.2746435Z test_concat (test.test_capi.test_unicode.CAPITest.test_concat) 2025-10-14T22:28:05.3055474Z Test PyUnicode_Concat() ... ok 2025-10-14T22:28:05.3902483Z test_contains (test.test_capi.test_unicode.CAPITest.test_contains) 2025-10-14T22:28:05.3933637Z Test PyUnicode_Contains() ... ok 2025-10-14T22:28:05.3989453Z test_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters) 2025-10-14T22:28:05.4082935Z Test PyUnicode_CopyCharacters() ... ok 2025-10-14T22:28:05.4169562Z test_count (test.test_capi.test_unicode.CAPITest.test_count) 2025-10-14T22:28:05.5362774Z Test PyUnicode_Count() ... ok 2025-10-14T22:28:05.5638036Z test_equaltoutf8 (test.test_capi.test_unicode.CAPITest.test_equaltoutf8) ... ok 2025-10-14T22:28:05.7706637Z test_equaltoutf8andsize (test.test_capi.test_unicode.CAPITest.test_equaltoutf8andsize) ... ok 2025-10-14T22:28:05.8240134Z test_fill (test.test_capi.test_unicode.CAPITest.test_fill) 2025-10-14T22:28:05.8280881Z Test PyUnicode_Fill() ... ok 2025-10-14T22:28:05.9506262Z test_find (test.test_capi.test_unicode.CAPITest.test_find) 2025-10-14T22:28:05.9553736Z Test PyUnicode_Find() ... ok 2025-10-14T22:28:05.9878648Z test_findchar (test.test_capi.test_unicode.CAPITest.test_findchar) 2025-10-14T22:28:06.0524101Z Test PyUnicode_FindChar() ... ok 2025-10-14T22:28:06.1006742Z test_format (test.test_capi.test_unicode.CAPITest.test_format) 2025-10-14T22:28:06.1133765Z Test PyUnicode_Format() ... ok 2025-10-14T22:28:06.1190434Z test_from_format (test.test_capi.test_unicode.CAPITest.test_from_format) 2025-10-14T22:28:06.1648701Z Test PyUnicode_FromFormat() ... ok 2025-10-14T22:28:06.2293558Z test_fromkindanddata (test.test_capi.test_unicode.CAPITest.test_fromkindanddata) 2025-10-14T22:28:06.2479567Z Test PyUnicode_FromKindAndData() ... ok 2025-10-14T22:28:06.3671927Z test_fromobject (test.test_capi.test_unicode.CAPITest.test_fromobject) 2025-10-14T22:28:06.4845733Z Test PyUnicode_FromObject() ... ok 2025-10-14T22:28:06.4873169Z test_fromordinal (test.test_capi.test_unicode.CAPITest.test_fromordinal) 2025-10-14T22:28:06.4964349Z Test PyUnicode_FromOrdinal() ... ok 2025-10-14T22:28:06.6402849Z test_fromstring (test.test_capi.test_unicode.CAPITest.test_fromstring) 2025-10-14T22:28:06.7707028Z Test PyUnicode_FromString() ... ok 2025-10-14T22:28:06.7798849Z test_fromstringandsize (test.test_capi.test_unicode.CAPITest.test_fromstringandsize) 2025-10-14T22:28:06.7838058Z Test PyUnicode_FromStringAndSize() ... ok 2025-10-14T22:28:06.8273539Z test_fromwidechar (test.test_capi.test_unicode.CAPITest.test_fromwidechar) 2025-10-14T22:28:06.8383214Z Test PyUnicode_FromWideChar() ... ok 2025-10-14T22:28:06.8492598Z test_getdefaultencoding (test.test_capi.test_unicode.CAPITest.test_getdefaultencoding) 2025-10-14T22:28:07.0548712Z Test PyUnicode_GetDefaultEncoding() ... ok 2025-10-14T22:28:07.1525486Z test_getlength (test.test_capi.test_unicode.CAPITest.test_getlength) 2025-10-14T22:28:07.1553684Z Test PyUnicode_GetLength() ... ok 2025-10-14T22:28:07.2590847Z test_internfromstring (test.test_capi.test_unicode.CAPITest.test_internfromstring) 2025-10-14T22:28:07.4429725Z Test PyUnicode_InternFromString() ... ok 2025-10-14T22:28:07.4492476Z test_interninplace (test.test_capi.test_unicode.CAPITest.test_interninplace) 2025-10-14T22:28:07.4608962Z Test PyUnicode_InternInPlace() ... ok 2025-10-14T22:28:07.6153685Z test_isidentifier (test.test_capi.test_unicode.CAPITest.test_isidentifier) 2025-10-14T22:28:07.6154612Z Test PyUnicode_IsIdentifier() ... ok 2025-10-14T22:28:07.6155061Z test_join (test.test_capi.test_unicode.CAPITest.test_join) 2025-10-14T22:28:07.6155699Z Test PyUnicode_Join() ... ok 2025-10-14T22:28:07.6156169Z test_new (test.test_capi.test_unicode.CAPITest.test_new) 2025-10-14T22:28:07.6156681Z Test PyUnicode_New() ... ok 2025-10-14T22:28:07.6157161Z test_partition (test.test_capi.test_unicode.CAPITest.test_partition) 2025-10-14T22:28:07.6157665Z Test PyUnicode_Partition() ... ok 2025-10-14T22:28:07.6158197Z test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug) ... ok 2025-10-14T22:28:07.6158794Z test_readchar (test.test_capi.test_unicode.CAPITest.test_readchar) 2025-10-14T22:28:07.6159291Z Test PyUnicode_ReadChar() ... ok 2025-10-14T22:28:07.6159958Z test_replace (test.test_capi.test_unicode.CAPITest.test_replace) 2025-10-14T22:28:07.6160451Z Test PyUnicode_Replace() ... ok 2025-10-14T22:28:07.6160941Z test_resize (test.test_capi.test_unicode.CAPITest.test_resize) 2025-10-14T22:28:07.6161426Z Test PyUnicode_Resize() ... ok 2025-10-14T22:28:07.6161920Z test_richcompare (test.test_capi.test_unicode.CAPITest.test_richcompare) 2025-10-14T22:28:07.6162437Z Test PyUnicode_RichCompare() ... ok 2025-10-14T22:28:07.6162929Z test_rpartition (test.test_capi.test_unicode.CAPITest.test_rpartition) 2025-10-14T22:28:07.6163422Z Test PyUnicode_RPartition() ... ok 2025-10-14T22:28:07.6164049Z test_rsplit (test.test_capi.test_unicode.CAPITest.test_rsplit) 2025-10-14T22:28:07.6164537Z Test PyUnicode_RSplit() ... ok 2025-10-14T22:28:07.6165008Z test_split (test.test_capi.test_unicode.CAPITest.test_split) 2025-10-14T22:28:07.6165505Z Test PyUnicode_Split() ... ok 2025-10-14T22:28:07.6166022Z test_splitlines (test.test_capi.test_unicode.CAPITest.test_splitlines) 2025-10-14T22:28:07.6166616Z Test PyUnicode_SplitLines() ... ok 2025-10-14T22:28:07.6167215Z test_substring (test.test_capi.test_unicode.CAPITest.test_substring) 2025-10-14T22:28:07.6167701Z Test PyUnicode_Substring() ... ok 2025-10-14T22:28:07.6168111Z test_tailmatch (test.test_capi.test_unicode.CAPITest.test_tailmatch) 2025-10-14T22:28:07.6168515Z Test PyUnicode_Tailmatch() ... ok 2025-10-14T22:28:07.6168962Z test_transform_decimal_and_space (test.test_capi.test_unicode.CAPITest.test_transform_decimal_and_space) 2025-10-14T22:28:07.6169484Z Test _PyUnicode_TransformDecimalAndSpaceToASCII() ... ok 2025-10-14T22:28:07.6169954Z test_translate (test.test_capi.test_unicode.CAPITest.test_translate) 2025-10-14T22:28:07.6170416Z Test PyUnicode_Translate() ... ok 2025-10-14T22:28:07.6171366Z test_writechar (test.test_capi.test_unicode.CAPITest.test_writechar) 2025-10-14T22:28:07.6171953Z Test PyUnicode_WriteChar() ... ok 2025-10-14T22:28:07.6172441Z test_format (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_format) ... ok 2025-10-14T22:28:07.6173045Z test_recover_error (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_recover_error) ... ok 2025-10-14T22:28:07.6173677Z test_unicode_equal (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_unicode_equal) ... ok 2025-10-14T22:28:07.6174275Z test_ascii (test.test_capi.test_unicode.PyUnicodeWriterTest.test_ascii) ... ok 2025-10-14T22:28:07.6174832Z test_basic (test.test_capi.test_unicode.PyUnicodeWriterTest.test_basic) ... ok 2025-10-14T22:28:07.6175432Z test_decode_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_decode_utf8) ... ok 2025-10-14T22:28:07.6176061Z test_decode_utf8_consumed (test.test_capi.test_unicode.PyUnicodeWriterTest.test_decode_utf8_consumed) ... ok 2025-10-14T22:28:07.6176798Z test_invalid_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_invalid_utf8) ... ok 2025-10-14T22:28:07.6177425Z test_recover_utf8_error (test.test_capi.test_unicode.PyUnicodeWriterTest.test_recover_utf8_error) ... ok 2025-10-14T22:28:07.6178059Z test_substring_empty (test.test_capi.test_unicode.PyUnicodeWriterTest.test_substring_empty) ... ok 2025-10-14T22:28:07.6178574Z test_ucs4 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_ucs4) ... ok 2025-10-14T22:28:07.6179076Z test_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_utf8) ... ok 2025-10-14T22:28:07.6179749Z test_widechar (test.test_capi.test_unicode.PyUnicodeWriterTest.test_widechar) ... ok 2025-10-14T22:28:07.6180376Z test_allocate_too_many_watchers (test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers) ... ok 2025-10-14T22:28:07.6181018Z test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6181669Z test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6182282Z test_code_object_events_dispatched (test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched) ... ok 2025-10-14T22:28:07.6183016Z test_dealloc_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error) ... ok 2025-10-14T22:28:07.6183567Z test_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_error) ... ok 2025-10-14T22:28:07.6184130Z test_allocate_too_many_watchers (test.test_capi.test_watchers.TestContextObjectWatchers.test_allocate_too_many_watchers) ... ok 2025-10-14T22:28:07.6184705Z test_callback_error (test.test_capi.test_watchers.TestContextObjectWatchers.test_callback_error) ... ok 2025-10-14T22:28:07.6185313Z test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestContextObjectWatchers.test_clear_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6185972Z test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestContextObjectWatchers.test_clear_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6186656Z test_context_object_events_dispatched (test.test_capi.test_watchers.TestContextObjectWatchers.test_context_object_events_dispatched) ... ok 2025-10-14T22:28:07.6187395Z test_exit_base_context (test.test_capi.test_watchers.TestContextObjectWatchers.test_exit_base_context) ... ok 2025-10-14T22:28:07.6187974Z test_clear (test.test_capi.test_watchers.TestDictWatchers.test_clear) ... ok 2025-10-14T22:28:07.6188526Z test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6189157Z test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6189765Z test_clone (test.test_capi.test_watchers.TestDictWatchers.test_clone) ... ok 2025-10-14T22:28:07.6190275Z test_dealloc (test.test_capi.test_watchers.TestDictWatchers.test_dealloc) ... ok 2025-10-14T22:28:07.6190830Z test_dealloc_error (test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error) ... ok 2025-10-14T22:28:07.6191427Z test_del (test.test_capi.test_watchers.TestDictWatchers.test_del) ... ok 2025-10-14T22:28:07.6191967Z test_error (test.test_capi.test_watchers.TestDictWatchers.test_error) ... ok 2025-10-14T22:28:07.6192590Z test_no_event_if_not_watched (test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched) ... ok 2025-10-14T22:28:07.6193227Z test_object_dict (test.test_capi.test_watchers.TestDictWatchers.test_object_dict) ... ok 2025-10-14T22:28:07.6193795Z test_pop (test.test_capi.test_watchers.TestDictWatchers.test_pop) ... ok 2025-10-14T22:28:07.6194372Z test_set_existing_item (test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item) ... ok 2025-10-14T22:28:07.6194992Z test_set_new_item (test.test_capi.test_watchers.TestDictWatchers.test_set_new_item) ... ok 2025-10-14T22:28:07.6195599Z test_two_watchers (test.test_capi.test_watchers.TestDictWatchers.test_two_watchers) ... ok 2025-10-14T22:28:07.6196213Z test_unwatch (test.test_capi.test_watchers.TestDictWatchers.test_unwatch) ... ok 2025-10-14T22:28:07.6196812Z test_unwatch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict) ... ok 2025-10-14T22:28:07.6197421Z test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6198007Z test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6198759Z test_watch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict) ... ok 2025-10-14T22:28:07.6199337Z test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6199973Z test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6200596Z test_allocate_too_many_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers) ... ok 2025-10-14T22:28:07.6201360Z test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6201976Z test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6202619Z test_dealloc_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error) ... ok 2025-10-14T22:28:07.6203258Z test_func_events_dispatched (test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched) ... ok 2025-10-14T22:28:07.6203950Z test_multiple_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers) ... ok 2025-10-14T22:28:07.6204611Z test_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error) ... ok 2025-10-14T22:28:07.6205216Z test_all_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers) ... ok 2025-10-14T22:28:07.6205868Z test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6206540Z test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6207176Z test_clear_watcher (test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher) ... ok 2025-10-14T22:28:07.6207780Z test_error (test.test_capi.test_watchers.TestTypeWatchers.test_error) ... ok 2025-10-14T22:28:07.6208379Z test_event_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation) ... ok 2025-10-14T22:28:07.6208965Z test_lookup_resets_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation) ... ok 2025-10-14T22:28:07.6209535Z test_no_more_ids_available (test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available) ... ok 2025-10-14T22:28:07.6210159Z test_two_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers) ... ok 2025-10-14T22:28:07.6210694Z test_unwatch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type) ... ok 2025-10-14T22:28:07.6211431Z test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6212054Z test_unwatch_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type) ... ok 2025-10-14T22:28:07.6212647Z test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6213229Z test_watch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type) ... ok 2025-10-14T22:28:07.6213792Z test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id) ... ok 2025-10-14T22:28:07.6214340Z test_watch_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type) ... ok 2025-10-14T22:28:07.6214863Z test_watch_type_subclass (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass) ... ok 2025-10-14T22:28:07.6215428Z test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id) ... ok 2025-10-14T22:28:07.6215765Z 2025-10-14T22:28:07.6216195Z ====================================================================== 2025-10-14T22:28:07.6217675Z ERROR: test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) (filename=b'@test_7012_tmp\xc3\xa6') 2025-10-14T22:28:07.6218275Z ---------------------------------------------------------------------- 2025-10-14T22:28:07.6218790Z Traceback (most recent call last): 2025-10-14T22:28:07.6219282Z File "D:\a\1\s\Lib\test\test_capi\test_file.py", line 264, in test_py_fopen 2025-10-14T22:28:07.6219781Z os_helper.unlink(filename) 2025-10-14T22:28:07.6220212Z ~~~~~~~~~~~~~~~~^^^^^^^^^^ 2025-10-14T22:28:07.6220684Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 373, in unlink 2025-10-14T22:28:07.6221860Z _unlink(filename) 2025-10-14T22:28:07.6222277Z ~~~~~~~^^^^^^^^^^ 2025-10-14T22:28:07.6222817Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 417, in _unlink 2025-10-14T22:28:07.6223299Z _waitfor(os.unlink, filename) 2025-10-14T22:28:07.6223686Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:07.6224136Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 404, in _waitfor 2025-10-14T22:28:07.6224605Z if not (L if waitall else name in L): 2025-10-14T22:28:07.6225012Z ^^^^^^^^^ 2025-10-14T22:28:07.6225427Z BytesWarning: Comparison between bytes and string 2025-10-14T22:28:07.6225741Z 2025-10-14T22:28:07.6226180Z ====================================================================== 2025-10-14T22:28:07.6226785Z ERROR: test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) (filename=b'@test_7012_tmp\xed\xb4\x80') 2025-10-14T22:28:07.6227402Z ---------------------------------------------------------------------- 2025-10-14T22:28:07.6227923Z Traceback (most recent call last): 2025-10-14T22:28:07.6228359Z File "D:\a\1\s\Lib\test\test_capi\test_file.py", line 264, in test_py_fopen 2025-10-14T22:28:07.6228768Z os_helper.unlink(filename) 2025-10-14T22:28:07.6229114Z ~~~~~~~~~~~~~~~~^^^^^^^^^^ 2025-10-14T22:28:07.6229483Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 373, in unlink 2025-10-14T22:28:07.6229873Z _unlink(filename) 2025-10-14T22:28:07.6230193Z ~~~~~~~^^^^^^^^^^ 2025-10-14T22:28:07.6230555Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 417, in _unlink 2025-10-14T22:28:07.6230953Z _waitfor(os.unlink, filename) 2025-10-14T22:28:07.6231284Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:07.6231637Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 404, in _waitfor 2025-10-14T22:28:07.6232118Z if not (L if waitall else name in L): 2025-10-14T22:28:07.6232469Z ^^^^^^^^^ 2025-10-14T22:28:07.6232894Z BytesWarning: Comparison between bytes and string 2025-10-14T22:28:07.6233206Z 2025-10-14T22:28:07.6233655Z ====================================================================== 2025-10-14T22:28:07.6234212Z ERROR: test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags) 2025-10-14T22:28:07.6234770Z ---------------------------------------------------------------------- 2025-10-14T22:28:07.6235262Z Traceback (most recent call last): 2025-10-14T22:28:07.6235730Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 373, in unlink 2025-10-14T22:28:07.6236210Z _unlink(filename) 2025-10-14T22:28:07.6236600Z ~~~~~~~^^^^^^^^^^ 2025-10-14T22:28:07.6237034Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 417, in _unlink 2025-10-14T22:28:07.6237510Z _waitfor(os.unlink, filename) 2025-10-14T22:28:07.6237918Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:07.6238363Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 404, in _waitfor 2025-10-14T22:28:07.6238787Z if not (L if waitall else name in L): 2025-10-14T22:28:07.6239153Z ^^^^^^^^^ 2025-10-14T22:28:07.6239560Z BytesWarning: Comparison between bytes and string 2025-10-14T22:28:07.6239864Z 2025-10-14T22:28:07.6240307Z ---------------------------------------------------------------------- 2025-10-14T22:28:07.6240784Z Ran 1172 tests in 15.662s 2025-10-14T22:28:07.6241194Z 2025-10-14T22:28:07.6241593Z FAILED (errors=3, skipped=143) 2025-10-14T22:28:07.6242034Z Warning -- files was modified by test_capi 2025-10-14T22:28:07.6243882Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:07.6246512Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:07.6247737Z test test_capi failed 2025-10-14T22:28:07.6248234Z 0:02:28 load avg: 7.70 [114/495/20] test_collections passed 2025-10-14T22:28:11.3050476Z 0:02:28 load avg: 7.70 [115/495/21] test_mmap failed (env changed) (58.8 sec) 2025-10-14T22:28:11.3068166Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5840æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5840æ' 2025-10-14T22:28:11.3101407Z Traceback (most recent call last): 2025-10-14T22:28:11.3105586Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.3107180Z os.mkdir(path) 2025-10-14T22:28:11.3109855Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.3111217Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5840æ' 2025-10-14T22:28:11.3112072Z Stack (most recent call last): 2025-10-14T22:28:11.3186969Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3188772Z File "", line 88, in _run_code 2025-10-14T22:28:11.3321943Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3347035Z main() 2025-10-14T22:28:11.3396283Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3430806Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3432433Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3435343Z return next(self.gen) 2025-10-14T22:28:11.3435952Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.3437612Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.3441657Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5840æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5840æ' 2025-10-14T22:28:11.3443050Z Traceback (most recent call last): 2025-10-14T22:28:11.3443847Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.3445572Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.3446272Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.3448632Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5840æ' 2025-10-14T22:28:11.3452853Z Stack (most recent call last): 2025-10-14T22:28:11.3453578Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3454387Z File "", line 88, in _run_code 2025-10-14T22:28:11.3455038Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3455665Z main() 2025-10-14T22:28:11.3456284Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3456973Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3465708Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3466556Z return next(self.gen) 2025-10-14T22:28:11.3467325Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.3467894Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.3468674Z test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB) ... skipped 'test cannot run on 32-bit systems' 2025-10-14T22:28:11.3469385Z test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB) ... skipped 'test cannot run on 32-bit systems' 2025-10-14T22:28:11.3470205Z test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize) ... ok 2025-10-14T22:28:11.3470862Z test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset) ... ok 2025-10-14T22:28:11.3471471Z test_access_parameter (test.test_mmap.MmapTests.test_access_parameter) ... ok 2025-10-14T22:28:11.3472127Z test_access_violations (test.test_mmap.MmapTests.test_access_violations) ... skipped 'test needs debug build' 2025-10-14T22:28:11.3472827Z test_anonymous (test.test_mmap.MmapTests.test_anonymous) ... ok 2025-10-14T22:28:11.3473415Z test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc) ... ok 2025-10-14T22:28:11.3474004Z test_basic (test.test_mmap.MmapTests.test_basic) ... ok 2025-10-14T22:28:11.3474618Z test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception) ... ok 2025-10-14T22:28:11.3475275Z test_context_manager (test.test_mmap.MmapTests.test_context_manager) ... ok 2025-10-14T22:28:11.3475891Z test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception) ... ok 2025-10-14T22:28:11.3476498Z test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) ... ok 2025-10-14T22:28:11.3477050Z test_double_close (test.test_mmap.MmapTests.test_double_close) ... ok 2025-10-14T22:28:11.3477645Z test_empty_file (test.test_mmap.MmapTests.test_empty_file) ... ok 2025-10-14T22:28:11.3478250Z test_entire_file (test.test_mmap.MmapTests.test_entire_file) ... ok 2025-10-14T22:28:11.3478789Z test_error (test.test_mmap.MmapTests.test_error) ... ok 2025-10-14T22:28:11.3479336Z test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice) ... ok 2025-10-14T22:28:11.3480026Z test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice) ... ok 2025-10-14T22:28:11.3480801Z test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer) ... skipped 'mmap flags unavailable' 2025-10-14T22:28:11.3481476Z test_find_end (test.test_mmap.MmapTests.test_find_end) ... ok 2025-10-14T22:28:11.3482032Z test_flush_parameters (test.test_mmap.MmapTests.test_flush_parameters) ... ok 2025-10-14T22:28:11.3482630Z test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value) ... ok 2025-10-14T22:28:11.3484360Z test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) ... ok 2025-10-14T22:28:11.3485060Z test_io_methods (test.test_mmap.MmapTests.test_io_methods) ... ok 2025-10-14T22:28:11.3485706Z test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset) ... ok 2025-10-14T22:28:11.3486359Z test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset) ... ok 2025-10-14T22:28:11.3487060Z test_madvise (test.test_mmap.MmapTests.test_madvise) ... skipped 'needs madvise' 2025-10-14T22:28:11.3487747Z test_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios) 2025-10-14T22:28:11.3488354Z gh-103987: Test that mmap objects raise ValueError ... ok 2025-10-14T22:28:11.3488914Z test_move (test.test_mmap.MmapTests.test_move) ... ok 2025-10-14T22:28:11.3489813Z test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte) ... ok 2025-10-14T22:28:11.3490406Z test_offset (test.test_mmap.MmapTests.test_offset) ... ok 2025-10-14T22:28:11.3491002Z test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly) ... skipped 'needs mmap.PROT_READ' 2025-10-14T22:28:11.3491679Z test_read_all (test.test_mmap.MmapTests.test_read_all) ... ok 2025-10-14T22:28:11.3492243Z test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg) ... ok 2025-10-14T22:28:11.3492817Z test_repr (test.test_mmap.MmapTests.test_repr) ... ok 2025-10-14T22:28:11.3493489Z test_resize (test.test_mmap.MmapTests.test_resize) ... ok 2025-10-14T22:28:11.3494093Z test_resize_down_anonymous_mapping (test.test_mmap.MmapTests.test_resize_down_anonymous_mapping) 2025-10-14T22:28:11.3494701Z If the mmap is backed by the pagefile ensure a resize down up can happen ... ok 2025-10-14T22:28:11.3495332Z test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere) 2025-10-14T22:28:11.3495978Z If more than one mapping is held against a named file on Windows, neither ... ok 2025-10-14T22:28:11.3496561Z test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos) ... ok 2025-10-14T22:28:11.3497228Z test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping) 2025-10-14T22:28:11.3497947Z If a more than one mapping exists of the same name, none of them can ... ok 2025-10-14T22:28:11.3498563Z test_resize_up_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_anonymous_mapping) 2025-10-14T22:28:11.3499162Z If the mmap is backed by the pagefile ensure a resize up can happen ... ok 2025-10-14T22:28:11.3499785Z test_resize_up_private_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_private_anonymous_mapping) ... skipped 'requires Posix' 2025-10-14T22:28:11.3500408Z test_rfind (test.test_mmap.MmapTests.test_rfind) ... ok 2025-10-14T22:28:11.3500950Z test_sizeof (test.test_mmap.MmapTests.test_sizeof) ... ok 2025-10-14T22:28:11.3501504Z test_subclass (test.test_mmap.MmapTests.test_subclass) ... ok 2025-10-14T22:28:11.3502052Z test_tagname (test.test_mmap.MmapTests.test_tagname) ... ok 2025-10-14T22:28:11.3502613Z test_tougher_find (test.test_mmap.MmapTests.test_tougher_find) ... ok 2025-10-14T22:28:11.3503197Z test_trackfd_neg1 (test.test_mmap.MmapTests.test_trackfd_neg1) ... ok 2025-10-14T22:28:11.3503746Z test_trackfd_parameter (test.test_mmap.MmapTests.test_trackfd_parameter) ... ok 2025-10-14T22:28:11.3504285Z test_weakref (test.test_mmap.MmapTests.test_weakref) ... ok 2025-10-14T22:28:11.3504892Z test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written) ... ok 2025-10-14T22:28:11.3505331Z 2025-10-14T22:28:11.3505849Z ---------------------------------------------------------------------- 2025-10-14T22:28:11.3506379Z Ran 52 tests in 58.452s 2025-10-14T22:28:11.3506689Z 2025-10-14T22:28:11.3507079Z OK (skipped=7) 2025-10-14T22:28:11.3507532Z Warning -- files was modified by test_mmap 2025-10-14T22:28:11.3508611Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.3511037Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.3516100Z 0:02:32 load avg: 8.25 [116/495/22] test_structseq failed (env changed) 2025-10-14T22:28:11.3517779Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6456æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6456æ' 2025-10-14T22:28:11.3518771Z Traceback (most recent call last): 2025-10-14T22:28:11.3524209Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.3525405Z os.mkdir(path) 2025-10-14T22:28:11.3526109Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.3529381Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6456æ' 2025-10-14T22:28:11.3530615Z Stack (most recent call last): 2025-10-14T22:28:11.3531341Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3532268Z File "", line 88, in _run_code 2025-10-14T22:28:11.3532831Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3533288Z main() 2025-10-14T22:28:11.3533719Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3534201Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3534689Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3535145Z return next(self.gen) 2025-10-14T22:28:11.3535679Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.3536318Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.3537363Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6456æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6456æ' 2025-10-14T22:28:11.3538157Z Traceback (most recent call last): 2025-10-14T22:28:11.3538784Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.3539382Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.3539905Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.3540460Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6456æ' 2025-10-14T22:28:11.3541063Z Stack (most recent call last): 2025-10-14T22:28:11.3541622Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3542163Z File "", line 88, in _run_code 2025-10-14T22:28:11.3542668Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3543151Z main() 2025-10-14T22:28:11.3543608Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3544125Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3545230Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3545836Z return next(self.gen) 2025-10-14T22:28:11.3546330Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.3546827Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.3547335Z test_cmp (test.test_structseq.StructSeqTest.test_cmp) ... ok 2025-10-14T22:28:11.3547989Z test_concat (test.test_structseq.StructSeqTest.test_concat) ... ok 2025-10-14T22:28:11.3548628Z test_constructor (test.test_structseq.StructSeqTest.test_constructor) ... ok 2025-10-14T22:28:11.3549289Z test_constructor_with_duplicate_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields) ... ok 2025-10-14T22:28:11.3550062Z test_constructor_with_duplicate_unnamed_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields) ... ok 2025-10-14T22:28:11.3550911Z test_constructor_with_unknown_fields (test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields) ... ok 2025-10-14T22:28:11.3551606Z test_contains (test.test_structseq.StructSeqTest.test_contains) ... ok 2025-10-14T22:28:11.3552401Z test_copy_replace_all_fields_visible (test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible) ... ok 2025-10-14T22:28:11.3553101Z test_copy_replace_with_invisible_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields) ... ok 2025-10-14T22:28:11.3554014Z test_copy_replace_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields) ... ok 2025-10-14T22:28:11.3554590Z test_copying (test.test_structseq.StructSeqTest.test_copying) ... ok 2025-10-14T22:28:11.3555134Z test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields) ... ok 2025-10-14T22:28:11.3555743Z test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple) ... ok 2025-10-14T22:28:11.3556342Z test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice) ... ok 2025-10-14T22:28:11.3556969Z test_fields (test.test_structseq.StructSeqTest.test_fields) ... ok 2025-10-14T22:28:11.3557570Z test_hash (test.test_structseq.StructSeqTest.test_hash) ... ok 2025-10-14T22:28:11.3558146Z test_match_args (test.test_structseq.StructSeqTest.test_match_args) ... ok 2025-10-14T22:28:11.3558815Z test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields) ... ok 2025-10-14T22:28:11.3559428Z test_pickling (test.test_structseq.StructSeqTest.test_pickling) ... ok 2025-10-14T22:28:11.3560087Z test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields) ... ok 2025-10-14T22:28:11.3560792Z test_reference_cycle (test.test_structseq.StructSeqTest.test_reference_cycle) ... ok 2025-10-14T22:28:11.3608965Z test_repeat (test.test_structseq.StructSeqTest.test_repeat) ... ok 2025-10-14T22:28:11.3610165Z test_repr (test.test_structseq.StructSeqTest.test_repr) ... ok 2025-10-14T22:28:11.3610930Z test_tuple (test.test_structseq.StructSeqTest.test_tuple) ... ok 2025-10-14T22:28:11.3611870Z 2025-10-14T22:28:11.3612534Z ---------------------------------------------------------------------- 2025-10-14T22:28:11.3613158Z Ran 24 tests in 0.247s 2025-10-14T22:28:11.3613568Z 2025-10-14T22:28:11.3614040Z OK 2025-10-14T22:28:11.3614706Z Warning -- files was modified by test_structseq 2025-10-14T22:28:11.3616554Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.3619141Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.3620544Z 0:02:32 load avg: 8.31 [117/495/22] test_samply_profiler skipped 2025-10-14T22:28:11.3621945Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7432æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7432æ' 2025-10-14T22:28:11.3622710Z Traceback (most recent call last): 2025-10-14T22:28:11.3623318Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.3623906Z os.mkdir(path) 2025-10-14T22:28:11.3624412Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.3625014Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7432æ' 2025-10-14T22:28:11.3625796Z Stack (most recent call last): 2025-10-14T22:28:11.3626288Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3626881Z File "", line 88, in _run_code 2025-10-14T22:28:11.3627392Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3627864Z main() 2025-10-14T22:28:11.3628399Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3628970Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3629492Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3629964Z return next(self.gen) 2025-10-14T22:28:11.3630427Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.3630940Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.3631842Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7432æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7432æ' 2025-10-14T22:28:11.3632590Z Traceback (most recent call last): 2025-10-14T22:28:11.3633141Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.3633649Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.3634111Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.3634708Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7432æ' 2025-10-14T22:28:11.3635341Z Stack (most recent call last): 2025-10-14T22:28:11.3635902Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3636432Z File "", line 88, in _run_code 2025-10-14T22:28:11.3636945Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3637427Z main() 2025-10-14T22:28:11.3637940Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3638470Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3639025Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3639623Z return next(self.gen) 2025-10-14T22:28:11.3640099Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.3640607Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.3641125Z test_samply_profiler skipped -- perf trampoline profiling not supported 2025-10-14T22:28:11.3641644Z 0:02:32 load avg: 8.31 [118/495/22] test_cppext passed 2025-10-14T22:28:11.3642149Z 0:02:32 load avg: 8.31 [119/495/22] test.test_gdb.test_cfunction skipped 2025-10-14T22:28:11.3643111Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8080æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8080æ' 2025-10-14T22:28:11.3643821Z Traceback (most recent call last): 2025-10-14T22:28:11.3644388Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.3644941Z os.mkdir(path) 2025-10-14T22:28:11.3645487Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.3646091Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8080æ' 2025-10-14T22:28:11.3646696Z Stack (most recent call last): 2025-10-14T22:28:11.3647379Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3647922Z File "", line 88, in _run_code 2025-10-14T22:28:11.3648491Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3649008Z main() 2025-10-14T22:28:11.3649517Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3650129Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3650738Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3651253Z return next(self.gen) 2025-10-14T22:28:11.3651795Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.3652498Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.3653547Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8080æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8080æ' 2025-10-14T22:28:11.3654296Z Traceback (most recent call last): 2025-10-14T22:28:11.3654848Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.3655423Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.3655880Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.3656413Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8080æ' 2025-10-14T22:28:11.3656951Z Stack (most recent call last): 2025-10-14T22:28:11.3657432Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3657991Z File "", line 88, in _run_code 2025-10-14T22:28:11.3658555Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3659063Z main() 2025-10-14T22:28:11.3659572Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3660142Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3660704Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3661214Z return next(self.gen) 2025-10-14T22:28:11.3661711Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.3662268Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.3662837Z test.test_gdb.test_cfunction skipped -- test_gdb doesn't work on Windows 2025-10-14T22:28:11.3663409Z 0:02:32 load avg: 8.31 [120/495/23] test_socket failed (env changed) (1 min 7 sec) 2025-10-14T22:28:11.3664380Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8032æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8032æ' 2025-10-14T22:28:11.3665048Z Traceback (most recent call last): 2025-10-14T22:28:11.3665610Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.3666056Z os.mkdir(path) 2025-10-14T22:28:11.3666456Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.3667019Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8032æ' 2025-10-14T22:28:11.3667647Z Stack (most recent call last): 2025-10-14T22:28:11.3668185Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3668712Z File "", line 88, in _run_code 2025-10-14T22:28:11.3669244Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3669775Z main() 2025-10-14T22:28:11.3670290Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3670816Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3671388Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3671930Z return next(self.gen) 2025-10-14T22:28:11.3672460Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.3673077Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.3674261Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8032æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8032æ' 2025-10-14T22:28:11.3675078Z Traceback (most recent call last): 2025-10-14T22:28:11.3675668Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.3676247Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.3676793Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.3677384Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8032æ' 2025-10-14T22:28:11.3678192Z Stack (most recent call last): 2025-10-14T22:28:11.3678796Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.3679510Z File "", line 88, in _run_code 2025-10-14T22:28:11.3680104Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.3680625Z main() 2025-10-14T22:28:11.3681116Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.3681729Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.3682346Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.3682984Z return next(self.gen) 2025-10-14T22:28:11.3683587Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.3684202Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.3684822Z testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) ... ok 2025-10-14T22:28:11.3685475Z testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3686168Z testBindAny (test.test_socket.BasicCANTest.testBindAny) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3686935Z testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3687705Z testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3688458Z testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3689093Z testFilter (test.test_socket.BasicCANTest.testFilter) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3689704Z testLoopback (test.test_socket.BasicCANTest.testLoopback) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3690328Z testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3690996Z testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) ... ok 2025-10-14T22:28:11.3691690Z testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) ... ok 2025-10-14T22:28:11.3692623Z testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) ... ok 2025-10-14T22:28:11.3693477Z testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) ... ok 2025-10-14T22:28:11.3694349Z testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) ... ok 2025-10-14T22:28:11.3695193Z testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) ... ok 2025-10-14T22:28:11.3695928Z testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) ... ok 2025-10-14T22:28:11.3696611Z testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3697488Z testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3698184Z testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3698931Z testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3699762Z testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3700564Z testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:28:11.3706803Z testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3707683Z testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3708488Z testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3709229Z testDefaults (test.test_socket.BasicSocketPairTest.testDefaults) ... ok 2025-10-14T22:28:11.3710018Z testRecv (test.test_socket.BasicSocketPairTest.testRecv) ... ok 2025-10-14T22:28:11.3710672Z testSend (test.test_socket.BasicSocketPairTest.testSend) ... ok 2025-10-14T22:28:11.3711406Z testDetach (test.test_socket.BasicTCPTest.testDetach) ... ok 2025-10-14T22:28:11.3712005Z testDup (test.test_socket.BasicTCPTest.testDup) ... ok 2025-10-14T22:28:11.3712551Z testFromFd (test.test_socket.BasicTCPTest.testFromFd) ... ok 2025-10-14T22:28:11.3713095Z testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv) ... ok 2025-10-14T22:28:11.3713743Z testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom) ... ok 2025-10-14T22:28:11.3714345Z testRecv (test.test_socket.BasicTCPTest.testRecv) ... ok 2025-10-14T22:28:11.3714919Z testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom) ... ok 2025-10-14T22:28:11.3715487Z testSendAll (test.test_socket.BasicTCPTest.testSendAll) ... ok 2025-10-14T22:28:11.3716111Z testShutdown (test.test_socket.BasicTCPTest.testShutdown) ... ok 2025-10-14T22:28:11.3716714Z testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow) ... ok 2025-10-14T22:28:11.3717376Z testDetach (test.test_socket.BasicTCPTest2.testDetach) ... ok 2025-10-14T22:28:11.3717932Z testDup (test.test_socket.BasicTCPTest2.testDup) ... ok 2025-10-14T22:28:11.3718503Z testFromFd (test.test_socket.BasicTCPTest2.testFromFd) ... ok 2025-10-14T22:28:11.3719130Z testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv) ... ok 2025-10-14T22:28:11.3719813Z testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom) ... ok 2025-10-14T22:28:11.3720440Z testRecv (test.test_socket.BasicTCPTest2.testRecv) ... ok 2025-10-14T22:28:11.3721092Z testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom) ... ok 2025-10-14T22:28:11.3721708Z testSendAll (test.test_socket.BasicTCPTest2.testSendAll) ... ok 2025-10-14T22:28:11.3722359Z testShutdown (test.test_socket.BasicTCPTest2.testShutdown) ... ok 2025-10-14T22:28:11.3723010Z testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow) ... ok 2025-10-14T22:28:11.3723754Z testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3724547Z testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3725470Z testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3726205Z testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom) ... ok 2025-10-14T22:28:11.3726831Z testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative) ... ok 2025-10-14T22:28:11.3727663Z testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv) ... ok 2025-10-14T22:28:11.3728364Z testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket) ... skipped 'need fcntl' 2025-10-14T22:28:11.3729127Z testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants) ... skipped 'need fcntl' 2025-10-14T22:28:11.3729852Z testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize) ... skipped 'need fcntl' 2025-10-14T22:28:11.3730589Z testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants) ... skipped 'need fcntl' 2025-10-14T22:28:11.3731467Z testBadHciAddr (test.test_socket.BluetoothTest.testBadHciAddr) ... skipped 'Bluetooth HCI sockets required for this test' 2025-10-14T22:28:11.3732293Z testBadL2capAddr (test.test_socket.BluetoothTest.testBadL2capAddr) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:28:11.3733014Z testBadRfcommAddr (test.test_socket.BluetoothTest.testBadRfcommAddr) ... ok 2025-10-14T22:28:11.3733665Z testBadScoAddr (test.test_socket.BluetoothTest.testBadScoAddr) ... skipped 'Bluetooth SCO sockets required for this test' 2025-10-14T22:28:11.3734460Z testBindBrEdrL2capSocket (test.test_socket.BluetoothTest.testBindBrEdrL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:28:11.3735277Z testBindHciSocket (test.test_socket.BluetoothTest.testBindHciSocket) ... skipped 'Bluetooth HCI sockets required for this test' 2025-10-14T22:28:11.3736088Z testBindLeAttL2capSocket (test.test_socket.BluetoothTest.testBindLeAttL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:28:11.3737033Z testBindLePsmL2capSocket (test.test_socket.BluetoothTest.testBindLePsmL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:28:11.3737873Z testBindRfcommSocket (test.test_socket.BluetoothTest.testBindRfcommSocket) ... skipped '[WinError 10050] A socket operation encountered a dead network' 2025-10-14T22:28:11.3738736Z testBindScoSocket (test.test_socket.BluetoothTest.testBindScoSocket) ... skipped 'Bluetooth SCO sockets required for this test' 2025-10-14T22:28:11.3739628Z testCreateHciSocket (test.test_socket.BluetoothTest.testCreateHciSocket) ... skipped 'windows does not support HCI sockets' 2025-10-14T22:28:11.3740340Z testCreateL2capSocket (test.test_socket.BluetoothTest.testCreateL2capSocket) ... skipped 'windows does not support L2CAP sockets' 2025-10-14T22:28:11.3741031Z testCreateRfcommSocket (test.test_socket.BluetoothTest.testCreateRfcommSocket) ... ok 2025-10-14T22:28:11.3741779Z testCreateScoSocket (test.test_socket.BluetoothTest.testCreateScoSocket) ... skipped 'windows does not support SCO sockets' 2025-10-14T22:28:11.3742510Z testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray) ... ok 2025-10-14T22:28:11.3743216Z testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray) ... ok 2025-10-14T22:28:11.3743944Z testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer) ... ok 2025-10-14T22:28:11.3744698Z testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview) ... ok 2025-10-14T22:28:11.3745450Z testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer) ... ok 2025-10-14T22:28:11.3746142Z testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray) ... ok 2025-10-14T22:28:11.3746717Z testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray) ... ok 2025-10-14T22:28:11.3747352Z testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview) ... ok 2025-10-14T22:28:11.3747956Z testBCM (test.test_socket.CANTest.testBCM) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3748556Z testSendFrame (test.test_socket.CANTest.testSendFrame) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3749172Z testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3749940Z testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) ... skipped 'SocketCan required for this test.' 2025-10-14T22:28:11.3750574Z testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN) ... skipped "don't have CMSG_LEN" 2025-10-14T22:28:11.3751176Z testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE) ... skipped "don't have CMSG_SPACE" 2025-10-14T22:28:11.3751894Z testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase) ... ok 2025-10-14T22:28:11.3752551Z testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose) ... ok 2025-10-14T22:28:11.3753330Z test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4) ... ok 2025-10-14T22:28:11.3754015Z test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6) ... ok 2025-10-14T22:28:11.3754650Z test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4) ... ok 2025-10-14T22:28:11.3755291Z test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6) ... ok 2025-10-14T22:28:11.3755913Z test_address (test.test_socket.CreateServerTest.test_address) ... ok 2025-10-14T22:28:11.3756567Z test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family) ... ok 2025-10-14T22:28:11.3757238Z test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type) ... ok 2025-10-14T22:28:11.3757903Z test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default) ... ok 2025-10-14T22:28:11.3758613Z test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port) ... ok 2025-10-14T22:28:11.3759270Z testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.3759915Z testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.3760568Z testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.3761230Z testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.3761899Z testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.3762729Z testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.3763353Z testReadline (test.test_socket.FileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.3763958Z testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.3764594Z testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.3765340Z testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.3766004Z test_close_detach_race (test.test_socket.FreeThreadingTests.test_close_detach_race) ... ok 2025-10-14T22:28:11.3766666Z test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) ... skipped 'macOS specific test' 2025-10-14T22:28:11.3767352Z testCloseException (test.test_socket.GeneralModuleTests.testCloseException) ... ok 2025-10-14T22:28:11.3768012Z testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants) ... ok 2025-10-14T22:28:11.3768744Z testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants) ... ok 2025-10-14T22:28:11.3769470Z testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout) ... ok 2025-10-14T22:28:11.3770172Z testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy) ... ok 2025-10-14T22:28:11.3770839Z testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt) ... ok 2025-10-14T22:28:11.3771535Z testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo) ... ok 2025-10-14T22:28:11.3772199Z testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... ok 2025-10-14T22:28:11.3773059Z testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes) ... ok 2025-10-14T22:28:11.3773765Z testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString) ... ok 2025-10-14T22:28:11.3774405Z testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString) ... ok 2025-10-14T22:28:11.3774998Z testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex) ... ok 2025-10-14T22:28:11.3775615Z testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash) ... ok 2025-10-14T22:28:11.3776334Z testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName) ... ok 2025-10-14T22:28:11.3777404Z testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex) ... ok 2025-10-14T22:28:11.3778174Z testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes) ... ok 2025-10-14T22:28:11.3778878Z testNtoH (test.test_socket.GeneralModuleTests.testNtoH) ... ok 2025-10-14T22:28:11.3779634Z testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors) ... ok 2025-10-14T22:28:11.3780343Z testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo) ... ok 2025-10-14T22:28:11.3781075Z testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose) ... ok 2025-10-14T22:28:11.3781751Z testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors) ... ok 2025-10-14T22:28:11.3782388Z testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt) ... ok 2025-10-14T22:28:11.3782946Z testSockName (test.test_socket.GeneralModuleTests.testSockName) ... ok 2025-10-14T22:28:11.3783516Z testSocketError (test.test_socket.GeneralModuleTests.testSocketError) ... ok 2025-10-14T22:28:11.3784072Z testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4) ... ok 2025-10-14T22:28:11.3784642Z testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6) ... ok 2025-10-14T22:28:11.3785322Z testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ... ok 2025-10-14T22:28:11.3786072Z test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject) ... ok 2025-10-14T22:28:11.3786844Z test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile) ... skipped 'test needs os.sendfile()' 2025-10-14T22:28:11.3787625Z test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum) ... ok 2025-10-14T22:28:11.3788354Z test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum) ... ok 2025-10-14T22:28:11.3789071Z test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr) ... ok 2025-10-14T22:28:11.3789693Z test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn) ... ok 2025-10-14T22:28:11.3790298Z test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo) ... ok 2025-10-14T22:28:11.3790946Z test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow) ... ok 2025-10-14T22:28:11.3791623Z test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic) ... ok 2025-10-14T22:28:11.3792365Z test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) ... ok 2025-10-14T22:28:11.3793111Z test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' 2025-10-14T22:28:11.3793870Z test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost) ... ok 2025-10-14T22:28:11.3794542Z test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo) ... ok 2025-10-14T22:28:11.3795272Z test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) ... ok 2025-10-14T22:28:11.3796097Z test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' 2025-10-14T22:28:11.3797051Z test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg) ... ok 2025-10-14T22:28:11.3797766Z test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution) ... ok 2025-10-14T22:28:11.3798490Z test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address) ... ok 2025-10-14T22:28:11.3799160Z test_idna (test.test_socket.GeneralModuleTests.test_idna) ... ok 2025-10-14T22:28:11.3799849Z test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog) ... ok 2025-10-14T22:28:11.3800698Z test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow) ... ok 2025-10-14T22:28:11.3801450Z test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode) ... ok 2025-10-14T22:28:11.3802169Z test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode) ... ok 2025-10-14T22:28:11.3802872Z test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum) ... ok 2025-10-14T22:28:11.3803609Z test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio) ... ok 2025-10-14T22:28:11.3804292Z test_pickle (test.test_socket.GeneralModuleTests.test_pickle) ... ok 2025-10-14T22:28:11.3804843Z test_repr (test.test_socket.GeneralModuleTests.test_repr) ... ok 2025-10-14T22:28:11.3805475Z test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted) ... skipped 'signal.alarm and socket.socketpair required for this test' 2025-10-14T22:28:11.3806327Z test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout) ... skipped 'signal.alarm and socket.socketpair required for this test' 2025-10-14T22:28:11.3807062Z test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname) ... skipped 'test needs socket.sethostname()' 2025-10-14T22:28:11.3807753Z test_setsockopt_errors (test.test_socket.GeneralModuleTests.test_setsockopt_errors) ... ok 2025-10-14T22:28:11.3808497Z test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) ... ok 2025-10-14T22:28:11.3809090Z test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) ... ok 2025-10-14T22:28:11.3809651Z test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close) ... ok 2025-10-14T22:28:11.3810345Z test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type) ... ok 2025-10-14T22:28:11.3811067Z test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ... ok 2025-10-14T22:28:11.3811830Z test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float) ... ok 2025-10-14T22:28:11.3812605Z test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket) ... ok 2025-10-14T22:28:11.3813461Z test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative) ... skipped 'Windows disallows -1 only' 2025-10-14T22:28:11.3814296Z test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types) ... ok 2025-10-14T22:28:11.3815111Z test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd) ... ok 2025-10-14T22:28:11.3815883Z test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd) ... ok 2025-10-14T22:28:11.3816527Z test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods) ... ok 2025-10-14T22:28:11.3817099Z test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type) ... ok 2025-10-14T22:28:11.3817681Z test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum) ... ok 2025-10-14T22:28:11.3818375Z test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums) ... ok 2025-10-14T22:28:11.3819048Z test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr) ... ok 2025-10-14T22:28:11.3819686Z test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio) ... ok 2025-10-14T22:28:11.3820255Z test_weakref (test.test_socket.GeneralModuleTests.test_weakref) ... ok 2025-10-14T22:28:11.3820821Z testBind (test.test_socket.ISOTPTest.testBind) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3821523Z testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3822375Z testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3823023Z testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3823762Z testISOTP (test.test_socket.ISOTPTest.testISOTP) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3824531Z testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:28:11.3825288Z test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC) ... skipped 'SOCK_CLOEXEC not defined' 2025-10-14T22:28:11.3826027Z test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable) ... ok 2025-10-14T22:28:11.3826720Z test_dup (test.test_socket.InheritanceTest.test_dup) ... ok 2025-10-14T22:28:11.3827429Z test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:28:11.3828182Z test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable) ... ok 2025-10-14T22:28:11.3828893Z test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:28:11.3829648Z test_socketpair (test.test_socket.InheritanceTest.test_socketpair) ... ok 2025-10-14T22:28:11.3830375Z testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3831200Z testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3832133Z testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3833017Z testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3833857Z testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3834580Z testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3835336Z testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3836124Z testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3836901Z testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:28:11.3837627Z testBind (test.test_socket.J1939Test.testBind) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:28:11.3838319Z testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:28:11.3839104Z testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:28:11.3839975Z testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.3840722Z testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.3841457Z testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.3842190Z testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.3842927Z testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.3843730Z testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.3844425Z testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.3845183Z testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.3845945Z testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.3846611Z testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.3847272Z test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3847903Z test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3848557Z test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3849211Z test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3849851Z test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3850578Z test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3851296Z test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) ... skipped 'AF_ALG required' 2025-10-14T22:28:11.3851935Z testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily) ... ok 2025-10-14T22:28:11.3852584Z testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress) ... ok 2025-10-14T22:28:11.3853204Z testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault) ... ok 2025-10-14T22:28:11.3853823Z testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone) ... ok 2025-10-14T22:28:11.3854471Z testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed) ... ok 2025-10-14T22:28:11.3855191Z testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed) ... ok 2025-10-14T22:28:11.3855877Z testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout) ... ok 2025-10-14T22:28:11.3856578Z testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout) ... ok 2025-10-14T22:28:11.3858918Z test_connect (test.test_socket.NetworkConnectionNoServer.test_connect) ... ok 2025-10-14T22:28:11.3859772Z test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection) ... ok 2025-10-14T22:28:11.3860488Z test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors) ... ok 2025-10-14T22:28:11.3861232Z test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout) ... ok 2025-10-14T22:28:11.3861914Z testAccept (test.test_socket.NonBlockingTCPTests.testAccept) ... ok 2025-10-14T22:28:11.3862568Z testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking) ... ok 2025-10-14T22:28:11.3863296Z testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout) ... ok 2025-10-14T22:28:11.3864975Z testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking) ... skipped 'test needs socket.SOCK_NONBLOCK' 2025-10-14T22:28:11.3865798Z testLargeTimeout (test.test_socket.NonBlockingTCPTests.testLargeTimeout) ... ok 2025-10-14T22:28:11.3866482Z testRecv (test.test_socket.NonBlockingTCPTests.testRecv) ... ok 2025-10-14T22:28:11.3867167Z testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking) ... ok 2025-10-14T22:28:11.3867905Z testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow) ... skipped 'needs UINT_MAX < ULONG_MAX' 2025-10-14T22:28:11.3869331Z test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK) ... skipped 'SOCK_NONBLOCK not defined' 2025-10-14T22:28:11.3870109Z test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure) ... ok 2025-10-14T22:28:11.3870860Z test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4) ... ok 2025-10-14T22:28:11.3871544Z test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6) ... ok 2025-10-14T22:28:11.3872215Z test_recv (test.test_socket.PurePythonSocketPairTest.test_recv) ... ok 2025-10-14T22:28:11.3872893Z test_send (test.test_socket.PurePythonSocketPairTest.test_send) ... ok 2025-10-14T22:28:11.3873592Z testPeek (test.test_socket.RDSTest.testPeek) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3874288Z testSelect (test.test_socket.RDSTest.testSelect) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3875076Z testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3875827Z testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3876540Z testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:28:11.3877301Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3878046Z testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3878773Z testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3879534Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3880352Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3881211Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3882070Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3882845Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3883611Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3884412Z testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3885266Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3886113Z testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3887088Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3888039Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3888876Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3889688Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3890580Z testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3891408Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3892256Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3893021Z testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3893780Z testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3894547Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3895397Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3896318Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3897329Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3898199Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3899060Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3899886Z testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3900843Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3901708Z testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3902536Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3903412Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3904229Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3905021Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3905829Z testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3906699Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3907419Z testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3908123Z testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3908818Z testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3909609Z testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3910300Z testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3911007Z testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3911707Z testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3912403Z testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3913165Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3913859Z testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3914544Z testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3915257Z testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3915942Z testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3916704Z testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3917562Z testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3918392Z testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3919228Z testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3920066Z testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:28:11.3920855Z testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3921628Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3922305Z testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3922969Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3923739Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3924476Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3925371Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3926073Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3926751Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3927424Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3928220Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3928878Z testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3929609Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3930422Z testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3931225Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3932072Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3932843Z testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3933636Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3934479Z testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3935266Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3935966Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3936715Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3937636Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3938618Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3939511Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3940447Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3941274Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3942041Z testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3942727Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3943423Z testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3944119Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3944836Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3945615Z testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3946799Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3947713Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3948550Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3949398Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3950316Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3951264Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3952024Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3952990Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3953851Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3954797Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3955829Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3956837Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3957792Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3958483Z testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3959163Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3959860Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3960825Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3961720Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3962598Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3963582Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3964464Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3965384Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3966264Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3966984Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3967837Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3968623Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3969424Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3970311Z testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3971114Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3972031Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3972870Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3973981Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3974827Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3975597Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3976390Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3977106Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3977798Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3978502Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3979197Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3979882Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3980639Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.3981275Z testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3981901Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3982576Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3983242Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3983885Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3984587Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3985393Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3986168Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3986952Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3987734Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3988550Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3989460Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3990115Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3990731Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3991350Z testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3991995Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3993018Z testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3993818Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3994669Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3995490Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3996302Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3997087Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3997813Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3998488Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3999173Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.3999920Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.4000637Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.4001339Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.4001999Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.4002655Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:28:11.4003328Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4004001Z testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4004723Z testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4005394Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4006125Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4006866Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4007575Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4008375Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4009040Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4009718Z testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4010413Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4011188Z testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4011857Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4012525Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4022045Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4022875Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4023562Z testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4024316Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4025176Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4025877Z testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4026568Z testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4027317Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4028140Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4028979Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4029798Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4030503Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4031304Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4032096Z testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4032940Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4033769Z testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4034610Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4035436Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4036337Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4037046Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4037810Z testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4038521Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4039314Z testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4039992Z testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4040772Z testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4041554Z testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4042348Z testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4043200Z testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4044025Z testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4044839Z testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4045699Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4046511Z testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4047311Z testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4048126Z testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4048929Z testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4049786Z testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4050639Z testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4051493Z testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4052185Z testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4052870Z testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:28:11.4053515Z testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4054119Z testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4054753Z testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4055356Z testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4056094Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4056714Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4057398Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4058134Z testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4058764Z testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4059615Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4060352Z testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4061066Z testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4061759Z testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4062421Z testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4063197Z testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4063896Z testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4064600Z testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4065343Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4066079Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4066757Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4067481Z testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4068220Z testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4068961Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4069748Z testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4070485Z testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4071239Z testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4071967Z testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4072652Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4073381Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4074208Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4074966Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4075764Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4076625Z testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4077541Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4078288Z testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4078930Z testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4079550Z testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4080186Z testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4081068Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4081834Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4082612Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4083407Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4084218Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4084990Z testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4085709Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4086397Z testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4087097Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4087887Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4088554Z testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4089359Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4090098Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4090866Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4091644Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4092464Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4093263Z testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4094053Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4094809Z testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4095531Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4096243Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4096863Z testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4097602Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4098237Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4098949Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4099729Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4100495Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4101325Z testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4102153Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4102920Z testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4103607Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4104293Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4104979Z testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4105696Z testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4106455Z testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4107163Z testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4107921Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4108702Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4109470Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4110208Z testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4110911Z testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4111688Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4112414Z testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4113101Z testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4113773Z testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:28:11.4114589Z testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds) ... skipped "don't have send_fds" 2025-10-14T22:28:11.4115253Z testCount (test.test_socket.SendfileUsingSendTest.testCount) ... ok 2025-10-14T22:28:11.4115852Z testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall) ... ok 2025-10-14T22:28:11.4116494Z testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset) ... ok 2025-10-14T22:28:11.4117140Z testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend) ... ok 2025-10-14T22:28:11.4117732Z testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking) ... ok 2025-10-14T22:28:11.4118358Z testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile) ... ok 2025-10-14T22:28:11.4119242Z testOffset (test.test_socket.SendfileUsingSendTest.testOffset) ... ok 2025-10-14T22:28:11.4119873Z testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile) ... ok 2025-10-14T22:28:11.4120519Z testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout) ... ok 2025-10-14T22:28:11.4121166Z testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend) ... ok 2025-10-14T22:28:11.4121805Z test_errors (test.test_socket.SendfileUsingSendTest.test_errors) ... ok 2025-10-14T22:28:11.4122451Z testCount (test.test_socket.SendfileUsingSendfileTest.testCount) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4123348Z testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4124099Z testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4124858Z testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4125584Z testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4126333Z testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4127122Z testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4127913Z testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4128622Z testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4129376Z testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4130137Z test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:28:11.4130794Z testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4131441Z testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4132150Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4132851Z testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4133493Z testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4134127Z testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4134819Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4135488Z testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4136200Z testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4136882Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4137626Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4138309Z testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4139245Z testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4139952Z testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4140589Z testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4141238Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4141939Z testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4142709Z testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4143383Z testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4144068Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4144776Z testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4145527Z testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4146267Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4146943Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4147612Z testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4148234Z testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4185913Z testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4191774Z testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4192699Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4193462Z testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4194233Z testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4195000Z testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4195667Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4196352Z testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4197045Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4197735Z testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4198412Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4199093Z testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4199776Z testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4200482Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4201163Z testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4202081Z testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4202793Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4203491Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4204198Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4204942Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4205788Z testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4206476Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4207226Z testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4207941Z testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4208705Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4209459Z testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4210189Z testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4211041Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4211776Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4212519Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4213289Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4214036Z testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4214778Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4215450Z testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4216070Z testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4216737Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4217425Z testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4218078Z testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4218873Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4219646Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4220323Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4221012Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4221904Z testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4222598Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4223286Z testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4223974Z testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4224708Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4225568Z testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4226231Z testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4226929Z testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4227661Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4228387Z testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4229100Z testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4229817Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4230575Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4231310Z testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4232108Z testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:28:11.4232771Z testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.4233424Z testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.4234051Z testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.4234687Z testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.4235375Z testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.4236088Z testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.4236741Z testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.4237403Z testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.4238081Z testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.4238768Z testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.4239410Z testClose (test.test_socket.TCPCloserTest.testClose) ... ok 2025-10-14T22:28:11.4240060Z testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout) ... skipped 'test needs signal.alarm()' 2025-10-14T22:28:11.4240729Z testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout) ... ok 2025-10-14T22:28:11.4241329Z testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero) ... ok 2025-10-14T22:28:11.4241948Z testRDM (test.test_socket.TIPCTest.testRDM) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" 2025-10-14T22:28:11.4243776Z testStream (test.test_socket.TIPCThreadableTest.testStream) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" 2025-10-14T22:28:11.4244480Z testExceptionTree (test.test_socket.TestExceptions.testExceptionTree) ... ok 2025-10-14T22:28:11.4245151Z test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd) ... ok 2025-10-14T22:28:11.4246040Z test_lazy_import (test.test_socket.TestLazyImport.test_lazy_import) ... ok 2025-10-14T22:28:11.4246724Z testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4253344Z testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4255650Z testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4256669Z testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4257933Z testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4258687Z testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName) ... skipped 'Linux specific test' 2025-10-14T22:28:11.4259327Z test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) ... ok 2025-10-14T22:28:11.4259962Z test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) ... skipped 'macOS specific test' 2025-10-14T22:28:11.4260596Z test_set_quickack (test.test_socket.TestQuickackFlag.test_set_quickack) ... ok 2025-10-14T22:28:11.4261162Z testShare (test.test_socket.TestSocketSharing.testShare) ... ok 2025-10-14T22:28:11.4261711Z testShareLength (test.test_socket.TestSocketSharing.testShareLength) ... ok 2025-10-14T22:28:11.4262296Z testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) ... ok 2025-10-14T22:28:11.4262872Z testTypes (test.test_socket.TestSocketSharing.testTypes) ... ok 2025-10-14T22:28:11.4263504Z testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4264153Z testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4264830Z testStrAddr (test.test_socket.TestUnixDomain.testStrAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4265513Z testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4266193Z testUnbound (test.test_socket.TestUnixDomain.testUnbound) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4266955Z testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:28:11.4267665Z testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream) ... skipped 'need fcntl' 2025-10-14T22:28:11.4268408Z testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4269203Z testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:28:11.4269943Z testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero) ... ok 2025-10-14T22:28:11.4270598Z testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout) ... ok 2025-10-14T22:28:11.4271222Z testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.4271926Z testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.4272549Z testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.4273113Z testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.4273703Z testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.4274430Z testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose) ... ok 2025-10-14T22:28:11.4275048Z testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy) ... ok 2025-10-14T22:28:11.4275650Z testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.4276223Z testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.4276784Z testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.4277481Z testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.4278144Z testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking) ... ok 2025-10-14T22:28:11.4278861Z testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.4279641Z testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline) ... ok 2025-10-14T22:28:11.4280358Z testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking) ... ok 2025-10-14T22:28:11.4280965Z testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.4281545Z testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.4282124Z testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.4302081Z testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.4303582Z testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.4304606Z testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.4309687Z testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.4311006Z testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.4311916Z testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.4315553Z testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.4316892Z testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.4317786Z testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.4323419Z testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.4324900Z testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.4326209Z testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.4331122Z testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.4332660Z testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.4333614Z testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.4338570Z testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.4339966Z testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.4340895Z testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:28:11.4347374Z testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:28:11.4348639Z testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:28:11.4349527Z testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:28:11.4363593Z testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:28:11.4365147Z testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:28:11.4366201Z testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:28:11.4367405Z testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:28:11.4368199Z testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:28:11.4368890Z testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:28:11.4369307Z 2025-10-14T22:28:11.4369852Z ---------------------------------------------------------------------- 2025-10-14T22:28:11.4370469Z Ran 747 tests in 66.335s 2025-10-14T22:28:11.4370979Z 2025-10-14T22:28:11.4371483Z OK (skipped=495) 2025-10-14T22:28:11.4372060Z Warning -- files was modified by test_socket 2025-10-14T22:28:11.4373231Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.4375925Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.4377448Z 0:02:32 load avg: 8.31 [121/495/23] test_dynamicclassattribute passed 2025-10-14T22:28:11.4378149Z 0:02:32 load avg: 8.31 [122/495/23] test_configparser passed 2025-10-14T22:28:11.4378841Z 0:02:32 load avg: 8.31 [123/495/23] test.test_asyncio.test_transports passed 2025-10-14T22:28:11.4379578Z 0:02:32 load avg: 8.31 [124/495/23] test_xxtestfuzz skipped 2025-10-14T22:28:11.4380648Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1088æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1088æ' 2025-10-14T22:28:11.4381554Z Traceback (most recent call last): 2025-10-14T22:28:11.4382178Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.4382763Z os.mkdir(path) 2025-10-14T22:28:11.4383212Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.4383749Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1088æ' 2025-10-14T22:28:11.4384368Z Stack (most recent call last): 2025-10-14T22:28:11.4384910Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4385466Z File "", line 88, in _run_code 2025-10-14T22:28:11.4385993Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4386640Z main() 2025-10-14T22:28:11.4387229Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4387810Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4388363Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4388870Z return next(self.gen) 2025-10-14T22:28:11.4389398Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.4389947Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.4390933Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1088æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1088æ' 2025-10-14T22:28:11.4391938Z Traceback (most recent call last): 2025-10-14T22:28:11.4392528Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.4393064Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.4393567Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.4394168Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1088æ' 2025-10-14T22:28:11.4394756Z Stack (most recent call last): 2025-10-14T22:28:11.4395278Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4395839Z File "", line 88, in _run_code 2025-10-14T22:28:11.4396340Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4396788Z main() 2025-10-14T22:28:11.4397256Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4397843Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4398426Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4398964Z return next(self.gen) 2025-10-14T22:28:11.4399575Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.4400226Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.4400932Z test_xxtestfuzz skipped -- No module named '_xxtestfuzz' 2025-10-14T22:28:11.4401522Z 0:02:32 load avg: 8.31 [125/495/23] test_shlex passed 2025-10-14T22:28:11.4402448Z 0:02:32 load avg: 8.31 [126/495/23] test_unicode_file passed 2025-10-14T22:28:11.4403072Z 0:02:32 load avg: 8.31 [127/495/23] test_lltrace passed 2025-10-14T22:28:11.4403685Z 0:02:32 load avg: 8.31 [128/495/23] test_symtable passed 2025-10-14T22:28:11.4404319Z 0:02:32 load avg: 8.31 [129/495/24] test.test_io.test_textio failed (env changed) 2025-10-14T22:28:11.4405372Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8136æ' 2025-10-14T22:28:11.4406165Z Traceback (most recent call last): 2025-10-14T22:28:11.4406761Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.4407346Z os.mkdir(path) 2025-10-14T22:28:11.4407862Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.4408510Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8136æ' 2025-10-14T22:28:11.4409168Z Stack (most recent call last): 2025-10-14T22:28:11.4409716Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4410253Z File "", line 88, in _run_code 2025-10-14T22:28:11.4410813Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4411311Z main() 2025-10-14T22:28:11.4411823Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4412380Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4412943Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4413507Z return next(self.gen) 2025-10-14T22:28:11.4414074Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.4414837Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.4416268Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8136æ' 2025-10-14T22:28:11.4417021Z Traceback (most recent call last): 2025-10-14T22:28:11.4417522Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.4418014Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.4418495Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.4418980Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8136æ' 2025-10-14T22:28:11.4419610Z Stack (most recent call last): 2025-10-14T22:28:11.4420053Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4420479Z File "", line 88, in _run_code 2025-10-14T22:28:11.4420942Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4421371Z main() 2025-10-14T22:28:11.4421771Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4422236Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4422678Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4423101Z return next(self.gen) 2025-10-14T22:28:11.4423528Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.4423979Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.4424500Z test_newline_bytes (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_bytes) ... ok 2025-10-14T22:28:11.4425077Z test_newline_decoder (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_decoder) ... ok 2025-10-14T22:28:11.4425647Z test_translate (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_translate) ... ok 2025-10-14T22:28:11.4426207Z test_uninitialized (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_uninitialized) ... ok 2025-10-14T22:28:11.4426845Z test_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_append_bom) ... ok 2025-10-14T22:28:11.4427418Z test_basic_io (test.test_io.test_textio.CTextIOWrapperTest.test_basic_io) ... ok 2025-10-14T22:28:11.4428006Z test_bufio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_bufio_write_through) ... ok 2025-10-14T22:28:11.4428644Z test_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_close_error_on_close) ... ok 2025-10-14T22:28:11.4429224Z test_constructor (test.test_io.test_textio.CTextIOWrapperTest.test_constructor) ... ok 2025-10-14T22:28:11.4429836Z test_create_at_shutdown_with_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok 2025-10-14T22:28:11.4430495Z test_create_at_shutdown_without_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok 2025-10-14T22:28:11.4431160Z test_default_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' 2025-10-14T22:28:11.4431787Z test_del__CHUNK_SIZE_SystemError (test.test_io.test_textio.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError) ... ok 2025-10-14T22:28:11.4432385Z test_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_destructor) ... ok 2025-10-14T22:28:11.4432933Z test_detach (test.test_io.test_textio.CTextIOWrapperTest.test_detach) ... ok 2025-10-14T22:28:11.4433524Z test_encoded_writes (test.test_io.test_textio.CTextIOWrapperTest.test_encoded_writes) ... ok 2025-10-14T22:28:11.4434114Z test_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_encoding) ... ok 2025-10-14T22:28:11.4434713Z test_encoding_errors_reading (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_reading) ... ok 2025-10-14T22:28:11.4435335Z test_encoding_errors_writing (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_writing) ... ok 2025-10-14T22:28:11.4436054Z test_error_through_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_error_through_destructor) ... ok 2025-10-14T22:28:11.4436660Z test_errors_property (test.test_io.test_textio.CTextIOWrapperTest.test_errors_property) ... ok 2025-10-14T22:28:11.4437285Z test_flush_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_flush_error_on_close) ... ok 2025-10-14T22:28:11.4437890Z test_garbage_collection (test.test_io.test_textio.CTextIOWrapperTest.test_garbage_collection) ... ok 2025-10-14T22:28:11.4438521Z test_illegal_decoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_decoder) ... ok 2025-10-14T22:28:11.4439224Z test_illegal_encoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_encoder) ... ok 2025-10-14T22:28:11.4439812Z test_initialization (test.test_io.test_textio.CTextIOWrapperTest.test_initialization) ... ok 2025-10-14T22:28:11.4440427Z test_internal_buffer_size (test.test_io.test_textio.CTextIOWrapperTest.test_internal_buffer_size) ... ok 2025-10-14T22:28:11.4441039Z test_issue119506 (test.test_io.test_textio.CTextIOWrapperTest.test_issue119506) ... ok 2025-10-14T22:28:11.4441640Z test_issue1395_1 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_1) ... ok 2025-10-14T22:28:11.4442318Z test_issue1395_2 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_2) ... ok 2025-10-14T22:28:11.4442895Z test_issue1395_3 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_3) ... ok 2025-10-14T22:28:11.4443603Z test_issue1395_4 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_4) ... ok 2025-10-14T22:28:11.4444218Z test_issue1395_5 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_5) ... ok 2025-10-14T22:28:11.4444801Z test_issue2282 (test.test_io.test_textio.CTextIOWrapperTest.test_issue2282) ... ok 2025-10-14T22:28:11.4445403Z test_issue22849 (test.test_io.test_textio.CTextIOWrapperTest.test_issue22849) ... ok 2025-10-14T22:28:11.4446122Z test_issue25862 (test.test_io.test_textio.CTextIOWrapperTest.test_issue25862) ... ok 2025-10-14T22:28:11.4446689Z test_issue35928 (test.test_io.test_textio.CTextIOWrapperTest.test_issue35928) ... ok 2025-10-14T22:28:11.4447277Z test_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_line_buffering) ... ok 2025-10-14T22:28:11.4447860Z test_multi_close (test.test_io.test_textio.CTextIOWrapperTest.test_multi_close) ... ok 2025-10-14T22:28:11.4448465Z test_multibyte_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok 2025-10-14T22:28:11.4449031Z test_newlines (test.test_io.test_textio.CTextIOWrapperTest.test_newlines) ... ok 2025-10-14T22:28:11.4449594Z test_newlines_input (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_input) ... ok 2025-10-14T22:28:11.4450249Z test_newlines_output (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_output) ... ok 2025-10-14T22:28:11.4450860Z test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok 2025-10-14T22:28:11.4451554Z test_nonnormalized_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:28:11.4452211Z test_override_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_override_destructor) ... ok 2025-10-14T22:28:11.4452838Z test_pickling_subclass (test.test_io.test_textio.CTextIOWrapperTest.test_pickling_subclass) ... ok 2025-10-14T22:28:11.4453429Z test_rawio (test.test_io.test_textio.CTextIOWrapperTest.test_rawio) ... ok 2025-10-14T22:28:11.4454019Z test_rawio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_rawio_write_through) ... ok 2025-10-14T22:28:11.4454621Z test_read_by_chunk (test.test_io.test_textio.CTextIOWrapperTest.test_read_by_chunk) ... ok 2025-10-14T22:28:11.4455189Z test_read_byteslike (test.test_io.test_textio.CTextIOWrapperTest.test_read_byteslike) ... ok 2025-10-14T22:28:11.4455852Z test_read_non_blocking (test.test_io.test_textio.CTextIOWrapperTest.test_read_non_blocking) ... ok 2025-10-14T22:28:11.4456426Z test_read_nonbytes (test.test_io.test_textio.CTextIOWrapperTest.test_read_nonbytes) ... ok 2025-10-14T22:28:11.4456988Z test_read_one_by_one (test.test_io.test_textio.CTextIOWrapperTest.test_read_one_by_one) ... ok 2025-10-14T22:28:11.4457585Z test_readlines (test.test_io.test_textio.CTextIOWrapperTest.test_readlines) ... ok 2025-10-14T22:28:11.4458180Z test_readonly_attributes (test.test_io.test_textio.CTextIOWrapperTest.test_readonly_attributes) ... ok 2025-10-14T22:28:11.4458797Z test_reconfigure_defaults (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_defaults) ... ok 2025-10-14T22:28:11.4459515Z test_reconfigure_encoding_read (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_encoding_read) ... ok 2025-10-14T22:28:11.4460147Z test_reconfigure_errors (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_errors) ... ok 2025-10-14T22:28:11.4460786Z test_reconfigure_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_line_buffering) ... ok 2025-10-14T22:28:11.4461431Z test_reconfigure_locale (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_locale) ... ok 2025-10-14T22:28:11.4462105Z test_reconfigure_newline (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_newline) ... ok 2025-10-14T22:28:11.4462718Z test_reconfigure_write (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write) ... ok 2025-10-14T22:28:11.4463347Z test_reconfigure_write_fromascii (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok 2025-10-14T22:28:11.4464006Z test_reconfigure_write_non_seekable (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok 2025-10-14T22:28:11.4464662Z test_reconfigure_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_through) ... ok 2025-10-14T22:28:11.4465288Z test_recursive_repr (test.test_io.test_textio.CTextIOWrapperTest.test_recursive_repr) ... ok 2025-10-14T22:28:11.4465887Z test_repr (test.test_io.test_textio.CTextIOWrapperTest.test_repr) ... ok 2025-10-14T22:28:11.4466495Z test_rwpair_cleared_before_textio (test.test_io.test_textio.CTextIOWrapperTest.test_rwpair_cleared_before_textio) ... ok 2025-10-14T22:28:11.4467134Z test_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_seek_and_tell) ... ok 2025-10-14T22:28:11.4467742Z test_seek_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_append_bom) ... ok 2025-10-14T22:28:11.4468342Z test_seek_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_bom) ... ok 2025-10-14T22:28:11.4468970Z test_seek_with_encoder_state (test.test_io.test_textio.CTextIOWrapperTest.test_seek_with_encoder_state) ... ok 2025-10-14T22:28:11.4469583Z test_seeking (test.test_io.test_textio.CTextIOWrapperTest.test_seeking) ... ok 2025-10-14T22:28:11.4470162Z test_seeking_too (test.test_io.test_textio.CTextIOWrapperTest.test_seeking_too) ... ok 2025-10-14T22:28:11.4470792Z test_subclass_repr (test.test_io.test_textio.CTextIOWrapperTest.test_subclass_repr) ... ok 2025-10-14T22:28:11.4471395Z test_telling (test.test_io.test_textio.CTextIOWrapperTest.test_telling) ... ok 2025-10-14T22:28:11.4472002Z test_threads_write (test.test_io.test_textio.CTextIOWrapperTest.test_threads_write) ... ok 2025-10-14T22:28:11.4472586Z test_uninitialized (test.test_io.test_textio.CTextIOWrapperTest.test_uninitialized) ... ok 2025-10-14T22:28:11.4473142Z test_unreadable (test.test_io.test_textio.CTextIOWrapperTest.test_unreadable) ... ok 2025-10-14T22:28:11.4473787Z test_unseekable (test.test_io.test_textio.CTextIOWrapperTest.test_unseekable) ... ok 2025-10-14T22:28:11.4474356Z test_writelines (test.test_io.test_textio.CTextIOWrapperTest.test_writelines) ... ok 2025-10-14T22:28:11.4474920Z test_writelines_error (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_error) ... ok 2025-10-14T22:28:11.4475542Z test_writelines_userlist (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_userlist) ... ok 2025-10-14T22:28:11.4476295Z test_newline_bytes (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_bytes) ... ok 2025-10-14T22:28:11.4476933Z test_newline_decoder (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_decoder) ... ok 2025-10-14T22:28:11.4477554Z test_translate (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_translate) ... ok 2025-10-14T22:28:11.4478152Z test_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_append_bom) ... ok 2025-10-14T22:28:11.4478714Z test_basic_io (test.test_io.test_textio.PyTextIOWrapperTest.test_basic_io) ... ok 2025-10-14T22:28:11.4479407Z test_bufio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_bufio_write_through) ... ok 2025-10-14T22:28:11.4480017Z test_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_close_error_on_close) ... ok 2025-10-14T22:28:11.4480613Z test_constructor (test.test_io.test_textio.PyTextIOWrapperTest.test_constructor) ... ok 2025-10-14T22:28:11.4481251Z test_create_at_shutdown_with_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok 2025-10-14T22:28:11.4482558Z test_create_at_shutdown_without_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok 2025-10-14T22:28:11.4486114Z test_default_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' 2025-10-14T22:28:11.4486900Z test_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_destructor) ... ok 2025-10-14T22:28:11.4487494Z test_detach (test.test_io.test_textio.PyTextIOWrapperTest.test_detach) ... ok 2025-10-14T22:28:11.4488113Z test_encoded_writes (test.test_io.test_textio.PyTextIOWrapperTest.test_encoded_writes) ... ok 2025-10-14T22:28:11.4488804Z test_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding) ... ok 2025-10-14T22:28:11.4489437Z test_encoding_errors_reading (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_reading) ... ok 2025-10-14T22:28:11.4490099Z test_encoding_errors_writing (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_writing) ... ok 2025-10-14T22:28:11.4490748Z test_error_through_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_error_through_destructor) ... ok 2025-10-14T22:28:11.4491513Z test_errors_property (test.test_io.test_textio.PyTextIOWrapperTest.test_errors_property) ... ok 2025-10-14T22:28:11.4492134Z test_flush_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_flush_error_on_close) ... ok 2025-10-14T22:28:11.4492750Z test_illegal_decoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_decoder) ... ok 2025-10-14T22:28:11.4493327Z test_illegal_encoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_encoder) ... ok 2025-10-14T22:28:11.4493916Z test_issue1395_1 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_1) ... ok 2025-10-14T22:28:11.4494498Z test_issue1395_2 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_2) ... ok 2025-10-14T22:28:11.4495051Z test_issue1395_3 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_3) ... ok 2025-10-14T22:28:11.4495606Z test_issue1395_4 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_4) ... ok 2025-10-14T22:28:11.4496177Z test_issue1395_5 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_5) ... ok 2025-10-14T22:28:11.4496721Z test_issue2282 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue2282) ... ok 2025-10-14T22:28:11.4497298Z test_issue22849 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue22849) ... ok 2025-10-14T22:28:11.4497855Z test_issue25862 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue25862) ... ok 2025-10-14T22:28:11.4498407Z test_issue35928 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue35928) ... ok 2025-10-14T22:28:11.4498960Z test_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_line_buffering) ... ok 2025-10-14T22:28:11.4499706Z test_multi_close (test.test_io.test_textio.PyTextIOWrapperTest.test_multi_close) ... ok 2025-10-14T22:28:11.4505954Z test_multibyte_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok 2025-10-14T22:28:11.4507724Z test_newlines (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines) ... ok 2025-10-14T22:28:11.4514994Z test_newlines_input (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_input) ... ok 2025-10-14T22:28:11.4540147Z test_newlines_output (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_output) ... ok 2025-10-14T22:28:11.4541149Z test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok 2025-10-14T22:28:11.4541900Z test_nonnormalized_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:28:11.4542538Z test_override_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_override_destructor) ... ok 2025-10-14T22:28:11.4543130Z test_pickling_subclass (test.test_io.test_textio.PyTextIOWrapperTest.test_pickling_subclass) ... ok 2025-10-14T22:28:11.4543702Z test_rawio (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio) ... ok 2025-10-14T22:28:11.4544273Z test_rawio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio_write_through) ... ok 2025-10-14T22:28:11.4544862Z test_read_by_chunk (test.test_io.test_textio.PyTextIOWrapperTest.test_read_by_chunk) ... ok 2025-10-14T22:28:11.4545486Z test_read_byteslike (test.test_io.test_textio.PyTextIOWrapperTest.test_read_byteslike) ... ok 2025-10-14T22:28:11.4546209Z test_read_non_blocking (test.test_io.test_textio.PyTextIOWrapperTest.test_read_non_blocking) ... ok 2025-10-14T22:28:11.4546892Z test_read_nonbytes (test.test_io.test_textio.PyTextIOWrapperTest.test_read_nonbytes) ... ok 2025-10-14T22:28:11.4547511Z test_read_one_by_one (test.test_io.test_textio.PyTextIOWrapperTest.test_read_one_by_one) ... ok 2025-10-14T22:28:11.4548149Z test_readlines (test.test_io.test_textio.PyTextIOWrapperTest.test_readlines) ... ok 2025-10-14T22:28:11.4548768Z test_readonly_attributes (test.test_io.test_textio.PyTextIOWrapperTest.test_readonly_attributes) ... ok 2025-10-14T22:28:11.4549427Z test_reconfigure_defaults (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_defaults) ... ok 2025-10-14T22:28:11.4550112Z test_reconfigure_encoding_read (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_encoding_read) ... ok 2025-10-14T22:28:11.4551281Z test_reconfigure_errors (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_errors) ... ok 2025-10-14T22:28:11.4551993Z test_reconfigure_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_line_buffering) ... ok 2025-10-14T22:28:11.4553075Z test_reconfigure_locale (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_locale) ... ok 2025-10-14T22:28:11.4553825Z test_reconfigure_newline (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_newline) ... ok 2025-10-14T22:28:11.4554434Z test_reconfigure_write (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write) ... ok 2025-10-14T22:28:11.4555080Z test_reconfigure_write_fromascii (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok 2025-10-14T22:28:11.4555834Z test_reconfigure_write_non_seekable (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok 2025-10-14T22:28:11.4556680Z test_reconfigure_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_through) ... ok 2025-10-14T22:28:11.4557403Z test_recursive_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_recursive_repr) ... ok 2025-10-14T22:28:11.4559824Z test_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_repr) ... ok 2025-10-14T22:28:11.4561289Z test_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_and_tell) ... ok 2025-10-14T22:28:11.4562230Z test_seek_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_append_bom) ... ok 2025-10-14T22:28:11.4564610Z test_seek_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_bom) ... ok 2025-10-14T22:28:11.4565831Z test_seek_with_encoder_state (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_with_encoder_state) ... ok 2025-10-14T22:28:11.4566553Z test_seeking (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking) ... ok 2025-10-14T22:28:11.4568220Z test_seeking_too (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking_too) ... ok 2025-10-14T22:28:11.4569110Z test_subclass_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_subclass_repr) ... ok 2025-10-14T22:28:11.4569793Z test_telling (test.test_io.test_textio.PyTextIOWrapperTest.test_telling) ... ok 2025-10-14T22:28:11.4570473Z test_threads_write (test.test_io.test_textio.PyTextIOWrapperTest.test_threads_write) ... ok 2025-10-14T22:28:11.4571330Z test_uninitialized (test.test_io.test_textio.PyTextIOWrapperTest.test_uninitialized) ... ok 2025-10-14T22:28:11.4571944Z test_unreadable (test.test_io.test_textio.PyTextIOWrapperTest.test_unreadable) ... ok 2025-10-14T22:28:11.4572584Z test_unseekable (test.test_io.test_textio.PyTextIOWrapperTest.test_unseekable) ... ok 2025-10-14T22:28:11.4573351Z test_writelines (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines) ... ok 2025-10-14T22:28:11.4574064Z test_writelines_error (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_error) ... ok 2025-10-14T22:28:11.4574798Z test_writelines_userlist (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_userlist) ... ok 2025-10-14T22:28:11.4575447Z test_decoder (test.test_io.test_textio.StatefulIncrementalDecoderTest.test_decoder) ... ok 2025-10-14T22:28:11.4575796Z 2025-10-14T22:28:11.4576236Z ---------------------------------------------------------------------- 2025-10-14T22:28:11.4576716Z Ran 162 tests in 12.329s 2025-10-14T22:28:11.4576979Z 2025-10-14T22:28:11.4577377Z OK (skipped=2) 2025-10-14T22:28:11.4577897Z Warning -- files was modified by test.test_io.test_textio 2025-10-14T22:28:11.4579641Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.4582081Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_5256_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.4583293Z 0:02:32 load avg: 8.31 [130/495/25] test_tarfile failed (env changed) 2025-10-14T22:28:11.4584183Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3288æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3288æ' 2025-10-14T22:28:11.4584860Z Traceback (most recent call last): 2025-10-14T22:28:11.4585452Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:11.4586020Z os.mkdir(path) 2025-10-14T22:28:11.4586629Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:11.4587214Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3288æ' 2025-10-14T22:28:11.4587796Z Stack (most recent call last): 2025-10-14T22:28:11.4588258Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4588708Z File "", line 88, in _run_code 2025-10-14T22:28:11.4589159Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4589579Z main() 2025-10-14T22:28:11.4590010Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4590587Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4591067Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4591558Z return next(self.gen) 2025-10-14T22:28:11.4592080Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:11.4592652Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:11.4593523Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3288æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3288æ' 2025-10-14T22:28:11.4594606Z Traceback (most recent call last): 2025-10-14T22:28:11.4595217Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:11.4595761Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:11.4596278Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:11.4596933Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3288æ' 2025-10-14T22:28:11.4597537Z Stack (most recent call last): 2025-10-14T22:28:11.4598035Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:11.4598515Z File "", line 88, in _run_code 2025-10-14T22:28:11.4599039Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:11.4599554Z main() 2025-10-14T22:28:11.4600060Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:11.4600547Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:11.4600998Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:11.4601495Z return next(self.gen) 2025-10-14T22:28:11.4601927Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:11.4602556Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:11.4604644Z test_empty (test.test_tarfile.AppendTest.test_empty) ... ok 2025-10-14T22:28:11.4608568Z test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj) ... ok 2025-10-14T22:28:11.4609537Z test_existing (test.test_tarfile.AppendTest.test_existing) ... ok 2025-10-14T22:28:11.4610400Z test_fileobj (test.test_tarfile.AppendTest.test_fileobj) ... ok 2025-10-14T22:28:11.4611072Z test_incomplete (test.test_tarfile.AppendTest.test_incomplete) ... ok 2025-10-14T22:28:11.4611683Z test_invalid (test.test_tarfile.AppendTest.test_invalid) ... ok 2025-10-14T22:28:11.4612301Z test_non_existing (test.test_tarfile.AppendTest.test_non_existing) ... ok 2025-10-14T22:28:11.4612968Z test_null (test.test_tarfile.AppendTest.test_null) ... ok 2025-10-14T22:28:11.4613600Z test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof) ... ok 2025-10-14T22:28:11.4622922Z test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage) ... ok 2025-10-14T22:28:11.4623756Z test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed) ... ok 2025-10-14T22:28:11.4624369Z test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels) ... ok 2025-10-14T22:28:11.4625003Z test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels) ... ok 2025-10-14T22:28:11.4625608Z test_create (test.test_tarfile.Bz2CreateTest.test_create) ... ok 2025-10-14T22:28:11.4626316Z test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing) ... ok 2025-10-14T22:28:11.4626942Z test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:28:11.4627575Z test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.4628216Z test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen) ... ok 2025-10-14T22:28:11.4628845Z test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.4629489Z test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel) ... ok 2025-10-14T22:28:11.4630225Z test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4630850Z test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4631451Z test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file) ... ok 2025-10-14T22:28:11.4632054Z test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:28:11.4632617Z test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2) ... ok 2025-10-14T22:28:11.4633152Z test_list (test.test_tarfile.Bz2ListTest.test_list) ... ok 2025-10-14T22:28:11.4633736Z test_list_members (test.test_tarfile.Bz2ListTest.test_list_members) ... ok 2025-10-14T22:28:11.4634320Z test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose) ... ok 2025-10-14T22:28:11.4634873Z test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:28:11.4635485Z test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members) ... ok 2025-10-14T22:28:11.4636230Z test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:28:11.4636868Z test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4637461Z test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory) ... ok 2025-10-14T22:28:11.4639236Z test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:28:11.4641391Z test_extract_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:28:11.4642129Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4642797Z test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:28:11.4643446Z test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall) ... ok 2025-10-14T22:28:11.4644118Z test_extractall_default_filter (test.test_tarfile.Bz2MiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:28:11.4644796Z test_extractall_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:28:11.4645463Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4646201Z test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:28:11.4646812Z test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4647387Z test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp) ... ok 2025-10-14T22:28:11.4647971Z test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:28:11.4648544Z test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members) ... ok 2025-10-14T22:28:11.4649121Z test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4649701Z test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:28:11.4650290Z test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:28:11.4651021Z test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:28:11.4651734Z test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4652361Z test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4652982Z test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4653591Z test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4654188Z test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:28:11.4654916Z test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:28:11.4655500Z test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:28:11.4656091Z test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4656664Z test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4657249Z test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:28:11.4657842Z test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:28:11.4658423Z test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4659019Z test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4659612Z test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:28:11.4660235Z test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type) ... ok 2025-10-14T22:28:11.4660805Z test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:28:11.4661413Z test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input) ... ok 2025-10-14T22:28:11.4662023Z test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2) ... ok 2025-10-14T22:28:11.4662660Z test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:28:11.4663263Z test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members) ... ok 2025-10-14T22:28:11.4663900Z test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4664484Z test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4665089Z test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4665683Z test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4666271Z test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4666900Z test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4667530Z test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4668118Z test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4668709Z test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4669314Z test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4669944Z test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4670546Z test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:28:11.4671136Z test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through) ... ok 2025-10-14T22:28:11.4671830Z test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4672434Z test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:28:11.4673069Z test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4673670Z test_pathlike_name (test.test_tarfile.Bz2StreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4674264Z test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:28:11.4674912Z test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:28:11.4675721Z test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:28:11.4676307Z test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:28:11.4676871Z test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:28:11.4677459Z test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:28:11.4678078Z test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4678679Z test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:28:11.4679323Z test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:28:11.4679964Z test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:28:11.4680610Z test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:28:11.4681240Z test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160) ... ok 2025-10-14T22:28:11.4681860Z test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name) ... ok 2025-10-14T22:28:11.4682489Z test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames) ... ok 2025-10-14T22:28:11.4683120Z test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self) ... ok 2025-10-14T22:28:11.4683733Z test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd) ... ok 2025-10-14T22:28:11.4684306Z test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size) ... ok 2025-10-14T22:28:11.4685010Z test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4685622Z test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:28:11.4686245Z test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size) ... ok 2025-10-14T22:28:11.4686863Z test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4687437Z test_filter (test.test_tarfile.Bz2WriteTest.test_filter) ... ok 2025-10-14T22:28:11.4688055Z test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:28:11.4688642Z test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size) ... ok 2025-10-14T22:28:11.4689180Z test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj) ... ok 2025-10-14T22:28:11.4689742Z test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:28:11.4690329Z test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion) ... ok 2025-10-14T22:28:11.4690872Z test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames) ... ok 2025-10-14T22:28:11.4691457Z test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size) ... ok 2025-10-14T22:28:11.4692076Z test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size) ... ok 2025-10-14T22:28:11.4692714Z test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use) ... ok 2025-10-14T22:28:11.4693388Z test_create_command (test.test_tarfile.CommandLineTest.test_create_command) ... ok 2025-10-14T22:28:11.4694110Z test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed) ... ok 2025-10-14T22:28:11.4694999Z test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename) ... ok 2025-10-14T22:28:11.4695802Z test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename) ... ok 2025-10-14T22:28:11.4696495Z test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose) ... ok 2025-10-14T22:28:11.4697174Z test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command) ... ok 2025-10-14T22:28:11.4698022Z test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory) ... ok 2025-10-14T22:28:11.4698786Z test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter) ... ok 2025-10-14T22:28:11.4699416Z test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file) ... ok 2025-10-14T22:28:11.4700073Z test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose) ... ok 2025-10-14T22:28:11.4700732Z test_list_command (test.test_tarfile.CommandLineTest.test_list_command) ... ok 2025-10-14T22:28:11.4701341Z test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file) ... ok 2025-10-14T22:28:11.4701944Z test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose) ... ok 2025-10-14T22:28:11.4702534Z test_test_command (test.test_tarfile.CommandLineTest.test_test_command) ... ok 2025-10-14T22:28:11.4703230Z test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file) ... ok 2025-10-14T22:28:11.4703904Z test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose) ... ok 2025-10-14T22:28:11.4704557Z test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes) ... ok 2025-10-14T22:28:11.4705207Z test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels) ... ok 2025-10-14T22:28:11.4705808Z test_basic (test.test_tarfile.ContextManagerTest.test_basic) ... ok 2025-10-14T22:28:11.4706443Z test_closed (test.test_tarfile.ContextManagerTest.test_closed) ... ok 2025-10-14T22:28:11.4707081Z test_eof (test.test_tarfile.ContextManagerTest.test_eof) ... ok 2025-10-14T22:28:11.4707644Z test_exception (test.test_tarfile.ContextManagerTest.test_exception) ... ok 2025-10-14T22:28:11.4708199Z test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj) ... ok 2025-10-14T22:28:11.4708723Z test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof) ... ok 2025-10-14T22:28:11.4709247Z test_create (test.test_tarfile.CreateTest.test_create) ... ok 2025-10-14T22:28:11.4709800Z test_create_existing (test.test_tarfile.CreateTest.test_create_existing) ... ok 2025-10-14T22:28:11.4710409Z test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:28:11.4711039Z test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.4711698Z test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen) ... ok 2025-10-14T22:28:11.4712323Z test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.4713032Z test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4713638Z test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4714209Z test_create (test.test_tarfile.CreateWithXModeTest.test_create) ... ok 2025-10-14T22:28:11.4715105Z test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing) ... ok 2025-10-14T22:28:11.4715791Z test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.4716436Z test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.4723665Z test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4724456Z test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4725115Z test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file) ... ok 2025-10-14T22:28:11.4725773Z test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:28:11.4726436Z test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4727285Z test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4728061Z test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files) ... ok 2025-10-14T22:28:11.4728807Z test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset) ... ok 2025-10-14T22:28:11.4729521Z test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory) ... ok 2025-10-14T22:28:11.4730244Z test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink) ... ok 2025-10-14T22:28:11.4730963Z test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname) ... ok 2025-10-14T22:28:11.4731658Z test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00) ... ok 2025-10-14T22:28:11.4732346Z test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01) ... ok 2025-10-14T22:28:11.4732996Z test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10) ... ok 2025-10-14T22:28:11.4733728Z test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old) ... ok 2025-10-14T22:28:11.4734356Z test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname) ... ok 2025-10-14T22:28:11.4734983Z test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header) ... ok 2025-10-14T22:28:11.4735582Z test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:28:11.4736151Z test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:28:11.4736710Z test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:28:11.4737324Z test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error) ... ok 2025-10-14T22:28:11.4738018Z test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:28:11.4738708Z test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:28:11.4739428Z test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023) ... ok 2025-10-14T22:28:11.4740055Z test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024) ... ok 2025-10-14T22:28:11.4740633Z test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025) ... ok 2025-10-14T22:28:11.4741335Z test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023) ... ok 2025-10-14T22:28:11.4741896Z test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024) ... ok 2025-10-14T22:28:11.4742444Z test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025) ... ok 2025-10-14T22:28:11.4742987Z test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023) ... ok 2025-10-14T22:28:11.4743621Z test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024) ... ok 2025-10-14T22:28:11.4744296Z test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025) ... ok 2025-10-14T22:28:11.4745053Z test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels) ... ok 2025-10-14T22:28:11.4745855Z test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels) ... ok 2025-10-14T22:28:11.4746672Z test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed) ... ok 2025-10-14T22:28:11.4748175Z runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest) ... ok 2025-10-14T22:28:11.4748842Z test_create (test.test_tarfile.GzipCreateTest.test_create) ... ok 2025-10-14T22:28:11.4749510Z test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing) ... ok 2025-10-14T22:28:11.4750142Z test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:28:11.4750759Z test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.4751341Z test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen) ... ok 2025-10-14T22:28:11.4752871Z test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.4753504Z test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel) ... ok 2025-10-14T22:28:11.4754089Z test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4754707Z test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4755337Z test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file) ... ok 2025-10-14T22:28:11.4755978Z test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:28:11.4756556Z test_list (test.test_tarfile.GzipListTest.test_list) ... ok 2025-10-14T22:28:11.4757251Z test_list_members (test.test_tarfile.GzipListTest.test_list_members) ... ok 2025-10-14T22:28:11.4757868Z test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose) ... ok 2025-10-14T22:28:11.4758564Z test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:28:11.4759287Z test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members) ... ok 2025-10-14T22:28:11.4759999Z test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:28:11.4760745Z test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4761451Z test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:28:11.4762093Z test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:28:11.4762693Z test_extract_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:28:11.4763268Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4763923Z test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:28:11.4764645Z test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall) ... ok 2025-10-14T22:28:11.4765361Z test_extractall_default_filter (test.test_tarfile.GzipMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:28:11.4766127Z test_extractall_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:28:11.4766849Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4767451Z test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:28:11.4768062Z test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4768628Z test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:28:11.4769214Z test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:28:11.4769840Z test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members) ... ok 2025-10-14T22:28:11.4770495Z test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4771202Z test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:28:11.4772045Z test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:28:11.4772763Z test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:28:11.4773494Z test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4774272Z test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4775066Z test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4775774Z test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4776627Z test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:28:11.4777373Z test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:28:11.4778090Z test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:28:11.4778825Z test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4779548Z test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4780238Z test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:28:11.4780913Z test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:28:11.4781604Z test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4782315Z test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4783005Z test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:28:11.4783678Z test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:28:11.4784348Z test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:28:11.4784981Z test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:28:11.4785601Z test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members) ... ok 2025-10-14T22:28:11.4786190Z test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4786863Z test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4787515Z test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4788199Z test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4788787Z test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4789421Z test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4790052Z test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4790678Z test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4791367Z test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4792001Z test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4792652Z test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4793362Z test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:28:11.4794049Z test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through) ... ok 2025-10-14T22:28:11.4795871Z test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4796714Z test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:28:11.4797393Z test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4798167Z test_pathlike_name (test.test_tarfile.GzipStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4798837Z test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked) 2025-10-14T22:28:11.4799426Z Ensure the source directory is not included in the tar header ... ok 2025-10-14T22:28:11.4800110Z test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:28:11.4800763Z test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:28:11.4801393Z test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:28:11.4802033Z test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:28:11.4802660Z test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:28:11.4803316Z test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:28:11.4803992Z test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4804634Z test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:28:11.4805287Z test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:28:11.4805928Z test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:28:11.4806571Z test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:28:11.4807201Z test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160) ... ok 2025-10-14T22:28:11.4807824Z test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name) ... ok 2025-10-14T22:28:11.4808445Z test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:28:11.4809157Z test_add_self (test.test_tarfile.GzipWriteTest.test_add_self) ... ok 2025-10-14T22:28:11.4809752Z test_cwd (test.test_tarfile.GzipWriteTest.test_cwd) ... ok 2025-10-14T22:28:11.4810340Z test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size) ... ok 2025-10-14T22:28:11.4810951Z test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4811630Z test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:28:11.4812241Z test_file_size (test.test_tarfile.GzipWriteTest.test_file_size) ... ok 2025-10-14T22:28:11.4812867Z test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4813498Z test_filter (test.test_tarfile.GzipWriteTest.test_filter) ... ok 2025-10-14T22:28:11.4814173Z test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:28:11.4814868Z test_link_size (test.test_tarfile.GzipWriteTest.test_link_size) ... ok 2025-10-14T22:28:11.4815453Z test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:28:11.4816051Z test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:28:11.4816774Z test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:28:11.4817411Z test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames) ... ok 2025-10-14T22:28:11.4818006Z test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size) ... ok 2025-10-14T22:28:11.4818633Z test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size) ... ok 2025-10-14T22:28:11.4819250Z test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink) ... ok 2025-10-14T22:28:11.4820009Z test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice) ... ok 2025-10-14T22:28:11.4820599Z test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink) ... ok 2025-10-14T22:28:11.4821221Z test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits) ... ok 2025-10-14T22:28:11.4821808Z test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits) ... ok 2025-10-14T22:28:11.4822386Z test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits) ... ok 2025-10-14T22:28:11.4823059Z test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) ... skipped 'requires os.link to be missing' 2025-10-14T22:28:11.4823879Z test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) ... skipped 'requires os.link to be missing' 2025-10-14T22:28:11.4824552Z test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) ... skipped 'requires os.link to be missing' 2025-10-14T22:28:11.4825213Z test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) ... skipped 'requires os.link to be missing' 2025-10-14T22:28:11.4825892Z test_list (test.test_tarfile.ListTest.test_list) ... ok 2025-10-14T22:28:11.4826505Z test_list_members (test.test_tarfile.ListTest.test_list_members) ... ok 2025-10-14T22:28:11.4827136Z test_list_verbose (test.test_tarfile.ListTest.test_list_verbose) ... ok 2025-10-14T22:28:11.4827843Z test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed) ... ok 2025-10-14T22:28:11.4828501Z test_create (test.test_tarfile.LzmaCreateTest.test_create) ... ok 2025-10-14T22:28:11.4829109Z test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing) ... ok 2025-10-14T22:28:11.4829879Z test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:28:11.4830566Z test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.4831240Z test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen) ... ok 2025-10-14T22:28:11.4831979Z test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.4832728Z test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset) ... ok 2025-10-14T22:28:11.4833419Z test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4834134Z test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4834831Z test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file) ... ok 2025-10-14T22:28:11.4835542Z test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:28:11.4836194Z test_list (test.test_tarfile.LzmaListTest.test_list) ... ok 2025-10-14T22:28:11.4836825Z test_list_members (test.test_tarfile.LzmaListTest.test_list_members) ... ok 2025-10-14T22:28:11.4837735Z test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose) ... ok 2025-10-14T22:28:11.4838472Z test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:28:11.4839153Z test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members) ... ok 2025-10-14T22:28:11.4839786Z test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:28:11.4840503Z test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4841240Z test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:28:11.4841965Z test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:28:11.4842664Z test_extract_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:28:11.4843551Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4844145Z test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:28:11.4844813Z test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall) ... ok 2025-10-14T22:28:11.4845528Z test_extractall_default_filter (test.test_tarfile.LzmaMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:28:11.4846363Z test_extractall_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:28:11.4847062Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4847792Z test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:28:11.4848391Z test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4848967Z test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:28:11.4849537Z test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:28:11.4850113Z test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members) ... ok 2025-10-14T22:28:11.4850872Z test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4851587Z test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:28:11.4852295Z test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:28:11.4853017Z test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:28:11.4853789Z test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4854503Z test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4855189Z test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4855857Z test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4856528Z test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:28:11.4857158Z test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:28:11.4857864Z test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:28:11.4858592Z test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4859324Z test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4860013Z test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:28:11.4860737Z test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:28:11.4861456Z test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4862216Z test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4862940Z test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:28:11.4863610Z test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:28:11.4864282Z test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:28:11.4865325Z test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:28:11.4866051Z test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members) ... ok 2025-10-14T22:28:11.4866780Z test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4867484Z test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4868353Z test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4869107Z test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4869791Z test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4870530Z test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4871404Z test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4872211Z test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4872881Z test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4873579Z test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4874238Z test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4874960Z test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:28:11.4875599Z test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through) ... ok 2025-10-14T22:28:11.4876249Z test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4876918Z test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:28:11.4877606Z test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4878324Z test_pathlike_name (test.test_tarfile.LzmaStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4879101Z test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:28:11.4879879Z test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:28:11.4880645Z test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:28:11.4881351Z test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:28:11.4882058Z test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:28:11.4882811Z test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:28:11.4883540Z test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.4884316Z test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:28:11.4884993Z test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:28:11.4885728Z test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:28:11.4886453Z test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:28:11.4887134Z test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160) ... ok 2025-10-14T22:28:11.4887809Z test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name) ... ok 2025-10-14T22:28:11.4888484Z test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:28:11.4889178Z test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self) ... ok 2025-10-14T22:28:11.4889835Z test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd) ... ok 2025-10-14T22:28:11.4890474Z test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size) ... ok 2025-10-14T22:28:11.4891055Z test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.4891708Z test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:28:11.4892541Z test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size) ... ok 2025-10-14T22:28:11.4893316Z test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.4893986Z test_filter (test.test_tarfile.LzmaWriteTest.test_filter) ... ok 2025-10-14T22:28:11.4894690Z test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:28:11.4895391Z test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size) ... ok 2025-10-14T22:28:11.4896110Z test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:28:11.4896966Z test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:28:11.4897622Z test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:28:11.4898219Z test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames) ... ok 2025-10-14T22:28:11.4898906Z test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size) ... ok 2025-10-14T22:28:11.4899559Z test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size) ... ok 2025-10-14T22:28:11.4900217Z test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype) ... ok 2025-10-14T22:28:11.4900911Z test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype) ... ok 2025-10-14T22:28:11.4901589Z test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype) ... ok 2025-10-14T22:28:11.4902305Z test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype) ... ok 2025-10-14T22:28:11.4902977Z test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size) ... ok 2025-10-14T22:28:11.4903669Z test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype) ... ok 2025-10-14T22:28:11.4904267Z test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse) ... ok 2025-10-14T22:28:11.4904863Z test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00) ... ok 2025-10-14T22:28:11.4905464Z test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01) ... ok 2025-10-14T22:28:11.4906051Z test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10) ... ok 2025-10-14T22:28:11.4906688Z test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype) ... ok 2025-10-14T22:28:11.4907270Z test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts) ... ok 2025-10-14T22:28:11.4907835Z test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype) ... ok 2025-10-14T22:28:11.4908541Z test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7) ... ok 2025-10-14T22:28:11.4909127Z test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse) ... ok 2025-10-14T22:28:11.4909745Z test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype) ... ok 2025-10-14T22:28:11.4910308Z test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts) ... ok 2025-10-14T22:28:11.4910915Z test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname) ... ok 2025-10-14T22:28:11.4911574Z test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:28:11.4912233Z test_check_members (test.test_tarfile.MiscReadTest.test_check_members) ... ok 2025-10-14T22:28:11.4912891Z test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:28:11.4913561Z test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.4914223Z test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory) ... ok 2025-10-14T22:28:11.4914881Z test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:28:11.4915557Z test_extract_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:28:11.4916360Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4917008Z test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:28:11.4917650Z test_extractall (test.test_tarfile.MiscReadTest.test_extractall) ... ok 2025-10-14T22:28:11.4918315Z test_extractall_default_filter (test.test_tarfile.MiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:28:11.4919034Z test_extractall_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:28:11.4919791Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.4920587Z test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:28:11.4921222Z test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.4921874Z test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:28:11.4922526Z test_find_members (test.test_tarfile.MiscReadTest.test_find_members) ... ok 2025-10-14T22:28:11.4923158Z test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.4923783Z test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:28:11.4924435Z test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:28:11.4925100Z test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:28:11.4925773Z test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.4926551Z test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.4927294Z test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.4928015Z test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.4928741Z test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:28:11.4929467Z test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:28:11.4930168Z test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:28:11.4930893Z test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.4931570Z test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.4932190Z test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:28:11.4932801Z test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:28:11.4933495Z test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.4934174Z test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.4934840Z test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:28:11.4935487Z test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type) ... ok 2025-10-14T22:28:11.4936172Z test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:28:11.4936880Z test__all__ (test.test_tarfile.MiscTest.test__all__) ... ok 2025-10-14T22:28:11.4937535Z test_char_fields (test.test_tarfile.MiscTest.test_char_fields) ... ok 2025-10-14T22:28:11.4938267Z test_deferred_directory_attributes_update (test.test_tarfile.MiscTest.test_deferred_directory_attributes_update) ... ok 2025-10-14T22:28:11.4939025Z test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits) ... ok 2025-10-14T22:28:11.4939689Z test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields) ... ok 2025-10-14T22:28:11.4940365Z test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing) ... ok 2025-10-14T22:28:11.4941173Z test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields) ... ok 2025-10-14T22:28:11.4941852Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid) ... ok 2025-10-14T22:28:11.4942589Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname) ... ok 2025-10-14T22:28:11.4943367Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode) ... ok 2025-10-14T22:28:11.4944106Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime) ... ok 2025-10-14T22:28:11.4945035Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership) ... ok 2025-10-14T22:28:11.4945911Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid) ... ok 2025-10-14T22:28:11.4946692Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname) ... ok 2025-10-14T22:28:11.4947442Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid) ... ok 2025-10-14T22:28:11.4948148Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname) ... ok 2025-10-14T22:28:11.4948812Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode) ... ok 2025-10-14T22:28:11.4949481Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime) ... ok 2025-10-14T22:28:11.4950176Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership) ... ok 2025-10-14T22:28:11.4951659Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid) ... ok 2025-10-14T22:28:11.4952408Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname) ... ok 2025-10-14T22:28:11.4953187Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid) ... ok 2025-10-14T22:28:11.4953950Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname) ... ok 2025-10-14T22:28:11.4954723Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode) ... ok 2025-10-14T22:28:11.4955523Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime) ... ok 2025-10-14T22:28:11.4956328Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership) ... ok 2025-10-14T22:28:11.4957093Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid) ... ok 2025-10-14T22:28:11.4957877Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname) ... ok 2025-10-14T22:28:11.4958657Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid) ... ok 2025-10-14T22:28:11.4959395Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname) ... ok 2025-10-14T22:28:11.4960143Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode) ... ok 2025-10-14T22:28:11.4960993Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime) ... ok 2025-10-14T22:28:11.4961789Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership) ... ok 2025-10-14T22:28:11.4962509Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid) ... ok 2025-10-14T22:28:11.4963132Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname) ... ok 2025-10-14T22:28:11.4963831Z test_add (test.test_tarfile.NoneInfoTests_Misc.test_add) ... ok 2025-10-14T22:28:11.4964391Z test_list (test.test_tarfile.NoneInfoTests_Misc.test_list) ... ok 2025-10-14T22:28:11.4965004Z test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:28:11.4965774Z test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:28:11.4966478Z test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:28:11.4967243Z test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only) ... skipped 'missing os.chown' 2025-10-14T22:28:11.4967990Z test_early_stop_at_invalid_offset_header (test.test_tarfile.OffsetValidationTests.test_early_stop_at_invalid_offset_header) ... ok 2025-10-14T22:28:11.4968806Z test_ignore_invalid_archive (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_archive) ... ok 2025-10-14T22:28:11.4969566Z test_ignore_invalid_offset_headers (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_offset_headers) ... ok 2025-10-14T22:28:11.4970369Z test_invalid_offset_header_validations (test.test_tarfile.OffsetValidationTests.test_invalid_offset_header_validations) ... ok 2025-10-14T22:28:11.4971154Z test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir) ... ok 2025-10-14T22:28:11.4971920Z test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir) ... ok 2025-10-14T22:28:11.4972720Z test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir) ... ok 2025-10-14T22:28:11.4973527Z test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir) ... ok 2025-10-14T22:28:11.4974337Z test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file) ... ok 2025-10-14T22:28:11.4975003Z test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir) ... ok 2025-10-14T22:28:11.4975611Z test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file) ... ok 2025-10-14T22:28:11.4976244Z test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir) ... ok 2025-10-14T22:28:11.4976884Z test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir) ... ok 2025-10-14T22:28:11.4977540Z test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir) ... ok 2025-10-14T22:28:11.4978159Z test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir) ... ok 2025-10-14T22:28:11.4978850Z test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file) ... ok 2025-10-14T22:28:11.4979570Z test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir) ... ok 2025-10-14T22:28:11.4980238Z test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file) ... ok 2025-10-14T22:28:11.4980872Z test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header) ... ok 2025-10-14T22:28:11.4981591Z test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:28:11.4982257Z test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:28:11.4982946Z test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:28:11.4983650Z test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:28:11.4984350Z test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:28:11.4985193Z test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset) ... ok 2025-10-14T22:28:11.4985877Z test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory) ... ok 2025-10-14T22:28:11.4986553Z test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers) ... ok 2025-10-14T22:28:11.4987354Z test_pax_header_bad_formats (test.test_tarfile.PaxReadTest.test_pax_header_bad_formats) ... ok 2025-10-14T22:28:11.4988077Z test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields) ... ok 2025-10-14T22:28:11.4988758Z test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink) ... ok 2025-10-14T22:28:11.4989574Z test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname) ... ok 2025-10-14T22:28:11.4990282Z test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname) ... ok 2025-10-14T22:28:11.4990999Z test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header) ... ok 2025-10-14T22:28:11.4991663Z test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023) ... ok 2025-10-14T22:28:11.4992234Z test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024) ... ok 2025-10-14T22:28:11.4992792Z test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025) ... ok 2025-10-14T22:28:11.4993420Z test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023) ... ok 2025-10-14T22:28:11.4994047Z test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024) ... ok 2025-10-14T22:28:11.4994656Z test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025) ... ok 2025-10-14T22:28:11.4995293Z test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023) ... ok 2025-10-14T22:28:11.4995943Z test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024) ... ok 2025-10-14T22:28:11.4996644Z test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025) ... ok 2025-10-14T22:28:11.4997358Z test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header) ... ok 2025-10-14T22:28:11.4998055Z test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header) ... ok 2025-10-14T22:28:11.4998785Z test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all) ... ok 2025-10-14T22:28:11.4999486Z test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep) ... ok 2025-10-14T22:28:11.5000180Z test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal) ... ok 2025-10-14T22:28:11.5000907Z test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name) ... ok 2025-10-14T22:28:11.5001511Z test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow) ... ok 2025-10-14T22:28:11.5002154Z test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members) ... ok 2025-10-14T22:28:11.5002806Z test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.5003453Z test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.5004125Z test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.5004739Z test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.5005368Z test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.5006010Z test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.5006642Z test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.5007249Z test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.5007875Z test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.5008537Z test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.5009341Z test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.5010031Z test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:28:11.5010662Z test_read_through (test.test_tarfile.StreamReadTest.test_read_through) ... ok 2025-10-14T22:28:11.5011244Z test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.5011863Z test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:28:11.5012527Z test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.5013399Z test_pathlike_name (test.test_tarfile.StreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.5014046Z test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:28:11.5014718Z test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:28:11.5015348Z test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute) ... ok 2025-10-14T22:28:11.5016009Z test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink) ... ok 2025-10-14T22:28:11.5016661Z test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink) ... ok 2025-10-14T22:28:11.5017319Z test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name) ... ok 2025-10-14T22:28:11.5017972Z test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file) ... ok 2025-10-14T22:28:11.5018612Z test_chains (test.test_tarfile.TestExtractionFilters.test_chains) ... ok 2025-10-14T22:28:11.5019308Z test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class) ... ok 2025-10-14T22:28:11.5020131Z test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance) ... ok 2025-10-14T22:28:11.5020936Z test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass) ... ok 2025-10-14T22:28:11.5021742Z test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string) ... ok 2025-10-14T22:28:11.5022505Z test_chmod_outside_dir (test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir) ... ok 2025-10-14T22:28:11.5023247Z test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter) ... ok 2025-10-14T22:28:11.5023944Z test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter) ... ok 2025-10-14T22:28:11.5024607Z test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink) ... ok 2025-10-14T22:28:11.5025266Z test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel) ... ok 2025-10-14T22:28:11.5025969Z test_exfiltration_via_symlink (test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink) ... ok 2025-10-14T22:28:11.5026994Z test_extract_unencodable (test.test_tarfile.TestExtractionFilters.test_extract_unencodable) ... skipped 'requires native bytes paths' 2025-10-14T22:28:11.5027822Z test_filter_unencodable (test.test_tarfile.TestExtractionFilters.test_filter_unencodable) ... skipped 'requires native bytes paths' 2025-10-14T22:28:11.5028652Z test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter) ... ok 2025-10-14T22:28:11.5029420Z test_link_fallback_normalizes (test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes) ... ok 2025-10-14T22:28:11.5030155Z test_modes (test.test_tarfile.TestExtractionFilters.test_modes) ... ok 2025-10-14T22:28:11.5030817Z test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink) ... ok 2025-10-14T22:28:11.5031514Z test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2) ... ok 2025-10-14T22:28:11.5032323Z test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe) ... ok 2025-10-14T22:28:11.5032980Z test_realpath_limit_attack (test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack) ... ok 2025-10-14T22:28:11.5033658Z test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0) ... ok 2025-10-14T22:28:11.5034295Z test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2) ... ok 2025-10-14T22:28:11.5034963Z test_sneaky_hardlink_fallback (test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback) ... ok 2025-10-14T22:28:11.5035637Z test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files) ... ok 2025-10-14T22:28:11.5036420Z test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter) ... ok 2025-10-14T22:28:11.5037181Z test_symlink_target_seperator_rewrite_on_windows (test.test_tarfile.TestExtractionFilters.test_symlink_target_seperator_rewrite_on_windows) ... ok 2025-10-14T22:28:11.5037948Z test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter) ... ok 2025-10-14T22:28:11.5038671Z test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:28:11.5039373Z test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:28:11.5040007Z test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:28:11.5040742Z test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:28:11.5041406Z test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:28:11.5042105Z test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.5042825Z test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:28:11.5043521Z test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:28:11.5044247Z test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:28:11.5044948Z test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:28:11.5045637Z test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160) ... ok 2025-10-14T22:28:11.5046393Z test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:28:11.5047016Z test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:28:11.5047674Z test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:28:11.5048351Z test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error) ... ok 2025-10-14T22:28:11.5049017Z test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1) ... ok 2025-10-14T22:28:11.5049664Z test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2) ... ok 2025-10-14T22:28:11.5050331Z test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1) ... ok 2025-10-14T22:28:11.5050982Z test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2) ... ok 2025-10-14T22:28:11.5051607Z test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3) ... ok 2025-10-14T22:28:11.5052274Z test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4) ... ok 2025-10-14T22:28:11.5053011Z test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1) ... ok 2025-10-14T22:28:11.5053793Z test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2) ... ok 2025-10-14T22:28:11.5054593Z test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:28:11.5055426Z test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:28:11.5056113Z test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name) ... ok 2025-10-14T22:28:11.5056879Z test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames) ... ok 2025-10-14T22:28:11.5057525Z test_add_self (test.test_tarfile.WriteTest.test_add_self) ... ok 2025-10-14T22:28:11.5058164Z test_cwd (test.test_tarfile.WriteTest.test_cwd) ... ok 2025-10-14T22:28:11.5058804Z test_directory_size (test.test_tarfile.WriteTest.test_directory_size) ... ok 2025-10-14T22:28:11.5059465Z test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.5060154Z test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:28:11.5060842Z test_file_size (test.test_tarfile.WriteTest.test_file_size) ... ok 2025-10-14T22:28:11.5061630Z test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.5062292Z test_filter (test.test_tarfile.WriteTest.test_filter) ... ok 2025-10-14T22:28:11.5062948Z test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:28:11.5063555Z test_link_size (test.test_tarfile.WriteTest.test_link_size) ... ok 2025-10-14T22:28:11.5064232Z test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj) ... ok 2025-10-14T22:28:11.5064817Z test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:28:11.5065424Z test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion) ... ok 2025-10-14T22:28:11.5065980Z test_pathnames (test.test_tarfile.WriteTest.test_pathnames) ... ok 2025-10-14T22:28:11.5066522Z test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size) ... ok 2025-10-14T22:28:11.5067069Z test_tar_size (test.test_tarfile.WriteTest.test_tar_size) ... ok 2025-10-14T22:28:11.5067621Z test_append_compressed (test.test_tarfile.ZstdAppendTest.test_append_compressed) ... ok 2025-10-14T22:28:11.5068245Z test_create (test.test_tarfile.ZstdCreateTest.test_create) ... ok 2025-10-14T22:28:11.5068833Z test_create_existing (test.test_tarfile.ZstdCreateTest.test_create_existing) ... ok 2025-10-14T22:28:11.5069436Z test_create_existing_taropen (test.test_tarfile.ZstdCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:28:11.5070039Z test_create_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:28:11.5070625Z test_create_taropen (test.test_tarfile.ZstdCreateTest.test_create_taropen) ... ok 2025-10-14T22:28:11.5071217Z test_create_taropen_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:28:11.5071826Z test_create_with_level (test.test_tarfile.ZstdCreateTest.test_create_with_level) ... ok 2025-10-14T22:28:11.5072393Z test_eof_marker (test.test_tarfile.ZstdCreateTest.test_eof_marker) ... ok 2025-10-14T22:28:11.5072949Z test_fileobj_no_close (test.test_tarfile.ZstdCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.5073536Z test_detect_file (test.test_tarfile.ZstdDetectReadTest.test_detect_file) ... ok 2025-10-14T22:28:11.5074221Z test_detect_fileobj (test.test_tarfile.ZstdDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:28:11.5074888Z test_list (test.test_tarfile.ZstdListTest.test_list) ... ok 2025-10-14T22:28:11.5075535Z test_list_members (test.test_tarfile.ZstdListTest.test_list_members) ... ok 2025-10-14T22:28:11.5076196Z test_list_verbose (test.test_tarfile.ZstdListTest.test_list_verbose) ... ok 2025-10-14T22:28:11.5076885Z test_bytes_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:28:11.5077625Z test_check_members (test.test_tarfile.ZstdMiscReadTest.test_check_members) ... ok 2025-10-14T22:28:11.5078346Z test_empty_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:28:11.5079043Z test_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.5079631Z test_extract_directory (test.test_tarfile.ZstdMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:28:11.5080360Z test_extract_hardlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:28:11.5081120Z test_extract_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:28:11.5081763Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.5082346Z test_extract_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:28:11.5082919Z test_extractall (test.test_tarfile.ZstdMiscReadTest.test_extractall) ... ok 2025-10-14T22:28:11.5083526Z test_extractall_default_filter (test.test_tarfile.ZstdMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:28:11.5084278Z test_extractall_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:28:11.5084869Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:28:11.5085466Z test_extractall_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:28:11.5086075Z test_extractfile_attrs (test.test_tarfile.ZstdMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.5086686Z test_fail_comp (test.test_tarfile.ZstdMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:28:11.5087364Z test_fileobj_with_offset (test.test_tarfile.ZstdMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:28:11.5088050Z test_find_members (test.test_tarfile.ZstdMiscReadTest.test_find_members) ... ok 2025-10-14T22:28:11.5088720Z test_ignore_zeros (test.test_tarfile.ZstdMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.5089446Z test_illegal_mode_arg (test.test_tarfile.ZstdMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:28:11.5090145Z test_init_close_fobj (test.test_tarfile.ZstdMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:28:11.5090861Z test_int_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:28:11.5091600Z test_is_tarfile_erroneous (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.5095358Z test_is_tarfile_keeps_position (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.5096876Z test_is_tarfile_valid (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.5097975Z test_length_zero_header (test.test_tarfile.ZstdMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.5099179Z test_next_on_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:28:11.5099840Z test_no_name_argument (test.test_tarfile.ZstdMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:28:11.5100482Z test_no_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:28:11.5101079Z test_non_existent_tarfile (test.test_tarfile.ZstdMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.5101655Z test_null_tarfile (test.test_tarfile.ZstdMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.5102293Z test_parallel_iteration (test.test_tarfile.ZstdMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:28:11.5103022Z test_pathlike_bytes_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:28:11.5103727Z test_pathlike_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.5104457Z test_premature_end_of_archive (test.test_tarfile.ZstdMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.5105186Z test_v7_dirtype (test.test_tarfile.ZstdMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:28:11.5105879Z test_xstar_type (test.test_tarfile.ZstdMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:28:11.5106625Z test_zlib_error_does_not_leak (test.test_tarfile.ZstdMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:28:11.5108628Z test_stream_mode_no_cache (test.test_tarfile.ZstdStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:28:11.5109612Z test_compare_members (test.test_tarfile.ZstdStreamReadTest.test_compare_members) ... ok 2025-10-14T22:28:11.5110396Z test_empty_tarfile (test.test_tarfile.ZstdStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:28:11.5111164Z test_extractfile_attrs (test.test_tarfile.ZstdStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:28:11.5111958Z test_fileobj_regular_file (test.test_tarfile.ZstdStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.5112741Z test_ignore_zeros (test.test_tarfile.ZstdStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:28:11.5113549Z test_is_tarfile_erroneous (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:28:11.5114521Z test_is_tarfile_keeps_position (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:28:11.5115215Z test_is_tarfile_valid (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:28:11.5115860Z test_length_zero_header (test.test_tarfile.ZstdStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:28:11.5116588Z test_non_existent_tarfile (test.test_tarfile.ZstdStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:28:11.5117368Z test_null_tarfile (test.test_tarfile.ZstdStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:28:11.5118152Z test_premature_end_of_archive (test.test_tarfile.ZstdStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:28:11.5118958Z test_provoke_stream_error (test.test_tarfile.ZstdStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:28:11.5119745Z test_read_through (test.test_tarfile.ZstdStreamReadTest.test_read_through) ... ok 2025-10-14T22:28:11.5120615Z test_eof_marker (test.test_tarfile.ZstdStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.5121414Z test_file_mode (test.test_tarfile.ZstdStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:28:11.5122108Z test_fileobj_no_close (test.test_tarfile.ZstdStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.5122825Z test_pathlike_name (test.test_tarfile.ZstdStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:28:11.5123525Z test_stream_padding (test.test_tarfile.ZstdStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:28:11.5124274Z test_add_dir_getmember (test.test_tarfile.ZstdUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:28:11.5125053Z test_fileobj_iter (test.test_tarfile.ZstdUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:28:11.5125745Z test_fileobj_link1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:28:11.5126508Z test_fileobj_link2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:28:11.5127265Z test_fileobj_readlines (test.test_tarfile.ZstdUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:28:11.5128062Z test_fileobj_regular_file (test.test_tarfile.ZstdUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:28:11.5128957Z test_fileobj_seek (test.test_tarfile.ZstdUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:28:11.5129754Z test_fileobj_symlink1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:28:11.5130445Z test_fileobj_symlink2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:28:11.5131249Z test_fileobj_text (test.test_tarfile.ZstdUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:28:11.5131904Z test_issue14160 (test.test_tarfile.ZstdUstarReadTest.test_issue14160) ... ok 2025-10-14T22:28:11.5132548Z test_100_char_name (test.test_tarfile.ZstdWriteTest.test_100_char_name) ... ok 2025-10-14T22:28:11.5133178Z test_abs_pathnames (test.test_tarfile.ZstdWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:28:11.5133789Z test_add_self (test.test_tarfile.ZstdWriteTest.test_add_self) ... ok 2025-10-14T22:28:11.5134363Z test_cwd (test.test_tarfile.ZstdWriteTest.test_cwd) ... ok 2025-10-14T22:28:11.5134979Z test_directory_size (test.test_tarfile.ZstdWriteTest.test_directory_size) ... ok 2025-10-14T22:28:11.5136357Z test_eof_marker (test.test_tarfile.ZstdWriteTest.test_eof_marker) ... ok 2025-10-14T22:28:11.5136993Z test_extractall_symlinks (test.test_tarfile.ZstdWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:28:11.5137627Z test_file_size (test.test_tarfile.ZstdWriteTest.test_file_size) ... ok 2025-10-14T22:28:11.5138242Z test_fileobj_no_close (test.test_tarfile.ZstdWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:28:11.5138854Z test_filter (test.test_tarfile.ZstdWriteTest.test_filter) ... ok 2025-10-14T22:28:11.5139668Z test_gettarinfo_pathlike_name (test.test_tarfile.ZstdWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:28:11.5141086Z test_link_size (test.test_tarfile.ZstdWriteTest.test_link_size) ... ok 2025-10-14T22:28:11.5141840Z test_missing_fileobj (test.test_tarfile.ZstdWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:28:11.5142618Z test_open_nonwritable_fileobj (test.test_tarfile.ZstdWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:28:11.5143455Z test_ordered_recursion (test.test_tarfile.ZstdWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:28:11.5144280Z test_pathnames (test.test_tarfile.ZstdWriteTest.test_pathnames) ... ok 2025-10-14T22:28:11.5144953Z test_symlink_size (test.test_tarfile.ZstdWriteTest.test_symlink_size) ... ok 2025-10-14T22:28:11.5145554Z test_tar_size (test.test_tarfile.ZstdWriteTest.test_tar_size) ... ok 2025-10-14T22:28:11.5146025Z 2025-10-14T22:28:11.5146561Z ---------------------------------------------------------------------- 2025-10-14T22:28:11.5147121Z Ran 739 tests in 28.208s 2025-10-14T22:28:11.5198075Z 2025-10-14T22:28:11.5198748Z OK (skipped=20) 2025-10-14T22:28:11.5199362Z Warning -- files was modified by test_tarfile 2025-10-14T22:28:11.5201317Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5840_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:11.5204393Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_5256_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:14.4647560Z 0:02:35 load avg: 8.38 [131/495/26] test_json failed (env changed) 2025-10-14T22:28:14.4663627Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5256æ' 2025-10-14T22:28:14.4703015Z Traceback (most recent call last): 2025-10-14T22:28:14.5292396Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:14.5966275Z os.mkdir(path) 2025-10-14T22:28:14.5971987Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:14.5973250Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5256æ' 2025-10-14T22:28:14.7056911Z Stack (most recent call last): 2025-10-14T22:28:14.7066712Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:14.7067872Z File "", line 88, in _run_code 2025-10-14T22:28:14.7202915Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:14.7204670Z main() 2025-10-14T22:28:14.7205570Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:14.7248789Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:14.7251166Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:14.7261370Z return next(self.gen) 2025-10-14T22:28:14.7277790Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:14.7327659Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:14.7363335Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5256æ' 2025-10-14T22:28:14.8809646Z Traceback (most recent call last): 2025-10-14T22:28:14.8812455Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:14.8845469Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:14.8846398Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:14.8847267Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5256æ' 2025-10-14T22:28:14.8848052Z Stack (most recent call last): 2025-10-14T22:28:14.8848752Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:14.8850225Z File "", line 88, in _run_code 2025-10-14T22:28:14.8851023Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:14.8851695Z main() 2025-10-14T22:28:14.8852482Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:14.8853188Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:14.8853865Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:14.8854519Z return next(self.gen) 2025-10-14T22:28:14.8855195Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:14.8855909Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:14.8856582Z json () 2025-10-14T22:28:14.8857185Z Doctest: json ... ok 2025-10-14T22:28:14.8857807Z encode (json.encoder.JSONEncoder) 2025-10-14T22:28:14.8858549Z Doctest: json.encoder.JSONEncoder.encode ... ok 2025-10-14T22:28:14.8859269Z test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok 2025-10-14T22:28:14.8859971Z test_cjson (test.test_json.TestCTest.test_cjson) ... ok 2025-10-14T22:28:14.8860587Z json () 2025-10-14T22:28:14.8861173Z Doctest: json ... ok 2025-10-14T22:28:14.8861808Z encode (json.encoder.JSONEncoder) 2025-10-14T22:28:14.8862468Z Doctest: json.encoder.JSONEncoder.encode ... ok 2025-10-14T22:28:14.8863155Z test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok 2025-10-14T22:28:14.8863879Z test_cjson (test.test_json.TestCTest.test_cjson) ... ok 2025-10-14T22:28:14.8864606Z test_bytes (test.test_json.test_decode.TestCDecode.test_bytes) ... ok 2025-10-14T22:28:14.8865392Z test_constant_invalid_case (test.test_json.test_decode.TestCDecode.test_constant_invalid_case) ... ok 2025-10-14T22:28:14.8866186Z test_decimal (test.test_json.test_decode.TestCDecode.test_decimal) ... ok 2025-10-14T22:28:14.8867004Z test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations) ... ok 2025-10-14T22:28:14.8867805Z test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects) ... ok 2025-10-14T22:28:14.8868575Z test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data) ... ok 2025-10-14T22:28:14.8869434Z test_float (test.test_json.test_decode.TestCDecode.test_float) ... ok 2025-10-14T22:28:14.8870165Z test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape) ... ok 2025-10-14T22:28:14.8870883Z test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type) ... ok 2025-10-14T22:28:14.8871598Z test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse) ... ok 2025-10-14T22:28:14.8872552Z test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int) ... ok 2025-10-14T22:28:14.8873298Z test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index) ... ok 2025-10-14T22:28:14.8874128Z test_nonascii_digits_rejected (test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected) ... ok 2025-10-14T22:28:14.8874948Z test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook) ... ok 2025-10-14T22:28:14.8875720Z test_parse_constant (test.test_json.test_decode.TestCDecode.test_parse_constant) ... ok 2025-10-14T22:28:14.8876637Z test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom) ... ok 2025-10-14T22:28:14.8877377Z test_bytes (test.test_json.test_decode.TestPyDecode.test_bytes) ... ok 2025-10-14T22:28:14.8878184Z test_constant_invalid_case (test.test_json.test_decode.TestPyDecode.test_constant_invalid_case) ... ok 2025-10-14T22:28:14.8878919Z test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal) ... ok 2025-10-14T22:28:14.8879684Z test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations) ... ok 2025-10-14T22:28:14.8880466Z test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects) ... ok 2025-10-14T22:28:14.8881242Z test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data) ... ok 2025-10-14T22:28:14.8881981Z test_float (test.test_json.test_decode.TestPyDecode.test_float) ... ok 2025-10-14T22:28:14.8882739Z test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape) ... ok 2025-10-14T22:28:14.8883546Z test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type) ... ok 2025-10-14T22:28:14.8884356Z test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse) ... ok 2025-10-14T22:28:14.8885111Z test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int) ... ok 2025-10-14T22:28:14.8885826Z test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index) ... ok 2025-10-14T22:28:14.8886625Z test_nonascii_digits_rejected (test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected) ... ok 2025-10-14T22:28:14.8887425Z test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook) ... ok 2025-10-14T22:28:14.8888238Z test_parse_constant (test.test_json.test_decode.TestPyDecode.test_parse_constant) ... ok 2025-10-14T22:28:14.8889061Z test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom) ... ok 2025-10-14T22:28:14.8889862Z test_bad_default (test.test_json.test_default.TestCDefault.test_bad_default) ... ok 2025-10-14T22:28:14.8891449Z test_default (test.test_json.test_default.TestCDefault.test_default) ... ok 2025-10-14T22:28:14.8892251Z test_ordereddict (test.test_json.test_default.TestCDefault.test_ordereddict) ... ok 2025-10-14T22:28:14.8892960Z test_bad_default (test.test_json.test_default.TestPyDefault.test_bad_default) ... ok 2025-10-14T22:28:14.8893692Z test_default (test.test_json.test_default.TestPyDefault.test_default) ... ok 2025-10-14T22:28:14.8894407Z test_ordereddict (test.test_json.test_default.TestPyDefault.test_ordereddict) ... ok 2025-10-14T22:28:14.8895132Z test_dump (test.test_json.test_dump.TestCDump.test_dump) ... ok 2025-10-14T22:28:14.8895857Z test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys) ... ok 2025-10-14T22:28:14.8896664Z test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestCDump.test_dump_skipkeys_indent_empty) ... ok 2025-10-14T22:28:14.8897459Z test_dumps (test.test_json.test_dump.TestCDump.test_dumps) ... ok 2025-10-14T22:28:14.8898230Z test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict) ... ok 2025-10-14T22:28:14.8899001Z test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated) ... ok 2025-10-14T22:28:14.8899661Z test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse) ... ok 2025-10-14T22:28:14.8900656Z test_large_list (test.test_json.test_dump.TestCDump.test_large_list) ... ok 2025-10-14T22:28:14.8901412Z test_skipkeys_indent (test.test_json.test_dump.TestCDump.test_skipkeys_indent) ... ok 2025-10-14T22:28:14.8902156Z test_dump (test.test_json.test_dump.TestPyDump.test_dump) ... ok 2025-10-14T22:28:14.8902922Z test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys) ... ok 2025-10-14T22:28:14.8903689Z test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestPyDump.test_dump_skipkeys_indent_empty) ... ok 2025-10-14T22:28:14.8904480Z test_dumps (test.test_json.test_dump.TestPyDump.test_dumps) ... ok 2025-10-14T22:28:14.8905340Z test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict) ... ok 2025-10-14T22:28:14.8906050Z test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated) ... ok 2025-10-14T22:28:14.8906761Z test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse) ... ok 2025-10-14T22:28:14.8907477Z test_skipkeys_indent (test.test_json.test_dump.TestPyDump.test_skipkeys_indent) ... ok 2025-10-14T22:28:14.8908260Z test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii) ... ok 2025-10-14T22:28:14.8909179Z test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict) ... ok 2025-10-14T22:28:14.8910080Z test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) ... skipped 'not enough memory: 2.0G minimum needed' 2025-10-14T22:28:14.8912364Z test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict) ... ok 2025-10-14T22:28:14.8913332Z test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii) ... ok 2025-10-14T22:28:14.8914216Z test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict) ... ok 2025-10-14T22:28:14.8915009Z test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict) ... ok 2025-10-14T22:28:14.8915756Z test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys) ... ok 2025-10-14T22:28:14.8916469Z test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values) ... ok 2025-10-14T22:28:14.8917195Z test_floats (test.test_json.test_enum.TestCEnum.test_floats) ... ok 2025-10-14T22:28:14.8917858Z test_ints (test.test_json.test_enum.TestCEnum.test_ints) ... ok 2025-10-14T22:28:14.8918531Z test_list (test.test_json.test_enum.TestCEnum.test_list) ... ok 2025-10-14T22:28:14.8919197Z test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats) ... ok 2025-10-14T22:28:14.8919868Z test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys) ... ok 2025-10-14T22:28:14.8920539Z test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values) ... ok 2025-10-14T22:28:14.8921228Z test_floats (test.test_json.test_enum.TestPyEnum.test_floats) ... ok 2025-10-14T22:28:14.8921890Z test_ints (test.test_json.test_enum.TestPyEnum.test_ints) ... ok 2025-10-14T22:28:14.8922547Z test_list (test.test_json.test_enum.TestPyEnum.test_list) ... ok 2025-10-14T22:28:14.8923234Z test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats) ... ok 2025-10-14T22:28:14.8923937Z test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data) ... ok 2025-10-14T22:28:14.8924592Z test_failures (test.test_json.test_fail.TestCFail.test_failures) ... ok 2025-10-14T22:28:14.8925304Z test_linecol (test.test_json.test_fail.TestCFail.test_linecol) ... ok 2025-10-14T22:28:14.8926001Z test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict) ... ok 2025-10-14T22:28:14.8926801Z test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable) ... ok 2025-10-14T22:28:14.8927652Z test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input) ... ok 2025-10-14T22:28:14.8928410Z test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data) ... ok 2025-10-14T22:28:14.8929122Z test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data) ... ok 2025-10-14T22:28:14.8929718Z test_failures (test.test_json.test_fail.TestPyFail.test_failures) ... ok 2025-10-14T22:28:14.8930309Z test_linecol (test.test_json.test_fail.TestPyFail.test_linecol) ... ok 2025-10-14T22:28:14.8931010Z test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict) ... ok 2025-10-14T22:28:14.8932074Z test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable) ... ok 2025-10-14T22:28:14.8932845Z test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input) ... ok 2025-10-14T22:28:14.8933584Z test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data) ... ok 2025-10-14T22:28:14.8934253Z test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan) ... ok 2025-10-14T22:28:14.8934930Z test_floats (test.test_json.test_float.TestCFloat.test_floats) ... ok 2025-10-14T22:28:14.8935664Z test_ints (test.test_json.test_float.TestCFloat.test_ints) ... ok 2025-10-14T22:28:14.8936392Z test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range) ... ok 2025-10-14T22:28:14.8937138Z test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan) ... ok 2025-10-14T22:28:14.8937877Z test_floats (test.test_json.test_float.TestPyFloat.test_floats) ... ok 2025-10-14T22:28:14.8938607Z test_ints (test.test_json.test_float.TestPyFloat.test_ints) ... ok 2025-10-14T22:28:14.8939331Z test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range) ... ok 2025-10-14T22:28:14.8940005Z test_indent (test.test_json.test_indent.TestCIndent.test_indent) ... ok 2025-10-14T22:28:14.8940687Z test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0) ... ok 2025-10-14T22:28:14.8941367Z test_indent (test.test_json.test_indent.TestPyIndent.test_indent) ... ok 2025-10-14T22:28:14.8942040Z test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0) ... ok 2025-10-14T22:28:14.8942655Z test_parse (test.test_json.test_pass1.TestCPass1.test_parse) ... ok 2025-10-14T22:28:14.8943226Z test_parse (test.test_json.test_pass1.TestPyPass1.test_parse) ... ok 2025-10-14T22:28:14.8943769Z test_parse (test.test_json.test_pass2.TestCPass2.test_parse) ... ok 2025-10-14T22:28:14.8944298Z test_parse (test.test_json.test_pass2.TestPyPass2.test_parse) ... ok 2025-10-14T22:28:14.8944875Z test_parse (test.test_json.test_pass3.TestCPass3.test_parse) ... ok 2025-10-14T22:28:14.8945468Z test_parse (test.test_json.test_pass3.TestPyPass3.test_parse) ... ok 2025-10-14T22:28:14.8946136Z test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion) ... ok 2025-10-14T22:28:14.8946756Z test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion) ... ok 2025-10-14T22:28:14.8947370Z test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion) ... ok 2025-10-14T22:28:14.8948029Z test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding) ... ok 2025-10-14T22:28:14.8948868Z test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:28:14.8949687Z test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion) ... ok 2025-10-14T22:28:14.8950438Z test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion) ... ok 2025-10-14T22:28:14.8951161Z test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion) ... ok 2025-10-14T22:28:14.8951991Z test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion) ... ok 2025-10-14T22:28:14.8952928Z test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding) ... ok 2025-10-14T22:28:14.8953764Z test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:28:14.8954555Z test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion) ... ok 2025-10-14T22:28:14.8955279Z test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes) ... ok 2025-10-14T22:28:14.8955962Z test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow) ... ok 2025-10-14T22:28:14.8956755Z test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring) ... ok 2025-10-14T22:28:14.8957457Z test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates) ... ok 2025-10-14T22:28:14.8958164Z test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes) ... ok 2025-10-14T22:28:14.8958978Z test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow) ... ok 2025-10-14T22:28:14.8959771Z test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring) ... ok 2025-10-14T22:28:14.8960495Z test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates) ... ok 2025-10-14T22:28:14.8961239Z test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators) ... ok 2025-10-14T22:28:14.8962038Z test_separators (test.test_json.test_separators.TestCSeparators.test_separators) ... ok 2025-10-14T22:28:14.8962792Z test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators) ... ok 2025-10-14T22:28:14.8963556Z test_separators (test.test_json.test_separators.TestPySeparators.test_separators) ... ok 2025-10-14T22:28:14.8964273Z test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args) ... ok 2025-10-14T22:28:14.8964968Z test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner) ... ok 2025-10-14T22:28:14.8965658Z test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args) ... ok 2025-10-14T22:28:14.8966418Z test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder) ... ok 2025-10-14T22:28:14.8967159Z test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder) ... ok 2025-10-14T22:28:14.8967850Z test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder) ... ok 2025-10-14T22:28:14.8968552Z test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys) ... ok 2025-10-14T22:28:14.8969294Z test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii) ... ok 2025-10-14T22:28:14.8970025Z test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring) ... ok 2025-10-14T22:28:14.8970754Z test_broken_pipe_error (test.test_json.test_tool.TestMain.test_broken_pipe_error) ... skipped 'The test is failed with ValueError on Windows' 2025-10-14T22:28:14.8971460Z test_colors (test.test_json.test_tool.TestMain.test_colors) ... ok 2025-10-14T22:28:14.8972106Z test_compact (test.test_json.test_tool.TestMain.test_compact) ... ok 2025-10-14T22:28:14.8972796Z test_ensure_ascii_default (test.test_json.test_tool.TestMain.test_ensure_ascii_default) ... ok 2025-10-14T22:28:14.8973473Z test_help_flag (test.test_json.test_tool.TestMain.test_help_flag) ... ok 2025-10-14T22:28:14.8974218Z test_indent (test.test_json.test_tool.TestMain.test_indent) ... ok 2025-10-14T22:28:14.8974922Z test_infile_outfile (test.test_json.test_tool.TestMain.test_infile_outfile) ... ok 2025-10-14T22:28:14.8975662Z test_infile_stdout (test.test_json.test_tool.TestMain.test_infile_stdout) ... ok 2025-10-14T22:28:14.8976407Z test_jsonlines (test.test_json.test_tool.TestMain.test_jsonlines) ... ok 2025-10-14T22:28:14.8977093Z test_no_ensure_ascii_flag (test.test_json.test_tool.TestMain.test_no_ensure_ascii_flag) ... ok 2025-10-14T22:28:14.8977925Z test_no_indent (test.test_json.test_tool.TestMain.test_no_indent) ... ok 2025-10-14T22:28:14.8978544Z test_non_ascii_infile (test.test_json.test_tool.TestMain.test_non_ascii_infile) ... ok 2025-10-14T22:28:14.8979191Z test_sort_keys_flag (test.test_json.test_tool.TestMain.test_sort_keys_flag) ... ok 2025-10-14T22:28:14.8979816Z test_stdin_stdout (test.test_json.test_tool.TestMain.test_stdin_stdout) ... ok 2025-10-14T22:28:14.8980432Z test_tab (test.test_json.test_tool.TestMain.test_tab) ... ok 2025-10-14T22:28:14.8981049Z test_writing_in_place (test.test_json.test_tool.TestMain.test_writing_in_place) ... ok 2025-10-14T22:28:14.8989950Z test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error) ... skipped 'The test is failed with ValueError on Windows' 2025-10-14T22:28:14.8991459Z test_colors (test.test_json.test_tool.TestTool.test_colors) ... ok 2025-10-14T22:28:14.8992368Z test_compact (test.test_json.test_tool.TestTool.test_compact) ... ok 2025-10-14T22:28:14.8994958Z test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default) ... ok 2025-10-14T22:28:14.8996252Z test_help_flag (test.test_json.test_tool.TestTool.test_help_flag) ... ok 2025-10-14T22:28:14.8997088Z test_indent (test.test_json.test_tool.TestTool.test_indent) ... ok 2025-10-14T22:28:14.8998131Z test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile) ... ok 2025-10-14T22:28:14.8998903Z test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout) ... ok 2025-10-14T22:28:14.8999564Z test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines) ... ok 2025-10-14T22:28:14.9000349Z test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag) ... ok 2025-10-14T22:28:14.9001037Z test_no_indent (test.test_json.test_tool.TestTool.test_no_indent) ... ok 2025-10-14T22:28:14.9001715Z test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile) ... ok 2025-10-14T22:28:14.9002405Z test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag) ... ok 2025-10-14T22:28:14.9003056Z test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout) ... ok 2025-10-14T22:28:14.9003690Z test_tab (test.test_json.test_tool.TestTool.test_tab) ... ok 2025-10-14T22:28:14.9004275Z test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place) ... ok 2025-10-14T22:28:14.9004923Z test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode) ... ok 2025-10-14T22:28:14.9005563Z test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode) ... ok 2025-10-14T22:28:14.9006213Z test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode) ... ok 2025-10-14T22:28:14.9006860Z test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode) ... ok 2025-10-14T22:28:14.9007503Z test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3) ... ok 2025-10-14T22:28:14.9008142Z test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4) ... ok 2025-10-14T22:28:14.9008768Z test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5) ... ok 2025-10-14T22:28:14.9009389Z test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6) ... ok 2025-10-14T22:28:14.9010009Z test_encoding7 (test.test_json.test_unicode.TestCUnicode.test_encoding7) ... ok 2025-10-14T22:28:14.9010743Z test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode) ... ok 2025-10-14T22:28:14.9011486Z test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode) ... ok 2025-10-14T22:28:14.9012583Z test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation) ... ok 2025-10-14T22:28:14.9013942Z test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode) ... ok 2025-10-14T22:28:14.9015031Z test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode) ... ok 2025-10-14T22:28:14.9015739Z test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode) ... ok 2025-10-14T22:28:14.9016431Z test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode) ... ok 2025-10-14T22:28:14.9017132Z test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3) ... ok 2025-10-14T22:28:14.9017818Z test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4) ... ok 2025-10-14T22:28:14.9018566Z test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5) ... ok 2025-10-14T22:28:14.9019396Z test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6) ... ok 2025-10-14T22:28:14.9020062Z test_encoding7 (test.test_json.test_unicode.TestPyUnicode.test_encoding7) ... ok 2025-10-14T22:28:14.9020796Z test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode) ... ok 2025-10-14T22:28:14.9021491Z test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode) ... ok 2025-10-14T22:28:14.9022180Z test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation) ... ok 2025-10-14T22:28:14.9022660Z 2025-10-14T22:28:14.9023198Z ---------------------------------------------------------------------- 2025-10-14T22:28:14.9023752Z Ran 203 tests in 18.345s 2025-10-14T22:28:14.9024115Z 2025-10-14T22:28:14.9024569Z OK (skipped=5) 2025-10-14T22:28:14.9025063Z Warning -- files was modified by test_json 2025-10-14T22:28:14.9027249Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_8136_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:14.9029230Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:14.9030482Z 0:02:36 load avg: 8.38 [132/495/26] test_textwrap passed 2025-10-14T22:28:15.1995103Z 0:02:36 load avg: 8.38 [133/495/26] test_base64 passed 2025-10-14T22:28:15.3568558Z 0:02:36 load avg: 8.38 [134/495/26] test_fork1 skipped 2025-10-14T22:28:15.3571064Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3320æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3320æ' 2025-10-14T22:28:15.3572237Z Traceback (most recent call last): 2025-10-14T22:28:15.3573638Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:15.3574883Z os.mkdir(path) 2025-10-14T22:28:15.3575447Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:15.3576009Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3320æ' 2025-10-14T22:28:15.3576596Z Stack (most recent call last): 2025-10-14T22:28:15.3577151Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:15.3577771Z File "", line 88, in _run_code 2025-10-14T22:28:15.3578383Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:15.3579352Z main() 2025-10-14T22:28:15.3579969Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:15.3580580Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:15.3581142Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:15.3581650Z return next(self.gen) 2025-10-14T22:28:15.3582158Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:15.3582802Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:15.3583759Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3320æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3320æ' 2025-10-14T22:28:15.3584686Z Traceback (most recent call last): 2025-10-14T22:28:15.3585274Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:15.3585863Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:15.3586327Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:15.3586944Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3320æ' 2025-10-14T22:28:15.3587576Z Stack (most recent call last): 2025-10-14T22:28:15.3588085Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:15.3588591Z File "", line 88, in _run_code 2025-10-14T22:28:15.3589096Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:15.3589567Z main() 2025-10-14T22:28:15.3590040Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:15.3590578Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:15.3591107Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:15.3591821Z return next(self.gen) 2025-10-14T22:28:15.3592410Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:15.3592999Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:15.3593588Z test_fork1 skipped -- test module requires working os.fork 2025-10-14T22:28:15.5897772Z 0:02:36 load avg: 8.28 [135/495/26] test_descrtut passed 2025-10-14T22:28:17.2621848Z 0:02:38 load avg: 8.37 [136/495/27] test.test_pydoc.test_pydoc failed (env changed) 2025-10-14T22:28:17.2818115Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1392æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1392æ' 2025-10-14T22:28:17.3246423Z Traceback (most recent call last): 2025-10-14T22:28:17.4575313Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:17.4578634Z os.mkdir(path) 2025-10-14T22:28:17.4923744Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:17.5730961Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1392æ' 2025-10-14T22:28:17.5735276Z Stack (most recent call last): 2025-10-14T22:28:17.5739089Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:17.6674566Z File "", line 88, in _run_code 2025-10-14T22:28:17.6972664Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:17.7293185Z main() 2025-10-14T22:28:17.7360619Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:17.7775899Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:17.8294635Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:17.8355743Z return next(self.gen) 2025-10-14T22:28:17.8384372Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:17.8426425Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:17.8879224Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1392æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1392æ' 2025-10-14T22:28:17.8881756Z Traceback (most recent call last): 2025-10-14T22:28:17.8885552Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:17.9313347Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:17.9780720Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:18.0008521Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1392æ' 2025-10-14T22:28:18.0017130Z Stack (most recent call last): 2025-10-14T22:28:18.0431020Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:18.0850219Z File "", line 88, in _run_code 2025-10-14T22:28:18.1108755Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:18.1619803Z main() 2025-10-14T22:28:18.2054898Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:18.2076919Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:18.2158869Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:18.2334230Z return next(self.gen) 2025-10-14T22:28:18.3166769Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:18.3224514Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:18.3227279Z test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports) ... ok 2025-10-14T22:28:18.3585682Z test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods) ... ok 2025-10-14T22:28:18.3626666Z test_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child) 2025-10-14T22:28:18.3979393Z Tests help on builtin object which have no child classes. ... ok 2025-10-14T22:28:18.4646560Z test_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses) 2025-10-14T22:28:18.4687333Z Tests help on metaclasses. ... ok 2025-10-14T22:28:18.4728241Z test_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child) 2025-10-14T22:28:18.4815664Z Tests help on builtin object which have only child classes. ... ok 2025-10-14T22:28:18.5722223Z test_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild) 2025-10-14T22:28:18.5746334Z Tests help on builtin classes which have grandchild classes. ... ok 2025-10-14T22:28:18.5997600Z test_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children) 2025-10-14T22:28:18.6070342Z Tests help on builtin object which have more than four child classes. ... ok 2025-10-14T22:28:18.6109009Z test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli) ... ok 2025-10-14T22:28:18.6437415Z test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect) ... ok 2025-10-14T22:28:18.6461063Z test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic) ... ok 2025-10-14T22:28:18.6475965Z test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect) ... ok 2025-10-14T22:28:18.8408493Z test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none) ... ok 2025-10-14T22:28:18.9330820Z test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager) ... ok 2025-10-14T22:28:19.0440853Z test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect) ... ok 2025-10-14T22:28:19.1377544Z test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests) ... ok 2025-10-14T22:28:19.2471772Z test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc) ... ok 2025-10-14T22:28:19.3566581Z test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip) ... ok 2025-10-14T22:28:19.4659074Z test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package) ... ok 2025-10-14T22:28:19.5596174Z test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package) ... ok 2025-10-14T22:28:19.7628138Z test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225) ... ok 2025-10-14T22:28:19.8855029Z test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation) ... ok 2025-10-14T22:28:19.9659083Z test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation) ... ok 2025-10-14T22:28:20.0908804Z test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation) ... ok 2025-10-14T22:28:20.1459688Z test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures) ... ok 2025-10-14T22:28:20.1467802Z test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases) ... ok 2025-10-14T22:28:20.1690553Z test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased) ... ok 2025-10-14T22:28:20.3879464Z test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields) ... ok 2025-10-14T22:28:20.5285132Z test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore) ... ok 2025-10-14T22:28:20.6690948Z test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name) ... ok 2025-10-14T22:28:20.7321507Z test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii) ... ok 2025-10-14T22:28:20.8717754Z test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here) ... ok 2025-10-14T22:28:20.9352754Z test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic) ... ok 2025-10-14T22:28:21.0651535Z test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect) ... ok 2025-10-14T22:28:21.0722623Z test_slotted_dataclass_with_field_docs (test.test_pydoc.test_pydoc.PydocDocTest.test_slotted_dataclass_with_field_docs) ... ok 2025-10-14T22:28:21.2634600Z test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis) ... ok 2025-10-14T22:28:21.4666676Z test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description) ... ok 2025-10-14T22:28:21.4779212Z test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid) ... ok 2025-10-14T22:28:21.4817683Z test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis) ... ok 2025-10-14T22:28:21.5118119Z test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless) ... ok 2025-10-14T22:28:21.5145607Z test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc) ... ok 2025-10-14T22:28:21.6195722Z test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc) ... ok 2025-10-14T22:28:21.6237597Z test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero) ... ok 2025-10-14T22:28:21.6337117Z test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class) ... ok 2025-10-14T22:28:21.6636622Z test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class) ... ok 2025-10-14T22:28:21.6686726Z test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module) ... ok 2025-10-14T22:28:21.6726685Z test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class) ... ok 2025-10-14T22:28:21.6999974Z test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class) ... ok 2025-10-14T22:28:21.7057889Z test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module) ... ok 2025-10-14T22:28:21.7135463Z test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc) ... ok 2025-10-14T22:28:21.8610083Z test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package) ... ok 2025-10-14T22:28:22.0427681Z test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir) ... ok 2025-10-14T22:28:22.0856493Z test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport) ... ok 2025-10-14T22:28:22.0873664Z test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile) ... ok 2025-10-14T22:28:22.2951878Z test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error) ... ok 2025-10-14T22:28:22.4215239Z test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server) ... ok 2025-10-14T22:28:22.4268861Z test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err) ... ok 2025-10-14T22:28:22.4319257Z test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests) ... ok 2025-10-14T22:28:22.4674721Z test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute) ... ok 2025-10-14T22:28:22.4977990Z test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir) ... ok 2025-10-14T22:28:22.5039990Z test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false) ... ok 2025-10-14T22:28:22.5109132Z test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta) ... ok 2025-10-14T22:28:22.5720704Z test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta) ... ok 2025-10-14T22:28:22.6148802Z test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation) ... ok 2025-10-14T22:28:22.6164867Z test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation) ... ok 2025-10-14T22:28:22.6238631Z test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs) ... ok 2025-10-14T22:28:22.6640768Z test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o) ... ok 2025-10-14T22:28:22.6713228Z test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default) ... ok 2025-10-14T22:28:22.6721359Z test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method) ... ok 2025-10-14T22:28:22.6787626Z test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o) ... ok 2025-10-14T22:28:22.6831091Z test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs) ... ok 2025-10-14T22:28:22.7155973Z test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o) ... ok 2025-10-14T22:28:22.7217765Z test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default) ... ok 2025-10-14T22:28:22.8307786Z test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method) ... ok 2025-10-14T22:28:22.8691689Z test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin) ... ok 2025-10-14T22:28:22.8958919Z test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default) ... ok 2025-10-14T22:28:22.9628001Z test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class) ... ok 2025-10-14T22:28:22.9639499Z test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod) ... ok 2025-10-14T22:28:22.9695211Z test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor) ... ok 2025-10-14T22:28:22.9872049Z test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor) ... ok 2025-10-14T22:28:23.0064015Z test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor) ... ok 2025-10-14T22:28:23.0146016Z test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples) ... ok 2025-10-14T22:28:23.0154053Z test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias) ... ok 2025-10-14T22:28:23.0177904Z test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor) ... ok 2025-10-14T22:28:23.0217770Z test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links) ... ok 2025-10-14T22:28:23.0232190Z test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor) ... ok 2025-10-14T22:28:23.0269569Z test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module) ... ok 2025-10-14T22:28:23.1466838Z test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable) ... ok 2025-10-14T22:28:23.1505627Z test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs) ... ok 2025-10-14T22:28:23.1513091Z test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o) ... ok 2025-10-14T22:28:23.1560689Z test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default) ... ok 2025-10-14T22:28:23.1600533Z test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none) ... ok 2025-10-14T22:28:23.2321480Z test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor) ... ok 2025-10-14T22:28:23.2343151Z test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature) ... ok 2025-10-14T22:28:23.2346742Z test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property) ... ok 2025-10-14T22:28:23.2489065Z test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor) ... ok 2025-10-14T22:28:23.2492415Z test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form) ... ok 2025-10-14T22:28:23.2493958Z test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod) ... ok 2025-10-14T22:28:23.2537531Z test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor) ... ok 2025-10-14T22:28:23.2847222Z test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc) ... ok 2025-10-14T22:28:23.2855199Z test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs) ... ok 2025-10-14T22:28:23.2876209Z test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o) ... ok 2025-10-14T22:28:23.2974363Z test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default) ... ok 2025-10-14T22:28:23.3041710Z test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method) ... ok 2025-10-14T22:28:23.4173711Z test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o) ... ok 2025-10-14T22:28:23.4917249Z test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs) ... ok 2025-10-14T22:28:23.4942672Z test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o) ... ok 2025-10-14T22:28:23.5405426Z test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default) ... ok 2025-10-14T22:28:23.5453062Z test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method) ... ok 2025-10-14T22:28:23.7025610Z test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type) ... ok 2025-10-14T22:28:23.8268640Z test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords) ... ok 2025-10-14T22:28:23.8278620Z test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir) ... ok 2025-10-14T22:28:23.9636566Z test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir) ... ok 2025-10-14T22:28:23.9814116Z test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir) ... ok 2025-10-14T22:28:23.9818690Z test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included) ... ok 2025-10-14T22:28:23.9819697Z 2025-10-14T22:28:23.9862875Z ---------------------------------------------------------------------- 2025-10-14T22:28:23.9864157Z Ran 114 tests in 10.923s 2025-10-14T22:28:23.9877236Z 2025-10-14T22:28:23.9883799Z OK 2025-10-14T22:28:23.9906025Z Warning -- files was modified by test.test_pydoc.test_pydoc 2025-10-14T22:28:23.9960819Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_5256_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:24.0003061Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:24.2099987Z 0:02:43 load avg: 9.27 [137/495/27] test_unicode_file_functions passed 2025-10-14T22:28:24.2350106Z 0:02:43 load avg: 9.27 [138/495/27] test__interpreters passed 2025-10-14T22:28:24.4024012Z 0:02:44 load avg: 9.41 [139/495/27] test_dictviews passed 2025-10-14T22:28:24.4322711Z 0:02:44 load avg: 9.41 [140/495/28] test_interpreters failed (env changed) 2025-10-14T22:28:24.5828159Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6892æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6892æ' 2025-10-14T22:28:24.5838792Z Traceback (most recent call last): 2025-10-14T22:28:24.5841125Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:24.5886492Z os.mkdir(path) 2025-10-14T22:28:24.5888271Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:24.5901740Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6892æ' 2025-10-14T22:28:24.5932377Z Stack (most recent call last): 2025-10-14T22:28:24.5991054Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:24.6027914Z File "", line 88, in _run_code 2025-10-14T22:28:24.6243458Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:24.7056127Z main() 2025-10-14T22:28:24.7063569Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:24.7064596Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:24.7106912Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:24.7113384Z return next(self.gen) 2025-10-14T22:28:24.7134548Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:24.7188891Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:24.7228063Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6892æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6892æ' 2025-10-14T22:28:24.8299780Z Traceback (most recent call last): 2025-10-14T22:28:24.8326908Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:24.8330939Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:24.8467059Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:24.8469364Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6892æ' 2025-10-14T22:28:24.8470527Z Stack (most recent call last): 2025-10-14T22:28:24.8516319Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:24.8527161Z File "", line 88, in _run_code 2025-10-14T22:28:24.8547031Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:24.8601275Z main() 2025-10-14T22:28:24.8640846Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:24.9040807Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:25.1300029Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:25.1304973Z return next(self.gen) 2025-10-14T22:28:25.1321716Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:25.1323259Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:25.1333279Z test_after_destroy_all (test.test_interpreters.test_api.CreateTests.test_after_destroy_all) ... ok 2025-10-14T22:28:25.2615467Z test_after_destroy_some (test.test_interpreters.test_api.CreateTests.test_after_destroy_some) ... ok 2025-10-14T22:28:25.3224480Z test_in_main (test.test_interpreters.test_api.CreateTests.test_in_main) ... ok 2025-10-14T22:28:25.3428378Z test_in_subinterpreter (test.test_interpreters.test_api.CreateTests.test_in_subinterpreter) ... ok 2025-10-14T22:28:25.3432826Z test_in_thread (test.test_interpreters.test_api.CreateTests.test_in_thread) ... ok 2025-10-14T22:28:25.3434191Z test_created_with_capi (test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi) ... ok 2025-10-14T22:28:25.3479195Z test_idempotent (test.test_interpreters.test_api.GetCurrentTests.test_idempotent) ... ok 2025-10-14T22:28:25.3486079Z test_main (test.test_interpreters.test_api.GetCurrentTests.test_main) ... ok 2025-10-14T22:28:25.3503093Z test_subinterpreter (test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter) ... ok 2025-10-14T22:28:25.3555649Z test_current (test.test_interpreters.test_api.GetMainTests.test_current) ... ok 2025-10-14T22:28:25.3593952Z test_id (test.test_interpreters.test_api.GetMainTests.test_id) ... ok 2025-10-14T22:28:25.5251317Z test_idempotent (test.test_interpreters.test_api.GetMainTests.test_idempotent) ... ok 2025-10-14T22:28:25.5933799Z test_cleanup_in_repl (test.test_interpreters.test_api.InterpreterObjectTests.test_cleanup_in_repl) ... ok 2025-10-14T22:28:25.5946931Z test_equality (test.test_interpreters.test_api.InterpreterObjectTests.test_equality) ... ok 2025-10-14T22:28:25.6005890Z test_hashable (test.test_interpreters.test_api.InterpreterObjectTests.test_hashable) ... ok 2025-10-14T22:28:27.4441811Z test_id_readonly (test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly) ... ok 2025-10-14T22:28:28.4576672Z test_id_type (test.test_interpreters.test_api.InterpreterObjectTests.test_id_type) ... ok 2025-10-14T22:28:28.4578595Z test_idempotent (test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent) ... ok 2025-10-14T22:28:28.4579312Z test_init_bad_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id) ... ok 2025-10-14T22:28:28.4580020Z test_init_does_not_exist (test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist) ... ok 2025-10-14T22:28:28.4580830Z test_init_int (test.test_interpreters.test_api.InterpreterObjectTests.test_init_int) ... ok 2025-10-14T22:28:28.4581428Z test_init_interpreter_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id) ... ok 2025-10-14T22:28:28.4582034Z test_init_unsupported (test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported) ... ok 2025-10-14T22:28:28.4582842Z test_keyboard_interrupt_in_thread_running_interp (test.test_interpreters.test_api.InterpreterObjectTests.test_keyboard_interrupt_in_thread_running_interp) ... skipped "signals don't work well on windows" 2025-10-14T22:28:28.4583554Z test_pickle (test.test_interpreters.test_api.InterpreterObjectTests.test_pickle) ... ok 2025-10-14T22:28:28.4584140Z test_whence (test.test_interpreters.test_api.InterpreterObjectTests.test_whence) ... ok 2025-10-14T22:28:28.4584756Z test_after_creating (test.test_interpreters.test_api.ListAllTests.test_after_creating) ... ok 2025-10-14T22:28:28.4585332Z test_after_destroying (test.test_interpreters.test_api.ListAllTests.test_after_destroying) ... ok 2025-10-14T22:28:28.4585912Z test_created_with_capi (test.test_interpreters.test_api.ListAllTests.test_created_with_capi) ... ok 2025-10-14T22:28:28.4586488Z test_idempotent (test.test_interpreters.test_api.ListAllTests.test_idempotent) ... ok 2025-10-14T22:28:28.4587056Z test_initial (test.test_interpreters.test_api.ListAllTests.test_initial) ... ok 2025-10-14T22:28:28.4587654Z test_call (test.test_interpreters.test_api.LowLevelTests.test_call) ... ok 2025-10-14T22:28:28.4588421Z test_contextvars_missing (test.test_interpreters.test_api.LowLevelTests.test_contextvars_missing) ... ok 2025-10-14T22:28:28.4589138Z test_create (test.test_interpreters.test_api.LowLevelTests.test_create) ... ok 2025-10-14T22:28:28.4589789Z test_destroy (test.test_interpreters.test_api.LowLevelTests.test_destroy) ... ok 2025-10-14T22:28:28.4590451Z test_exec (test.test_interpreters.test_api.LowLevelTests.test_exec) ... ok 2025-10-14T22:28:28.4592819Z test_get_config (test.test_interpreters.test_api.LowLevelTests.test_get_config) ... ok 2025-10-14T22:28:28.4595555Z test_get_current (test.test_interpreters.test_api.LowLevelTests.test_get_current) ... ok 2025-10-14T22:28:28.4599394Z test_get_main (test.test_interpreters.test_api.LowLevelTests.test_get_main) ... ok 2025-10-14T22:28:28.4602500Z test_is_running (test.test_interpreters.test_api.LowLevelTests.test_is_running) ... ok 2025-10-14T22:28:28.4603237Z test_list_all (test.test_interpreters.test_api.LowLevelTests.test_list_all) ... ok 2025-10-14T22:28:28.4603942Z test_new_config (test.test_interpreters.test_api.LowLevelTests.test_new_config) ... ok 2025-10-14T22:28:28.4604664Z test_set___main___attrs (test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs) ... ok 2025-10-14T22:28:28.4605382Z test_whence (test.test_interpreters.test_api.LowLevelTests.test_whence) ... ok 2025-10-14T22:28:28.4606061Z test_queue_aliases (test.test_interpreters.test_api.ModuleTests.test_queue_aliases) ... ok 2025-10-14T22:28:28.4610675Z test_call_in_thread (test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread) ... ok 2025-10-14T22:28:29.4589204Z test_call_invalid (test.test_interpreters.test_api.TestInterpreterCall.test_call_invalid) ... ok 2025-10-14T22:28:29.4590542Z test_call_valid (test.test_interpreters.test_api.TestInterpreterCall.test_call_valid) ... ok 2025-10-14T22:28:29.4599237Z test_callable_requires_frame (test.test_interpreters.test_api.TestInterpreterCall.test_callable_requires_frame) ... ok 2025-10-14T22:28:29.4599836Z test_full_args (test.test_interpreters.test_api.TestInterpreterCall.test_full_args) ... ok 2025-10-14T22:28:29.4600386Z test_full_defaults (test.test_interpreters.test_api.TestInterpreterCall.test_full_defaults) ... ok 2025-10-14T22:28:29.4601036Z test_func_in___main___hidden (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___hidden) ... ok 2025-10-14T22:28:29.4601616Z test_func_in___main___invalid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___invalid) ... ok 2025-10-14T22:28:29.4602877Z test_func_in___main___uses_globals (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___uses_globals) ... ok 2025-10-14T22:28:29.4603515Z test_func_in___main___valid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___valid) ... ok 2025-10-14T22:28:29.4604126Z test_globals_from_builtins (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_builtins) ... ok 2025-10-14T22:28:29.4604734Z test_globals_from_stateless_func (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_stateless_func) ... ok 2025-10-14T22:28:29.4605313Z test_modified_arg (test.test_interpreters.test_api.TestInterpreterCall.test_modified_arg) ... ok 2025-10-14T22:28:29.4605823Z test_raises (test.test_interpreters.test_api.TestInterpreterCall.test_raises) ... ok 2025-10-14T22:28:29.4613508Z test_stateless_func_returns_arg (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_func_returns_arg) ... ok 2025-10-14T22:28:29.4614500Z test_stateless_funcs (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_funcs) ... ok 2025-10-14T22:28:29.4615044Z test_all (test.test_interpreters.test_api.TestInterpreterClose.test_all) ... ok 2025-10-14T22:28:29.4615572Z test_already_destroyed (test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed) ... ok 2025-10-14T22:28:29.4616058Z test_basic (test.test_interpreters.test_api.TestInterpreterClose.test_basic) ... ok 2025-10-14T22:28:29.4616544Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi) ... ok 2025-10-14T22:28:29.4617026Z test_from_current (test.test_interpreters.test_api.TestInterpreterClose.test_from_current) ... ok 2025-10-14T22:28:29.4617502Z test_from_other_thread (test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread) ... ok 2025-10-14T22:28:29.4617972Z test_from_sibling (test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling) ... ok 2025-10-14T22:28:29.4618432Z test_main (test.test_interpreters.test_api.TestInterpreterClose.test_main) ... ok 2025-10-14T22:28:29.4618919Z test_remaining_daemon_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_daemon_threads) ... ok 2025-10-14T22:28:29.4619456Z test_remaining_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_threads) ... ok 2025-10-14T22:28:29.4619946Z test_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_still_running) ... skipped 'Fails on FreeBSD' 2025-10-14T22:28:29.4620434Z test_subthreads_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running) ... ok 2025-10-14T22:28:29.4621015Z test_already_running (test.test_interpreters.test_api.TestInterpreterExec.test_already_running) ... skipped 'Fails on FreeBSD' 2025-10-14T22:28:29.4621483Z test_bad_script (test.test_interpreters.test_api.TestInterpreterExec.test_bad_script) ... ok 2025-10-14T22:28:29.4621958Z test_bytes_for_script (test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script) ... ok 2025-10-14T22:28:29.4622423Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi) ... ok 2025-10-14T22:28:29.4622931Z test_display_preserved_exception (test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception) ... ok 2025-10-14T22:28:29.4623555Z test_failure (test.test_interpreters.test_api.TestInterpreterExec.test_failure) ... ok 2025-10-14T22:28:29.4624059Z test_fork (test.test_interpreters.test_api.TestInterpreterExec.test_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:28:29.4624531Z test_in_thread (test.test_interpreters.test_api.TestInterpreterExec.test_in_thread) ... ok 2025-10-14T22:28:29.4625006Z test_list_comprehension (test.test_interpreters.test_api.TestInterpreterExec.test_list_comprehension) ... ok 2025-10-14T22:28:29.4625453Z test_success (test.test_interpreters.test_api.TestInterpreterExec.test_success) ... ok 2025-10-14T22:28:29.4626148Z test_with_background_threads_still_running (test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running) ... ok 2025-10-14T22:28:29.4626709Z test_already_destroyed (test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed) ... ok 2025-10-14T22:28:29.4627206Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi) ... ok 2025-10-14T22:28:29.4627671Z test_finished (test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished) ... ok 2025-10-14T22:28:29.4628257Z test_from_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter) ... ok 2025-10-14T22:28:29.4628861Z test_main (test.test_interpreters.test_api.TestInterpreterIsRunning.test_main) ... ok 2025-10-14T22:28:29.4629829Z test_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter) ... skipped 'Fails on FreeBSD' 2025-10-14T22:28:29.4634578Z test_with_only_background_threads (test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads) ... ok 2025-10-14T22:28:29.4635309Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi) ... ok 2025-10-14T22:28:29.4635870Z test_dict (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict) ... ok 2025-10-14T22:28:29.4636386Z test_dict_and_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs) ... ok 2025-10-14T22:28:29.4636898Z test_empty (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty) ... ok 2025-10-14T22:28:29.4637449Z test_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs) ... ok 2025-10-14T22:28:29.4637946Z test_not_shareable (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable) ... ok 2025-10-14T22:28:29.4638454Z test_running (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running) ... ok 2025-10-14T22:28:29.4638945Z test_tuple (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple) ... ok 2025-10-14T22:28:29.4639436Z test_default_shareables (test.test_interpreters.test_api.TestIsShareable.test_default_shareables) ... ok 2025-10-14T22:28:29.4639938Z test_not_shareable (test.test_interpreters.test_api.TestIsShareable.test_not_shareable) ... ok 2025-10-14T22:28:29.4640447Z test_highlevel_reloaded (test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded) ... ok 2025-10-14T22:28:29.4640926Z test_create (test.test_interpreters.test_channels.TestChannels.test_create) ... ok 2025-10-14T22:28:29.4641405Z test_is_closed (test.test_interpreters.test_channels.TestChannels.test_is_closed) ... ok 2025-10-14T22:28:29.4642208Z test_list_all (test.test_interpreters.test_channels.TestChannels.test_list_all) ... ok 2025-10-14T22:28:29.4642815Z test_shareable (test.test_interpreters.test_channels.TestChannels.test_shareable) ... ok 2025-10-14T22:28:29.4643404Z test_custom_id (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id) ... ok 2025-10-14T22:28:29.4643967Z test_equality (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality) ... ok 2025-10-14T22:28:29.4644564Z test_id_readonly (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly) ... ok 2025-10-14T22:28:29.4645274Z test_id_type (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type) ... ok 2025-10-14T22:28:29.4645766Z test_pickle (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle) ... ok 2025-10-14T22:28:29.4646294Z test_custom_id (test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id) ... ok 2025-10-14T22:28:29.4646797Z test_equality (test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality) ... ok 2025-10-14T22:28:29.4647298Z test_id_readonly (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly) ... ok 2025-10-14T22:28:29.4647920Z test_id_type (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type) ... ok 2025-10-14T22:28:29.4648415Z test_pickle (test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle) ... ok 2025-10-14T22:28:29.4648940Z test_recv_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist) ... ok 2025-10-14T22:28:29.4649597Z test_recv_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist) ... ok 2025-10-14T22:28:29.4650193Z test_recv_nowait_default (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default) ... ok 2025-10-14T22:28:29.4650729Z test_recv_nowait_empty (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty) ... ok 2025-10-14T22:28:29.4651208Z test_recv_timeout (test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout) ... ok 2025-10-14T22:28:29.4651659Z test_send_buffer (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer) ... ok 2025-10-14T22:28:29.4652154Z test_send_buffer_nowait (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait) ... ok 2025-10-14T22:28:29.4652667Z test_send_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist) ... ok 2025-10-14T22:28:29.4653330Z test_send_cleared_with_subinterpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter) ... ok 2025-10-14T22:28:29.4653961Z test_send_cleared_with_subinterpreter_mixed (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed) ... ok 2025-10-14T22:28:29.4654669Z test_send_cleared_with_subinterpreter_multiple (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple) ... ok 2025-10-14T22:28:29.4655475Z test_send_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist) ... ok 2025-10-14T22:28:29.4656220Z test_send_recv_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters) ... skipped 'broken (see BPO-...)' 2025-10-14T22:28:29.4656965Z test_send_recv_different_threads (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads) ... ok 2025-10-14T22:28:29.4657624Z test_send_recv_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main) ... ok 2025-10-14T22:28:29.4658255Z test_send_recv_nowait_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters) ... skipped 'broken (see BPO-...)' 2025-10-14T22:28:29.4658893Z test_send_recv_nowait_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main) ... ok 2025-10-14T22:28:29.4659509Z test_send_recv_nowait_main_with_default (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default) ... ok 2025-10-14T22:28:29.4660249Z test_send_recv_nowait_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter) ... ok 2025-10-14T22:28:29.4661376Z test_send_recv_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter) ... ok 2025-10-14T22:28:29.4663248Z test_gh_109793 (test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793) ... ok 2025-10-14T22:28:29.4663907Z test_sys_path_0 (test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0) ... ok 2025-10-14T22:28:29.4664555Z test_bind_release (test.test_interpreters.test_queues.LowLevelTests.test_bind_release) ... ok 2025-10-14T22:28:29.4665185Z test_create_destroy (test.test_interpreters.test_queues.LowLevelTests.test_create_destroy) ... ok 2025-10-14T22:28:29.4671532Z test_highlevel_reloaded (test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded) ... ok 2025-10-14T22:28:29.4672297Z test_not_destroyed (test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed) ... ok 2025-10-14T22:28:29.4672907Z test_create (test.test_interpreters.test_queues.QueueTests.test_create) ... ok 2025-10-14T22:28:29.4673365Z test_custom_id (test.test_interpreters.test_queues.QueueTests.test_custom_id) ... ok 2025-10-14T22:28:29.4673820Z test_equality (test.test_interpreters.test_queues.QueueTests.test_equality) ... ok 2025-10-14T22:28:29.4674254Z test_hashable (test.test_interpreters.test_queues.QueueTests.test_hashable) ... ok 2025-10-14T22:28:29.4674696Z test_id_readonly (test.test_interpreters.test_queues.QueueTests.test_id_readonly) ... ok 2025-10-14T22:28:29.4675133Z test_id_type (test.test_interpreters.test_queues.QueueTests.test_id_type) ... ok 2025-10-14T22:28:29.4675579Z test_maxsize_readonly (test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly) ... ok 2025-10-14T22:28:29.4676036Z test_pickle (test.test_interpreters.test_queues.QueueTests.test_pickle) ... ok 2025-10-14T22:28:29.4676466Z test_shareable (test.test_interpreters.test_queues.QueueTests.test_shareable) ... ok 2025-10-14T22:28:29.4676890Z test_empty (test.test_interpreters.test_queues.TestQueueOps.test_empty) ... ok 2025-10-14T22:28:29.4677307Z test_full (test.test_interpreters.test_queues.TestQueueOps.test_full) ... ok 2025-10-14T22:28:29.4677738Z test_get_nowait (test.test_interpreters.test_queues.TestQueueOps.test_get_nowait) ... ok 2025-10-14T22:28:29.4678179Z test_get_timeout (test.test_interpreters.test_queues.TestQueueOps.test_get_timeout) ... ok 2025-10-14T22:28:29.4678681Z test_put_cleared_with_subinterpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter) ... ok 2025-10-14T22:28:29.4679237Z test_put_cleared_with_subinterpreter_mixed (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed) ... ok 2025-10-14T22:28:29.4679808Z test_put_cleared_with_subinterpreter_multiple (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple) ... ok 2025-10-14T22:28:29.4680336Z test_put_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_full_fallback) ... ok 2025-10-14T22:28:29.4680842Z test_put_get_different_interpreters (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters) ... ok 2025-10-14T22:28:29.4681434Z test_put_get_different_threads (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads) ... ok 2025-10-14T22:28:29.4681944Z test_put_get_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_get_full_fallback) ... ok 2025-10-14T22:28:29.4682413Z test_put_get_main (test.test_interpreters.test_queues.TestQueueOps.test_put_get_main) ... ok 2025-10-14T22:28:29.4682891Z test_put_get_same_interpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter) ... ok 2025-10-14T22:28:29.4683372Z test_put_nowait (test.test_interpreters.test_queues.TestQueueOps.test_put_nowait) ... ok 2025-10-14T22:28:29.4683828Z test_put_timeout (test.test_interpreters.test_queues.TestQueueOps.test_put_timeout) ... ok 2025-10-14T22:28:29.4684262Z test_qsize (test.test_interpreters.test_queues.TestQueueOps.test_qsize) ... ok 2025-10-14T22:28:29.4684730Z test_create_interpreter_no_memory (test.test_interpreters.test_stress.StressTests.test_create_interpreter_no_memory) ... ok 2025-10-14T22:28:29.4685367Z test_create_many_sequential (test.test_interpreters.test_stress.StressTests.test_create_many_sequential) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:28:29.4686094Z test_create_many_threaded (test.test_interpreters.test_stress.StressTests.test_create_many_threaded) ... skipped 'not enough memory: 6.2G minimum needed' 2025-10-14T22:28:29.4687761Z test_many_threads_running_interp_in_other_interp (test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp) ... skipped 'not enough memory: 6.6G minimum needed' 2025-10-14T22:28:29.4695898Z 2025-10-14T22:28:29.4696488Z ---------------------------------------------------------------------- 2025-10-14T22:28:29.4696902Z Ran 171 tests in 21.299s 2025-10-14T22:28:29.4697127Z 2025-10-14T22:28:29.4697437Z OK (skipped=10) 2025-10-14T22:28:29.4697798Z Warning -- files was modified by test_interpreters 2025-10-14T22:28:29.4699503Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3288_tmpæ-tardir/', '@test_5256_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:29.4701242Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:29.4702714Z 0:02:50 load avg: 9.12 [141/495/28] test_re passed 2025-10-14T22:28:29.4703138Z 0:02:50 load avg: 9.12 [142/495/28] test_random passed 2025-10-14T22:28:29.4703539Z 0:02:50 load avg: 9.12 [143/495/28] test_picklebuffer passed 2025-10-14T22:28:29.4703983Z 0:02:50 load avg: 9.12 [144/495/28] test.test_multiprocessing_forkserver.test_processes skipped 2025-10-14T22:28:29.4704790Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3200æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:28:29.4705307Z Traceback (most recent call last): 2025-10-14T22:28:29.4705693Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:29.4706125Z os.mkdir(path) 2025-10-14T22:28:29.4706835Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:29.4707394Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:28:29.4707953Z Stack (most recent call last): 2025-10-14T22:28:29.4708422Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:29.4708881Z File "", line 88, in _run_code 2025-10-14T22:28:29.4709278Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:29.4709620Z main() 2025-10-14T22:28:29.4710003Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:29.4710423Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:29.4710892Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:29.4711255Z return next(self.gen) 2025-10-14T22:28:29.4711632Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:29.4712034Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:29.4712968Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3200æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:28:29.4713514Z Traceback (most recent call last): 2025-10-14T22:28:29.4714005Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:29.4714476Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:29.4715012Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:29.4715524Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:28:29.4716215Z Stack (most recent call last): 2025-10-14T22:28:29.4716681Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:29.4717155Z File "", line 88, in _run_code 2025-10-14T22:28:29.4717636Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:29.4718015Z main() 2025-10-14T22:28:29.4718370Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:29.4718791Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:29.4719189Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:29.4719540Z return next(self.gen) 2025-10-14T22:28:29.4719904Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:29.4720371Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:29.4721037Z test.test_multiprocessing_forkserver.test_processes skipped -- forkserver is not available on Windows 2025-10-14T22:28:29.4721721Z 0:02:50 load avg: 9.12 [145/495/28] test_listcomps passed 2025-10-14T22:28:29.4722376Z 0:02:50 load avg: 9.12 [146/495/28] test.test_inspect.test_inspect passed 2025-10-14T22:28:29.4724491Z 0:02:50 load avg: 9.12 [147/495/28] test_crossinterp passed 2025-10-14T22:28:29.4725220Z 0:02:50 load avg: 9.12 [148/495/28] test_sys_setprofile passed 2025-10-14T22:28:29.4727839Z 0:02:50 load avg: 9.12 [149/495/28] test_sort passed 2025-10-14T22:28:29.4739830Z 0:02:50 load avg: 9.12 [150/495/28] test_patma passed 2025-10-14T22:28:29.4744477Z 0:02:50 load avg: 9.12 [151/495/28] test.test_future_stmt.test_future_multiple_features passed 2025-10-14T22:28:29.4752016Z 0:02:50 load avg: 9.12 [152/495/28] test__interpchannels passed 2025-10-14T22:28:29.8153294Z 0:02:51 load avg: 9.12 [153/495/28] test.test_asyncio.test_streams passed 2025-10-14T22:28:32.4803214Z 0:02:53 load avg: 8.85 [154/495/28] test_weakref passed 2025-10-14T22:28:32.7942982Z 0:02:54 load avg: 8.85 [155/495/29] test_httplib failed (env changed) 2025-10-14T22:28:32.8091560Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8004æ' 2025-10-14T22:28:32.8505949Z Traceback (most recent call last): 2025-10-14T22:28:32.8763035Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:33.0465273Z os.mkdir(path) 2025-10-14T22:28:33.1713912Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:33.1762642Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8004æ' 2025-10-14T22:28:33.1783320Z Stack (most recent call last): 2025-10-14T22:28:33.1784609Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:33.1811155Z File "", line 88, in _run_code 2025-10-14T22:28:33.1813063Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:33.1814299Z main() 2025-10-14T22:28:33.1815409Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:33.1838734Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:33.1840643Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:33.1842136Z return next(self.gen) 2025-10-14T22:28:33.1843238Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:33.1865794Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:33.1868237Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8004æ' 2025-10-14T22:28:33.1869731Z Traceback (most recent call last): 2025-10-14T22:28:33.1870985Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:33.1909335Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:33.1912308Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:33.1913725Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8004æ' 2025-10-14T22:28:33.1915002Z Stack (most recent call last): 2025-10-14T22:28:33.1937055Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:33.1939000Z File "", line 88, in _run_code 2025-10-14T22:28:33.1940247Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:33.1941420Z main() 2025-10-14T22:28:33.1964149Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:33.1966100Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:33.1967475Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:33.1968777Z return next(self.gen) 2025-10-14T22:28:33.1991619Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:33.1993559Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:33.1994983Z test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr) ... ok 2025-10-14T22:28:33.1996289Z test_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request) 2025-10-14T22:28:33.2019703Z Check that request() respects the configured block size. ... ok 2025-10-14T22:28:33.2021655Z test_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send) 2025-10-14T22:28:33.2023001Z Check that send() respects the configured block size. ... ok 2025-10-14T22:28:33.2024217Z test_chunked (test.test_httplib.BasicTest.test_chunked) ... ok 2025-10-14T22:28:33.2052415Z test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension) ... ok 2025-10-14T22:28:33.2057423Z test_chunked_head (test.test_httplib.BasicTest.test_chunked_head) ... ok 2025-10-14T22:28:33.2058705Z test_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end) 2025-10-14T22:28:33.2059895Z some servers may serve up a short chunked encoding stream ... ok 2025-10-14T22:28:33.2082048Z test_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync) 2025-10-14T22:28:33.2083810Z Check that we don't read past the end of the chunked-encoding stream ... ok 2025-10-14T22:28:33.2084970Z test_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers) 2025-10-14T22:28:33.2086194Z See that trailers are read and ignored ... ok 2025-10-14T22:28:33.2108236Z test_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync) 2025-10-14T22:28:33.2109986Z Check that we don't read past the end of the Content-Length stream ... ok 2025-10-14T22:28:33.2111202Z test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status) ... ok 2025-10-14T22:28:33.2112243Z test_early_eof (test.test_httplib.BasicTest.test_early_eof) ... ok 2025-10-14T22:28:33.2134852Z test_epipe (test.test_httplib.BasicTest.test_epipe) ... ok 2025-10-14T22:28:33.2136705Z test_error_leak (test.test_httplib.BasicTest.test_error_leak) ... ok 2025-10-14T22:28:33.2137978Z test_host_port (test.test_httplib.BasicTest.test_host_port) ... ok 2025-10-14T22:28:33.2139231Z test_httpstatus_category (test.test_httplib.BasicTest.test_httpstatus_category) 2025-10-14T22:28:33.2162379Z Checks that the statuses belong to the standard categories ... ok 2025-10-14T22:28:33.2164445Z test_httpstatus_range (test.test_httplib.BasicTest.test_httpstatus_range) 2025-10-14T22:28:33.2165708Z Checks that the statuses are in the 100-599 range ... ok 2025-10-14T22:28:33.2166898Z test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read) ... ok 2025-10-14T22:28:33.2189198Z test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads) ... ok 2025-10-14T22:28:33.2191129Z test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length) ... ok 2025-10-14T22:28:33.2192346Z test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line) ... ok 2025-10-14T22:28:33.2193654Z test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100) ... ok 2025-10-14T22:28:33.2367814Z test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line) ... ok 2025-10-14T22:28:33.2370298Z test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line) ... ok 2025-10-14T22:28:33.2371682Z test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos) ... ok 2025-10-14T22:28:33.2373021Z test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body) ... ok 2025-10-14T22:28:33.2768378Z test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length) ... ok 2025-10-14T22:28:33.2775971Z test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end) ... ok 2025-10-14T22:28:33.2787496Z test_partial_reads (test.test_httplib.BasicTest.test_partial_reads) ... ok 2025-10-14T22:28:33.2944896Z test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body) ... ok 2025-10-14T22:28:33.2952304Z test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length) ... ok 2025-10-14T22:28:33.2959378Z test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end) ... ok 2025-10-14T22:28:33.2968500Z test_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation) 2025-10-14T22:28:33.3222564Z It should be possible to override the default validation ... ok 2025-10-14T22:28:33.3231573Z test_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding) 2025-10-14T22:28:33.3233019Z It should be possible to override the default encoding ... ok 2025-10-14T22:28:33.3239433Z test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation) ... ok 2025-10-14T22:28:33.3242171Z test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length) ... ok 2025-10-14T22:28:33.3247152Z test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length) ... ok 2025-10-14T22:28:33.3253398Z test_read_head (test.test_httplib.BasicTest.test_read_head) ... ok 2025-10-14T22:28:33.3282410Z test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked) ... ok 2025-10-14T22:28:33.3288676Z test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head) ... ok 2025-10-14T22:28:33.3452494Z test_readinto_head (test.test_httplib.BasicTest.test_readinto_head) ... ok 2025-10-14T22:28:33.3457607Z test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length) ... ok 2025-10-14T22:28:33.3494353Z test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length) ... ok 2025-10-14T22:28:33.3621140Z test_response_fileno (test.test_httplib.BasicTest.test_response_fileno) ... ok 2025-10-14T22:28:33.3623395Z test_response_headers (test.test_httplib.BasicTest.test_response_headers) ... ok 2025-10-14T22:28:33.3633363Z test_send (test.test_httplib.BasicTest.test_send) ... ok 2025-10-14T22:28:33.3635203Z test_send_file (test.test_httplib.BasicTest.test_send_file) ... ok 2025-10-14T22:28:33.3657100Z test_send_iter (test.test_httplib.BasicTest.test_send_iter) ... ok 2025-10-14T22:28:33.3666930Z test_send_type_error (test.test_httplib.BasicTest.test_send_type_error) ... ok 2025-10-14T22:28:33.3668986Z test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file) ... ok 2025-10-14T22:28:33.3670672Z test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus) ... ok 2025-10-14T22:28:33.3853590Z test_status_lines (test.test_httplib.BasicTest.test_status_lines) ... ok 2025-10-14T22:28:33.3984895Z test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers) ... ok 2025-10-14T22:28:33.4491206Z test_peek (test.test_httplib.ExtendedReadTest.test_peek) ... ok 2025-10-14T22:28:33.4642178Z test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0) ... ok 2025-10-14T22:28:33.4643089Z test_read1 (test.test_httplib.ExtendedReadTest.test_read1) ... ok 2025-10-14T22:28:33.4738514Z test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0) ... ok 2025-10-14T22:28:33.4774729Z test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded) ... ok 2025-10-14T22:28:33.4801402Z test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded) ... ok 2025-10-14T22:28:33.4838424Z test_readline (test.test_httplib.ExtendedReadTest.test_readline) ... ok 2025-10-14T22:28:33.4908611Z test_readline_without_limit (test.test_httplib.ExtendedReadTest.test_readline_without_limit) ... ok 2025-10-14T22:28:33.4915337Z test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek) ... ok 2025-10-14T22:28:33.4937494Z test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0) ... ok 2025-10-14T22:28:33.4952245Z test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1) ... ok 2025-10-14T22:28:33.4963606Z test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0) ... ok 2025-10-14T22:28:33.4971320Z test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded) ... ok 2025-10-14T22:28:33.4993371Z test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded) ... ok 2025-10-14T22:28:33.5133698Z test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline) ... ok 2025-10-14T22:28:33.5159170Z test_readline_without_limit (test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit) ... ok 2025-10-14T22:28:33.5256227Z test_peek (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek) ... ok 2025-10-14T22:28:33.5260717Z test_peek_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0) ... ok 2025-10-14T22:28:33.5263941Z test_read1 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1) ... ok 2025-10-14T22:28:33.5298624Z test_read1_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0) ... ok 2025-10-14T22:28:33.5315008Z test_read1_bounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded) ... ok 2025-10-14T22:28:33.5320049Z test_read1_unbounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded) ... ok 2025-10-14T22:28:33.5351098Z test_readline (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline) ... ok 2025-10-14T22:28:33.5372191Z test_readline_without_limit (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit) ... ok 2025-10-14T22:28:33.5401451Z test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header) ... ok 2025-10-14T22:28:33.5442511Z test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint) ... ok 2025-10-14T22:28:33.5446316Z test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default) ... ok 2025-10-14T22:28:33.5463110Z test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default) ... ok 2025-10-14T22:28:33.5518909Z test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default) ... ok 2025-10-14T22:28:33.5889895Z test_attributes (test.test_httplib.HTTPSTest.test_attributes) ... ok 2025-10-14T22:28:33.6584267Z test_host_port (test.test_httplib.HTTPSTest.test_host_port) ... ok 2025-10-14T22:28:33.7569869Z test_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... ok 2025-10-14T22:28:33.7686230Z test_local_good_hostname (test.test_httplib.HTTPSTest.test_local_good_hostname) ... ok 2025-10-14T22:28:33.8373249Z test_local_unknown_cert (test.test_httplib.HTTPSTest.test_local_unknown_cert) ... ok 2025-10-14T22:28:33.9335066Z test_networked (test.test_httplib.HTTPSTest.test_networked) ... ok 2025-10-14T22:28:33.9883157Z test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) ... ok 2025-10-14T22:28:34.0083754Z test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) ... ok 2025-10-14T22:28:34.0090759Z test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) ... ok 2025-10-14T22:28:34.0222302Z test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) ... ok 2025-10-14T22:28:34.0376291Z test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha) ... ok 2025-10-14T22:28:34.0475740Z test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers) ... ok 2025-10-14T22:28:34.0635618Z test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0) ... ok 2025-10-14T22:28:34.0703797Z test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel) ... ok 2025-10-14T22:28:34.0840465Z test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers) ... ok 2025-10-14T22:28:34.1054169Z test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header) ... ok 2025-10-14T22:28:34.1094331Z test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with) ... ok 2025-10-14T22:28:34.1195447Z test_max_connection_headers (test.test_httplib.HeaderTests.test_max_connection_headers) ... ok 2025-10-14T22:28:34.1224223Z test_max_response_headers (test.test_httplib.HeaderTests.test_max_response_headers) ... ok 2025-10-14T22:28:34.1330091Z test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets) ... ok 2025-10-14T22:28:34.1339141Z test_putheader (test.test_httplib.HeaderTests.test_putheader) ... ok 2025-10-14T22:28:34.1396679Z test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names) ... ok 2025-10-14T22:28:34.1476310Z test_all (test.test_httplib.OfflineTest.test_all) ... ok 2025-10-14T22:28:34.1510469Z test_client_constants (test.test_httplib.OfflineTest.test_client_constants) ... ok 2025-10-14T22:28:34.1610210Z test_responses (test.test_httplib.OfflineTest.test_responses) ... ok 2025-10-14T22:28:34.1746361Z test_100_close (test.test_httplib.PersistenceTest.test_100_close) ... ok 2025-10-14T22:28:34.1776552Z test_disconnected (test.test_httplib.PersistenceTest.test_disconnected) ... ok 2025-10-14T22:28:34.2014753Z test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect) ... ok 2025-10-14T22:28:34.2144229Z test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body) ... ok 2025-10-14T22:28:34.2161909Z test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body) ... ok 2025-10-14T22:28:34.2321453Z test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body) ... ok 2025-10-14T22:28:34.2329215Z test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body) ... ok 2025-10-14T22:28:34.2453594Z test_list_body (test.test_httplib.RequestBodyTest.test_list_body) ... ok 2025-10-14T22:28:34.2455710Z test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length) ... ok 2025-10-14T22:28:34.2500101Z test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body) ... ok 2025-10-14T22:28:34.2547273Z testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress) ... ok 2025-10-14T22:28:34.2628492Z testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress) ... ok 2025-10-14T22:28:34.2659331Z testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute) ... ok 2025-10-14T22:28:34.2787455Z test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body) ... ok 2025-10-14T22:28:34.2794383Z test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked) ... ok 2025-10-14T22:28:34.2871713Z test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers) ... ok 2025-10-14T22:28:34.2996909Z test_request (test.test_httplib.TransferEncodingTest.test_request) ... ok 2025-10-14T22:28:34.3004716Z test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request) ... ok 2025-10-14T22:28:34.3012935Z test_connect_put_request_ipv6 (test.test_httplib.TunnelTests.test_connect_put_request_ipv6) ... ok 2025-10-14T22:28:34.3031855Z test_connect_put_request_ipv6_port (test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port) ... ok 2025-10-14T22:28:34.3137175Z test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel) ... ok 2025-10-14T22:28:34.3144194Z test_connect_with_tunnel_different_host (test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host) ... ok 2025-10-14T22:28:34.3168504Z test_connect_with_tunnel_idna (test.test_httplib.TunnelTests.test_connect_with_tunnel_idna) ... ok 2025-10-14T22:28:34.3178231Z test_connect_with_tunnel_with_default_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port) ... ok 2025-10-14T22:28:34.3185181Z test_connect_with_tunnel_with_different_host_header (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header) ... ok 2025-10-14T22:28:34.3189532Z test_connect_with_tunnel_with_nonstandard_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port) ... ok 2025-10-14T22:28:34.3196666Z test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect) ... ok 2025-10-14T22:28:34.3358479Z test_no_proxy_response_headers (test.test_httplib.TunnelTests.test_no_proxy_response_headers) ... ok 2025-10-14T22:28:34.3868668Z test_proxy_response_headers (test.test_httplib.TunnelTests.test_proxy_response_headers) ... ok 2025-10-14T22:28:34.3919311Z test_set_tunnel_host_port_headers_add_host_missing (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing) ... ok 2025-10-14T22:28:34.4043376Z test_set_tunnel_host_port_headers_set_host_different (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different) ... ok 2025-10-14T22:28:34.4059191Z test_set_tunnel_host_port_headers_set_host_identical (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical) ... ok 2025-10-14T22:28:34.4116998Z test_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup) 2025-10-14T22:28:34.4239907Z Regresstion test for https://bugs.python.org/issue43332. ... ok 2025-10-14T22:28:34.4245618Z test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog) ... ok 2025-10-14T22:28:34.4246246Z test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak) ... ok 2025-10-14T22:28:34.4246578Z 2025-10-14T22:28:34.4247048Z ---------------------------------------------------------------------- 2025-10-14T22:28:34.4247540Z Ran 142 tests in 24.213s 2025-10-14T22:28:34.4247833Z 2025-10-14T22:28:34.4248195Z OK 2025-10-14T22:28:34.4248597Z Warning -- files was modified by test_httplib 2025-10-14T22:28:34.4250410Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1392_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:34.4252784Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:36.6750886Z 0:02:57 load avg: 9.11 [156/495/29] test_socketserver passed 2025-10-14T22:28:39.4298550Z 0:03:00 load avg: 9.38 [157/495/29] test_ttk passed 2025-10-14T22:28:40.3827607Z 0:03:01 load avg: 9.59 [158/495/29] test_type_cache passed 2025-10-14T22:28:42.0209109Z 0:03:03 load avg: 9.93 [159/495/29] test_difflib passed 2025-10-14T22:28:42.4533809Z 0:03:03 load avg: 9.93 [160/495/29] test_unicode_identifiers passed 2025-10-14T22:28:43.2195134Z 0:03:04 load avg: 10.18 [161/495/29] test_idle passed 2025-10-14T22:28:51.0566038Z 0:03:06 load avg: 10.32 [162/495/29] test_runpy passed 2025-10-14T22:28:51.0647760Z 0:03:07 load avg: 10.32 [163/495/29] test_faulthandler passed 2025-10-14T22:28:51.1366716Z 0:03:07 load avg: 10.32 [164/495/29] test.test_multiprocessing_forkserver.test_threads skipped 2025-10-14T22:28:51.2067501Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3316æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3316æ' 2025-10-14T22:28:51.3161398Z Traceback (most recent call last): 2025-10-14T22:28:51.3364673Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:51.3429751Z os.mkdir(path) 2025-10-14T22:28:51.3961451Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:51.5664881Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3316æ' 2025-10-14T22:28:51.5847687Z Stack (most recent call last): 2025-10-14T22:28:51.5862911Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:51.5902187Z File "", line 88, in _run_code 2025-10-14T22:28:51.5938255Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:51.6458664Z main() 2025-10-14T22:28:51.6465569Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:51.6470341Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:51.6483336Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:51.6511524Z return next(self.gen) 2025-10-14T22:28:51.6546223Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:51.6743718Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:51.7062689Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3316æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3316æ' 2025-10-14T22:28:51.7076634Z Traceback (most recent call last): 2025-10-14T22:28:51.7094142Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:51.7151679Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:51.7187240Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:51.7683131Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3316æ' 2025-10-14T22:28:51.7687241Z Stack (most recent call last): 2025-10-14T22:28:51.7691961Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:51.7704963Z File "", line 88, in _run_code 2025-10-14T22:28:51.7811270Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:51.7812413Z main() 2025-10-14T22:28:51.7813083Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:51.7813813Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:51.7814382Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:51.7814850Z return next(self.gen) 2025-10-14T22:28:51.7815327Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:51.7815824Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:51.7816533Z Warning -- files was modified by test.test_multiprocessing_forkserver.test_threads 2025-10-14T22:28:51.7818507Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6040_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:51.7820326Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:51.7821914Z test.test_multiprocessing_forkserver.test_threads skipped -- forkserver is not available on Windows 2025-10-14T22:28:51.7822686Z 0:03:07 load avg: 10.38 [165/495/30] test_rlcompleter failed (env changed) 2025-10-14T22:28:51.7823648Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5336æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5336æ' 2025-10-14T22:28:51.7824367Z Traceback (most recent call last): 2025-10-14T22:28:51.7824864Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:51.7825344Z os.mkdir(path) 2025-10-14T22:28:51.7825751Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:51.7984595Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5336æ' 2025-10-14T22:28:51.7986744Z Stack (most recent call last): 2025-10-14T22:28:51.7987705Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:51.7990353Z File "", line 88, in _run_code 2025-10-14T22:28:51.7991803Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:51.7992699Z main() 2025-10-14T22:28:51.7993731Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:51.7994378Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:51.7994969Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:51.7995476Z return next(self.gen) 2025-10-14T22:28:51.7996043Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:51.7996682Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:51.7997863Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5336æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5336æ' 2025-10-14T22:28:51.7998816Z Traceback (most recent call last): 2025-10-14T22:28:51.7999461Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:51.8000036Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:51.8000510Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:51.8001054Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5336æ' 2025-10-14T22:28:51.8001614Z Stack (most recent call last): 2025-10-14T22:28:51.8002138Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:51.8002791Z File "", line 88, in _run_code 2025-10-14T22:28:51.8003958Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:51.8004633Z main() 2025-10-14T22:28:51.8005343Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:51.8006005Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:51.8006622Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:51.8007142Z return next(self.gen) 2025-10-14T22:28:51.8007642Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:51.8008159Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:51.8008914Z test_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ... ok 2025-10-14T22:28:51.8010125Z test_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ... ok 2025-10-14T22:28:51.8011034Z test_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ... ok 2025-10-14T22:28:51.8011913Z test_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr) 2025-10-14T22:28:51.8012573Z Ensure getattr() is invoked no more than once per attribute ... ok 2025-10-14T22:28:51.8013351Z test_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ... ok 2025-10-14T22:28:51.8013957Z test_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ... ok 2025-10-14T22:28:51.8014585Z test_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ... ok 2025-10-14T22:28:51.8015223Z test_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ... ok 2025-10-14T22:28:51.8015671Z 2025-10-14T22:28:51.8016273Z ---------------------------------------------------------------------- 2025-10-14T22:28:51.8016973Z Ran 8 tests in 0.030s 2025-10-14T22:28:51.8017434Z 2025-10-14T22:28:51.8018136Z OK 2025-10-14T22:28:51.8018716Z Warning -- files was modified by test_rlcompleter 2025-10-14T22:28:51.8020462Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6040_tmpæ/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:51.8022920Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6040_tmpæ', '@test_6040_tmpæ1', '@test_6040_tmpæ2', '@test_6040_tmpæy', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:51.8024430Z 0:03:12 load avg: 10.57 [166/495/30] test_ntpath passed 2025-10-14T22:28:51.8025197Z 0:03:12 load avg: 10.57 [167/495/30] test_http_cookies passed 2025-10-14T22:28:51.8025882Z 0:03:12 load avg: 10.57 [168/495/30] test_ordered_dict passed 2025-10-14T22:28:51.8026459Z 0:03:13 load avg: 10.62 [169/495/30] test_profile passed 2025-10-14T22:28:54.1636235Z 0:03:15 load avg: 10.49 [170/495/31] test_embed failed (env changed) 2025-10-14T22:28:55.1156876Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4572æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4572æ' 2025-10-14T22:28:55.1157910Z Traceback (most recent call last): 2025-10-14T22:28:55.1158606Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:55.1158979Z os.mkdir(path) 2025-10-14T22:28:55.1159283Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:55.1159676Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4572æ' 2025-10-14T22:28:55.1160183Z Stack (most recent call last): 2025-10-14T22:28:55.1160585Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:55.1161082Z File "", line 88, in _run_code 2025-10-14T22:28:55.1161597Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:55.1162060Z main() 2025-10-14T22:28:55.1162599Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:55.1163037Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:55.1163449Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:55.1163803Z return next(self.gen) 2025-10-14T22:28:55.1164169Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:55.1164553Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:55.1165314Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4572æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4572æ' 2025-10-14T22:28:55.1165829Z Traceback (most recent call last): 2025-10-14T22:28:55.1166255Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:55.1166744Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:55.1167139Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:55.1167632Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4572æ' 2025-10-14T22:28:55.1168190Z Stack (most recent call last): 2025-10-14T22:28:55.1168619Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:55.1169041Z File "", line 88, in _run_code 2025-10-14T22:28:55.1169447Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:55.1169791Z main() 2025-10-14T22:28:55.1170132Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:55.1170510Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:55.1170882Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:55.1171235Z return next(self.gen) 2025-10-14T22:28:55.1171601Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:55.1171994Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:55.1172517Z test_audit (test.test_embed.AuditingTests.test_audit) ... ok 2025-10-14T22:28:55.1173055Z test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) ... ok 2025-10-14T22:28:55.1173635Z test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) ... ok 2025-10-14T22:28:55.1174229Z test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) ... ok 2025-10-14T22:28:55.1174745Z test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) ... ok 2025-10-14T22:28:55.1175231Z test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) ... ok 2025-10-14T22:28:55.1175884Z test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) ... ok 2025-10-14T22:28:55.1176374Z test_audit_tuple (test.test_embed.AuditingTests.test_audit_tuple) ... ok 2025-10-14T22:28:55.1176864Z test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) ... ok 2025-10-14T22:28:55.1178349Z test_gilstate_after_finalization (test.test_embed.AuditingTests.test_gilstate_after_finalization) ... ok 2025-10-14T22:28:55.1179372Z test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) ... ok 2025-10-14T22:28:55.1179936Z test_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891) 2025-10-14T22:28:55.1180569Z bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not ... ok 2025-10-14T22:28:55.1181041Z test_datetime_reset_strptime (test.test_embed.EmbeddingTests.test_datetime_reset_strptime) ... ok 2025-10-14T22:28:55.1181519Z test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) ... ok 2025-10-14T22:28:55.1181979Z test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) ... ok 2025-10-14T22:28:55.1182452Z test_getargs_reset_static_parser (test.test_embed.EmbeddingTests.test_getargs_reset_static_parser) ... ok 2025-10-14T22:28:55.1182917Z test_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain) 2025-10-14T22:28:55.1183367Z bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. ... ok 2025-10-14T22:28:55.1183791Z test_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice) 2025-10-14T22:28:55.1184269Z bpo-33932: Calling Py_Initialize() twice should do nothing (and not ... ok 2025-10-14T22:28:55.1184714Z test_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api) 2025-10-14T22:28:55.1185208Z Checks some key parts of the C-API that need to work before the runtime ... ok 2025-10-14T22:28:55.1185676Z test_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options) 2025-10-14T22:28:55.1186170Z Checks that sys.warnoptions and sys._xoptions can be set before the ... ok 2025-10-14T22:28:55.1186622Z test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) ... ok 2025-10-14T22:28:55.1187063Z test_run_main (test.test_embed.EmbeddingTests.test_run_main) ... ok 2025-10-14T22:28:55.1187476Z test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) ... ok 2025-10-14T22:28:55.1187927Z test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) ... ok 2025-10-14T22:28:55.1188475Z test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE) ... ok 2025-10-14T22:28:55.1189055Z test_static_types_inherited_slots (test.test_embed.EmbeddingTests.test_static_types_inherited_slots) ... ok 2025-10-14T22:28:55.1189568Z test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) ... ok 2025-10-14T22:28:55.1190049Z test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) ... ok 2025-10-14T22:28:55.1190507Z test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) ... ok 2025-10-14T22:28:55.1190946Z test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) ... ok 2025-10-14T22:28:55.1191383Z test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) ... ok 2025-10-14T22:28:55.1191819Z test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) ... ok 2025-10-14T22:28:55.1192292Z test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) ... ok 2025-10-14T22:28:55.1192740Z test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) ... ok 2025-10-14T22:28:55.1193283Z test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:28:55.1195146Z test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:28:55.1195677Z test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) ... ok 2025-10-14T22:28:55.1196144Z test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) ... ok 2025-10-14T22:28:55.1196618Z test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) ... ok 2025-10-14T22:28:55.1197070Z test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) ... ok 2025-10-14T22:28:55.1198054Z test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) ... ok 2025-10-14T22:28:55.1198540Z test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) ... ok 2025-10-14T22:28:55.1198994Z test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) ... ok 2025-10-14T22:28:55.1199470Z test_init_in_background_thread (test.test_embed.InitConfigTests.test_init_in_background_thread) ... ok 2025-10-14T22:28:55.1199967Z test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) ... ok 2025-10-14T22:28:55.1200451Z test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) ... ok 2025-10-14T22:28:55.1200926Z test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) ... ok 2025-10-14T22:28:55.1201422Z test_init_main_interpreter_settings (test.test_embed.InitConfigTests.test_init_main_interpreter_settings) ... ok 2025-10-14T22:28:55.1201899Z test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) ... ok 2025-10-14T22:28:55.1202382Z test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) ... skipped 'See test_init_pybuilddir_win32' 2025-10-14T22:28:55.1202892Z test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) ... ok 2025-10-14T22:28:55.1203354Z test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) ... ok 2025-10-14T22:28:55.1203866Z test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:28:55.1204433Z test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) ... ok 2025-10-14T22:28:55.1204872Z test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) ... ok 2025-10-14T22:28:55.1205296Z test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) ... ok 2025-10-14T22:28:55.1205739Z test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) ... ok 2025-10-14T22:28:55.1206189Z test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) ... ok 2025-10-14T22:28:55.1206627Z test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) ... ok 2025-10-14T22:28:55.1207090Z test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) ... ok 2025-10-14T22:28:55.1207549Z test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) ... ok 2025-10-14T22:28:55.1208034Z test_initconfig_api (test.test_embed.InitConfigTests.test_initconfig_api) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:28:55.1208516Z test_initconfig_exit (test.test_embed.InitConfigTests.test_initconfig_exit) ... ok 2025-10-14T22:28:55.1208964Z test_initconfig_get_api (test.test_embed.InitConfigTests.test_initconfig_get_api) ... ok 2025-10-14T22:28:55.1209403Z test_initconfig_module (test.test_embed.InitConfigTests.test_initconfig_module) ... ok 2025-10-14T22:28:55.1209887Z test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) ... ok 2025-10-14T22:28:55.1210384Z test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) ... ok 2025-10-14T22:28:55.1210843Z test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) ... ok 2025-10-14T22:28:55.1211388Z test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) ... ok 2025-10-14T22:28:55.1211859Z test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) ... ok 2025-10-14T22:28:55.1212321Z test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) ... ok 2025-10-14T22:28:55.1212803Z test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) ... ok 2025-10-14T22:28:55.1213353Z test_frozenmain (test.test_embed.MiscTests.test_frozenmain) ... skipped 'Py_FrozenMain is not exported on Windows' 2025-10-14T22:28:55.1213951Z test_no_memleak (test.test_embed.MiscTests.test_no_memleak) ... skipped '-X showrefcount requires a Python debug build' 2025-10-14T22:28:55.1214474Z test_presite (test.test_embed.MiscTests.test_presite) ... skipped '-X presite requires a Python debug build' 2025-10-14T22:28:55.1214934Z test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) ... ok 2025-10-14T22:28:55.1215173Z 2025-10-14T22:28:55.1215520Z ---------------------------------------------------------------------- 2025-10-14T22:28:55.1215913Z Ran 76 tests in 17.153s 2025-10-14T22:28:55.1216097Z 2025-10-14T22:28:55.1216374Z OK (skipped=8) 2025-10-14T22:28:55.1216695Z Warning -- files was modified by test_embed 2025-10-14T22:28:55.1217596Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:55.1219669Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:56.8305339Z 0:03:18 load avg: 10.03 [171/495/32] test.test_concurrent_futures.test_as_completed failed (env changed) 2025-10-14T22:28:56.8342072Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7296æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7296æ' 2025-10-14T22:28:56.8490051Z Traceback (most recent call last): 2025-10-14T22:28:56.8493540Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:28:56.8495013Z os.mkdir(path) 2025-10-14T22:28:56.8852651Z ~~~~~~~~^^^^^^ 2025-10-14T22:28:56.8857284Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7296æ' 2025-10-14T22:28:56.8858602Z Stack (most recent call last): 2025-10-14T22:28:56.8862856Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:56.8864273Z File "", line 88, in _run_code 2025-10-14T22:28:56.8865156Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:56.9057676Z main() 2025-10-14T22:28:56.9066780Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:56.9070246Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:56.9284930Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:56.9296596Z return next(self.gen) 2025-10-14T22:28:56.9297622Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:28:56.9303415Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:28:56.9304747Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7296æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7296æ' 2025-10-14T22:28:56.9305521Z Traceback (most recent call last): 2025-10-14T22:28:56.9306116Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:28:56.9306951Z os.chdir(os.path.realpath(path)) 2025-10-14T22:28:56.9307464Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:28:56.9308090Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7296æ' 2025-10-14T22:28:56.9308760Z Stack (most recent call last): 2025-10-14T22:28:56.9309325Z File "", line 198, in _run_module_as_main 2025-10-14T22:28:56.9309882Z File "", line 88, in _run_code 2025-10-14T22:28:56.9310608Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:28:56.9319190Z main() 2025-10-14T22:28:56.9319896Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:28:56.9320519Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:28:56.9321042Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:28:56.9322608Z return next(self.gen) 2025-10-14T22:28:56.9323371Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:28:56.9324066Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:28:56.9324784Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:28:56.9325625Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:28:56.9326444Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:28:56.9327224Z test_future_times_out (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_future_times_out) 2025-10-14T22:28:56.9327901Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:28:56.9328574Z test_no_timeout (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:28:56.9329419Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' 2025-10-14T22:28:56.9330248Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' 2025-10-14T22:28:56.9331054Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' 2025-10-14T22:28:56.9331790Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_future_times_out) 2025-10-14T22:28:56.9332407Z Test ``futures.as_completed`` timing out before ... skipped 'require unix system' 2025-10-14T22:28:56.9333238Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... skipped 'require unix system' 2025-10-14T22:28:56.9334166Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' 2025-10-14T22:28:56.9335218Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' 2025-10-14T22:28:56.9339454Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' 2025-10-14T22:28:56.9342528Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_future_times_out) 2025-10-14T22:28:56.9343348Z Test ``futures.as_completed`` timing out before ... skipped 'require unix system' 2025-10-14T22:28:56.9344133Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... skipped 'require unix system' 2025-10-14T22:28:56.9346259Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:28:56.9347108Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:28:56.9347940Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:28:56.9348755Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out) 2025-10-14T22:28:56.9349429Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:28:56.9350061Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:28:56.9350809Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:28:56.9351556Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:28:56.9352476Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:28:56.9353398Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out) 2025-10-14T22:28:56.9354143Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:28:56.9354844Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:28:56.9355401Z 2025-10-14T22:28:56.9355994Z ---------------------------------------------------------------------- 2025-10-14T22:28:56.9356620Z Ran 25 tests in 13.913s 2025-10-14T22:28:56.9357042Z 2025-10-14T22:28:56.9357563Z OK (skipped=10) 2025-10-14T22:28:56.9358176Z Warning -- files was modified by test.test_concurrent_futures.test_as_completed 2025-10-14T22:28:56.9359435Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:56.9361844Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:28:57.1881774Z 0:03:18 load avg: 10.03 [172/495/32] test_finalization passed 2025-10-14T22:28:57.4883711Z 0:03:18 load avg: 10.03 [173/495/32] test_ensurepip passed 2025-10-14T22:29:05.3174659Z 0:03:26 load avg: 9.06 [174/495/33] test.test_asyncio.test_ssl failed (env changed) 2025-10-14T22:29:05.3179026Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6080æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6080æ' 2025-10-14T22:29:05.3180750Z Traceback (most recent call last): 2025-10-14T22:29:05.3181469Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:05.3182503Z os.mkdir(path) 2025-10-14T22:29:05.3183033Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:05.3183763Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6080æ' 2025-10-14T22:29:05.3184574Z Stack (most recent call last): 2025-10-14T22:29:05.3185125Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:05.3185626Z File "", line 88, in _run_code 2025-10-14T22:29:05.3186126Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:05.3186576Z main() 2025-10-14T22:29:05.3187015Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:05.3187495Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:05.3187963Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:05.3188411Z return next(self.gen) 2025-10-14T22:29:05.3188857Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:05.3189352Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:05.3190302Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6080æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6080æ' 2025-10-14T22:29:05.3190967Z Traceback (most recent call last): 2025-10-14T22:29:05.3191434Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:05.3191937Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:05.3192374Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:05.3192851Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6080æ' 2025-10-14T22:29:05.3193340Z Stack (most recent call last): 2025-10-14T22:29:05.3193850Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:05.3194320Z File "", line 88, in _run_code 2025-10-14T22:29:05.3194780Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:05.3195201Z main() 2025-10-14T22:29:05.3195619Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:05.3196165Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:05.3196678Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:05.3197212Z return next(self.gen) 2025-10-14T22:29:05.3197688Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:05.3198221Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:05.3198798Z test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket) ... ok 2025-10-14T22:29:05.3199423Z test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning) ... ok 2025-10-14T22:29:05.3200108Z test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) ... ok 2025-10-14T22:29:05.3200793Z test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) ... ok 2025-10-14T22:29:05.3201678Z test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate) ... ok 2025-10-14T22:29:05.3202426Z test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake) ... ok 2025-10-14T22:29:05.3203426Z test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) ... skipped 'not enough memory: 2.2G minimum needed' 2025-10-14T22:29:05.3204272Z test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) ... skipped 'not enough memory: 2.2G minimum needed' 2025-10-14T22:29:05.3205043Z test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown) ... ok 2025-10-14T22:29:05.3205666Z test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) ... ok 2025-10-14T22:29:05.3206476Z test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data) ... ok 2025-10-14T22:29:05.3207306Z test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket) ... ok 2025-10-14T22:29:05.3208060Z test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) ... ok 2025-10-14T22:29:05.3208753Z test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) ... ok 2025-10-14T22:29:05.3209643Z test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set) ... ok 2025-10-14T22:29:05.3210648Z test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:29:05.3211509Z test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost) ... ok 2025-10-14T22:29:05.3212214Z test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout) ... ok 2025-10-14T22:29:05.3212848Z test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1) ... ok 2025-10-14T22:29:05.3213456Z test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ... ok 2025-10-14T22:29:05.3214194Z test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1) ... ok 2025-10-14T22:29:05.3214810Z test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1) ... ok 2025-10-14T22:29:05.3215413Z test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel) ... ok 2025-10-14T22:29:05.3215779Z 2025-10-14T22:29:05.3216214Z ---------------------------------------------------------------------- 2025-10-14T22:29:05.3216666Z Ran 23 tests in 16.426s 2025-10-14T22:29:05.3216923Z 2025-10-14T22:29:05.3217271Z OK (skipped=2) 2025-10-14T22:29:05.3217772Z Warning -- files was modified by test.test_asyncio.test_ssl 2025-10-14T22:29:05.3218818Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:05.3221202Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:05.4943690Z 0:03:26 load avg: 9.06 [175/495/33] test.test_future_stmt.test_future_flags passed 2025-10-14T22:29:11.6886639Z 0:03:32 load avg: 8.42 [176/495/34] test_traceback failed (env changed) 2025-10-14T22:29:11.6891402Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2368æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2368æ' 2025-10-14T22:29:11.6892306Z Traceback (most recent call last): 2025-10-14T22:29:11.6892821Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:11.6893302Z os.mkdir(path) 2025-10-14T22:29:11.6893788Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:11.6894381Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2368æ' 2025-10-14T22:29:11.6894966Z Stack (most recent call last): 2025-10-14T22:29:11.6895472Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:11.6896211Z File "", line 88, in _run_code 2025-10-14T22:29:11.6896807Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:11.6897326Z main() 2025-10-14T22:29:11.6897791Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:11.6898294Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:11.6898906Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:11.6899352Z return next(self.gen) 2025-10-14T22:29:11.6899802Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:11.6900281Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:11.6901165Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2368æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2368æ' 2025-10-14T22:29:11.6901823Z Traceback (most recent call last): 2025-10-14T22:29:11.6902369Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:11.6902857Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:11.6903261Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:11.6903739Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2368æ' 2025-10-14T22:29:11.6904324Z Stack (most recent call last): 2025-10-14T22:29:11.6904780Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:11.6905318Z File "", line 88, in _run_code 2025-10-14T22:29:11.6905760Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:11.6906178Z main() 2025-10-14T22:29:11.6906609Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:11.6907075Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:11.6907522Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:11.6907989Z return next(self.gen) 2025-10-14T22:29:11.6908473Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:11.6908990Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:11.6909638Z test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok 2025-10-14T22:29:11.6910281Z test_cause (test.test_traceback.CExcReportingTests.test_cause) ... ok 2025-10-14T22:29:11.6910960Z test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context) ... ok 2025-10-14T22:29:11.6911649Z test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive) ... ok 2025-10-14T22:29:11.6912415Z test_context (test.test_traceback.CExcReportingTests.test_context) ... ok 2025-10-14T22:29:11.6913046Z test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression) ... ok 2025-10-14T22:29:11.6914101Z test_exception_angle_bracketed_filename (test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename) ... ok 2025-10-14T22:29:11.6914819Z test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__) ... ok 2025-10-14T22:29:11.6915694Z test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic) ... ok 2025-10-14T22:29:11.6916599Z test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause) ... ok 2025-10-14T22:29:11.6917243Z test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context) ... ok 2025-10-14T22:29:11.6917912Z test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit) ... ok 2025-10-14T22:29:11.6918601Z test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested) ... ok 2025-10-14T22:29:11.6919337Z test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit) ... ok 2025-10-14T22:29:11.6920081Z test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes) ... ok 2025-10-14T22:29:11.6921997Z test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes) ... ok 2025-10-14T22:29:11.6923014Z test_exception_group_wrapped_naked (test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked) ... ok 2025-10-14T22:29:11.6923790Z test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) ... ok 2025-10-14T22:29:11.6924530Z test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode) ... ok 2025-10-14T22:29:11.6925143Z test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname) ... ok 2025-10-14T22:29:11.6925858Z test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes) ... ok 2025-10-14T22:29:11.6926532Z test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes) ... ok 2025-10-14T22:29:11.6927152Z test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note) ... ok 2025-10-14T22:29:11.6927702Z test_message_none (test.test_traceback.CExcReportingTests.test_message_none) ... ok 2025-10-14T22:29:11.6928225Z test_simple (test.test_traceback.CExcReportingTests.test_simple) ... ok 2025-10-14T22:29:11.6928763Z test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno) ... ok 2025-10-14T22:29:11.6929348Z test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol) ... ok 2025-10-14T22:29:11.6929950Z test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets) ... ok 2025-10-14T22:29:11.6930602Z test_do_not_trigger_for_big_dicts (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:29:11.6931414Z test_do_not_trigger_for_long_attributes (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.6932250Z test_do_not_trigger_for_small_names (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.6933011Z test_suggestions (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:29:11.6933735Z test_suggestions_for_same_name (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:29:11.6934573Z test_suggestions_underscored (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:29:11.6935367Z test_do_not_trigger_for_big_dicts (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:29:11.6936167Z test_do_not_trigger_for_long_attributes (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.6937017Z test_do_not_trigger_for_small_names (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.6937914Z test_suggestions (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:29:11.6938544Z test_suggestions_for_same_name (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:29:11.6939216Z test_suggestions_invalid_args (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_invalid_args) ... ok 2025-10-14T22:29:11.6939871Z test_suggestions_no_args (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_no_args) ... ok 2025-10-14T22:29:11.6940782Z test_suggestions_underscored (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:29:11.6941728Z test_attribute_error_inside_nested_getattr (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr) ... ok 2025-10-14T22:29:11.6942605Z test_attribute_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name) ... ok 2025-10-14T22:29:11.6943437Z test_attribute_error_with_failing_dict (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict) ... ok 2025-10-14T22:29:11.6944195Z test_attribute_error_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates) ... ok 2025-10-14T22:29:11.6944977Z test_getattr_nested_attribute_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_attribute_suggestions) ... ok 2025-10-14T22:29:11.6945732Z test_getattr_nested_handles_attribute_access_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_handles_attribute_access_exceptions) ... ok 2025-10-14T22:29:11.6946510Z test_getattr_nested_handles_hasattr_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_handles_hasattr_exceptions) ... ok 2025-10-14T22:29:11.6947340Z test_getattr_nested_ignores_private_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_ignores_private_attributes) ... ok 2025-10-14T22:29:11.6948285Z test_getattr_nested_limits_attribute_checks (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_limits_attribute_checks) ... ok 2025-10-14T22:29:11.6949161Z test_getattr_nested_no_suggestion_for_deep_nesting (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_no_suggestion_for_deep_nesting) ... ok 2025-10-14T22:29:11.6950087Z test_getattr_nested_prioritizes_direct_matches (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_prioritizes_direct_matches) ... ok 2025-10-14T22:29:11.6950840Z test_getattr_nested_returns_first_match_only (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_returns_first_match_only) ... ok 2025-10-14T22:29:11.6951551Z test_getattr_nested_with_property (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_with_property) ... ok 2025-10-14T22:29:11.6952347Z test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.6953155Z test_import_from_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name) ... ok 2025-10-14T22:29:11.6954009Z test_import_from_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions) ... ok 2025-10-14T22:29:11.6955106Z test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces) ... ok 2025-10-14T22:29:11.6956013Z test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.6956940Z test_import_from_suggestions_non_string (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string) ... ok 2025-10-14T22:29:11.6958020Z test_import_from_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored) ... ok 2025-10-14T22:29:11.6958955Z test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.6959893Z test_name_error_for_private_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules) ... ok 2025-10-14T22:29:11.6960734Z test_name_error_for_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules) ... ok 2025-10-14T22:29:11.6961502Z test_name_error_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions) ... ok 2025-10-14T22:29:11.6962291Z test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok 2025-10-14T22:29:11.6963253Z test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok 2025-10-14T22:29:11.6964111Z test_name_error_suggestions_from_builtins (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins) ... ok 2025-10-14T22:29:11.6964887Z test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module) ... ok 2025-10-14T22:29:11.6965676Z test_name_error_suggestions_from_globals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals) ... ok 2025-10-14T22:29:11.6968113Z test_name_error_suggestions_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates) ... ok 2025-10-14T22:29:11.6973011Z test_name_error_with_custom_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions) ... ok 2025-10-14T22:29:11.6974044Z test_name_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance) ... ok 2025-10-14T22:29:11.6974891Z test_unbound_local_error_does_not_match (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match) ... ok 2025-10-14T22:29:11.6975771Z test_unbound_local_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance) ... ok 2025-10-14T22:29:11.6976858Z test_unbound_local_error_with_side_effect (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect) ... ok 2025-10-14T22:29:11.6985217Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:29:11.6986237Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:29:11.6987132Z test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:29:11.6987850Z test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:29:11.6988592Z test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:29:11.6989395Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:29:11.6990392Z test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:29:11.6991261Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:29:11.6992059Z test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:29:11.6992794Z test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:29:11.6993606Z test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:29:11.6994425Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:29:11.6995245Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:29:11.6996059Z test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:29:11.6996935Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.6997738Z test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:29:11.6998549Z test_caret_for_call (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:29:11.6999344Z test_caret_for_call_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:29:11.7000069Z test_caret_for_call_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:29:11.7000799Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7001593Z test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:29:11.7002448Z test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:29:11.7003257Z test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:29:11.7004051Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7004872Z test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:29:11.7005735Z test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:29:11.7006821Z test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:29:11.7007649Z test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:29:11.7008553Z test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:29:11.7009327Z test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:29:11.7010135Z test_many_lines (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:29:11.7010826Z test_many_lines_binary_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:29:11.7011639Z test_many_lines_no_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:29:11.7012337Z test_memory_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:29:11.7013027Z test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:29:11.7013744Z test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:29:11.7014438Z test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:29:11.7015148Z test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:29:11.7015956Z test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:29:11.7016735Z test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:29:11.7017525Z test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:29:11.7018323Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:29:11.7019156Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:29:11.7020017Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:29:11.7020793Z test_basic_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:29:11.7021516Z test_byte_offset_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:29:11.7022288Z test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:29:11.7023091Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:29:11.7023892Z test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:29:11.7024759Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:29:11.7025578Z test_caret_exception_group (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:29:11.7026450Z test_caret_for_binary_operators (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:29:11.7027220Z test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:29:11.7028042Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:29:11.7028973Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:29:11.7029919Z test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:29:11.7030740Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7031608Z test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:29:11.7032401Z test_caret_for_call (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:29:11.7033105Z test_caret_for_call_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:29:11.7033840Z test_caret_for_call_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:29:11.7034711Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7035467Z test_caret_for_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:29:11.7036222Z test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:29:11.7036997Z test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:29:11.7037791Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7038579Z test_caret_in_type_annotation (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:29:11.7039324Z test_caret_multiline_expression (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:29:11.7040117Z test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:29:11.7040991Z test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:29:11.7041833Z test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:29:11.7042641Z test_line_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:29:11.7043383Z test_many_lines (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:29:11.7044162Z test_many_lines_binary_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:29:11.7044946Z test_many_lines_no_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:29:11.7045870Z test_memory_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:29:11.7046671Z test_multiline_method_call_a (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:29:11.7047417Z test_multiline_method_call_b (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:29:11.7048213Z test_multiline_method_call_c (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:29:11.7049005Z test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:29:11.7049913Z test_specialization_variations (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:29:11.7050666Z test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:29:11.7051420Z test_traceback_very_long_line (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:29:11.7052195Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:29:11.7052918Z test_extract_stack (test.test_traceback.LimitTests.test_extract_stack) ... ok 2025-10-14T22:29:11.7053680Z test_extract_tb (test.test_traceback.LimitTests.test_extract_tb) ... ok 2025-10-14T22:29:11.7054439Z test_format_exception (test.test_traceback.LimitTests.test_format_exception) ... ok 2025-10-14T22:29:11.7055172Z test_all (test.test_traceback.MiscTest.test_all) ... ok 2025-10-14T22:29:11.7055876Z test_levenshtein_distance (test.test_traceback.MiscTest.test_levenshtein_distance) ... ok 2025-10-14T22:29:11.7056712Z test_levenshtein_distance_short_circuit (test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:29:11.7057609Z test_no_site_package_flavour (test.test_traceback.MiscTest.test_no_site_package_flavour) ... ok 2025-10-14T22:29:11.7058344Z test_suggestions_extension (test.test_traceback.MiscTest.test_suggestions_extension) ... ok 2025-10-14T22:29:11.7059036Z test_clear (test.test_traceback.MiscTracebackCases.test_clear) ... ok 2025-10-14T22:29:11.7059756Z test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack) ... ok 2025-10-14T22:29:11.7060487Z test_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:29:11.7061284Z test_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.7062082Z test_do_not_trigger_for_small_names (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.7062808Z test_suggestions (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:29:11.7063506Z test_suggestions_for_same_name (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:29:11.7064234Z test_suggestions_underscored (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:29:11.7065081Z test_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:29:11.7065932Z test_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.7066733Z test_do_not_trigger_for_small_names (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.7067732Z test_suggestions (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:29:11.7068692Z test_suggestions_for_same_name (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:29:11.7069506Z test_suggestions_invalid_args (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_invalid_args) ... ok 2025-10-14T22:29:11.7070240Z test_suggestions_no_args (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_no_args) ... ok 2025-10-14T22:29:11.7071090Z test_suggestions_underscored (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:29:11.7071845Z test_attribute_error_inside_nested_getattr (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr) ... ok 2025-10-14T22:29:11.7072710Z test_attribute_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name) ... ok 2025-10-14T22:29:11.7073555Z test_attribute_error_with_failing_dict (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict) ... ok 2025-10-14T22:29:11.7074427Z test_attribute_error_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates) ... ok 2025-10-14T22:29:11.7075273Z test_getattr_nested_attribute_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_attribute_suggestions) ... ok 2025-10-14T22:29:11.7076567Z test_getattr_nested_handles_attribute_access_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_handles_attribute_access_exceptions) ... ok 2025-10-14T22:29:11.7077833Z test_getattr_nested_handles_hasattr_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_handles_hasattr_exceptions) ... ok 2025-10-14T22:29:11.7078720Z test_getattr_nested_ignores_private_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_ignores_private_attributes) ... ok 2025-10-14T22:29:11.7079566Z test_getattr_nested_limits_attribute_checks (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_limits_attribute_checks) ... ok 2025-10-14T22:29:11.7080457Z test_getattr_nested_no_suggestion_for_deep_nesting (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_no_suggestion_for_deep_nesting) ... ok 2025-10-14T22:29:11.7081462Z test_getattr_nested_prioritizes_direct_matches (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_prioritizes_direct_matches) ... ok 2025-10-14T22:29:11.7082404Z test_getattr_nested_returns_first_match_only (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_returns_first_match_only) ... ok 2025-10-14T22:29:11.7083348Z test_getattr_nested_with_property (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_with_property) ... ok 2025-10-14T22:29:11.7084336Z test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.7085347Z test_import_from_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name) ... ok 2025-10-14T22:29:11.7086194Z test_import_from_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions) ... ok 2025-10-14T22:29:11.7087100Z test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces) ... ok 2025-10-14T22:29:11.7088128Z test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:29:11.7089255Z test_import_from_suggestions_non_string (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string) ... ok 2025-10-14T22:29:11.7090182Z test_import_from_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored) ... ok 2025-10-14T22:29:11.7091174Z test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:29:11.7092303Z test_name_error_for_private_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules) ... ok 2025-10-14T22:29:11.7093130Z test_name_error_for_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules) ... ok 2025-10-14T22:29:11.7093917Z test_name_error_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions) ... ok 2025-10-14T22:29:11.7094708Z test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok 2025-10-14T22:29:11.7095624Z test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok 2025-10-14T22:29:11.7096484Z test_name_error_suggestions_from_builtins (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins) ... ok 2025-10-14T22:29:11.7097442Z test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module) ... ok 2025-10-14T22:29:11.7098462Z test_name_error_suggestions_from_globals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals) ... ok 2025-10-14T22:29:11.7099351Z test_name_error_suggestions_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates) ... ok 2025-10-14T22:29:11.7100235Z test_name_error_with_custom_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions) ... ok 2025-10-14T22:29:11.7101064Z test_name_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance) ... ok 2025-10-14T22:29:11.7101806Z test_unbound_local_error_does_not_match (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match) ... ok 2025-10-14T22:29:11.7102641Z test_unbound_local_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance) ... ok 2025-10-14T22:29:11.7103538Z test_unbound_local_error_with_side_effect (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect) ... ok 2025-10-14T22:29:11.7104505Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:29:11.7105459Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:29:11.7106351Z test_basic_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:29:11.7107179Z test_byte_offset_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:29:11.7108011Z test_byte_offset_wide_chars_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:29:11.7109752Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:29:11.7110568Z test_byte_offset_with_wide_characters_middle (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:29:11.7111489Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:29:11.7112254Z test_caret_exception_group (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:29:11.7113697Z test_caret_for_binary_operators (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:29:11.7114536Z test_caret_for_binary_operators_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:29:11.7115379Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:29:11.7116233Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:29:11.7117185Z test_caret_for_binary_operators_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:29:11.7118172Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7119162Z test_caret_for_binary_operators_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:29:11.7119968Z test_caret_for_call (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:29:11.7120676Z test_caret_for_call_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:29:11.7121385Z test_caret_for_call_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:29:11.7122248Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7123170Z test_caret_for_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:29:11.7124130Z test_caret_for_subscript_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:29:11.7125025Z test_caret_for_subscript_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:29:11.7125826Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:29:11.7126612Z test_caret_in_type_annotation (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:29:11.7127349Z test_caret_multiline_expression (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:29:11.7128226Z test_caret_multiline_expression_bin_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:29:11.7129167Z test_caret_multiline_expression_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:29:11.7130109Z test_decorator_application_lineno_correct (test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:29:11.7131123Z test_line_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:29:11.7131972Z test_many_lines (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:29:11.7132740Z test_many_lines_binary_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:29:11.7133564Z test_many_lines_no_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:29:11.7134411Z test_memory_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:29:11.7135394Z test_multiline_method_call_a (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:29:11.7136274Z test_multiline_method_call_b (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:29:11.7137131Z test_multiline_method_call_c (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:29:11.7137998Z test_secondary_caret_not_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:29:11.7138855Z test_specialization_variations (test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:29:11.7139748Z test_traceback_specialization_with_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:29:11.7140641Z test_traceback_very_long_line (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:29:11.7141575Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:29:11.7142554Z test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok 2025-10-14T22:29:11.7143359Z test_cause (test.test_traceback.PyExcReportingTests.test_cause) ... ok 2025-10-14T22:29:11.7144105Z test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context) ... ok 2025-10-14T22:29:11.7144878Z test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive) ... ok 2025-10-14T22:29:11.7145642Z test_context (test.test_traceback.PyExcReportingTests.test_context) ... ok 2025-10-14T22:29:11.7146379Z test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression) ... ok 2025-10-14T22:29:11.7147220Z test_exception_angle_bracketed_filename (test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename) ... ok 2025-10-14T22:29:11.7148040Z test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__) ... ok 2025-10-14T22:29:11.7148860Z test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic) ... ok 2025-10-14T22:29:11.7149651Z test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause) ... ok 2025-10-14T22:29:11.7150488Z test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context) ... ok 2025-10-14T22:29:11.7151456Z test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit) ... ok 2025-10-14T22:29:11.7152159Z test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested) ... ok 2025-10-14T22:29:11.7152935Z test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit) ... ok 2025-10-14T22:29:11.7153673Z test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes) ... ok 2025-10-14T22:29:11.7154667Z test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes) ... ok 2025-10-14T22:29:11.7155427Z test_exception_group_wrapped_naked (test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked) ... ok 2025-10-14T22:29:11.7156166Z test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename) ... ok 2025-10-14T22:29:11.7156966Z test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode) ... ok 2025-10-14T22:29:11.7157721Z test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname) ... ok 2025-10-14T22:29:11.7158554Z test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes) ... ok 2025-10-14T22:29:11.7159271Z test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes) ... ok 2025-10-14T22:29:11.7160065Z test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note) ... ok 2025-10-14T22:29:11.7160749Z test_message_none (test.test_traceback.PyExcReportingTests.test_message_none) ... ok 2025-10-14T22:29:11.7161378Z test_simple (test.test_traceback.PyExcReportingTests.test_simple) ... ok 2025-10-14T22:29:11.7162020Z test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno) ... ok 2025-10-14T22:29:11.7162707Z test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol) ... ok 2025-10-14T22:29:11.7163487Z test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets) ... ok 2025-10-14T22:29:11.7164206Z test_colorized_syntax_error (test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error) ... ok 2025-10-14T22:29:11.7164971Z test_colorized_traceback (test.test_traceback.TestColorizedTraceback.test_colorized_traceback) ... ok 2025-10-14T22:29:11.7165738Z test_colorized_traceback_from_exception_group (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group) ... ok 2025-10-14T22:29:11.7166668Z test_colorized_traceback_is_the_default (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default) ... ok 2025-10-14T22:29:11.7167537Z test_exception_group_deep_recursion_capi (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi) ... ok 2025-10-14T22:29:11.7168398Z test_exception_group_deep_recursion_traceback (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback) ... ok 2025-10-14T22:29:11.7169210Z test_format_stack (test.test_traceback.TestFallbackTracebackFormat.test_format_stack) ... ok 2025-10-14T22:29:11.7169938Z test_print_exception_bad_type_capi (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi) ... ok 2025-10-14T22:29:11.7170777Z test_print_exception_bad_type_python (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python) ... ok 2025-10-14T22:29:11.7171474Z test_print_stack (test.test_traceback.TestFallbackTracebackFormat.test_print_stack) ... ok 2025-10-14T22:29:11.7172130Z test_recursive_traceback (test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback) ... ok 2025-10-14T22:29:11.7172781Z test_stack_format (test.test_traceback.TestFallbackTracebackFormat.test_stack_format) ... ok 2025-10-14T22:29:11.7173465Z test_traceback_format (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format) ... ok 2025-10-14T22:29:11.7174191Z test_traceback_format_with_cleared_frames (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames) ... ok 2025-10-14T22:29:11.7174938Z test_unhashable (test.test_traceback.TestFallbackTracebackFormat.test_unhashable) ... ok 2025-10-14T22:29:11.7175620Z test_basics (test.test_traceback.TestFrame.test_basics) ... ok 2025-10-14T22:29:11.7176431Z test_explicit_line (test.test_traceback.TestFrame.test_explicit_line) ... ok 2025-10-14T22:29:11.7177113Z test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines) ... ok 2025-10-14T22:29:11.7177782Z test_len (test.test_traceback.TestFrame.test_len) ... ok 2025-10-14T22:29:11.7178402Z test_no_line (test.test_traceback.TestFrame.test_no_line) ... ok 2025-10-14T22:29:11.7179156Z test_keyword_suggestions_from_command_string (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_command_string) ... ok 2025-10-14T22:29:11.7180060Z test_keyword_suggestions_from_file (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_file) ... ok 2025-10-14T22:29:11.7180945Z test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame) ... ok 2025-10-14T22:29:11.7181638Z test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames) ... ok 2025-10-14T22:29:11.7182294Z test_extract_stack (test.test_traceback.TestStack.test_extract_stack) ... ok 2025-10-14T22:29:11.7182951Z test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit) ... ok 2025-10-14T22:29:11.7183656Z test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines) ... ok 2025-10-14T22:29:11.7184389Z test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines) ... ok 2025-10-14T22:29:11.7185155Z test_format_locals (test.test_traceback.TestStack.test_format_locals) ... ok 2025-10-14T22:29:11.7185849Z test_format_smoke (test.test_traceback.TestStack.test_format_smoke) ... ok 2025-10-14T22:29:11.7186498Z test_from_list (test.test_traceback.TestStack.test_from_list) ... ok 2025-10-14T22:29:11.7187132Z test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack) ... ok 2025-10-14T22:29:11.7187741Z test_locals (test.test_traceback.TestStack.test_locals) ... ok 2025-10-14T22:29:11.7188424Z test_no_locals (test.test_traceback.TestStack.test_no_locals) ... ok 2025-10-14T22:29:11.7189099Z test_summary_should_show_carets (test.test_traceback.TestStack.test_summary_should_show_carets) ... ok 2025-10-14T22:29:11.7189810Z test_walk_innermost_frame (test.test_traceback.TestStack.test_walk_innermost_frame) ... ok 2025-10-14T22:29:11.7190427Z test_walk_stack (test.test_traceback.TestStack.test_walk_stack) ... ok 2025-10-14T22:29:11.7191028Z test_walk_tb (test.test_traceback.TestStack.test_walk_tb) ... ok 2025-10-14T22:29:11.7191614Z test_cause (test.test_traceback.TestTracebackException.test_cause) ... ok 2025-10-14T22:29:11.7192235Z test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause) ... ok 2025-10-14T22:29:11.7193109Z test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause) ... ok 2025-10-14T22:29:11.7193907Z test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic) ... ok 2025-10-14T22:29:11.7194661Z test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok 2025-10-14T22:29:11.7195470Z test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations) ... ok 2025-10-14T22:29:11.7196198Z test_context (test.test_traceback.TestTracebackException.test_context) ... ok 2025-10-14T22:29:11.7196967Z test_dont_swallow_cause_or_context_of_falsey_exception (test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception) ... ok 2025-10-14T22:29:11.7197740Z test_from_exception (test.test_traceback.TestTracebackException.test_from_exception) ... ok 2025-10-14T22:29:11.7198343Z test_limit (test.test_traceback.TestTracebackException.test_limit) ... ok 2025-10-14T22:29:11.7198909Z test_locals (test.test_traceback.TestTracebackException.test_locals) ... ok 2025-10-14T22:29:11.7199567Z test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain) ... ok 2025-10-14T22:29:11.7200453Z test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines) ... ok 2025-10-14T22:29:11.7201172Z test_no_locals (test.test_traceback.TestTracebackException.test_no_locals) ... ok 2025-10-14T22:29:11.7201913Z test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok 2025-10-14T22:29:11.7202710Z test_no_save_exc_type (test.test_traceback.TestTracebackException.test_no_save_exc_type) ... ok 2025-10-14T22:29:11.7203368Z test_print (test.test_traceback.TestTracebackException.test_print) ... ok 2025-10-14T22:29:11.7204200Z test_smoke_builtin (test.test_traceback.TestTracebackException.test_smoke_builtin) ... ok 2025-10-14T22:29:11.7204971Z test_smoke_user_exception (test.test_traceback.TestTracebackException.test_smoke_user_exception) ... ok 2025-10-14T22:29:11.7205724Z test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header) ... ok 2025-10-14T22:29:11.7206524Z test_unhashable (test.test_traceback.TestTracebackException.test_unhashable) ... ok 2025-10-14T22:29:11.7207368Z test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison) ... ok 2025-10-14T22:29:11.7208293Z test_dont_swallow_subexceptions_of_falsey_exceptiongroup (test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup) ... ok 2025-10-14T22:29:11.7209238Z test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction) ... ok 2025-10-14T22:29:11.7210107Z test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format) ... ok 2025-10-14T22:29:11.7211008Z test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok 2025-10-14T22:29:11.7212072Z test_exception_group_format_exception_onlyi_recursive (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... ok 2025-10-14T22:29:11.7212970Z test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth) ... ok 2025-10-14T22:29:11.7213732Z test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width) ... ok 2025-10-14T22:29:11.7214549Z test_exception_group_deep_recursion_capi (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi) ... ok 2025-10-14T22:29:11.7215461Z test_exception_group_deep_recursion_traceback (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback) ... ok 2025-10-14T22:29:11.7216318Z test_format_stack (test.test_traceback.TestTracebackFormat.test_format_stack) ... ok 2025-10-14T22:29:11.7217115Z test_print_exception_bad_type_capi (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi) ... ok 2025-10-14T22:29:11.7217959Z test_print_exception_bad_type_python (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python) ... ok 2025-10-14T22:29:11.7218878Z test_print_stack (test.test_traceback.TestTracebackFormat.test_print_stack) ... ok 2025-10-14T22:29:11.7219632Z test_recursive_traceback (test.test_traceback.TestTracebackFormat.test_recursive_traceback) ... ok 2025-10-14T22:29:11.7220396Z test_stack_format (test.test_traceback.TestTracebackFormat.test_stack_format) ... ok 2025-10-14T22:29:11.7221147Z test_traceback_format (test.test_traceback.TestTracebackFormat.test_traceback_format) ... ok 2025-10-14T22:29:11.7221964Z test_traceback_format_with_cleared_frames (test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames) ... ok 2025-10-14T22:29:11.7225170Z test_unhashable (test.test_traceback.TestTracebackFormat.test_unhashable) ... ok 2025-10-14T22:29:11.7226650Z test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation) ... ok 2025-10-14T22:29:11.7227804Z test_base_exception (test.test_traceback.TracebackCases.test_base_exception) ... ok 2025-10-14T22:29:11.7229064Z test_caret (test.test_traceback.TracebackCases.test_caret) ... ok 2025-10-14T22:29:11.7229856Z test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file) ... ok 2025-10-14T22:29:11.7230646Z test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None) ... ok 2025-10-14T22:29:11.7231416Z test_format_base_exception_group (test.test_traceback.TracebackCases.test_format_base_exception_group) ... ok 2025-10-14T22:29:11.7232200Z test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc) ... ok 2025-10-14T22:29:11.7233842Z test_format_exception_group (test.test_traceback.TracebackCases.test_format_exception_group) ... ok 2025-10-14T22:29:11.7234836Z test_format_exception_group_explicit_class (test.test_traceback.TracebackCases.test_format_exception_group_explicit_class) ... ok 2025-10-14T22:29:11.7235752Z test_format_exception_group_multiline2_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages) ... ok 2025-10-14T22:29:11.7236666Z test_format_exception_group_multiline_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages) ... ok 2025-10-14T22:29:11.7237568Z test_format_exception_group_multiple_exceptions (test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions) ... ok 2025-10-14T22:29:11.7238474Z test_format_exception_group_nested_with_notes (test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes) ... ok 2025-10-14T22:29:11.7239367Z test_format_exception_group_syntax_error (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error) ... ok 2025-10-14T22:29:11.7240325Z test_format_exception_group_syntax_error_with_custom_values (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values) ... ok 2025-10-14T22:29:11.7241250Z test_format_exception_group_with_cause (test.test_traceback.TracebackCases.test_format_exception_group_with_cause) ... ok 2025-10-14T22:29:11.7242201Z test_format_exception_group_with_note (test.test_traceback.TracebackCases.test_format_exception_group_with_note) ... ok 2025-10-14T22:29:11.7243053Z test_format_exception_group_with_tracebacks (test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks) ... ok 2025-10-14T22:29:11.7243937Z test_format_exception_group_without_show_group (test.test_traceback.TracebackCases.test_format_exception_group_without_show_group) ... ok 2025-10-14T22:29:11.7244829Z test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__) ... ok 2025-10-14T22:29:11.7245687Z test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc) ... ok 2025-10-14T22:29:11.7246543Z test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ok 2025-10-14T22:29:11.7247455Z test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ok 2025-10-14T22:29:11.7248184Z test_nocaret (test.test_traceback.TracebackCases.test_nocaret) ... ok 2025-10-14T22:29:11.7249092Z test_print_exception (test.test_traceback.TracebackCases.test_print_exception) ... ok 2025-10-14T22:29:11.7249817Z test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc) ... ok 2025-10-14T22:29:11.7250512Z test_print_last (test.test_traceback.TracebackCases.test_print_last) ... ok 2025-10-14T22:29:11.7251253Z test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit) ... ok 2025-10-14T22:29:11.7278084Z test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback) ... ok 2025-10-14T22:29:11.7298247Z test_signatures (test.test_traceback.TracebackCases.test_signatures) ... ok 2025-10-14T22:29:11.7299043Z 2025-10-14T22:29:11.7299836Z ---------------------------------------------------------------------- 2025-10-14T22:29:11.7300512Z Ran 398 tests in 5.954s 2025-10-14T22:29:11.7301009Z 2025-10-14T22:29:11.7301543Z OK (skipped=1) 2025-10-14T22:29:11.7302239Z Warning -- files was modified by test_traceback 2025-10-14T22:29:11.7304180Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:11.7306079Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:11.9320867Z 0:03:33 load avg: 8.33 [177/495/34] test_copyreg passed 2025-10-14T22:29:12.1908079Z 0:03:33 load avg: 8.33 [178/495/34] test_int_literal passed 2025-10-14T22:29:12.2146900Z 0:03:33 load avg: 8.33 [179/495/35] test.test_asyncio.test_taskgroups failed (env changed) 2025-10-14T22:29:12.2184159Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2256æ' 2025-10-14T22:29:12.5034485Z Traceback (most recent call last): 2025-10-14T22:29:12.5142008Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:12.5449285Z os.mkdir(path) 2025-10-14T22:29:12.5459404Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:12.5464179Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2256æ' 2025-10-14T22:29:12.5475349Z Stack (most recent call last): 2025-10-14T22:29:12.5504003Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:12.5540157Z File "", line 88, in _run_code 2025-10-14T22:29:12.5804076Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:12.5808268Z main() 2025-10-14T22:29:12.5813254Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:12.5824260Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:12.6104535Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:12.6107510Z return next(self.gen) 2025-10-14T22:29:12.6108474Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:12.6152206Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:12.6154264Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2256æ' 2025-10-14T22:29:12.6166565Z Traceback (most recent call last): 2025-10-14T22:29:12.6172822Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:12.6193448Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:12.6207649Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:12.6245733Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2256æ' 2025-10-14T22:29:12.6249725Z Stack (most recent call last): 2025-10-14T22:29:12.6283454Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:12.7319119Z File "", line 88, in _run_code 2025-10-14T22:29:12.7324642Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:12.7326235Z main() 2025-10-14T22:29:12.7379510Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:12.7385694Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:12.7416131Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:12.7469292Z return next(self.gen) 2025-10-14T22:29:12.7505068Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:12.9007944Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:12.9968306Z test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error) ... ok 2025-10-14T22:29:12.9971192Z test_cancellation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation) ... ok 2025-10-14T22:29:13.0194210Z test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg) ... ok 2025-10-14T22:29:13.0201968Z test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved) ... ok 2025-10-14T22:29:13.0203251Z test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation) ... ok 2025-10-14T22:29:13.0247215Z test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed) ... ok 2025-10-14T22:29:13.0248699Z test_error_and_cancel (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel) ... ok 2025-10-14T22:29:13.0261838Z test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_base_error) 2025-10-14T22:29:13.0286069Z Test that TaskGroup deletes self._base_error ... ok 2025-10-14T22:29:13.0293133Z test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_direct) 2025-10-14T22:29:13.0338539Z Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup ... ok 2025-10-14T22:29:13.0378839Z test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_errors) 2025-10-14T22:29:13.0419745Z Test that TaskGroup deletes self._errors, and __aexit__ args ... ok 2025-10-14T22:29:13.0462353Z test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task) 2025-10-14T22:29:13.0468178Z Test that TaskGroup deletes self._parent_task ... ok 2025-10-14T22:29:13.0484711Z test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task_wr) 2025-10-14T22:29:13.1761721Z Test that TaskGroup deletes self._parent_task and create_task() deletes task ... ok 2025-10-14T22:29:13.3303330Z test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_propagate_cancellation_error) 2025-10-14T22:29:13.4588914Z Test that TaskGroup deletes propagate_cancellation_error ... ok 2025-10-14T22:29:13.6772410Z test_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_name) ... ok 2025-10-14T22:29:13.7866494Z test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled) ... ok 2025-10-14T22:29:13.8802447Z test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01) ... ok 2025-10-14T22:29:13.9941089Z test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02) ... ok 2025-10-14T22:29:13.9961188Z test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03) ... ok 2025-10-14T22:29:13.9974819Z test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04) ... ok 2025-10-14T22:29:13.9980805Z test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07) ... ok 2025-10-14T22:29:14.0834088Z test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08) ... ok 2025-10-14T22:29:14.1927453Z test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09) ... ok 2025-10-14T22:29:14.2864871Z test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10) ... ok 2025-10-14T22:29:14.3263549Z test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11) ... ok 2025-10-14T22:29:14.3266583Z test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12) ... ok 2025-10-14T22:29:14.3267772Z test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13) ... ok 2025-10-14T22:29:14.4948504Z test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14) ... ok 2025-10-14T22:29:14.5933198Z test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15) ... ok 2025-10-14T22:29:14.5948433Z test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16) ... ok 2025-10-14T22:29:14.6431281Z test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17) ... ok 2025-10-14T22:29:14.6509656Z test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18) ... ok 2025-10-14T22:29:14.6511407Z test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19) ... ok 2025-10-14T22:29:14.6512376Z test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20) ... ok 2025-10-14T22:29:14.6513126Z test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a) ... ok 2025-10-14T22:29:14.6513885Z test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a) ... ok 2025-10-14T22:29:14.6514635Z test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22) ... ok 2025-10-14T22:29:14.6515416Z test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23) ... ok 2025-10-14T22:29:14.6516176Z test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24) ... ok 2025-10-14T22:29:14.6516886Z test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25) ... ok 2025-10-14T22:29:14.6517591Z test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered) ... ok 2025-10-14T22:29:14.6518381Z test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok 2025-10-14T22:29:14.6519209Z test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter) ... ok 2025-10-14T22:29:14.6520006Z test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished) ... ok 2025-10-14T22:29:14.6520801Z test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok 2025-10-14T22:29:14.6521683Z test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered) ... ok 2025-10-14T22:29:14.6522409Z test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context) ... ok 2025-10-14T22:29:14.6523408Z test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name) ... ok 2025-10-14T22:29:14.6524301Z test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task) ... ok 2025-10-14T22:29:14.6530797Z test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error) ... ok 2025-10-14T22:29:14.6532332Z test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation) ... ok 2025-10-14T22:29:14.6533337Z test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg) ... ok 2025-10-14T22:29:14.6543738Z test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved) ... ok 2025-10-14T22:29:14.6545191Z test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation) ... ok 2025-10-14T22:29:14.6546225Z test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed) ... ok 2025-10-14T22:29:14.6552606Z test_error_and_cancel (test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel) ... ok 2025-10-14T22:29:14.6554053Z test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error) 2025-10-14T22:29:14.6554981Z Test that TaskGroup deletes self._base_error ... ok 2025-10-14T22:29:14.6568200Z test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct) 2025-10-14T22:29:14.6569854Z Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup ... ok 2025-10-14T22:29:14.6570810Z test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_errors) 2025-10-14T22:29:14.6582064Z Test that TaskGroup deletes self._errors, and __aexit__ args ... ok 2025-10-14T22:29:14.6583434Z test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task) 2025-10-14T22:29:14.6584286Z Test that TaskGroup deletes self._parent_task ... ok 2025-10-14T22:29:14.6615237Z test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task_wr) 2025-10-14T22:29:14.6656401Z Test that TaskGroup deletes self._parent_task and create_task() deletes task ... ok 2025-10-14T22:29:14.6659886Z test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error) 2025-10-14T22:29:14.7039176Z Test that TaskGroup deletes propagate_cancellation_error ... ok 2025-10-14T22:29:14.7500147Z test_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_name) ... ok 2025-10-14T22:29:14.7503460Z test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled) ... ok 2025-10-14T22:29:14.7504540Z test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01) ... ok 2025-10-14T22:29:14.7505265Z test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02) ... ok 2025-10-14T22:29:14.7505958Z test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03) ... ok 2025-10-14T22:29:14.7506633Z test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04) ... ok 2025-10-14T22:29:14.7507321Z test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07) ... ok 2025-10-14T22:29:14.7508040Z test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08) ... ok 2025-10-14T22:29:14.7508729Z test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09) ... ok 2025-10-14T22:29:14.7509513Z test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10) ... ok 2025-10-14T22:29:14.7510507Z test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11) ... ok 2025-10-14T22:29:14.7511399Z test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12) ... ok 2025-10-14T22:29:14.7512222Z test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13) ... ok 2025-10-14T22:29:14.7513044Z test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14) ... ok 2025-10-14T22:29:14.7513883Z test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15) ... ok 2025-10-14T22:29:14.7514871Z test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16) ... ok 2025-10-14T22:29:14.7515582Z test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17) ... ok 2025-10-14T22:29:14.7516484Z test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18) ... ok 2025-10-14T22:29:14.7517271Z test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19) ... ok 2025-10-14T22:29:14.7518068Z test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20) ... ok 2025-10-14T22:29:14.7518920Z test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a) ... ok 2025-10-14T22:29:14.7519621Z test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a) ... ok 2025-10-14T22:29:14.7520535Z test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22) ... ok 2025-10-14T22:29:14.7521225Z test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23) ... ok 2025-10-14T22:29:14.7521978Z test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24) ... ok 2025-10-14T22:29:14.7522687Z test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25) ... ok 2025-10-14T22:29:14.7523507Z test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered) ... ok 2025-10-14T22:29:14.7524301Z test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok 2025-10-14T22:29:14.7525116Z test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter) ... ok 2025-10-14T22:29:14.7525891Z test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished) ... ok 2025-10-14T22:29:14.7526692Z test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok 2025-10-14T22:29:14.7527500Z test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered) ... ok 2025-10-14T22:29:14.7528273Z test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context) ... ok 2025-10-14T22:29:14.7529098Z test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name) ... ok 2025-10-14T22:29:14.7529921Z test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task) ... ok 2025-10-14T22:29:14.7530604Z 2025-10-14T22:29:14.7531234Z ---------------------------------------------------------------------- 2025-10-14T22:29:14.7531894Z Ran 96 tests in 14.385s 2025-10-14T22:29:14.7532348Z 2025-10-14T22:29:14.7532880Z OK 2025-10-14T22:29:14.7533609Z Warning -- files was modified by test.test_asyncio.test_taskgroups 2025-10-14T22:29:14.7535702Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:14.7537898Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:14.7539397Z 0:03:35 load avg: 8.82 [180/495/35] test_code_module passed 2025-10-14T22:29:14.7540048Z 0:03:35 load avg: 8.82 [181/495/35] test_csv passed 2025-10-14T22:29:14.7540667Z 0:03:35 load avg: 8.82 [182/495/35] test_wsgiref passed 2025-10-14T22:29:14.7541337Z 0:03:35 load avg: 8.82 [183/495/35] test_yield_from passed 2025-10-14T22:29:14.7541997Z 0:03:35 load avg: 8.82 [184/495/35] test_metaclass passed 2025-10-14T22:29:14.7542690Z 0:03:35 load avg: 8.82 [185/495/36] test_heapq failed (env changed) 2025-10-14T22:29:14.7543838Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8112æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8112æ' 2025-10-14T22:29:14.7544709Z Traceback (most recent call last): 2025-10-14T22:29:14.7545419Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:14.7546136Z os.mkdir(path) 2025-10-14T22:29:14.7546618Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:14.8034742Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8112æ' 2025-10-14T22:29:14.8338123Z Stack (most recent call last): 2025-10-14T22:29:14.8403525Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:14.8405161Z File "", line 88, in _run_code 2025-10-14T22:29:14.8447439Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:14.8449736Z main() 2025-10-14T22:29:14.8450973Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:14.8451732Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:14.8473463Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:14.8509923Z return next(self.gen) 2025-10-14T22:29:14.8559563Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:14.8561272Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:14.8567017Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8112æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8112æ' 2025-10-14T22:29:14.8569505Z Traceback (most recent call last): 2025-10-14T22:29:14.8570643Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:14.8571289Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:14.8572096Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:14.8572656Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8112æ' 2025-10-14T22:29:14.8573191Z Stack (most recent call last): 2025-10-14T22:29:14.8573659Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:14.8574143Z File "", line 88, in _run_code 2025-10-14T22:29:14.8574745Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:14.8575225Z main() 2025-10-14T22:29:14.8575705Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:14.8576390Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:14.8576915Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:14.8577406Z return next(self.gen) 2025-10-14T22:29:14.8579649Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:14.8608956Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:14.8654210Z test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing) ... ok 2025-10-14T22:29:14.8655891Z test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err) ... ok 2025-10-14T22:29:14.8658513Z test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap) ... ok 2025-10-14T22:29:14.9970762Z test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap_two_heaps) ... ok 2025-10-14T22:29:15.1522917Z test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap) ... ok 2025-10-14T22:29:15.1576544Z test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap) ... ok 2025-10-14T22:29:15.1857714Z test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args) ... ok 2025-10-14T22:29:15.1875329Z test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only) ... ok 2025-10-14T22:29:15.1881270Z test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence) ... ok 2025-10-14T22:29:15.1893050Z test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing) ... ok 2025-10-14T22:29:15.1931057Z test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err) ... ok 2025-10-14T22:29:15.2004390Z test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap) ... ok 2025-10-14T22:29:15.3078925Z test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap_two_heaps) ... ok 2025-10-14T22:29:15.3092261Z test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap) ... ok 2025-10-14T22:29:15.3113991Z test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap) ... ok 2025-10-14T22:29:15.3532952Z test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args) ... ok 2025-10-14T22:29:15.3590675Z test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only) ... ok 2025-10-14T22:29:15.3610966Z test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence) ... ok 2025-10-14T22:29:15.3612115Z test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator) ... ok 2025-10-14T22:29:15.3613129Z test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges) ... ok 2025-10-14T22:29:15.3613850Z test_heapify (test.test_heapq.TestHeapC.test_heapify) ... ok 2025-10-14T22:29:15.3614460Z test_heapify_max (test.test_heapq.TestHeapC.test_heapify_max) ... ok 2025-10-14T22:29:15.3617062Z test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max) ... ok 2025-10-14T22:29:15.3619577Z test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop) ... ok 2025-10-14T22:29:15.3622592Z test_heappushpop_max (test.test_heapq.TestHeapC.test_heappushpop_max) ... ok 2025-10-14T22:29:15.3623495Z test_heapsort (test.test_heapq.TestHeapC.test_heapsort) ... ok 2025-10-14T22:29:15.3625693Z test_heapsort_max (test.test_heapq.TestHeapC.test_heapsort_max) ... ok 2025-10-14T22:29:15.3626474Z test_max_push_pop (test.test_heapq.TestHeapC.test_max_push_pop) ... ok 2025-10-14T22:29:15.3627124Z test_merge (test.test_heapq.TestHeapC.test_merge) ... ok 2025-10-14T22:29:15.3650527Z test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error) ... ok 2025-10-14T22:29:15.3651452Z test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability) ... ok 2025-10-14T22:29:15.3652128Z test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest) ... ok 2025-10-14T22:29:15.3656407Z test_naive_nworst (test.test_heapq.TestHeapC.test_naive_nworst) ... ok 2025-10-14T22:29:15.3792690Z test_nbest (test.test_heapq.TestHeapC.test_nbest) ... ok 2025-10-14T22:29:15.3794386Z test_nbest_maxheap (test.test_heapq.TestHeapC.test_nbest_maxheap) ... ok 2025-10-14T22:29:15.3796202Z test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop) ... ok 2025-10-14T22:29:15.3847145Z test_nlargest (test.test_heapq.TestHeapC.test_nlargest) ... ok 2025-10-14T22:29:15.3893636Z test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest) ... ok 2025-10-14T22:29:15.3894949Z test_nworst (test.test_heapq.TestHeapC.test_nworst) ... ok 2025-10-14T22:29:15.3896448Z test_nworst_minheap (test.test_heapq.TestHeapC.test_nworst_minheap) ... ok 2025-10-14T22:29:15.3902160Z test_nworst_with_pushpop (test.test_heapq.TestHeapC.test_nworst_with_pushpop) ... ok 2025-10-14T22:29:15.3903764Z test_push_pop (test.test_heapq.TestHeapC.test_push_pop) ... ok 2025-10-14T22:29:15.3904939Z test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator) ... ok 2025-10-14T22:29:15.3907531Z test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges) ... ok 2025-10-14T22:29:15.3908521Z test_heapify (test.test_heapq.TestHeapPython.test_heapify) ... ok 2025-10-14T22:29:15.3909484Z test_heapify_max (test.test_heapq.TestHeapPython.test_heapify_max) ... ok 2025-10-14T22:29:15.3918936Z test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max) ... ok 2025-10-14T22:29:15.3921414Z test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop) ... ok 2025-10-14T22:29:15.3929005Z test_heappushpop_max (test.test_heapq.TestHeapPython.test_heappushpop_max) ... ok 2025-10-14T22:29:15.3934539Z test_heapsort (test.test_heapq.TestHeapPython.test_heapsort) ... ok 2025-10-14T22:29:15.3937118Z test_heapsort_max (test.test_heapq.TestHeapPython.test_heapsort_max) ... ok 2025-10-14T22:29:15.3965494Z test_max_push_pop (test.test_heapq.TestHeapPython.test_max_push_pop) ... ok 2025-10-14T22:29:15.4088800Z test_merge (test.test_heapq.TestHeapPython.test_merge) ... ok 2025-10-14T22:29:15.4169682Z test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error) ... ok 2025-10-14T22:29:15.4171420Z test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability) ... ok 2025-10-14T22:29:15.4282403Z test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest) ... ok 2025-10-14T22:29:15.5054297Z test_naive_nworst (test.test_heapq.TestHeapPython.test_naive_nworst) ... ok 2025-10-14T22:29:15.6302431Z test_nbest (test.test_heapq.TestHeapPython.test_nbest) ... ok 2025-10-14T22:29:15.7009628Z test_nbest_maxheap (test.test_heapq.TestHeapPython.test_nbest_maxheap) ... ok 2025-10-14T22:29:15.7013087Z test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop) ... ok 2025-10-14T22:29:15.7436808Z test_nlargest (test.test_heapq.TestHeapPython.test_nlargest) ... ok 2025-10-14T22:29:15.7617372Z test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest) ... ok 2025-10-14T22:29:15.7620473Z test_nworst (test.test_heapq.TestHeapPython.test_nworst) ... ok 2025-10-14T22:29:15.7667370Z test_nworst_minheap (test.test_heapq.TestHeapPython.test_nworst_minheap) ... ok 2025-10-14T22:29:15.7690353Z test_nworst_with_pushpop (test.test_heapq.TestHeapPython.test_nworst_with_pushpop) ... ok 2025-10-14T22:29:15.7901966Z test_push_pop (test.test_heapq.TestHeapPython.test_push_pop) ... ok 2025-10-14T22:29:15.7937200Z test_c_functions (test.test_heapq.TestModules.test_c_functions) ... ok 2025-10-14T22:29:15.7939995Z test_py_functions (test.test_heapq.TestModules.test_py_functions) ... ok 2025-10-14T22:29:15.9117892Z merge () 2025-10-14T22:29:16.1153587Z Doctest: merge ... ok 2025-10-14T22:29:16.1776904Z 2025-10-14T22:29:16.1885169Z ---------------------------------------------------------------------- 2025-10-14T22:29:16.1893221Z Ran 69 tests in 0.695s 2025-10-14T22:29:16.1894446Z 2025-10-14T22:29:16.2606508Z OK 2025-10-14T22:29:16.2727968Z Warning -- files was modified by test_heapq 2025-10-14T22:29:16.2741431Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:16.2791805Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:16.2799470Z 0:03:36 load avg: 8.82 [186/495/36] test_urllib passed 2025-10-14T22:29:16.2824552Z 0:03:37 load avg: 8.91 [187/495/36] test_zoneinfo passed 2025-10-14T22:29:16.3583812Z 0:03:37 load avg: 8.96 [188/495/36] test_strptime passed 2025-10-14T22:29:17.0659624Z 0:03:38 load avg: 8.96 [189/495/36] test_int passed 2025-10-14T22:29:18.7878501Z 0:03:40 load avg: 8.93 [190/495/36] test_eof passed 2025-10-14T22:29:19.5231952Z 0:03:40 load avg: 8.88 [191/495/36] test_urlparse passed 2025-10-14T22:29:19.7507382Z 0:03:41 load avg: 8.88 [192/495/36] test_pwd skipped 2025-10-14T22:29:19.7544853Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6896æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6896æ' 2025-10-14T22:29:19.8467039Z Traceback (most recent call last): 2025-10-14T22:29:19.9465796Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:19.9470995Z os.mkdir(path) 2025-10-14T22:29:19.9471933Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:19.9592176Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6896æ' 2025-10-14T22:29:19.9594383Z Stack (most recent call last): 2025-10-14T22:29:19.9595199Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:19.9634517Z File "", line 88, in _run_code 2025-10-14T22:29:19.9642213Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:19.9658835Z main() 2025-10-14T22:29:19.9711332Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:19.9750474Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:20.0371906Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:20.2277132Z return next(self.gen) 2025-10-14T22:29:20.2525062Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:20.2977730Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:20.2999967Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6896æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6896æ' 2025-10-14T22:29:20.3001797Z Traceback (most recent call last): 2025-10-14T22:29:20.3227117Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:20.3229630Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:20.3230643Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:20.4438464Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6896æ' 2025-10-14T22:29:20.5080313Z Stack (most recent call last): 2025-10-14T22:29:20.5116766Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:20.5379966Z File "", line 88, in _run_code 2025-10-14T22:29:20.5581142Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:20.7339453Z main() 2025-10-14T22:29:20.7500350Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:20.7539947Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:20.7594164Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:20.7597508Z return next(self.gen) 2025-10-14T22:29:20.9323715Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:20.9527619Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:20.9557540Z test_pwd skipped -- No module named 'pwd' 2025-10-14T22:29:20.9588561Z 0:03:41 load avg: 8.88 [193/495/36] test_resource skipped 2025-10-14T22:29:20.9658066Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5136æ' 2025-10-14T22:29:21.1124668Z Traceback (most recent call last): 2025-10-14T22:29:21.1607824Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:21.1676179Z os.mkdir(path) 2025-10-14T22:29:21.1678876Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:21.1680135Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5136æ' 2025-10-14T22:29:21.3173944Z Stack (most recent call last): 2025-10-14T22:29:21.3609251Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:21.3985530Z File "", line 88, in _run_code 2025-10-14T22:29:21.3993773Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:21.4000152Z main() 2025-10-14T22:29:21.4012155Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:21.4040734Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:21.4075960Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:21.5050061Z return next(self.gen) 2025-10-14T22:29:21.5056659Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:21.5062520Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:21.5077233Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5136æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5136æ' 2025-10-14T22:29:21.5116185Z Traceback (most recent call last): 2025-10-14T22:29:21.5151867Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:21.6007147Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:21.6018495Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:21.6024380Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5136æ' 2025-10-14T22:29:21.6065344Z Stack (most recent call last): 2025-10-14T22:29:21.6067874Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:21.6068763Z File "", line 88, in _run_code 2025-10-14T22:29:21.6126755Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:21.6174929Z main() 2025-10-14T22:29:21.6210329Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:21.6394023Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:21.6399202Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:21.6401426Z return next(self.gen) 2025-10-14T22:29:21.6419468Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:21.6422257Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:21.6424138Z test_resource skipped -- No module named 'resource' 2025-10-14T22:29:21.6739717Z 0:03:42 load avg: 8.86 [194/495/37] test.test_asyncio.test_events failed (env changed) 2025-10-14T22:29:21.6743449Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4480æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4480æ' 2025-10-14T22:29:21.6745393Z Traceback (most recent call last): 2025-10-14T22:29:21.6764145Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:21.6766812Z os.mkdir(path) 2025-10-14T22:29:21.6768405Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:21.7072615Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4480æ' 2025-10-14T22:29:21.7172322Z Stack (most recent call last): 2025-10-14T22:29:21.7178560Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:21.7234275Z File "", line 88, in _run_code 2025-10-14T22:29:21.7270105Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:21.7562563Z main() 2025-10-14T22:29:21.7574441Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:21.7581378Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:21.7606241Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:21.7608264Z return next(self.gen) 2025-10-14T22:29:21.7609336Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:21.7933489Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:21.7936953Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4480æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4480æ' 2025-10-14T22:29:21.7938036Z Traceback (most recent call last): 2025-10-14T22:29:21.8232647Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:21.8239517Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:21.8268603Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:21.8271429Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4480æ' 2025-10-14T22:29:21.8272371Z Stack (most recent call last): 2025-10-14T22:29:21.8284698Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:21.8297884Z File "", line 88, in _run_code 2025-10-14T22:29:21.8299867Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:21.8325881Z main() 2025-10-14T22:29:21.8624075Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:21.8631757Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:21.8634158Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:21.8970418Z return next(self.gen) 2025-10-14T22:29:21.8975198Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:21.8976640Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:21.8994908Z test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented) ... ok 2025-10-14T22:29:21.8997078Z test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async) ... ok 2025-10-14T22:29:21.8998449Z test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception) ... ok 2025-10-14T22:29:21.9313759Z test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting) ... ok 2025-10-14T22:29:21.9316735Z test_handle (test.test_asyncio.test_events.HandleTests.test_handle) ... ok 2025-10-14T22:29:21.9317706Z test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr) ... ok 2025-10-14T22:29:21.9335319Z test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug) ... ok 2025-10-14T22:29:21.9340597Z test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback) ... ok 2025-10-14T22:29:21.9385214Z test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref) ... ok 2025-10-14T22:29:21.9419787Z test_abstract_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_abstract_event_loop_policy_deprecation) ... ok 2025-10-14T22:29:21.9660029Z test_default_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_default_event_loop_policy_deprecation) ... ok 2025-10-14T22:29:21.9666347Z test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy) ... ok 2025-10-14T22:29:21.9669032Z test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop) ... ok 2025-10-14T22:29:21.9710798Z test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none) ... ok 2025-10-14T22:29:21.9713496Z test_get_event_loop_does_not_call_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_does_not_call_set_event_loop) ... ok 2025-10-14T22:29:21.9715581Z test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy) ... ok 2025-10-14T22:29:22.0041458Z test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread) ... ok 2025-10-14T22:29:22.0044272Z test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop) ... ok 2025-10-14T22:29:22.0045362Z test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop) ... ok 2025-10-14T22:29:22.0066230Z test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy) ... ok 2025-10-14T22:29:22.0068345Z test_add_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_fds_after_closing) ... ok 2025-10-14T22:29:22.0070126Z test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' 2025-10-14T22:29:22.0380646Z test_bidirectional_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:22.0388731Z test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later) ... ok 2025-10-14T22:29:22.0438769Z test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon) ... ok 2025-10-14T22:29:22.0498333Z test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe) ... ok 2025-10-14T22:29:22.1467223Z test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation) ... ok 2025-10-14T22:29:22.1495389Z test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled) ... ok 2025-10-14T22:29:22.1787220Z test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread) ... ok 2025-10-14T22:29:22.2212923Z test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread) ... ok 2025-10-14T22:29:22.2220254Z test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok 2025-10-14T22:29:22.2257460Z test_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_close) ... ok 2025-10-14T22:29:22.2592839Z test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests.test_close_running_event_loop) ... ok 2025-10-14T22:29:22.2638706Z test_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket) ... ok 2025-10-14T22:29:22.3207865Z test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok 2025-10-14T22:29:22.3256508Z test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection) ... ok 2025-10-14T22:29:22.3298074Z test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr) ... ok 2025-10-14T22:29:22.3651421Z test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_in_use) ... ok 2025-10-14T22:29:22.4321195Z test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok 2025-10-14T22:29:22.4366448Z test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok 2025-10-14T22:29:22.4370547Z test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint) ... ok 2025-10-14T22:29:22.4372665Z test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok 2025-10-14T22:29:22.4689885Z test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_sock) ... ok 2025-10-14T22:29:22.4713047Z test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server) ... ok 2025-10-14T22:29:22.4765877Z test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_addr_in_use) ... ok 2025-10-14T22:29:22.4769439Z test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_dual_stack) ... ok 2025-10-14T22:29:22.4771545Z test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok 2025-10-14T22:29:22.4825616Z test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok 2025-10-14T22:29:22.5143783Z test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' 2025-10-14T22:29:22.5147091Z test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_sock) ... ok 2025-10-14T22:29:22.6083760Z test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl) ... ok 2025-10-14T22:29:22.6828515Z test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_match_failed) ... ok 2025-10-14T22:29:22.6832300Z test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verified) ... ok 2025-10-14T22:29:22.6834686Z test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verify_failed) ... ok 2025-10-14T22:29:22.6861530Z test_create_server_trsock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_trsock) ... ok 2025-10-14T22:29:22.6867826Z test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_connection) ... ok 2025-10-14T22:29:22.6913892Z test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.6950059Z test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.7929778Z test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.8111756Z test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.8717248Z test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.8721369Z test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.8725511Z test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:22.8737578Z test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.ProactorEventLoopTests.test_datagram_send_to_non_listening_address) ... ok 2025-10-14T22:29:22.8786492Z test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests.test_internal_fds) ... skipped 'loop is not a BaseSelectorEventLoop' 2025-10-14T22:29:22.8822073Z test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests.test_prompt_cancellation) ... ok 2025-10-14T22:29:23.0082426Z test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.0536632Z test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.0540546Z test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:29:23.0542246Z test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback_cancel) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:29:23.0555919Z test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_remove_fds_after_closing) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:29:23.0561953Z test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor) ... ok 2025-10-14T22:29:23.0606870Z test_run_in_executor_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor_cancel) ... ok 2025-10-14T22:29:23.0645675Z test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete) ... ok 2025-10-14T22:29:23.1380390Z test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_nesting) ... ok 2025-10-14T22:29:23.2481252Z test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_stopped) ... ok 2025-10-14T22:29:23.2485233Z test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_server_close) ... ok 2025-10-14T22:29:23.2487002Z test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' 2025-10-14T22:29:23.2501320Z test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' 2025-10-14T22:29:23.5034178Z test_ssl_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:29:23.5559181Z test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_after_finish) ... ok 2025-10-14T22:29:23.5562364Z test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_client_stream) ... ok 2025-10-14T22:29:23.5565319Z test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec) ... ok 2025-10-14T22:29:23.5634535Z test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec_invalid_args) ... ok 2025-10-14T22:29:23.5636099Z test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exitcode) ... ok 2025-10-14T22:29:23.5636999Z test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_interactive) ... ok 2025-10-14T22:29:23.5745412Z test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_kill) ... ok 2025-10-14T22:29:23.5747118Z test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_send_signal) ... skipped "Don't have SIGHUP" 2025-10-14T22:29:23.5748234Z test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell) ... ok 2025-10-14T22:29:23.7046598Z test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell_invalid_args) ... ok 2025-10-14T22:29:23.7120309Z test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr) ... ok 2025-10-14T22:29:23.7125502Z test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok 2025-10-14T22:29:23.7126742Z test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_terminate) ... ok 2025-10-14T22:29:23.7139889Z test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_wait_no_same_group) ... ok 2025-10-14T22:29:23.7141274Z test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests.test_timeout_rounding) ... ok 2025-10-14T22:29:23.7142296Z test_unclosed_pipe_transport (test.test_asyncio.test_events.ProactorEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.7446217Z test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.7451473Z test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.7452572Z test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.7535375Z test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback) ... skipped 'IocpEventLoop does not have add_writer()' 2025-10-14T22:29:23.7537060Z test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback_cancel) ... skipped 'IocpEventLoop does not have add_writer()' 2025-10-14T22:29:23.7537992Z test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing) ... ok 2025-10-14T22:29:23.7748400Z test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' 2025-10-14T22:29:23.7750220Z test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:23.7751110Z test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later) ... ok 2025-10-14T22:29:23.7761370Z test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon) ... ok 2025-10-14T22:29:23.7762703Z test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe) ... ok 2025-10-14T22:29:23.7763628Z test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation) ... ok 2025-10-14T22:29:23.7793726Z test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled) ... ok 2025-10-14T22:29:23.7824439Z test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread) ... ok 2025-10-14T22:29:23.7825573Z test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread) ... ok 2025-10-14T22:29:23.7910058Z test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok 2025-10-14T22:29:29.7888679Z test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close) ... ok 2025-10-14T22:29:29.7891090Z test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop) ... ok 2025-10-14T22:29:29.8100462Z test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket) ... ok 2025-10-14T22:29:29.8148224Z test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok 2025-10-14T22:29:29.8197884Z test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection) ... ok 2025-10-14T22:29:29.8525523Z test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr) ... ok 2025-10-14T22:29:29.9284512Z test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use) ... ok 2025-10-14T22:29:30.0540673Z test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok 2025-10-14T22:29:30.1316142Z test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok 2025-10-14T22:29:35.2874524Z test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint) ... ok 2025-10-14T22:29:35.2875589Z test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok 2025-10-14T22:29:35.2876263Z test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock) ... ok 2025-10-14T22:29:35.2876918Z test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server) ... ok 2025-10-14T22:29:35.2877561Z test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use) ... ok 2025-10-14T22:29:35.2878234Z test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack) ... ok 2025-10-14T22:29:35.2879045Z test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok 2025-10-14T22:29:35.2879787Z test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok 2025-10-14T22:29:35.2880458Z test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' 2025-10-14T22:29:35.2881057Z test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock) ... ok 2025-10-14T22:29:35.2881595Z test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl) ... ok 2025-10-14T22:29:35.2882196Z test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed) ... ok 2025-10-14T22:29:35.2882872Z test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified) ... ok 2025-10-14T22:29:35.2883653Z test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed) ... ok 2025-10-14T22:29:35.2884246Z test_create_server_trsock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock) ... ok 2025-10-14T22:29:35.2884816Z test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection) ... ok 2025-10-14T22:29:35.2885410Z test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2886166Z test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2886839Z test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2887506Z test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2888200Z test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2888904Z test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2889645Z test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' 2025-10-14T22:29:35.2890425Z test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address) ... ok 2025-10-14T22:29:35.2891031Z test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds) ... ok 2025-10-14T22:29:35.2891612Z test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation) ... ok 2025-10-14T22:29:35.2892216Z test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2892841Z test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2893466Z test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback) ... ok 2025-10-14T22:29:35.2894018Z test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing) ... ok 2025-10-14T22:29:35.2894560Z test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor) ... ok 2025-10-14T22:29:35.2895095Z test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel) ... ok 2025-10-14T22:29:35.2895645Z test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete) ... ok 2025-10-14T22:29:35.2896262Z test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting) ... ok 2025-10-14T22:29:35.2896855Z test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped) ... ok 2025-10-14T22:29:35.2897437Z test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close) ... ok 2025-10-14T22:29:35.2898039Z test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' 2025-10-14T22:29:35.2898715Z test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' 2025-10-14T22:29:35.2899369Z test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:29:35.2900213Z test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding) ... ok 2025-10-14T22:29:35.2900851Z test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2901511Z test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2902179Z test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2903016Z test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:29:35.2903601Z test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback) ... ok 2025-10-14T22:29:35.2904166Z test_close (test.test_asyncio.test_events.TestAbstractServer.test_close) ... ok 2025-10-14T22:29:35.2904678Z test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop) ... ok 2025-10-14T22:29:35.2905216Z test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed) ... ok 2025-10-14T22:29:35.2905812Z test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop) ... ok 2025-10-14T22:29:35.2906468Z test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok 2025-10-14T22:29:35.2907109Z test_get_running_loop_already_running (test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running) ... ok 2025-10-14T22:29:35.2907772Z test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop) ... ok 2025-10-14T22:29:35.2908457Z test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok 2025-10-14T22:29:35.2909109Z test_get_running_loop_already_running (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running) ... ok 2025-10-14T22:29:35.2909760Z test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop) ... ok 2025-10-14T22:29:35.2910226Z test_hash (test.test_asyncio.test_events.TimerTests.test_hash) ... ok 2025-10-14T22:29:35.2910723Z test_timer (test.test_asyncio.test_events.TimerTests.test_timer) ... ok 2025-10-14T22:29:35.2911330Z test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison) ... ok 2025-10-14T22:29:35.2911850Z test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr) ... ok 2025-10-14T22:29:35.2912393Z test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug) ... ok 2025-10-14T22:29:35.2912926Z test_when (test.test_asyncio.test_events.TimerTests.test_when) ... ok 2025-10-14T22:29:35.2913248Z 2025-10-14T22:29:35.2913638Z ---------------------------------------------------------------------- 2025-10-14T22:29:35.2914070Z Ran 182 tests in 26.166s 2025-10-14T22:29:35.2914282Z 2025-10-14T22:29:35.2914582Z OK (skipped=43) 2025-10-14T22:29:35.2914988Z Warning -- files was modified by test.test_asyncio.test_events 2025-10-14T22:29:35.2916737Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6416_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:35.2918604Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:35.2919867Z 0:03:56 load avg: 8.90 [195/495/37] test_gzip passed 2025-10-14T22:29:35.3905908Z 0:03:56 load avg: 8.90 [196/495/37] test.test_asyncio.test_base_events passed 2025-10-14T22:29:35.3911812Z 0:03:56 load avg: 8.90 [197/495/37] test_trace passed 2025-10-14T22:29:35.3979817Z 0:03:56 load avg: 8.90 [198/495/37] test_abc passed 2025-10-14T22:29:35.4580314Z 0:03:56 load avg: 8.90 [199/495/37] test_ipaddress passed 2025-10-14T22:29:35.4635810Z 0:03:56 load avg: 8.90 [200/495/37] test_urllib2net passed 2025-10-14T22:29:35.4654756Z 0:03:56 load avg: 8.90 [201/495/37] test_generator_stop passed 2025-10-14T22:29:35.4705913Z 0:03:56 load avg: 8.90 [202/495/37] test_frame passed 2025-10-14T22:29:35.5328664Z 0:03:56 load avg: 8.90 [203/495/38] test_gc failed (env changed) 2025-10-14T22:29:35.5366135Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7132æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7132æ' 2025-10-14T22:29:35.5586856Z Traceback (most recent call last): 2025-10-14T22:29:35.5690258Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:35.5724551Z os.mkdir(path) 2025-10-14T22:29:35.5736060Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:35.5773076Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7132æ' 2025-10-14T22:29:35.6150813Z Stack (most recent call last): 2025-10-14T22:29:35.6196883Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:35.6467388Z File "", line 88, in _run_code 2025-10-14T22:29:35.6505477Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:35.6534857Z main() 2025-10-14T22:29:35.6551259Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:35.6612814Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:35.7238691Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:35.7278308Z return next(self.gen) 2025-10-14T22:29:35.7298818Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:35.7312889Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:35.7345184Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7132æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7132æ' 2025-10-14T22:29:35.7509866Z Traceback (most recent call last): 2025-10-14T22:29:35.7785038Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:35.7789576Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:35.7791203Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:35.8169982Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7132æ' 2025-10-14T22:29:35.8213079Z Stack (most recent call last): 2025-10-14T22:29:35.8214487Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:35.8388924Z File "", line 88, in _run_code 2025-10-14T22:29:35.8494148Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:35.8495679Z main() 2025-10-14T22:29:35.8500102Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:35.8553775Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:35.8587914Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:35.8732607Z return next(self.gen) 2025-10-14T22:29:35.9132135Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:35.9135341Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:35.9136426Z test_collect (test.test_gc.GCCallbackTests.test_collect) ... ok 2025-10-14T22:29:35.9149866Z test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage) ... ok 2025-10-14T22:29:35.9151479Z test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation) ... ok 2025-10-14T22:29:35.9152442Z test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) ... skipped 'built with -NDEBUG' 2025-10-14T22:29:35.9319038Z test_boom (test.test_gc.GCTests.test_boom) ... ok 2025-10-14T22:29:35.9665388Z test_boom2 (test.test_gc.GCTests.test_boom2) ... ok 2025-10-14T22:29:35.9745479Z test_bug1055820b (test.test_gc.GCTests.test_bug1055820b) ... ok 2025-10-14T22:29:35.9805581Z test_bug21435 (test.test_gc.GCTests.test_bug21435) ... ok 2025-10-14T22:29:35.9809157Z test_class (test.test_gc.GCTests.test_class) ... ok 2025-10-14T22:29:35.9828390Z test_collect_generations (test.test_gc.GCTests.test_collect_generations) ... ok 2025-10-14T22:29:35.9864276Z test_datetime_weakref_cycle (test.test_gc.GCTests.test_datetime_weakref_cycle) ... ok 2025-10-14T22:29:35.9886321Z test_deferred_refcount_frozen (test.test_gc.GCTests.test_deferred_refcount_frozen) ... ok 2025-10-14T22:29:36.0077110Z test_del (test.test_gc.GCTests.test_del) ... ok 2025-10-14T22:29:36.0517953Z test_del_newclass (test.test_gc.GCTests.test_del_newclass) ... ok 2025-10-14T22:29:36.0566454Z test_dict (test.test_gc.GCTests.test_dict) ... ok 2025-10-14T22:29:36.0891053Z test_do_not_cleanup_type_subclasses_before_finalization (test.test_gc.GCTests.test_do_not_cleanup_type_subclasses_before_finalization) ... ok 2025-10-14T22:29:36.1115146Z test_frame (test.test_gc.GCTests.test_frame) ... ok 2025-10-14T22:29:36.1116924Z test_freeze (test.test_gc.GCTests.test_freeze) ... ok 2025-10-14T22:29:36.1471437Z test_function (test.test_gc.GCTests.test_function) ... ok 2025-10-14T22:29:36.2575552Z test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state) ... ok 2025-10-14T22:29:36.3209722Z test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown) ... ok 2025-10-14T22:29:36.3627092Z test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown) ... ok 2025-10-14T22:29:36.3719454Z test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown) ... ok 2025-10-14T22:29:36.3722163Z test_get_count (test.test_gc.GCTests.test_get_count) ... ok 2025-10-14T22:29:36.3943931Z test_get_objects (test.test_gc.GCTests.test_get_objects) ... ok 2025-10-14T22:29:36.4045376Z test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments) ... ok 2025-10-14T22:29:36.4051343Z test_get_objects_during_gc (test.test_gc.GCTests.test_get_objects_during_gc) ... ok 2025-10-14T22:29:36.4260494Z test_get_objects_generations (test.test_gc.GCTests.test_get_objects_generations) ... ok 2025-10-14T22:29:36.4296050Z test_get_referents (test.test_gc.GCTests.test_get_referents) ... ok 2025-10-14T22:29:36.4589378Z test_get_referents_on_capsule (test.test_gc.GCTests.test_get_referents_on_capsule) ... ok 2025-10-14T22:29:36.4636220Z test_get_stats (test.test_gc.GCTests.test_get_stats) ... ok 2025-10-14T22:29:36.4641315Z test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit) ... ok 2025-10-14T22:29:36.4686508Z test_instance (test.test_gc.GCTests.test_instance) ... ok 2025-10-14T22:29:36.4725787Z test_is_finalized (test.test_gc.GCTests.test_is_finalized) ... ok 2025-10-14T22:29:36.4965326Z test_is_tracked (test.test_gc.GCTests.test_is_tracked) ... ok 2025-10-14T22:29:36.5029302Z test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer) ... ok 2025-10-14T22:29:36.5076902Z test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass) ... ok 2025-10-14T22:29:36.5312315Z test_list (test.test_gc.GCTests.test_list) ... ok 2025-10-14T22:29:36.5320106Z test_method (test.test_gc.GCTests.test_method) ... ok 2025-10-14T22:29:36.5740016Z test_newinstance (test.test_gc.GCTests.test_newinstance) ... ok 2025-10-14T22:29:36.5763175Z test_newstyleclass (test.test_gc.GCTests.test_newstyleclass) ... ok 2025-10-14T22:29:36.5782008Z test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects) ... ok 2025-10-14T22:29:36.6445540Z test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive) ... ok 2025-10-14T22:29:36.8196066Z test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object) ... ok 2025-10-14T22:29:36.9074197Z test_saveall (test.test_gc.GCTests.test_saveall) ... ok 2025-10-14T22:29:36.9093672Z test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear) ... ok 2025-10-14T22:29:36.9125651Z test_trashcan (test.test_gc.GCTests.test_trashcan) ... ok 2025-10-14T22:29:36.9212968Z test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads) ... ok 2025-10-14T22:29:36.9881742Z test_traverse_frozen_objects (test.test_gc.GCTests.test_traverse_frozen_objects) ... ok 2025-10-14T22:29:37.0320465Z test_tuple (test.test_gc.GCTests.test_tuple) ... ok 2025-10-14T22:29:37.0331734Z test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c) ... ok 2025-10-14T22:29:37.0361271Z test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d) ... ok 2025-10-14T22:29:37.0430388Z test_indirect_calls_with_gc_disabled (test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled) ... ok 2025-10-14T22:29:37.0497029Z test_incremental_gc_handles_fast_cycle_creation (test.test_gc.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation) ... test_incremental_gc_handles_fast_cycle_creation (__main__.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation) ... ok 2025-10-14T22:29:37.1322701Z 2025-10-14T22:29:37.2239994Z ---------------------------------------------------------------------- 2025-10-14T22:29:37.2246816Z Ran 1 test in 0.312s 2025-10-14T22:29:37.2248034Z 2025-10-14T22:29:37.2394152Z OK 2025-10-14T22:29:37.2400307Z ok 2025-10-14T22:29:37.2431263Z test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini) ... ok 2025-10-14T22:29:37.2462520Z test_warnings_fini (test.test_gc.PythonFinalizationTests.test_warnings_fini) ... ok 2025-10-14T22:29:37.2480581Z 2025-10-14T22:29:37.2898486Z ---------------------------------------------------------------------- 2025-10-14T22:29:37.2902325Z Ran 56 tests in 3.467s 2025-10-14T22:29:37.2905849Z 2025-10-14T22:29:37.2930350Z OK (skipped=1) 2025-10-14T22:29:37.2949415Z Warning -- files was modified by test_gc 2025-10-14T22:29:37.2981410Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:37.3397802Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'packageæ/', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:37.3403343Z 0:03:56 load avg: 8.90 [204/495/38] test_argparse passed 2025-10-14T22:29:37.3416590Z 0:03:57 load avg: 8.93 [205/495/39] test_tempfile failed (env changed) 2025-10-14T22:29:37.3447564Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4032æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4032æ' 2025-10-14T22:29:37.3486420Z Traceback (most recent call last): 2025-10-14T22:29:37.3770527Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:37.4273842Z os.mkdir(path) 2025-10-14T22:29:37.5209204Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:37.5940537Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4032æ' 2025-10-14T22:29:37.5958725Z Stack (most recent call last): 2025-10-14T22:29:37.5960182Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:37.5961388Z File "", line 88, in _run_code 2025-10-14T22:29:37.6072116Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:37.6075325Z main() 2025-10-14T22:29:37.6086730Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:37.6110661Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:37.6161143Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:37.6194557Z return next(self.gen) 2025-10-14T22:29:37.6195813Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:37.6198130Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:37.6271092Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4032æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4032æ' 2025-10-14T22:29:37.6273507Z Traceback (most recent call last): 2025-10-14T22:29:37.6274805Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:37.6643699Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:37.6645455Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:37.6646490Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4032æ' 2025-10-14T22:29:37.6658885Z Stack (most recent call last): 2025-10-14T22:29:37.6660250Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:37.6661109Z File "", line 88, in _run_code 2025-10-14T22:29:37.7046269Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:37.7109916Z main() 2025-10-14T22:29:37.7115904Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:37.7140693Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:37.7171445Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:37.7271371Z return next(self.gen) 2025-10-14T22:29:37.7681183Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:37.7733801Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:37.7769963Z test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list) ... ok 2025-10-14T22:29:37.8066791Z test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs) ... ok 2025-10-14T22:29:37.8073210Z test_exports (test.test_tempfile.TestExports.test_exports) ... ok 2025-10-14T22:29:37.8075295Z test_retval (test.test_tempfile.TestGetCandidateNames.test_retval) ... ok 2025-10-14T22:29:37.8763041Z test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing) ... ok 2025-10-14T22:29:37.8807286Z test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind) ... ok 2025-10-14T22:29:37.8812611Z test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive) ... ok 2025-10-14T22:29:37.8917205Z test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists) ... ok 2025-10-14T22:29:37.8952705Z test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable) ... ok 2025-10-14T22:29:37.9256581Z test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing) ... ok 2025-10-14T22:29:37.9975336Z test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template) ... ok 2025-10-14T22:29:38.0096292Z test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template) ... ok 2025-10-14T22:29:38.1764567Z test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples) ... ok 2025-10-14T22:29:38.1808450Z test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none) ... ok 2025-10-14T22:29:38.2086702Z test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib) ... ok 2025-10-14T22:29:38.2505088Z test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike) ... ok 2025-10-14T22:29:38.2544077Z test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles) ... ok 2025-10-14T22:29:38.2865903Z test_basic (test.test_tempfile.TestMkdtemp.test_basic) ... ok 2025-10-14T22:29:38.2929424Z test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many) ... ok 2025-10-14T22:29:38.2972597Z test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names) ... ok 2025-10-14T22:29:38.3357512Z test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory) ... ok 2025-10-14T22:29:38.3360748Z test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory) ... ok 2025-10-14T22:29:38.3362013Z test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file) ... ok 2025-10-14T22:29:38.3700276Z test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok 2025-10-14T22:29:38.3734926Z test_mode (test.test_tempfile.TestMkdtemp.test_mode) ... ok 2025-10-14T22:29:38.3772772Z test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) ... ok 2025-10-14T22:29:38.4074529Z test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory) ... ok 2025-10-14T22:29:38.4158621Z test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory) ... ok 2025-10-14T22:29:38.4162009Z test_path_is_absolute (test.test_tempfile.TestMkdtemp.test_path_is_absolute) ... ok 2025-10-14T22:29:38.4498365Z test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) ... skipped "can't set the directory read-only" 2025-10-14T22:29:38.4537583Z test_basic (test.test_tempfile.TestMkstemp.test_basic) ... ok 2025-10-14T22:29:38.4576128Z test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names) ... ok 2025-10-14T22:29:38.4959288Z test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory) ... ok 2025-10-14T22:29:38.4961235Z test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok 2025-10-14T22:29:38.4962335Z test_basic (test.test_tempfile.TestMkstempInner.test_basic) ... ok 2025-10-14T22:29:38.5298047Z test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many) ... ok 2025-10-14T22:29:38.6021343Z test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names) ... ok 2025-10-14T22:29:38.7051504Z test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory) ... ok 2025-10-14T22:29:38.7271034Z test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory) ... ok 2025-10-14T22:29:38.7389875Z test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file) ... ok 2025-10-14T22:29:38.7460214Z test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode) ... ok 2025-10-14T22:29:38.7532506Z test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit) ... ok 2025-10-14T22:29:38.8014703Z test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory) ... ok 2025-10-14T22:29:38.8080943Z test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory) ... ok 2025-10-14T22:29:38.8147545Z test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) ... skipped "can't set the directory read-only" 2025-10-14T22:29:38.8736283Z test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) ... ok 2025-10-14T22:29:38.9341085Z test_basic (test.test_tempfile.TestMktemp.test_basic) ... ok 2025-10-14T22:29:39.0842575Z test_many (test.test_tempfile.TestMktemp.test_many) ... ok 2025-10-14T22:29:39.0911546Z test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding) ... ok 2025-10-14T22:29:39.1076182Z test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode) ... ok 2025-10-14T22:29:39.1259631Z test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic) ... ok 2025-10-14T22:29:39.1556690Z test_context_man_not_del_if_delete_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false) ... ok 2025-10-14T22:29:39.1563597Z test_context_man_not_del_on_close_if_delete_on_close_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false) ... ok 2025-10-14T22:29:39.1630101Z test_context_man_ok_to_delete_manually (test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually) ... ok 2025-10-14T22:29:39.1668227Z test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager) ... ok 2025-10-14T22:29:39.1707062Z test_correct_finalizer_work_if_already_deleted (test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted) ... ok 2025-10-14T22:29:39.2305296Z test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named) ... ok 2025-10-14T22:29:39.2625395Z test_del_by_finalizer (test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer) ... ok 2025-10-14T22:29:39.2647742Z test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close) ... ok 2025-10-14T22:29:39.2652520Z test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close) ... ok 2025-10-14T22:29:39.2689683Z test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter) ... ok 2025-10-14T22:29:39.2781211Z test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup) ... ok 2025-10-14T22:29:39.2788233Z test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close) ... ok 2025-10-14T22:29:39.2906740Z test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error) ... ok 2025-10-14T22:29:39.3648753Z test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str) ... ok 2025-10-14T22:29:39.3739772Z test_many (test.test_tempfile.TestRandomNameSequence.test_many) ... ok 2025-10-14T22:29:39.3752889Z test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness) ... skipped 'requires working os.fork()' 2025-10-14T22:29:39.3930516Z test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic) ... ok 2025-10-14T22:29:39.4038199Z test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods) ... ok 2025-10-14T22:29:39.4074105Z test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem) ... ok 2025-10-14T22:29:39.4257566Z test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover) ... ok 2025-10-14T22:29:39.4501215Z test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover) ... ok 2025-10-14T22:29:39.4528516Z test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover) ... ok 2025-10-14T22:29:39.4569312Z test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close) ... ok 2025-10-14T22:29:39.4633847Z test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file) ... ok 2025-10-14T22:29:39.5487759Z test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file) ... ok 2025-10-14T22:29:39.5662595Z test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno) ... ok 2025-10-14T22:29:39.5666691Z test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface) ... ok 2025-10-14T22:29:39.5715881Z test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase) ... ok 2025-10-14T22:29:39.5810594Z test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover) ... ok 2025-10-14T22:29:39.5826800Z test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover) ... ok 2025-10-14T22:29:39.5838142Z test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties) ... ok 2025-10-14T22:29:39.5868661Z test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small) ... ok 2025-10-14T22:29:39.6349710Z test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse) ... ok 2025-10-14T22:29:39.6746833Z test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode) ... ok 2025-10-14T22:29:39.6764960Z test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding) ... ok 2025-10-14T22:29:39.7052287Z test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter) ... ok 2025-10-14T22:29:39.7423836Z test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential) ... ok 2025-10-14T22:29:39.7621787Z test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines) ... ok 2025-10-14T22:29:39.7639070Z test_writelines_fast_path (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path) ... ok 2025-10-14T22:29:39.7704225Z test_writelines_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover) ... ok 2025-10-14T22:29:39.7775606Z test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential) ... ok 2025-10-14T22:29:39.8091508Z test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) ... skipped 'requires os.chflags' 2025-10-14T22:29:39.8429117Z test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes) ... ok 2025-10-14T22:29:39.8437839Z test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory) ... ok 2025-10-14T22:29:39.8451605Z test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) ... ok 2025-10-14T22:29:39.8607913Z test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager) ... ok 2025-10-14T22:29:39.8660928Z test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection) ... ok 2025-10-14T22:29:39.8879173Z test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors) 2025-10-14T22:29:39.9039657Z Test that ignoring errors works when TemporaryDirectory is gced. ... ok 2025-10-14T22:29:39.9714762Z test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown) ... ok 2025-10-14T22:29:39.9814512Z test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors) 2025-10-14T22:29:40.0305049Z Test ignoring errors works when a tempdir is gc'ed on shutdown. ... ok 2025-10-14T22:29:40.0445799Z test_delete_false (test.test_tempfile.TestTemporaryDirectory.test_delete_false) ... ok 2025-10-14T22:29:40.0452908Z test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown) ... ok 2025-10-14T22:29:40.0464523Z test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup) ... ok 2025-10-14T22:29:40.0470530Z test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) ... ok 2025-10-14T22:29:40.0533322Z test_explicit_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_ignore_errors) 2025-10-14T22:29:40.0572063Z Test that cleanup doesn't return an error when ignoring them. ... ok 2025-10-14T22:29:40.1094023Z test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) ... skipped 'requires os.chflags' 2025-10-14T22:29:40.1154440Z test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure) ... ok 2025-10-14T22:29:40.1155223Z test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes) ... ok 2025-10-14T22:29:40.1155759Z test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close) ... ok 2025-10-14T22:29:40.1156539Z test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup) ... ok 2025-10-14T22:29:40.1156978Z 2025-10-14T22:29:40.1157422Z ---------------------------------------------------------------------- 2025-10-14T22:29:40.1157888Z Ran 111 tests in 1.905s 2025-10-14T22:29:40.1158152Z 2025-10-14T22:29:40.1158538Z OK (skipped=5) 2025-10-14T22:29:40.1158895Z Warning -- files was modified by test_tempfile 2025-10-14T22:29:40.1160455Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'packageæ/', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:40.1161941Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:40.1162898Z 0:04:00 load avg: 9.36 [206/495/39] test.test_asyncio.test_waitfor passed 2025-10-14T22:29:40.1163309Z 0:04:00 load avg: 9.36 [207/495/39] test_syntax passed 2025-10-14T22:29:40.1163692Z 0:04:00 load avg: 9.36 [208/495/39] test_strtod passed 2025-10-14T22:29:40.1164089Z 0:04:00 load avg: 9.36 [209/495/39] test_posixpath passed 2025-10-14T22:29:41.3749828Z 0:04:02 load avg: 9.33 [210/495/39] test_datetime passed 2025-10-14T22:29:44.0172158Z 0:04:04 load avg: 9.27 [211/495/39] test_doctest passed 2025-10-14T22:29:49.4093110Z 0:04:06 load avg: 9.13 [212/495/39] test_subprocess passed -- running (1): test_ssl (30.2 sec) 2025-10-14T22:29:57.1365760Z 0:04:18 load avg: 10.53 [213/495/39] test_multiprocessing_main_handling passed -- running (1): test_ssl (42.5 sec) 2025-10-14T22:29:59.7397220Z 0:04:20 load avg: 10.68 [214/495/40] test_zstd failed (env changed) -- running (1): test_ssl (45.1 sec) 2025-10-14T22:29:59.7436611Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6444æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6444æ' 2025-10-14T22:29:59.7734708Z Traceback (most recent call last): 2025-10-14T22:29:59.7749699Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:29:59.8388550Z os.mkdir(path) 2025-10-14T22:29:59.8390490Z ~~~~~~~~^^^^^^ 2025-10-14T22:29:59.8391249Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6444æ' 2025-10-14T22:29:59.8392919Z Stack (most recent call last): 2025-10-14T22:29:59.8393592Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:59.8394216Z File "", line 88, in _run_code 2025-10-14T22:29:59.8394823Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:59.8395390Z main() 2025-10-14T22:29:59.8395974Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:59.8396539Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:59.8397124Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:59.8397673Z return next(self.gen) 2025-10-14T22:29:59.8398241Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:29:59.8398870Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:29:59.8400078Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6444æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6444æ' 2025-10-14T22:29:59.8400894Z Traceback (most recent call last): 2025-10-14T22:29:59.8401481Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:29:59.8402051Z os.chdir(os.path.realpath(path)) 2025-10-14T22:29:59.8402527Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:29:59.8403105Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6444æ' 2025-10-14T22:29:59.8403835Z Stack (most recent call last): 2025-10-14T22:29:59.8404388Z File "", line 198, in _run_module_as_main 2025-10-14T22:29:59.8404962Z File "", line 88, in _run_code 2025-10-14T22:29:59.8405561Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:29:59.8406088Z main() 2025-10-14T22:29:59.8406616Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:29:59.8407239Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:29:59.8407928Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:29:59.8408528Z return next(self.gen) 2025-10-14T22:29:59.8409251Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:29:59.8409885Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:29:59.8410550Z test_compress_empty (test.test_zstd.CompressorTestCase.test_compress_empty) ... ok 2025-10-14T22:29:59.8411247Z test_compress_flushblock (test.test_zstd.CompressorTestCase.test_compress_flushblock) ... ok 2025-10-14T22:29:59.8411929Z test_compress_flushframe (test.test_zstd.CompressorTestCase.test_compress_flushframe) ... ok 2025-10-14T22:29:59.8412629Z test_compress_parameters (test.test_zstd.CompressorTestCase.test_compress_parameters) ... ok 2025-10-14T22:29:59.8413324Z test_set_pledged_input_size (test.test_zstd.CompressorTestCase.test_set_pledged_input_size) ... ok 2025-10-14T22:29:59.8414038Z test_simple_compress_bad_args (test.test_zstd.CompressorTestCase.test_simple_compress_bad_args) ... ok 2025-10-14T22:29:59.8414780Z test_unknown_compression_parameter (test.test_zstd.CompressorTestCase.test_unknown_compression_parameter) ... ok 2025-10-14T22:29:59.8415511Z test_zstd_multithread_compress (test.test_zstd.CompressorTestCase.test_zstd_multithread_compress) ... ok 2025-10-14T22:29:59.8416414Z test_decompressor_1 (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_1) ... ok 2025-10-14T22:29:59.8417122Z test_decompressor_skippable (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_skippable) ... ok 2025-10-14T22:29:59.8417922Z test_function_decompress (test.test_zstd.DecompressorFlagsTestCase.test_function_decompress) ... ok 2025-10-14T22:29:59.8418599Z test_function_skippable (test.test_zstd.DecompressorFlagsTestCase.test_function_skippable) ... ok 2025-10-14T22:29:59.8419284Z test_decompress_empty (test.test_zstd.DecompressorTestCase.test_decompress_empty) ... ok 2025-10-14T22:29:59.8420131Z test_decompress_empty_content_frame (test.test_zstd.DecompressorTestCase.test_decompress_empty_content_frame) ... ok 2025-10-14T22:29:59.8420890Z test_decompress_epilogue_flags (test.test_zstd.DecompressorTestCase.test_decompress_epilogue_flags) ... ok 2025-10-14T22:29:59.8421603Z test_decompress_parameters (test.test_zstd.DecompressorTestCase.test_decompress_parameters) ... ok 2025-10-14T22:29:59.8422326Z test_decompressor_1 (test.test_zstd.DecompressorTestCase.test_decompressor_1) ... ok 2025-10-14T22:29:59.8423040Z test_decompressor_arg (test.test_zstd.DecompressorTestCase.test_decompressor_arg) ... ok 2025-10-14T22:29:59.8423774Z test_decompressor_chunks_read_3 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_3) ... ok 2025-10-14T22:29:59.8424621Z test_decompressor_chunks_read_300 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_300) ... ok 2025-10-14T22:29:59.8425391Z test_simple_decompress_bad_args (test.test_zstd.DecompressorTestCase.test_simple_decompress_bad_args) ... ok 2025-10-14T22:29:59.8426146Z test_unknown_decompression_parameter (test.test_zstd.DecompressorTestCase.test_unknown_decompression_parameter) ... ok 2025-10-14T22:29:59.8426843Z test_UnsupportedOperation (test.test_zstd.FileTestCase.test_UnsupportedOperation) ... ok 2025-10-14T22:29:59.8427511Z test_append_new_file (test.test_zstd.FileTestCase.test_append_new_file) ... ok 2025-10-14T22:29:59.8428148Z test_close (test.test_zstd.FileTestCase.test_close) ... ok 2025-10-14T22:29:59.8428770Z test_closed (test.test_zstd.FileTestCase.test_closed) ... ok 2025-10-14T22:29:59.8429413Z test_decompress_limited (test.test_zstd.FileTestCase.test_decompress_limited) ... ok 2025-10-14T22:29:59.8430099Z test_file_dict (test.test_zstd.FileTestCase.test_file_dict) ... ok 2025-10-14T22:29:59.8430760Z test_file_prefix (test.test_zstd.FileTestCase.test_file_prefix) ... ok 2025-10-14T22:29:59.8431494Z test_fileno (test.test_zstd.FileTestCase.test_fileno) ... ok 2025-10-14T22:29:59.8432129Z test_init (test.test_zstd.FileTestCase.test_init) ... ok 2025-10-14T22:29:59.8432776Z test_init_bad_check (test.test_zstd.FileTestCase.test_init_bad_check) ... ok 2025-10-14T22:29:59.8433425Z test_init_bad_mode (test.test_zstd.FileTestCase.test_init_bad_mode) ... ok 2025-10-14T22:29:59.8434022Z test_init_close_fp (test.test_zstd.FileTestCase.test_init_close_fp) ... ok 2025-10-14T22:29:59.8434638Z test_init_mode (test.test_zstd.FileTestCase.test_init_mode) ... ok 2025-10-14T22:29:59.8435290Z test_init_with_PathLike_filename (test.test_zstd.FileTestCase.test_init_with_PathLike_filename) ... ok 2025-10-14T22:29:59.8435956Z test_init_with_filename (test.test_zstd.FileTestCase.test_init_with_filename) ... ok 2025-10-14T22:29:59.8436640Z test_init_with_x_mode (test.test_zstd.FileTestCase.test_init_with_x_mode) ... ok 2025-10-14T22:29:59.8437279Z test_iterator (test.test_zstd.FileTestCase.test_iterator) ... ok 2025-10-14T22:29:59.8437873Z test_name (test.test_zstd.FileTestCase.test_name) ... ok 2025-10-14T22:29:59.8438488Z test_peek (test.test_zstd.FileTestCase.test_peek) ... ok 2025-10-14T22:29:59.8439092Z test_peek_bad_args (test.test_zstd.FileTestCase.test_peek_bad_args) ... ok 2025-10-14T22:29:59.8439704Z test_read1 (test.test_zstd.FileTestCase.test_read1) ... ok 2025-10-14T22:29:59.8440323Z test_read1_0 (test.test_zstd.FileTestCase.test_read1_0) ... ok 2025-10-14T22:29:59.8441120Z test_read1_10 (test.test_zstd.FileTestCase.test_read1_10) ... ok 2025-10-14T22:29:59.8441759Z test_read1_bad_args (test.test_zstd.FileTestCase.test_read1_bad_args) ... ok 2025-10-14T22:29:59.8442469Z test_read1_multistream (test.test_zstd.FileTestCase.test_read1_multistream) ... ok 2025-10-14T22:29:59.8443135Z test_read_0 (test.test_zstd.FileTestCase.test_read_0) ... ok 2025-10-14T22:29:59.8443793Z test_read_10 (test.test_zstd.FileTestCase.test_read_10) ... ok 2025-10-14T22:29:59.8444505Z test_read_bad_args (test.test_zstd.FileTestCase.test_read_bad_args) ... ok 2025-10-14T22:29:59.8445231Z test_read_bad_data (test.test_zstd.FileTestCase.test_read_bad_data) ... ok 2025-10-14T22:29:59.8446160Z test_read_exception (test.test_zstd.FileTestCase.test_read_exception) ... ok 2025-10-14T22:29:59.8446928Z test_read_incomplete (test.test_zstd.FileTestCase.test_read_incomplete) ... ok 2025-10-14T22:29:59.8447675Z test_read_multistream (test.test_zstd.FileTestCase.test_read_multistream) ... ok 2025-10-14T22:29:59.8448455Z test_read_readinto_readinto1 (test.test_zstd.FileTestCase.test_read_readinto_readinto1) ... ok 2025-10-14T22:29:59.8449328Z test_read_truncated (test.test_zstd.FileTestCase.test_read_truncated) ... ok 2025-10-14T22:29:59.8450048Z test_readable (test.test_zstd.FileTestCase.test_readable) ... ok 2025-10-14T22:29:59.8450702Z test_readinto (test.test_zstd.FileTestCase.test_readinto) ... ok 2025-10-14T22:29:59.8451317Z test_seek_backward (test.test_zstd.FileTestCase.test_seek_backward) ... ok 2025-10-14T22:29:59.8452027Z test_seek_backward_across_streams (test.test_zstd.FileTestCase.test_seek_backward_across_streams) ... ok 2025-10-14T22:29:59.8452791Z test_seek_backward_relative_to_end (test.test_zstd.FileTestCase.test_seek_backward_relative_to_end) ... ok 2025-10-14T22:29:59.8453503Z test_seek_bad_args (test.test_zstd.FileTestCase.test_seek_bad_args) ... ok 2025-10-14T22:29:59.8454183Z test_seek_forward (test.test_zstd.FileTestCase.test_seek_forward) ... ok 2025-10-14T22:29:59.8454870Z test_seek_forward_across_streams (test.test_zstd.FileTestCase.test_seek_forward_across_streams) ... ok 2025-10-14T22:29:59.8455576Z test_seek_forward_relative_to_current (test.test_zstd.FileTestCase.test_seek_forward_relative_to_current) ... ok 2025-10-14T22:29:59.8456316Z test_seek_forward_relative_to_end (test.test_zstd.FileTestCase.test_seek_forward_relative_to_end) ... ok 2025-10-14T22:29:59.8457010Z test_seek_not_seekable (test.test_zstd.FileTestCase.test_seek_not_seekable) ... ok 2025-10-14T22:29:59.8457685Z test_seek_past_end (test.test_zstd.FileTestCase.test_seek_past_end) ... ok 2025-10-14T22:29:59.8458335Z test_seek_past_start (test.test_zstd.FileTestCase.test_seek_past_start) ... ok 2025-10-14T22:29:59.8458940Z test_seekable (test.test_zstd.FileTestCase.test_seekable) ... ok 2025-10-14T22:29:59.8459472Z test_tell (test.test_zstd.FileTestCase.test_tell) ... ok 2025-10-14T22:29:59.8460086Z test_tell_bad_args (test.test_zstd.FileTestCase.test_tell_bad_args) ... ok 2025-10-14T22:29:59.8463211Z test_writable (test.test_zstd.FileTestCase.test_writable) ... ok 2025-10-14T22:29:59.8464782Z test_write (test.test_zstd.FileTestCase.test_write) ... ok 2025-10-14T22:29:59.8465695Z test_write_101 (test.test_zstd.FileTestCase.test_write_101) ... ok 2025-10-14T22:29:59.8466810Z test_write_append (test.test_zstd.FileTestCase.test_write_append) ... ok 2025-10-14T22:29:59.8467528Z test_write_bad_args (test.test_zstd.FileTestCase.test_write_bad_args) ... ok 2025-10-14T22:29:59.8468195Z test_write_empty_block (test.test_zstd.FileTestCase.test_write_empty_block) ... ok 2025-10-14T22:29:59.8468887Z test_write_empty_frame (test.test_zstd.FileTestCase.test_write_empty_frame) ... ok 2025-10-14T22:29:59.8469505Z test_writelines (test.test_zstd.FileTestCase.test_writelines) ... ok 2025-10-14T22:29:59.8470093Z test_zstdfile_flush (test.test_zstd.FileTestCase.test_zstdfile_flush) ... ok 2025-10-14T22:29:59.8471093Z test_zstdfile_flush_mode (test.test_zstd.FileTestCase.test_zstdfile_flush_mode) ... ok 2025-10-14T22:29:59.8471876Z test_zstdfile_iter_issue45475 (test.test_zstd.FileTestCase.test_zstdfile_iter_issue45475) ... ok 2025-10-14T22:29:59.8472532Z test_zstdfile_truncate (test.test_zstd.FileTestCase.test_zstdfile_truncate) ... ok 2025-10-14T22:29:59.8473247Z test_compress_locking (test.test_zstd.FreeThreadingMethodTests.test_compress_locking) ... ok 2025-10-14T22:29:59.8473934Z test_compress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_compress_shared_dict) ... ok 2025-10-14T22:29:59.8474645Z test_decompress_locking (test.test_zstd.FreeThreadingMethodTests.test_decompress_locking) ... ok 2025-10-14T22:29:59.8475338Z test_decompress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_decompress_shared_dict) ... ok 2025-10-14T22:29:59.8476193Z test_compressionLevel_values (test.test_zstd.FunctionsTestCase.test_compressionLevel_values) ... ok 2025-10-14T22:29:59.8476916Z test_decompress_2x130_1K (test.test_zstd.FunctionsTestCase.test_decompress_2x130_1K) ... ok 2025-10-14T22:29:59.8477561Z test_get_frame_info (test.test_zstd.FunctionsTestCase.test_get_frame_info) ... ok 2025-10-14T22:29:59.8478287Z test_get_frame_size (test.test_zstd.FunctionsTestCase.test_get_frame_size) ... ok 2025-10-14T22:29:59.8478964Z test_roundtrip_default (test.test_zstd.FunctionsTestCase.test_roundtrip_default) ... ok 2025-10-14T22:29:59.8479703Z test_roundtrip_level (test.test_zstd.FunctionsTestCase.test_roundtrip_level) ... ok 2025-10-14T22:29:59.8480398Z test_version (test.test_zstd.FunctionsTestCase.test_version) ... ok 2025-10-14T22:29:59.8481112Z test_bad_params (test.test_zstd.OpenTestCase.test_bad_params) ... ok 2025-10-14T22:29:59.8481835Z test_binary_modes (test.test_zstd.OpenTestCase.test_binary_modes) ... ok 2025-10-14T22:29:59.8482640Z test_buffer_protocol (test.test_zstd.OpenTestCase.test_buffer_protocol) ... ok 2025-10-14T22:29:59.8483463Z test_encoding (test.test_zstd.OpenTestCase.test_encoding) ... ok 2025-10-14T22:29:59.8484195Z test_encoding_error_handler (test.test_zstd.OpenTestCase.test_encoding_error_handler) ... ok 2025-10-14T22:29:59.8484942Z test_newline (test.test_zstd.OpenTestCase.test_newline) ... ok 2025-10-14T22:29:59.8485653Z test_open_dict (test.test_zstd.OpenTestCase.test_open_dict) ... ok 2025-10-14T22:29:59.8486360Z test_open_prefix (test.test_zstd.OpenTestCase.test_open_prefix) ... ok 2025-10-14T22:29:59.8487044Z test_option (test.test_zstd.OpenTestCase.test_option) ... ok 2025-10-14T22:29:59.8487645Z test_text_modes (test.test_zstd.OpenTestCase.test_text_modes) ... ok 2025-10-14T22:29:59.8488207Z test_x_mode (test.test_zstd.OpenTestCase.test_x_mode) ... ok 2025-10-14T22:29:59.8488853Z test_advanced_compression_parameters (test.test_zstd.ZstdDictTestCase.test_advanced_compression_parameters) ... ok 2025-10-14T22:29:59.8489587Z test_as_digested_dict (test.test_zstd.ZstdDictTestCase.test_as_digested_dict) ... ok 2025-10-14T22:29:59.8490301Z test_as_prefix (test.test_zstd.ZstdDictTestCase.test_as_prefix) ... ok 2025-10-14T22:29:59.8490961Z test_finalize_dict (test.test_zstd.ZstdDictTestCase.test_finalize_dict) ... ok 2025-10-14T22:29:59.8491701Z test_finalize_dict_arguments (test.test_zstd.ZstdDictTestCase.test_finalize_dict_arguments) ... ok 2025-10-14T22:29:59.8492490Z test_finalize_dict_c (test.test_zstd.ZstdDictTestCase.test_finalize_dict_c) ... ok 2025-10-14T22:29:59.8493417Z test_invalid_dict (test.test_zstd.ZstdDictTestCase.test_invalid_dict) ... ok 2025-10-14T22:29:59.8494123Z test_is_raw (test.test_zstd.ZstdDictTestCase.test_is_raw) ... ok 2025-10-14T22:29:59.8494791Z test_len (test.test_zstd.ZstdDictTestCase.test_len) ... ok 2025-10-14T22:29:59.8495525Z test_train_buffer_protocol_samples (test.test_zstd.ZstdDictTestCase.test_train_buffer_protocol_samples) ... ok 2025-10-14T22:29:59.8496321Z test_train_dict (test.test_zstd.ZstdDictTestCase.test_train_dict) ... ok 2025-10-14T22:29:59.8497062Z test_train_dict_arguments (test.test_zstd.ZstdDictTestCase.test_train_dict_arguments) ... ok 2025-10-14T22:29:59.8497803Z test_train_dict_c (test.test_zstd.ZstdDictTestCase.test_train_dict_c) ... ok 2025-10-14T22:29:59.8498447Z 2025-10-14T22:29:59.8499098Z ---------------------------------------------------------------------- 2025-10-14T22:29:59.8499751Z Ran 119 tests in 2.140s 2025-10-14T22:29:59.8500190Z 2025-10-14T22:29:59.8500714Z OK 2025-10-14T22:29:59.8501295Z Warning -- files was modified by test_zstd 2025-10-14T22:29:59.8502665Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:29:59.8505369Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_8092_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:00.4950118Z 0:04:21 load avg: 10.68 [215/495/40] test_msvcrt passed -- running (1): test_ssl (45.8 sec) 2025-10-14T22:30:00.7139001Z 0:04:21 load avg: 10.68 [216/495/40] test_fractions passed -- running (1): test_ssl (46.1 sec) 2025-10-14T22:30:00.9465193Z 0:04:22 load avg: 10.54 [217/495/40] test_genericpath passed -- running (1): test_ssl (46.3 sec) 2025-10-14T22:30:02.5890443Z 0:04:23 load avg: 10.40 [218/495/40] test.test_concurrent_futures.test_init passed -- running (1): test_ssl (47.9 sec) 2025-10-14T22:30:02.7907428Z 0:04:24 load avg: 10.23 [219/495/40] test_curses skipped -- running (1): test_ssl (48.1 sec) 2025-10-14T22:30:02.7909796Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6384æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6384æ' 2025-10-14T22:30:02.7910991Z Traceback (most recent call last): 2025-10-14T22:30:02.7912166Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:02.7912984Z os.mkdir(path) 2025-10-14T22:30:02.7913528Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:02.7914083Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6384æ' 2025-10-14T22:30:02.7914640Z Stack (most recent call last): 2025-10-14T22:30:02.7915143Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:02.7915701Z File "", line 88, in _run_code 2025-10-14T22:30:02.7916314Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:02.7916894Z main() 2025-10-14T22:30:02.7917628Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:02.7918282Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:02.7918865Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:02.7919376Z return next(self.gen) 2025-10-14T22:30:02.7919884Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:02.7920424Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:02.7921370Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6384æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6384æ' 2025-10-14T22:30:02.7922154Z Traceback (most recent call last): 2025-10-14T22:30:02.7922858Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:02.7923444Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:02.7923951Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:02.7924501Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6384æ' 2025-10-14T22:30:02.7925055Z Stack (most recent call last): 2025-10-14T22:30:02.7925563Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:02.7926092Z File "", line 88, in _run_code 2025-10-14T22:30:02.7926589Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:02.7927207Z main() 2025-10-14T22:30:02.7927680Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:02.7928188Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:02.7928697Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:02.7929207Z return next(self.gen) 2025-10-14T22:30:02.7929776Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:02.7930380Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:02.7930933Z test_curses skipped -- No module named '_curses' 2025-10-14T22:30:03.1557872Z 0:04:24 load avg: 10.23 [220/495/40] test_optparse passed -- running (1): test_ssl (48.5 sec) 2025-10-14T22:30:03.8519339Z 0:04:25 load avg: 10.09 [221/495/40] test_uuid passed -- running (1): test_ssl (49.2 sec) 2025-10-14T22:30:04.0905213Z 0:04:25 load avg: 10.09 [222/495/40] test_keywordonlyarg passed -- running (1): test_ssl (49.4 sec) 2025-10-14T22:30:04.3896579Z 0:04:25 load avg: 10.09 [223/495/40] test_netrc passed -- running (1): test_ssl (49.7 sec) 2025-10-14T22:30:04.6262875Z 0:04:25 load avg: 10.09 [224/495/40] test_ssl passed (50.0 sec) 2025-10-14T22:30:04.8599816Z 0:04:26 load avg: 10.20 [225/495/40] test_ioctl skipped 2025-10-14T22:30:04.8636032Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7044æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7044æ' 2025-10-14T22:30:04.8841303Z Traceback (most recent call last): 2025-10-14T22:30:04.8856479Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:04.8886024Z os.mkdir(path) 2025-10-14T22:30:04.8922237Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:05.0027634Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7044æ' 2025-10-14T22:30:05.0160518Z Stack (most recent call last): 2025-10-14T22:30:05.0176352Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:05.0254101Z File "", line 88, in _run_code 2025-10-14T22:30:05.0289767Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:05.0561683Z main() 2025-10-14T22:30:05.1385267Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:05.1388824Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:05.1564123Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:05.1574099Z return next(self.gen) 2025-10-14T22:30:05.1614933Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:05.1649752Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:05.1725704Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7044æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7044æ' 2025-10-14T22:30:05.1728262Z Traceback (most recent call last): 2025-10-14T22:30:05.1732847Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:05.1743618Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:05.1776686Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:05.1812598Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7044æ' 2025-10-14T22:30:05.2133983Z Stack (most recent call last): 2025-10-14T22:30:05.2138765Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:05.2144411Z File "", line 88, in _run_code 2025-10-14T22:30:05.2156032Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:05.2222283Z main() 2025-10-14T22:30:05.2226010Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:05.2226876Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:05.3619294Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:05.3623385Z return next(self.gen) 2025-10-14T22:30:05.3625014Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:05.3626029Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:05.4088601Z Warning -- files was modified by test_ioctl 2025-10-14T22:30:05.4623492Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7988_tmpæ.py', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:05.4627136Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:05.4628748Z test_ioctl skipped -- No module named 'fcntl' 2025-10-14T22:30:07.4783054Z 0:04:28 load avg: 10.52 [226/495/40] test_docxmlrpc passed 2025-10-14T22:30:08.0821596Z 0:04:29 load avg: 10.52 [227/495/40] test_support passed 2025-10-14T22:30:08.0848973Z 0:04:29 load avg: 10.52 [228/495/40] test_select passed 2025-10-14T22:30:08.4350841Z 0:04:29 load avg: 10.70 [229/495/40] test_poll skipped 2025-10-14T22:30:08.5327233Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8160æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8160æ' 2025-10-14T22:30:08.5935717Z Traceback (most recent call last): 2025-10-14T22:30:08.6596487Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:08.7513072Z os.mkdir(path) 2025-10-14T22:30:09.0345493Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:09.0533350Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8160æ' 2025-10-14T22:30:09.0537661Z Stack (most recent call last): 2025-10-14T22:30:09.0883046Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:09.0924399Z File "", line 88, in _run_code 2025-10-14T22:30:09.0931791Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:09.1042886Z main() 2025-10-14T22:30:09.2734086Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:09.2773216Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:09.2794351Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:09.2846321Z return next(self.gen) 2025-10-14T22:30:09.2894774Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:09.2953770Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:09.3033860Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8160æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8160æ' 2025-10-14T22:30:09.5252766Z Traceback (most recent call last): 2025-10-14T22:30:09.7016715Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:09.7022533Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:09.7039178Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:09.7200616Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8160æ' 2025-10-14T22:30:09.7224862Z Stack (most recent call last): 2025-10-14T22:30:09.7242554Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:09.7283992Z File "", line 88, in _run_code 2025-10-14T22:30:09.7298076Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:09.7312905Z main() 2025-10-14T22:30:09.7333718Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:09.7433137Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:09.7483578Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:09.7847708Z return next(self.gen) 2025-10-14T22:30:09.8252733Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:09.9411343Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:09.9457728Z test_poll skipped -- select.poll not defined 2025-10-14T22:30:09.9666396Z 0:04:30 load avg: 10.70 [230/495/40] test.test_future_stmt.test_future passed 2025-10-14T22:30:09.9707050Z 0:04:30 load avg: 10.70 [231/495/40] test_complex passed 2025-10-14T22:30:10.0017468Z 0:04:31 load avg: 10.92 [232/495/40] test_urllib_response passed 2025-10-14T22:30:10.0233448Z 0:04:31 load avg: 10.92 [233/495/40] test_apple skipped 2025-10-14T22:30:10.0248049Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2620æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2620æ' 2025-10-14T22:30:10.0292212Z Traceback (most recent call last): 2025-10-14T22:30:10.0335870Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:10.0700451Z os.mkdir(path) 2025-10-14T22:30:10.2109601Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:10.2656224Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2620æ' 2025-10-14T22:30:10.4124626Z Stack (most recent call last): 2025-10-14T22:30:10.4191426Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:10.4505226Z File "", line 88, in _run_code 2025-10-14T22:30:10.4537459Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:10.4539840Z main() 2025-10-14T22:30:10.4811125Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:10.4837610Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:10.4862451Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:10.5225027Z return next(self.gen) 2025-10-14T22:30:10.5329247Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:10.6768344Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:10.7754406Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2620æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2620æ' 2025-10-14T22:30:10.7763523Z Traceback (most recent call last): 2025-10-14T22:30:10.7768303Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:10.8126120Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:10.8130905Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:10.8148725Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2620æ' 2025-10-14T22:30:10.8406651Z Stack (most recent call last): 2025-10-14T22:30:10.8466528Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:10.8850679Z File "", line 88, in _run_code 2025-10-14T22:30:10.8895693Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:11.0374207Z main() 2025-10-14T22:30:11.0877128Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:11.1086096Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:11.1309907Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:11.1714880Z return next(self.gen) 2025-10-14T22:30:11.1725641Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:11.1754060Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:11.1907114Z test_apple skipped -- Apple-specific 2025-10-14T22:30:11.1983520Z 0:04:31 load avg: 10.92 [234/495/40] test_android skipped 2025-10-14T22:30:11.2317100Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2504æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2504æ' 2025-10-14T22:30:11.2551393Z Traceback (most recent call last): 2025-10-14T22:30:11.2629200Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:11.4386956Z os.mkdir(path) 2025-10-14T22:30:11.4602100Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:11.4948970Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2504æ' 2025-10-14T22:30:11.5318193Z Stack (most recent call last): 2025-10-14T22:30:11.5343325Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:11.5445321Z File "", line 88, in _run_code 2025-10-14T22:30:11.5526126Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:11.5858326Z main() 2025-10-14T22:30:11.6113177Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:11.6159332Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:11.8400095Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:11.8550834Z return next(self.gen) 2025-10-14T22:30:11.8886542Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:12.0611657Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:12.0921604Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2504æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2504æ' 2025-10-14T22:30:12.1005299Z Traceback (most recent call last): 2025-10-14T22:30:12.1284023Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:12.1362980Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:12.1372118Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:12.1444879Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2504æ' 2025-10-14T22:30:12.1468221Z Stack (most recent call last): 2025-10-14T22:30:12.1541080Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:12.1797262Z File "", line 88, in _run_code 2025-10-14T22:30:12.1837825Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:12.2328908Z main() 2025-10-14T22:30:12.2339403Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:12.2394597Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:12.4596589Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:12.4677583Z return next(self.gen) 2025-10-14T22:30:12.5342919Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:12.5672906Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:12.5695471Z test_android skipped -- Android-specific 2025-10-14T22:30:12.5713582Z 0:04:32 load avg: 10.97 [235/495/40] test_functools passed 2025-10-14T22:30:12.5760781Z 0:04:32 load avg: 10.97 [236/495/40] test_contextlib passed 2025-10-14T22:30:12.5808517Z 0:04:32 load avg: 10.97 [237/495/40] test.test_gdb.test_cfunction_full skipped 2025-10-14T22:30:12.6131390Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6876æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6876æ' 2025-10-14T22:30:12.6139658Z Traceback (most recent call last): 2025-10-14T22:30:12.6142168Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:12.6149266Z os.mkdir(path) 2025-10-14T22:30:12.6208735Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:12.6246420Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6876æ' 2025-10-14T22:30:12.6566824Z Stack (most recent call last): 2025-10-14T22:30:12.6806390Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:12.6814836Z File "", line 88, in _run_code 2025-10-14T22:30:12.6829843Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:12.6882319Z main() 2025-10-14T22:30:12.6893162Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:12.6899748Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:12.6915528Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:12.6922793Z return next(self.gen) 2025-10-14T22:30:12.6927043Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:12.6927753Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:12.6937981Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6876æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6876æ' 2025-10-14T22:30:12.6945859Z Traceback (most recent call last): 2025-10-14T22:30:12.6961684Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:12.6994675Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:12.7037353Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:12.7171593Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6876æ' 2025-10-14T22:30:12.7238194Z Stack (most recent call last): 2025-10-14T22:30:12.7293495Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:12.7335409Z File "", line 88, in _run_code 2025-10-14T22:30:12.7641104Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:12.7645460Z main() 2025-10-14T22:30:12.7650475Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:12.7662948Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:12.7724866Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:12.7763895Z return next(self.gen) 2025-10-14T22:30:12.8084660Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:12.8144529Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:12.8159855Z test.test_gdb.test_cfunction_full skipped -- test_gdb doesn't work on Windows 2025-10-14T22:30:12.8161744Z 0:04:32 load avg: 11.10 [238/495/40] test.test_multiprocessing_fork.test_manager skipped -- running (1): test.test_concurrent_futures.test_process_pool (30.2 sec) 2025-10-14T22:30:12.8208975Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7632æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7632æ' 2025-10-14T22:30:12.8248487Z Traceback (most recent call last): 2025-10-14T22:30:12.8553547Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:12.8557559Z os.mkdir(path) 2025-10-14T22:30:12.8564291Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:12.8576731Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7632æ' 2025-10-14T22:30:12.8620584Z Stack (most recent call last): 2025-10-14T22:30:12.8738755Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:12.9236083Z File "", line 88, in _run_code 2025-10-14T22:30:13.0136821Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:13.0150678Z main() 2025-10-14T22:30:13.0244735Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:13.0284231Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:13.0395440Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:13.0496960Z return next(self.gen) 2025-10-14T22:30:13.0534433Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:13.1180480Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:13.1261065Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7632æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7632æ' 2025-10-14T22:30:13.1320541Z Traceback (most recent call last): 2025-10-14T22:30:13.1888955Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:13.1936486Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:13.2171874Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:13.3603403Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7632æ' 2025-10-14T22:30:13.3652956Z Stack (most recent call last): 2025-10-14T22:30:13.4047622Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:13.4053266Z File "", line 88, in _run_code 2025-10-14T22:30:13.4057074Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:13.5187278Z main() 2025-10-14T22:30:13.5199681Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:13.5285019Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:13.5388368Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:13.6291527Z return next(self.gen) 2025-10-14T22:30:13.6512348Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:13.6944954Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:13.7002773Z test.test_multiprocessing_fork.test_manager skipped -- fork is not available on Windows 2025-10-14T22:30:13.7070468Z 0:04:33 load avg: 11.18 [239/495/40] test_dict passed -- running (1): test.test_concurrent_futures.test_process_pool (31.2 sec) 2025-10-14T22:30:13.7996917Z 0:04:34 load avg: 11.18 [240/495/40] test_linecache passed -- running (1): test.test_concurrent_futures.test_process_pool (31.7 sec) 2025-10-14T22:30:13.8004657Z 0:04:34 load avg: 11.18 [241/495/40] test.test_asyncio.test_staggered passed -- running (1): test.test_concurrent_futures.test_process_pool (31.8 sec) 2025-10-14T22:30:13.8217779Z 0:04:34 load avg: 11.18 [242/495/40] test.test_io.test_memoryio passed -- running (1): test.test_concurrent_futures.test_process_pool (32.2 sec) 2025-10-14T22:30:13.9794684Z 0:04:35 load avg: 11.28 [243/495/40] test_keyword passed -- running (1): test.test_concurrent_futures.test_process_pool (32.6 sec) 2025-10-14T22:30:15.0000551Z 0:04:36 load avg: 11.47 [244/495/40] test_dictcomps passed -- running (1): test.test_concurrent_futures.test_process_pool (33.6 sec) 2025-10-14T22:30:16.5260349Z 0:04:37 load avg: 11.48 [245/495/40] test_tuple passed -- running (1): test.test_concurrent_futures.test_process_pool (35.2 sec) 2025-10-14T22:30:16.6380950Z 0:04:37 load avg: 11.48 [246/495/40] test_codecmaps_cn passed -- running (1): test.test_concurrent_futures.test_process_pool (35.3 sec) 2025-10-14T22:30:17.6449505Z 0:04:38 load avg: 11.46 [247/495/40] test_source_encoding passed -- running (1): test.test_concurrent_futures.test_process_pool (36.3 sec) 2025-10-14T22:30:17.9477403Z 0:04:39 load avg: 11.46 [248/495/40] test_reprlib passed -- running (1): test.test_concurrent_futures.test_process_pool (36.6 sec) 2025-10-14T22:30:18.2079554Z 0:04:39 load avg: 11.45 [249/495/40] test_property passed -- running (1): test.test_concurrent_futures.test_process_pool (36.8 sec) 2025-10-14T22:30:19.1780285Z 0:04:40 load avg: 11.36 [250/495/40] test.test_concurrent_futures.test_process_pool passed (37.8 sec) 2025-10-14T22:30:19.5524430Z 0:04:40 load avg: 11.36 [251/495/40] test.test_gdb.test_backtrace skipped 2025-10-14T22:30:19.5693910Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6692æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6692æ' 2025-10-14T22:30:19.6498085Z Traceback (most recent call last): 2025-10-14T22:30:19.6512720Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:19.6601946Z os.mkdir(path) 2025-10-14T22:30:19.6688015Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:19.7726127Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6692æ' 2025-10-14T22:30:19.7776564Z Stack (most recent call last): 2025-10-14T22:30:19.7871565Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:19.8057787Z File "", line 88, in _run_code 2025-10-14T22:30:19.8079355Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:19.8149153Z main() 2025-10-14T22:30:19.9331464Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:19.9465841Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:19.9506718Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:19.9825374Z return next(self.gen) 2025-10-14T22:30:19.9911523Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:19.9950038Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:20.0135933Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6692æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6692æ' 2025-10-14T22:30:20.0266489Z Traceback (most recent call last): 2025-10-14T22:30:20.0663933Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:20.0997798Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:20.1011018Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:20.1033555Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6692æ' 2025-10-14T22:30:20.1095526Z Stack (most recent call last): 2025-10-14T22:30:20.1195171Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:20.1442771Z File "", line 88, in _run_code 2025-10-14T22:30:20.1508999Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:20.1521580Z main() 2025-10-14T22:30:20.1539171Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:20.1576435Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:20.1850031Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:20.2209154Z return next(self.gen) 2025-10-14T22:30:20.2219695Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:20.2239417Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:20.2601486Z test.test_gdb.test_backtrace skipped -- test_gdb doesn't work on Windows 2025-10-14T22:30:20.2644815Z 0:04:41 load avg: 11.36 [252/495/40] test_atexit passed 2025-10-14T22:30:20.7614114Z 0:04:42 load avg: 11.40 [253/495/40] test_list passed 2025-10-14T22:30:21.4981181Z 0:04:42 load avg: 11.41 [254/495/40] test.test_os.test_posix passed 2025-10-14T22:30:21.8505319Z 0:04:43 load avg: 11.41 [255/495/40] test_compiler_assemble passed 2025-10-14T22:30:23.0333822Z 0:04:44 load avg: 11.49 [256/495/40] test_hash passed 2025-10-14T22:30:23.0621549Z 0:04:44 load avg: 11.49 [257/495/40] test_zlib passed 2025-10-14T22:30:23.5286557Z 0:04:44 load avg: 11.68 [258/495/40] test_index passed 2025-10-14T22:30:24.6731709Z 0:04:45 load avg: 11.75 [259/495/40] test_locale passed 2025-10-14T22:30:25.7552908Z 0:04:46 load avg: 11.94 [260/495/40] test_codecencodings_iso2022 passed 2025-10-14T22:30:27.7059983Z 0:04:48 load avg: 12.05 [261/495/40] test_array passed 2025-10-14T22:30:28.3645871Z 0:04:49 load avg: 12.05 [262/495/40] test_plistlib passed 2025-10-14T22:30:28.8082457Z 0:04:50 load avg: 12.20 [263/495/40] test_readline skipped 2025-10-14T22:30:28.8388715Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7124æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7124æ' 2025-10-14T22:30:28.8654697Z Traceback (most recent call last): 2025-10-14T22:30:28.8836709Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:28.9049484Z os.mkdir(path) 2025-10-14T22:30:28.9421987Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:28.9571684Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7124æ' 2025-10-14T22:30:28.9901113Z Stack (most recent call last): 2025-10-14T22:30:29.0149453Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:29.1807816Z File "", line 88, in _run_code 2025-10-14T22:30:29.1929200Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:29.2115480Z main() 2025-10-14T22:30:29.2301454Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:29.2401261Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:29.2405396Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:29.2648835Z return next(self.gen) 2025-10-14T22:30:29.2664287Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:29.2671767Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:29.2712404Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7124æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7124æ' 2025-10-14T22:30:29.2817528Z Traceback (most recent call last): 2025-10-14T22:30:29.2864322Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:29.3072204Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:29.3165062Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:29.3389624Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7124æ' 2025-10-14T22:30:29.3624181Z Stack (most recent call last): 2025-10-14T22:30:29.3802009Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:29.3916176Z File "", line 88, in _run_code 2025-10-14T22:30:29.4092397Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:29.4205834Z main() 2025-10-14T22:30:29.4219297Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:29.4646721Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:29.4998877Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:29.5058283Z return next(self.gen) 2025-10-14T22:30:29.5092179Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:29.5094232Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:29.5249335Z test_readline skipped -- No module named 'readline' 2025-10-14T22:30:34.0795594Z 0:04:55 load avg: 12.29 [264/495/41] test_importlib failed (env changed) 2025-10-14T22:30:34.1415014Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7256æ' 2025-10-14T22:30:34.1421518Z Traceback (most recent call last): 2025-10-14T22:30:34.1430143Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:34.1565224Z os.mkdir(path) 2025-10-14T22:30:34.1570774Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:34.1615987Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7256æ' 2025-10-14T22:30:34.1735466Z Stack (most recent call last): 2025-10-14T22:30:34.2257354Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:34.2265524Z File "", line 88, in _run_code 2025-10-14T22:30:34.2270984Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:34.3992877Z main() 2025-10-14T22:30:34.4341291Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:34.4346485Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:34.4352429Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:34.4353278Z return next(self.gen) 2025-10-14T22:30:34.5710854Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:34.6179868Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:34.6251357Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7256æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7256æ' 2025-10-14T22:30:34.6265443Z Traceback (most recent call last): 2025-10-14T22:30:34.6266187Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:34.6266769Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:34.6267268Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:34.6267837Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7256æ' 2025-10-14T22:30:34.6268460Z Stack (most recent call last): 2025-10-14T22:30:34.6268986Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:34.6269532Z File "", line 88, in _run_code 2025-10-14T22:30:34.6851998Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:34.6855014Z main() 2025-10-14T22:30:34.6855936Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:34.7237050Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:34.8055648Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:34.8210817Z return next(self.gen) 2025-10-14T22:30:34.8829813Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:34.8868847Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:35.0062532Z test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:35.1028785Z test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module) ... ok 2025-10-14T22:30:35.1038320Z test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:35.1039507Z test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module) ... ok 2025-10-14T22:30:35.2077812Z test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:30:35.2081586Z test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:30:35.2082855Z test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.2092953Z test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin) ... ok 2025-10-14T22:30:35.2094467Z test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported) ... ok 2025-10-14T22:30:35.2095418Z test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module) ... ok 2025-10-14T22:30:35.2176219Z test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:30:35.2177228Z test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable) ... ok 2025-10-14T22:30:35.2177873Z test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:30:35.2178500Z test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:30:35.2179237Z test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.2179851Z test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin) ... ok 2025-10-14T22:30:35.2180468Z test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported) ... ok 2025-10-14T22:30:35.2181090Z test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module) ... ok 2025-10-14T22:30:35.2181704Z test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:30:35.2182385Z test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable) ... ok 2025-10-14T22:30:35.2183090Z test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:35.2183887Z test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:35.2184661Z test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:35.2185433Z test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:35.2186133Z test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure) ... ok 2025-10-14T22:30:35.2186746Z test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module) ... ok 2025-10-14T22:30:35.2187362Z test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure) ... ok 2025-10-14T22:30:35.2188004Z test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module) ... ok 2025-10-14T22:30:35.2188605Z test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality) ... ok 2025-10-14T22:30:35.2189198Z test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality) ... ok 2025-10-14T22:30:35.2189833Z test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.2190526Z test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API) ... ok 2025-10-14T22:30:35.2191140Z test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module) ... ok 2025-10-14T22:30:35.2191869Z test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:30:35.2192497Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable) ... ok 2025-10-14T22:30:35.2193254Z test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok 2025-10-14T22:30:35.2194135Z test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality) ... ok 2025-10-14T22:30:35.2194978Z test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok 2025-10-14T22:30:35.2195823Z test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok 2025-10-14T22:30:35.2196499Z test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice) ... ok 2025-10-14T22:30:35.2197168Z test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:30:35.2197832Z test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii) ... ok 2025-10-14T22:30:35.2198487Z test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload) ... ok 2025-10-14T22:30:35.2199152Z test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration) ... ok 2025-10-14T22:30:35.2199845Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.2200574Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:30:35.2202432Z test_module (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:30:35.2203205Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.2204028Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:30:35.2204870Z test_nonmodule_cases (test.test_importlib.extension.test_loader.NonModuleExtensionTests.test_nonmodule_cases) ... test_nonmodule_with_methods (__main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods) ... ok 2025-10-14T22:30:35.2205605Z test_null_slots (__main__.Frozen_NonModuleExtensionTests.test_null_slots) ... ok 2025-10-14T22:30:35.2206231Z test_nonmodule_with_methods (__main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods) ... ok 2025-10-14T22:30:35.2206884Z test_null_slots (__main__.Source_NonModuleExtensionTests.test_null_slots) ... ok 2025-10-14T22:30:35.2207266Z 2025-10-14T22:30:35.2207756Z ---------------------------------------------------------------------- 2025-10-14T22:30:35.2208267Z Ran 4 tests in 0.002s 2025-10-14T22:30:35.2208568Z 2025-10-14T22:30:35.2208956Z OK 2025-10-14T22:30:35.2209394Z ok 2025-10-14T22:30:35.2209934Z test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality) ... ok 2025-10-14T22:30:35.2210582Z test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality) ... ok 2025-10-14T22:30:35.2211341Z test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.2212170Z test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API) ... ok 2025-10-14T22:30:35.2212926Z test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module) ... ok 2025-10-14T22:30:35.2213548Z test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:30:35.2214904Z test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable) ... ok 2025-10-14T22:30:35.2215552Z test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok 2025-10-14T22:30:35.2216247Z test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality) ... ok 2025-10-14T22:30:35.2217019Z test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok 2025-10-14T22:30:35.2217719Z test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok 2025-10-14T22:30:35.2613648Z test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice) ... ok 2025-10-14T22:30:35.2614505Z test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:30:35.2615240Z test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii) ... ok 2025-10-14T22:30:35.2616058Z test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload) ... ok 2025-10-14T22:30:35.2616784Z test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration) ... ok 2025-10-14T22:30:35.2617507Z test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.2618242Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:30:35.2618975Z test_module (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:30:35.2619690Z test_unloadable (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.2620421Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:30:35.2621130Z test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success) ... ok 2025-10-14T22:30:35.2621782Z test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success) ... ok 2025-10-14T22:30:35.2622460Z test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:35.2623189Z test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module) ... ok 2025-10-14T22:30:35.2623867Z test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen) ... ok 2025-10-14T22:30:35.2624528Z test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package) ... ok 2025-10-14T22:30:35.2625279Z test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored) ... ok 2025-10-14T22:30:35.2625933Z test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored) ... ok 2025-10-14T22:30:35.3992248Z test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:35.4072680Z test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module) ... ok 2025-10-14T22:30:35.4074101Z test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen) ... ok 2025-10-14T22:30:35.4074916Z test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package) ... ok 2025-10-14T22:30:35.4075606Z test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored) ... ok 2025-10-14T22:30:35.4076366Z test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored) ... ok 2025-10-14T22:30:35.4077222Z test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent) ... ok 2025-10-14T22:30:35.4077891Z test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module) ... ok 2025-10-14T22:30:35.4078624Z test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec) ... ok 2025-10-14T22:30:35.4079340Z test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package) ... ok 2025-10-14T22:30:35.4079999Z test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.4080788Z test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure) ... ok 2025-10-14T22:30:35.4081464Z test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:30:35.4082132Z test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:30:35.4082800Z test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.4083470Z test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent) ... ok 2025-10-14T22:30:35.4084256Z test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module) ... ok 2025-10-14T22:30:35.4084960Z test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec) ... ok 2025-10-14T22:30:35.4085696Z test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package) ... ok 2025-10-14T22:30:35.4086364Z test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable) ... ok 2025-10-14T22:30:35.4087040Z test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure) ... ok 2025-10-14T22:30:35.4087693Z test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:30:35.4088338Z test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:30:35.4088974Z test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:30:35.4089648Z test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__) ... ok 2025-10-14T22:30:35.4090307Z test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__) ... ok 2025-10-14T22:30:35.5085732Z test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__) ... ok 2025-10-14T22:30:35.6024244Z test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__) ... ok 2025-10-14T22:30:35.6148157Z test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__) ... ok 2025-10-14T22:30:35.6149823Z test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback) ... ok 2025-10-14T22:30:35.6150607Z test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__) ... ok 2025-10-14T22:30:35.6151352Z test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__) ... ok 2025-10-14T22:30:35.6152217Z test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok 2025-10-14T22:30:35.6153140Z test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__) ... ok 2025-10-14T22:30:35.6154066Z test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package) ... ok 2025-10-14T22:30:35.6154751Z test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule) ... ok 2025-10-14T22:30:35.6155449Z test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level) ... ok 2025-10-14T22:30:35.6156170Z test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__) ... ok 2025-10-14T22:30:35.6156904Z test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__) ... ok 2025-10-14T22:30:35.6157741Z test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__) ... ok 2025-10-14T22:30:35.6158518Z test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback) ... ok 2025-10-14T22:30:35.6159263Z test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__) ... ok 2025-10-14T22:30:35.6159990Z test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__) ... ok 2025-10-14T22:30:35.6160772Z test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok 2025-10-14T22:30:35.6161588Z test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__) ... ok 2025-10-14T22:30:35.6162322Z test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:30:35.6163035Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:30:35.6753890Z test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:30:35.6759205Z test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level) ... ok 2025-10-14T22:30:35.6760333Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:30:35.6775065Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:30:35.6776496Z test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:30:35.6777524Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:30:35.6783977Z test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:30:35.6785418Z test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level) ... ok 2025-10-14T22:30:35.6786388Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:30:35.6793302Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:30:35.6794959Z test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:30:35.6795943Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:30:35.7066427Z test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:30:35.8070461Z test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level) ... ok 2025-10-14T22:30:35.9003363Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:30:35.9389962Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:30:35.9419402Z test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:30:35.9420633Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:30:35.9421650Z test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:30:35.9422368Z test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level) ... ok 2025-10-14T22:30:35.9423215Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:30:35.9423973Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:30:35.9424687Z test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache) ... ok 2025-10-14T22:30:35.9425372Z test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache) ... ok 2025-10-14T22:30:35.9426035Z test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache) ... ok 2025-10-14T22:30:35.9426727Z test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache) ... ok 2025-10-14T22:30:35.9427420Z test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader) ... ok 2025-10-14T22:30:35.9428254Z test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute) ... ok 2025-10-14T22:30:35.9429025Z test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist) ... ok 2025-10-14T22:30:35.9429790Z test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache) ... ok 2025-10-14T22:30:35.9430455Z test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache) ... ok 2025-10-14T22:30:35.9431126Z test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string) ... ok 2025-10-14T22:30:35.9431826Z test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple) ... ok 2025-10-14T22:30:35.9432544Z test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type) ... ok 2025-10-14T22:30:35.9433263Z test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all) ... ok 2025-10-14T22:30:35.9434073Z test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package) ... ok 2025-10-14T22:30:35.9434861Z test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok 2025-10-14T22:30:35.9435736Z test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package) ... ok 2025-10-14T22:30:35.9436477Z test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all) ... ok 2025-10-14T22:30:35.9437187Z test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object) ... ok 2025-10-14T22:30:35.9437885Z test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object) ... ok 2025-10-14T22:30:36.1033895Z test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all) ... ok 2025-10-14T22:30:36.1542260Z test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others) ... ok 2025-10-14T22:30:36.1544889Z test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star) ... ok 2025-10-14T22:30:36.1546021Z test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import) ... ok 2025-10-14T22:30:36.1560155Z test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import) ... ok 2025-10-14T22:30:36.1561608Z test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string) ... ok 2025-10-14T22:30:36.1562622Z test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple) ... ok 2025-10-14T22:30:36.1569494Z test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type) ... ok 2025-10-14T22:30:36.1570961Z test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all) ... ok 2025-10-14T22:30:36.1571954Z test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package) ... ok 2025-10-14T22:30:36.1579181Z test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok 2025-10-14T22:30:36.1580749Z test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package) ... ok 2025-10-14T22:30:36.1581892Z test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all) ... ok 2025-10-14T22:30:36.1882979Z test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object) ... ok 2025-10-14T22:30:36.2071784Z test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object) ... ok 2025-10-14T22:30:36.2073678Z test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all) ... ok 2025-10-14T22:30:36.2074763Z test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others) ... ok 2025-10-14T22:30:36.2116767Z test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star) ... ok 2025-10-14T22:30:36.2118035Z test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import) ... ok 2025-10-14T22:30:36.2129462Z test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import) ... ok 2025-10-14T22:30:36.2337752Z test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec) ... ok 2025-10-14T22:30:36.2358760Z test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source) ... ok 2025-10-14T22:30:36.2363447Z test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless) ... ok 2025-10-14T22:30:36.2364460Z test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec) ... ok 2025-10-14T22:30:36.2372492Z test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source) ... ok 2025-10-14T22:30:36.2378051Z test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless) ... ok 2025-10-14T22:30:36.2414442Z test_gh86298_loader_and_spec_loader_disagree (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree) ... ok 2025-10-14T22:30:36.2450392Z test_gh86298_loader_is_none_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec) ... ok 2025-10-14T22:30:36.2461736Z test_gh86298_loader_is_none_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none) ... ok 2025-10-14T22:30:36.3065114Z test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none) ... ok 2025-10-14T22:30:36.4544129Z test_gh86298_no_loader_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec) ... ok 2025-10-14T22:30:36.4556604Z test_gh86298_no_loader_and_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader) ... ok 2025-10-14T22:30:36.4590881Z test_gh86298_no_loader_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none) ... ok 2025-10-14T22:30:36.4622314Z test_gh86298_no_loader_with_spec_loader_okay (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay) ... ok 2025-10-14T22:30:36.4623812Z test_gh86298_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec) ... ok 2025-10-14T22:30:36.4624711Z test_gh86298_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader) ... ok 2025-10-14T22:30:36.4625804Z test_gh86298_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none) ... ok 2025-10-14T22:30:36.4628664Z test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path) ... ok 2025-10-14T22:30:36.4629502Z test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path) ... ok 2025-10-14T22:30:36.4630162Z test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing) ... ok 2025-10-14T22:30:36.4630786Z test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty) ... ok 2025-10-14T22:30:36.4631469Z test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called) ... ok 2025-10-14T22:30:36.4632145Z test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path) ... ok 2025-10-14T22:30:36.4632839Z test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path) ... ok 2025-10-14T22:30:36.4633540Z test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing) ... ok 2025-10-14T22:30:36.4634214Z test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty) ... ok 2025-10-14T22:30:36.4635020Z test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called) ... ok 2025-10-14T22:30:36.4635720Z test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent) ... ok 2025-10-14T22:30:36.4636417Z test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent) ... ok 2025-10-14T22:30:36.4637135Z test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package) ... ok 2025-10-14T22:30:36.4637920Z test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects) ... ok 2025-10-14T22:30:36.4638851Z test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok 2025-10-14T22:30:36.4639879Z test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child) ... ok 2025-10-14T22:30:36.4762353Z test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok 2025-10-14T22:30:36.4765256Z test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent) ... ok 2025-10-14T22:30:36.4770414Z test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent) ... ok 2025-10-14T22:30:36.4787900Z test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package) ... ok 2025-10-14T22:30:36.4799732Z test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects) ... ok 2025-10-14T22:30:36.4807347Z test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok 2025-10-14T22:30:36.4841449Z test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child) ... ok 2025-10-14T22:30:36.4850701Z test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok 2025-10-14T22:30:36.4861567Z test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path) ... ok 2025-10-14T22:30:36.4871795Z test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:30:36.4881914Z test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list) ... ok 2025-10-14T22:30:36.4888178Z test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks) ... ok 2025-10-14T22:30:36.5058466Z test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure) ... ok 2025-10-14T22:30:36.5064909Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec) ... ok 2025-10-14T22:30:36.5066465Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:30:36.5067459Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:30:36.5068311Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:30:36.5069100Z test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path) ... ok 2025-10-14T22:30:36.5069907Z test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks) ... ok 2025-10-14T22:30:36.5070809Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:30:36.5071733Z test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_permission_error_cwd) ... ok 2025-10-14T22:30:36.5072495Z test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path) ... ok 2025-10-14T22:30:36.5073219Z test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path) ... ok 2025-10-14T22:30:36.5073966Z test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:30:36.5074990Z test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list) ... ok 2025-10-14T22:30:36.5075972Z test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks) ... ok 2025-10-14T22:30:36.5076813Z test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:36.5077636Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec) ... ok 2025-10-14T22:30:36.5078514Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:30:36.5079490Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:30:36.5080291Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:30:36.5081101Z test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path) ... ok 2025-10-14T22:30:36.5081897Z test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks) ... ok 2025-10-14T22:30:36.5082773Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:30:36.5083691Z test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_permission_error_cwd) ... ok 2025-10-14T22:30:36.5084534Z test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path) ... ok 2025-10-14T22:30:36.5085375Z test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok 2025-10-14T22:30:36.5086255Z test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path) ... ok 2025-10-14T22:30:36.5087163Z test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:30:36.5088082Z test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list) ... ok 2025-10-14T22:30:36.5088962Z test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks) ... ok 2025-10-14T22:30:36.5089818Z test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure) ... ok 2025-10-14T22:30:36.5090711Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec) ... ok 2025-10-14T22:30:36.5091677Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:30:36.5092603Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:30:36.5093551Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:30:36.5094374Z test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path) ... ok 2025-10-14T22:30:36.5096572Z test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks) ... ok 2025-10-14T22:30:36.5133064Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:30:36.5134093Z test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_permission_error_cwd) ... ok 2025-10-14T22:30:36.5134896Z test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path) ... ok 2025-10-14T22:30:36.5135926Z test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path) ... ok 2025-10-14T22:30:36.5136753Z test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:30:36.5137566Z test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list) ... ok 2025-10-14T22:30:36.5138329Z test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks) ... ok 2025-10-14T22:30:36.5139046Z test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:30:36.5139921Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec) ... ok 2025-10-14T22:30:36.5140743Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:30:36.5141666Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:30:36.5142654Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:30:36.5143400Z test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path) ... ok 2025-10-14T22:30:36.5144081Z test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks) ... ok 2025-10-14T22:30:36.5144941Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:30:36.5146284Z test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_permission_error_cwd) ... ok 2025-10-14T22:30:36.5147080Z test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path) ... ok 2025-10-14T22:30:36.5147816Z test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok 2025-10-14T22:30:36.5148578Z test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module) ... ok 2025-10-14T22:30:36.5149289Z test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import) ... ok 2025-10-14T22:30:36.5150075Z test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0) ... ok 2025-10-14T22:30:36.5150955Z test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package) ... ok 2025-10-14T22:30:36.5151804Z test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist) ... ok 2025-10-14T22:30:36.5152720Z test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import) ... ok 2025-10-14T22:30:36.5153542Z test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module) ... ok 2025-10-14T22:30:36.5154365Z test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package) ... ok 2025-10-14T22:30:36.5155103Z test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module) ... ok 2025-10-14T22:30:36.5156002Z test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package) ... ok 2025-10-14T22:30:36.5156784Z test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals) ... ok 2025-10-14T22:30:36.5157845Z test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package) ... ok 2025-10-14T22:30:36.5158830Z test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok 2025-10-14T22:30:36.5159909Z test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module) ... ok 2025-10-14T22:30:36.5160723Z test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package) ... ok 2025-10-14T22:30:36.5161698Z test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module) ... ok 2025-10-14T22:30:36.5162516Z test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import) ... ok 2025-10-14T22:30:36.5163872Z test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0) ... ok 2025-10-14T22:30:36.5164776Z test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package) ... ok 2025-10-14T22:30:36.5165757Z test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist) ... ok 2025-10-14T22:30:36.5166697Z test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import) ... ok 2025-10-14T22:30:36.5167612Z test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module) ... ok 2025-10-14T22:30:36.5168495Z test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package) ... ok 2025-10-14T22:30:36.5169389Z test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module) ... ok 2025-10-14T22:30:36.5170273Z test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package) ... ok 2025-10-14T22:30:36.5171220Z test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals) ... ok 2025-10-14T22:30:36.5172133Z test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package) ... ok 2025-10-14T22:30:36.5173131Z test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok 2025-10-14T22:30:36.5174124Z test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module) ... ok 2025-10-14T22:30:36.5175040Z test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package) ... ok 2025-10-14T22:30:36.5175867Z test_as_json (test.test_importlib.metadata.test_api.APITests.test_as_json) ... ok 2025-10-14T22:30:36.5176630Z test_as_json_egg_info (test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info) ... ok 2025-10-14T22:30:36.5177419Z test_as_json_odd_case (test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case) ... ok 2025-10-14T22:30:36.5178178Z test_entry_points (test.test_importlib.metadata.test_api.APITests.test_entry_points) ... ok 2025-10-14T22:30:36.5179029Z test_entry_points_allows_no_attributes (test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes) ... ok 2025-10-14T22:30:36.5179797Z test_entry_points_distribution (test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution) ... ok 2025-10-14T22:30:36.5180658Z test_entry_points_missing_group (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group) ... ok 2025-10-14T22:30:36.5181660Z test_entry_points_missing_name (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name) ... ok 2025-10-14T22:30:36.5182536Z test_entry_points_unique_packages_normalized (test.test_importlib.metadata.test_api.APITests.test_entry_points_unique_packages_normalized) 2025-10-14T22:30:36.5183778Z Entry points should only be exposed for the first package ... ok 2025-10-14T22:30:36.5184532Z test_file_hash_repr (test.test_importlib.metadata.test_api.APITests.test_file_hash_repr) ... ok 2025-10-14T22:30:36.5185486Z test_files_dist_info (test.test_importlib.metadata.test_api.APITests.test_files_dist_info) ... ok 2025-10-14T22:30:36.5186380Z test_files_egg_info (test.test_importlib.metadata.test_api.APITests.test_files_egg_info) ... ok 2025-10-14T22:30:36.5187364Z test_for_name_does_not_exist (test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist) ... ok 2025-10-14T22:30:36.5188176Z test_for_top_level (test.test_importlib.metadata.test_api.APITests.test_for_top_level) ... ok 2025-10-14T22:30:36.5188881Z test_get_key (test.test_importlib.metadata.test_api.APITests.test_get_key) 2025-10-14T22:30:36.5189537Z Getting a key gets the key. ... ok 2025-10-14T22:30:36.5190135Z test_get_missing_key (test.test_importlib.metadata.test_api.APITests.test_get_missing_key) 2025-10-14T22:30:36.5190798Z Requesting a missing key will return None. ... ok 2025-10-14T22:30:36.5191528Z test_metadata_for_this_package (test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package) ... ok 2025-10-14T22:30:36.5192364Z test_missing_key (test.test_importlib.metadata.test_api.APITests.test_missing_key) 2025-10-14T22:30:36.5193098Z Requesting a missing key raises KeyError. ... ok 2025-10-14T22:30:36.5193831Z test_more_complex_deps_requires_text (test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text) ... ok 2025-10-14T22:30:36.5194685Z test_name_normalization (test.test_importlib.metadata.test_api.APITests.test_name_normalization) ... ok 2025-10-14T22:30:36.5195514Z test_prefix_not_matched (test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched) ... ok 2025-10-14T22:30:36.5196325Z test_read_text (test.test_importlib.metadata.test_api.APITests.test_read_text) ... ok 2025-10-14T22:30:36.5197093Z test_requires_dist_info (test.test_importlib.metadata.test_api.APITests.test_requires_dist_info) ... ok 2025-10-14T22:30:36.5197877Z test_requires_egg_info (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info) ... ok 2025-10-14T22:30:36.5198697Z test_requires_egg_info_empty (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty) ... ok 2025-10-14T22:30:36.5199535Z test_requires_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file) ... ok 2025-10-14T22:30:36.5200380Z test_retrieves_version_of_distinfo_pkg (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg) ... ok 2025-10-14T22:30:36.5201353Z test_retrieves_version_of_self (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self) ... ok 2025-10-14T22:30:36.5202206Z test_version_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file) ... ok 2025-10-14T22:30:36.5203055Z test_invalidate_cache (test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache) ... ok 2025-10-14T22:30:36.5203799Z test_name_normalization (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization) ... ok 2025-10-14T22:30:36.5204566Z test_name_normalization_versionless_egg_info (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info) ... ok 2025-10-14T22:30:36.5205396Z test_distribution_at_pathlib (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_pathlib) 2025-10-14T22:30:36.5206224Z Demonstrate how to load metadata direct from a directory. ... ok 2025-10-14T22:30:36.5207092Z test_distribution_at_str (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str) ... ok 2025-10-14T22:30:36.5208026Z test_find_distributions_specified_path (test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path) ... ok 2025-10-14T22:30:36.5208817Z test_abc_enforced (test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced) ... ok 2025-10-14T22:30:36.5209562Z test_for_name_does_not_exist (test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist) ... ok 2025-10-14T22:30:36.5210381Z test_invalid_inputs_to_from_name (test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name) ... ok 2025-10-14T22:30:36.5211379Z test_package_not_found_mentions_metadata (test.test_importlib.metadata.test_main.BasicTests.test_package_not_found_mentions_metadata) 2025-10-14T22:30:36.5269277Z When a package is not found, that could indicate that the ... ok 2025-10-14T22:30:36.5277838Z test_retrieves_version_of_self (test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self) ... ok 2025-10-14T22:30:36.5278715Z test_egg (test.test_importlib.metadata.test_main.DirectoryTest.test_egg) ... ok 2025-10-14T22:30:36.5279476Z test_egg_info (test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info) ... ok 2025-10-14T22:30:36.5280329Z test_interleaved_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_interleaved_discovery) 2025-10-14T22:30:36.5281127Z Ensure interleaved searches are safe. ... ok 2025-10-14T22:30:36.5281797Z test_invalid_usage (test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage) ... ok 2025-10-14T22:30:36.5282548Z test_package_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery) ... ok 2025-10-14T22:30:36.5283208Z test_origin (test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin) ... ok 2025-10-14T22:30:36.5283882Z test_unicode_dir_on_sys_path (test.test_importlib.metadata.test_main.FileSystem.test_unicode_dir_on_sys_path) 2025-10-14T22:30:36.5284499Z Ensure a Unicode subdirectory of a directory on sys.path ... ok 2025-10-14T22:30:36.5285127Z test_entrypoint_with_colon_in_name (test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name) ... ok 2025-10-14T22:30:36.5285832Z test_import_nonexistent_module (test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module) ... ok 2025-10-14T22:30:36.5286484Z test_resolve (test.test_importlib.metadata.test_main.ImportTests.test_resolve) ... ok 2025-10-14T22:30:36.5287103Z test_resolve_without_attr (test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr) ... ok 2025-10-14T22:30:36.5287744Z test_discovery (test.test_importlib.metadata.test_main.InaccessibleSysPath.test_discovery) 2025-10-14T22:30:36.5288431Z Discovering distributions should succeed even if ... skipped 'pyfakefs not available' 2025-10-14T22:30:36.5289131Z test_missing_metadata (test.test_importlib.metadata.test_main.InvalidMetadataTests.test_missing_metadata) 2025-10-14T22:30:36.5289741Z Dists with a missing metadata file should return None. ... ok 2025-10-14T22:30:36.5290402Z test_valid_dists_preferred (test.test_importlib.metadata.test_main.InvalidMetadataTests.test_valid_dists_preferred) 2025-10-14T22:30:36.5291167Z Dists with metadata should be preferred when discovered by name. ... ok 2025-10-14T22:30:36.5291839Z test_discovery (test.test_importlib.metadata.test_main.MissingSysPath.test_discovery) 2025-10-14T22:30:36.5292505Z Discovering distributions should succeed even if ... ok 2025-10-14T22:30:36.5293262Z test_dashes_in_dist_name_found_as_underscores (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores) 2025-10-14T22:30:36.5295834Z For a package with a dash in the name, the dist-info metadata ... ok 2025-10-14T22:30:36.5296656Z test_dist_name_found_as_any_case (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dist_name_found_as_any_case) 2025-10-14T22:30:36.5297553Z Ensure the metadata loads when queried with any case. ... ok 2025-10-14T22:30:36.5298250Z test_unique_distributions (test.test_importlib.metadata.test_main.NameNormalizationTests.test_unique_distributions) 2025-10-14T22:30:36.5298981Z Two distributions varying only by non-normalized name on ... ok 2025-10-14T22:30:36.5299667Z test_metadata_loads (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads) ... ok 2025-10-14T22:30:36.5300458Z test_metadata_loads_egg_info (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info) ... ok 2025-10-14T22:30:36.5301462Z test_packages_distributions_on_eggs (test.test_importlib.metadata.test_main.PackagesDistributionsEggTest.test_packages_distributions_on_eggs) 2025-10-14T22:30:36.5302237Z Test old-style egg packages with a variation of 'top_level.txt', ... ok 2025-10-14T22:30:36.5302960Z test_packages_distributions_example (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example) ... ok 2025-10-14T22:30:36.5303693Z test_packages_distributions_example2 (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2) 2025-10-14T22:30:36.5304303Z Test packages_distributions on a wheel built ... ok 2025-10-14T22:30:36.5304906Z test_packages_distributions_all_module_types (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_all_module_types) 2025-10-14T22:30:36.5305535Z Test top-level modules detected on a package without 'top-level.txt'. ... ok 2025-10-14T22:30:36.5306280Z test_packages_distributions_neither_toplevel_nor_files (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files) 2025-10-14T22:30:36.5306996Z Test a package built without 'top-level.txt' or a file list. ... ok 2025-10-14T22:30:36.5307689Z test_packages_distributions_symlinked_top_level (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_symlinked_top_level) 2025-10-14T22:30:36.5308412Z Distribution is resolvable from a simple top-level symlink in RECORD. ... ok 2025-10-14T22:30:36.5309112Z test_attr (test.test_importlib.metadata.test_main.TestEntryPoints.test_attr) ... ok 2025-10-14T22:30:36.5309830Z test_entry_point_pickleable (test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable) ... ok 2025-10-14T22:30:36.5310572Z test_hashable (test.test_importlib.metadata.test_main.TestEntryPoints.test_hashable) 2025-10-14T22:30:36.5311220Z EntryPoints should be hashable ... ok 2025-10-14T22:30:36.5311840Z test_immutable (test.test_importlib.metadata.test_main.TestEntryPoints.test_immutable) 2025-10-14T22:30:36.5312481Z EntryPoints should be immutable ... ok 2025-10-14T22:30:36.5313100Z test_module (test.test_importlib.metadata.test_main.TestEntryPoints.test_module) ... ok 2025-10-14T22:30:36.5313818Z test_positional_args (test.test_importlib.metadata.test_main.TestEntryPoints.test_positional_args) 2025-10-14T22:30:36.5314677Z Capture legacy (namedtuple) construction, discouraged. ... ok 2025-10-14T22:30:36.5315529Z test_repr (test.test_importlib.metadata.test_main.TestEntryPoints.test_repr) ... ok 2025-10-14T22:30:36.5316164Z test_sortable (test.test_importlib.metadata.test_main.TestEntryPoints.test_sortable) 2025-10-14T22:30:36.5316929Z EntryPoint objects are sortable, but result is undefined. ... ok 2025-10-14T22:30:36.5317577Z test_case_insensitive (test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive) ... ok 2025-10-14T22:30:36.5318373Z test_files (test.test_importlib.metadata.test_zip.TestEgg.test_files) ... ok 2025-10-14T22:30:36.5319028Z test_missing_metadata (test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata) ... ok 2025-10-14T22:30:36.5319684Z test_normalized_name (test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name) ... ok 2025-10-14T22:30:36.5320557Z test_one_distribution (test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution) ... ok 2025-10-14T22:30:36.5321239Z test_zip_entry_points (test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points) ... ok 2025-10-14T22:30:36.5321882Z test_zip_version (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version) ... ok 2025-10-14T22:30:36.5322534Z test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match) ... ok 2025-10-14T22:30:36.5323305Z test_case_insensitive (test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive) ... ok 2025-10-14T22:30:36.5324121Z test_files (test.test_importlib.metadata.test_zip.TestZip.test_files) ... ok 2025-10-14T22:30:36.5324862Z test_missing_metadata (test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata) ... ok 2025-10-14T22:30:36.5325547Z test_one_distribution (test.test_importlib.metadata.test_zip.TestZip.test_one_distribution) ... ok 2025-10-14T22:30:36.5326229Z test_zip_entry_points (test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points) ... ok 2025-10-14T22:30:36.5326829Z test_zip_version (test.test_importlib.metadata.test_zip.TestZip.test_zip_version) ... ok 2025-10-14T22:30:36.5327461Z test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match) ... ok 2025-10-14T22:30:36.5328180Z test_spec_path_joinpath (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath) ... ok 2025-10-14T22:30:36.5328954Z test_child_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is) ... ok 2025-10-14T22:30:36.5329748Z test_child_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter) ... ok 2025-10-14T22:30:36.5330537Z test_child_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name) ... ok 2025-10-14T22:30:36.5331369Z test_child_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open) ... ok 2025-10-14T22:30:36.5332138Z test_open_invalid_mode (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode) ... ok 2025-10-14T22:30:36.5332832Z test_orphan_path_invalid (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid) ... ok 2025-10-14T22:30:36.5333487Z test_orphan_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is) ... ok 2025-10-14T22:30:36.5334141Z test_orphan_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter) ... ok 2025-10-14T22:30:36.5334897Z test_orphan_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name) ... ok 2025-10-14T22:30:36.5335795Z test_orphan_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open) ... ok 2025-10-14T22:30:36.5336600Z test_spec_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is) ... ok 2025-10-14T22:30:36.5337388Z test_spec_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter) ... ok 2025-10-14T22:30:36.5338191Z test_spec_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name) ... ok 2025-10-14T22:30:36.5339006Z test_spec_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open) ... ok 2025-10-14T22:30:36.5339835Z test_wrap_spec (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec) ... ok 2025-10-14T22:30:36.5340559Z test_contents (test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents) ... ok 2025-10-14T22:30:36.5341438Z test_contents (test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents) ... ok 2025-10-14T22:30:36.5342185Z test_contents (test.test_importlib.resources.test_contents.ContentsZipTests.test_contents) ... ok 2025-10-14T22:30:36.5342925Z test_custom_loader (test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader) ... ok 2025-10-14T22:30:36.5343729Z test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_package) 2025-10-14T22:30:36.5344475Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:30:36.5345375Z test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_submodule) 2025-10-14T22:30:36.5346083Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:30:36.5346841Z test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_with_compiled_importlib) 2025-10-14T22:30:36.5347581Z Caller detection works for compiled-only resources module. ... ok 2025-10-14T22:30:36.5348203Z test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_package) 2025-10-14T22:30:36.5348815Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:30:36.5349519Z test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_submodule) 2025-10-14T22:30:36.5350135Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:30:36.5350800Z test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_with_compiled_importlib) 2025-10-14T22:30:36.5351426Z Caller detection works for compiled-only resources module. ... ok 2025-10-14T22:30:36.5352005Z test_module_resources (test.test_importlib.resources.test_files.ModuleFilesDiskTests.test_module_resources) 2025-10-14T22:30:36.5352583Z A module can have resources found adjacent to the module. ... ok 2025-10-14T22:30:36.5353149Z test_module_resources (test.test_importlib.resources.test_files.ModuleFilesZipTests.test_module_resources) 2025-10-14T22:30:36.5353771Z A module can have resources found adjacent to the module. ... ok 2025-10-14T22:30:36.5354413Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:30:36.5355059Z test_read_bytes (test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes) ... ok 2025-10-14T22:30:36.5355689Z test_read_text (test.test_importlib.resources.test_files.OpenDiskTests.test_read_text) ... ok 2025-10-14T22:30:36.5356402Z test_traversable (test.test_importlib.resources.test_files.OpenDiskTests.test_traversable) ... ok 2025-10-14T22:30:36.5357110Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:30:36.5357885Z test_non_paths_in_dunder_path (test.test_importlib.resources.test_files.OpenNamespaceTests.test_non_paths_in_dunder_path) 2025-10-14T22:30:36.5358570Z Non-path items in a namespace package's ``__path__`` are ignored. ... ok 2025-10-14T22:30:36.5359228Z test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes) ... ok 2025-10-14T22:30:36.5359905Z test_read_text (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text) ... ok 2025-10-14T22:30:36.5360586Z test_traversable (test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable) ... ok 2025-10-14T22:30:36.5361406Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:30:36.5362165Z test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes) ... ok 2025-10-14T22:30:36.5363124Z test_read_text (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text) ... ok 2025-10-14T22:30:36.5363817Z test_traversable (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable) ... ok 2025-10-14T22:30:36.5364532Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:30:36.5365264Z test_read_bytes (test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes) ... ok 2025-10-14T22:30:36.5365888Z test_read_text (test.test_importlib.resources.test_files.OpenZipTests.test_read_text) ... ok 2025-10-14T22:30:36.5366684Z test_traversable (test.test_importlib.resources.test_files.OpenZipTests.test_traversable) ... ok 2025-10-14T22:30:36.5367400Z test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors) ... ok 2025-10-14T22:30:36.5368154Z test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents) ... ok 2025-10-14T22:30:36.5368875Z test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource) ... ok 2025-10-14T22:30:36.5369606Z test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary) ... ok 2025-10-14T22:30:36.5370335Z test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text) ... ok 2025-10-14T22:30:36.5371027Z test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path) ... ok 2025-10-14T22:30:36.5371748Z test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary) ... ok 2025-10-14T22:30:36.5372466Z test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text) ... ok 2025-10-14T22:30:36.5373213Z test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors) ... ok 2025-10-14T22:30:36.5374009Z test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors) ... ok 2025-10-14T22:30:36.5374894Z test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents) ... ok 2025-10-14T22:30:36.5375654Z test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource) ... ok 2025-10-14T22:30:36.5376447Z test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary) ... ok 2025-10-14T22:30:36.5377263Z test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text) ... ok 2025-10-14T22:30:36.5378112Z test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path) ... ok 2025-10-14T22:30:36.5378879Z test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary) ... ok 2025-10-14T22:30:36.5379636Z test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text) ... ok 2025-10-14T22:30:36.5380348Z test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors) ... ok 2025-10-14T22:30:36.5380990Z test_extant_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path) ... ok 2025-10-14T22:30:36.5381637Z test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonBinaryTests.test_importing_module_as_side_effect) 2025-10-14T22:30:36.5382225Z The anchor package can already be imported. ... ok 2025-10-14T22:30:36.5382809Z test_missing_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_missing_path) 2025-10-14T22:30:36.5383375Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:30:36.5384881Z test_package_name (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_name) 2025-10-14T22:30:36.5385540Z Passing in the package name should succeed. ... ok 2025-10-14T22:30:36.5386175Z test_package_object (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_object) 2025-10-14T22:30:36.5386827Z Passing in the package itself should succeed. ... ok 2025-10-14T22:30:36.5387529Z test_pathlib_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_pathlib_path) 2025-10-14T22:30:36.5388327Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:30:36.5389754Z test_string_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_string_path) 2025-10-14T22:30:36.5390318Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:30:36.5390942Z test_useless_loader (test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader) ... ok 2025-10-14T22:30:36.5391627Z test_extant_path (test.test_importlib.resources.test_open.CommonTextTests.test_extant_path) ... ok 2025-10-14T22:30:36.5392291Z test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonTextTests.test_importing_module_as_side_effect) 2025-10-14T22:30:36.5392898Z The anchor package can already be imported. ... ok 2025-10-14T22:30:36.5393552Z test_missing_path (test.test_importlib.resources.test_open.CommonTextTests.test_missing_path) 2025-10-14T22:30:36.5394147Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:30:36.5394769Z test_package_name (test.test_importlib.resources.test_open.CommonTextTests.test_package_name) 2025-10-14T22:30:36.5395453Z Passing in the package name should succeed. ... ok 2025-10-14T22:30:36.5396077Z test_package_object (test.test_importlib.resources.test_open.CommonTextTests.test_package_object) 2025-10-14T22:30:36.5396751Z Passing in the package itself should succeed. ... ok 2025-10-14T22:30:36.5397406Z test_pathlib_path (test.test_importlib.resources.test_open.CommonTextTests.test_pathlib_path) 2025-10-14T22:30:36.5398093Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:30:36.5398779Z test_string_path (test.test_importlib.resources.test_open.CommonTextTests.test_string_path) 2025-10-14T22:30:36.5399449Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:30:36.5400132Z test_useless_loader (test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader) ... ok 2025-10-14T22:30:36.5400801Z test_open_binary (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary) ... ok 2025-10-14T22:30:36.5401460Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:30:36.5402220Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:30:36.5402946Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding) ... ok 2025-10-14T22:30:36.5403628Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding) ... ok 2025-10-14T22:30:36.5404301Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_with_errors) 2025-10-14T22:30:36.5404886Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.5405498Z test_open_binary (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary) ... ok 2025-10-14T22:30:36.5406314Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:30:36.5407027Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:30:36.5418246Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding) ... ok 2025-10-14T22:30:36.5419260Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding) ... ok 2025-10-14T22:30:36.5420065Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_with_errors) 2025-10-14T22:30:36.5420755Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.5421432Z test_open_binary (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary) ... ok 2025-10-14T22:30:36.5422382Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:30:36.5423251Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:30:36.5424054Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding) ... ok 2025-10-14T22:30:36.5424825Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding) ... ok 2025-10-14T22:30:36.5425632Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_with_errors) 2025-10-14T22:30:36.5426231Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.5426775Z test_open_binary (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary) ... ok 2025-10-14T22:30:36.5427437Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:30:36.5428138Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:30:36.5428823Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding) ... ok 2025-10-14T22:30:36.5429499Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding) ... ok 2025-10-14T22:30:36.5430138Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_with_errors) 2025-10-14T22:30:36.5430715Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.5431262Z test_extant_path (test.test_importlib.resources.test_path.CommonTests.test_extant_path) ... ok 2025-10-14T22:30:36.5431882Z test_importing_module_as_side_effect (test.test_importlib.resources.test_path.CommonTests.test_importing_module_as_side_effect) 2025-10-14T22:30:36.5432471Z The anchor package can already be imported. ... ok 2025-10-14T22:30:36.5433003Z test_missing_path (test.test_importlib.resources.test_path.CommonTests.test_missing_path) 2025-10-14T22:30:36.5433545Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:30:36.5434092Z test_package_name (test.test_importlib.resources.test_path.CommonTests.test_package_name) 2025-10-14T22:30:36.5434633Z Passing in the package name should succeed. ... ok 2025-10-14T22:30:36.5556816Z test_package_object (test.test_importlib.resources.test_path.CommonTests.test_package_object) 2025-10-14T22:30:36.6782243Z Passing in the package itself should succeed. ... ok 2025-10-14T22:30:36.6806528Z test_pathlib_path (test.test_importlib.resources.test_path.CommonTests.test_pathlib_path) 2025-10-14T22:30:36.6812460Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:30:36.6898779Z test_string_path (test.test_importlib.resources.test_path.CommonTests.test_string_path) 2025-10-14T22:30:36.6942224Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:30:36.7100754Z test_useless_loader (test.test_importlib.resources.test_path.CommonTests.test_useless_loader) ... ok 2025-10-14T22:30:36.7119988Z test_natural_path (test.test_importlib.resources.test_path.PathDiskTests.test_natural_path) ... ok 2025-10-14T22:30:36.7122868Z test_reading (test.test_importlib.resources.test_path.PathDiskTests.test_reading) 2025-10-14T22:30:36.7133512Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:30:36.7147958Z test_reading (test.test_importlib.resources.test_path.PathMemoryTests.test_reading) 2025-10-14T22:30:36.7148733Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:30:36.7149337Z test_reading (test.test_importlib.resources.test_path.PathZipTests.test_reading) 2025-10-14T22:30:36.7149938Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:30:36.7150800Z test_remove_in_context_manager (test.test_importlib.resources.test_path.PathZipTests.test_remove_in_context_manager) 2025-10-14T22:30:36.7151448Z It is not an error if the file that was temporarily stashed on the ... ok 2025-10-14T22:30:36.7152046Z test_extant_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path) ... ok 2025-10-14T22:30:36.7152812Z test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonBinaryTests.test_importing_module_as_side_effect) 2025-10-14T22:30:36.7153503Z The anchor package can already be imported. ... ok 2025-10-14T22:30:36.7154132Z test_missing_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_missing_path) 2025-10-14T22:30:36.7154711Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:30:36.7155282Z test_package_name (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_name) 2025-10-14T22:30:36.7155912Z Passing in the package name should succeed. ... ok 2025-10-14T22:30:36.7156494Z test_package_object (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_object) 2025-10-14T22:30:36.7157230Z Passing in the package itself should succeed. ... ok 2025-10-14T22:30:36.7157807Z test_pathlib_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_pathlib_path) 2025-10-14T22:30:36.7158380Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:30:36.7158930Z test_string_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_string_path) 2025-10-14T22:30:36.7159476Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:30:36.7160098Z test_useless_loader (test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader) ... ok 2025-10-14T22:30:36.7160711Z test_extant_path (test.test_importlib.resources.test_read.CommonTextTests.test_extant_path) ... ok 2025-10-14T22:30:36.7161419Z test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonTextTests.test_importing_module_as_side_effect) 2025-10-14T22:30:36.7162078Z The anchor package can already be imported. ... ok 2025-10-14T22:30:36.7162678Z test_missing_path (test.test_importlib.resources.test_read.CommonTextTests.test_missing_path) 2025-10-14T22:30:36.7163296Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:30:36.7163909Z test_package_name (test.test_importlib.resources.test_read.CommonTextTests.test_package_name) 2025-10-14T22:30:36.7164492Z Passing in the package name should succeed. ... ok 2025-10-14T22:30:36.7165077Z test_package_object (test.test_importlib.resources.test_read.CommonTextTests.test_package_object) 2025-10-14T22:30:36.7165691Z Passing in the package itself should succeed. ... ok 2025-10-14T22:30:36.7166305Z test_pathlib_path (test.test_importlib.resources.test_read.CommonTextTests.test_pathlib_path) 2025-10-14T22:30:36.7166918Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:30:36.7167542Z test_string_path (test.test_importlib.resources.test_read.CommonTextTests.test_string_path) 2025-10-14T22:30:36.7168151Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:30:36.7168768Z test_useless_loader (test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader) ... ok 2025-10-14T22:30:36.7169671Z test_read_bytes (test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes) ... ok 2025-10-14T22:30:36.7170389Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding) ... ok 2025-10-14T22:30:36.7171121Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding) ... ok 2025-10-14T22:30:36.7171855Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_with_errors) 2025-10-14T22:30:36.7172508Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.7173269Z test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes) ... ok 2025-10-14T22:30:36.7173940Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding) ... ok 2025-10-14T22:30:36.7174660Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding) ... ok 2025-10-14T22:30:36.7175346Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_with_errors) 2025-10-14T22:30:36.7176003Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.7176584Z test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes) ... ok 2025-10-14T22:30:36.7177292Z test_read_submodule_resource (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource) ... ok 2025-10-14T22:30:36.7178080Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:30:36.7178869Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding) ... ok 2025-10-14T22:30:36.7179597Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding) ... ok 2025-10-14T22:30:36.7180330Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_with_errors) 2025-10-14T22:30:36.7180945Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.7181541Z test_read_bytes (test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes) ... ok 2025-10-14T22:30:36.7182373Z test_read_submodule_resource (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource) ... ok 2025-10-14T22:30:36.7183053Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:30:36.7183731Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding) ... ok 2025-10-14T22:30:36.7184390Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding) ... ok 2025-10-14T22:30:36.7185116Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_with_errors) 2025-10-14T22:30:36.7185790Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:30:36.7186416Z test_init_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file) ... ok 2025-10-14T22:30:36.7187079Z test_init_no_paths (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths) ... ok 2025-10-14T22:30:36.7187849Z test_is_dir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir) ... ok 2025-10-14T22:30:36.7188586Z test_is_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file) ... ok 2025-10-14T22:30:36.7189286Z test_iterdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir) ... ok 2025-10-14T22:30:36.7190035Z test_iterdir_duplicate (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate) ... ok 2025-10-14T22:30:36.7190980Z test_join_path (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path) ... ok 2025-10-14T22:30:36.7191765Z test_join_path_common_subdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir) ... ok 2025-10-14T22:30:36.7192790Z test_join_path_compound (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound) ... ok 2025-10-14T22:30:36.7193542Z test_name (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name) ... ok 2025-10-14T22:30:36.7194367Z test_open_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file) ... ok 2025-10-14T22:30:36.7195099Z test_repr (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr) ... ok 2025-10-14T22:30:36.7195900Z test_files (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files) ... ok 2025-10-14T22:30:36.7196635Z test_init_error (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error) ... ok 2025-10-14T22:30:36.7197387Z test_resource_path (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path) ... ok 2025-10-14T22:30:36.7198207Z test_as_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) ... skipped 'Desired but not supported.' 2025-10-14T22:30:36.7199019Z test_entered_path_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open) 2025-10-14T22:30:36.7199765Z Mimic what certifi does on import to make its bundle ... ok 2025-10-14T22:30:36.7200488Z test_is_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open) ... ok 2025-10-14T22:30:36.7201348Z test_is_file_failure_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open) ... ok 2025-10-14T22:30:36.7202217Z test_iterdir_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open) ... ok 2025-10-14T22:30:36.7203000Z test_read_binary_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open) ... ok 2025-10-14T22:30:36.7203731Z test_read_text_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open) ... ok 2025-10-14T22:30:36.7204556Z test_package_has_no_reader_fallback (test.test_importlib.resources.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback) 2025-10-14T22:30:36.7205405Z Test odd ball packages which: ... ok 2025-10-14T22:30:36.7206040Z test_is_dir (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir) ... ok 2025-10-14T22:30:36.7206771Z test_is_file_exists (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists) ... ok 2025-10-14T22:30:36.7207392Z test_is_file_missing (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing) ... ok 2025-10-14T22:30:36.7208070Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource) ... ok 2025-10-14T22:30:36.7208846Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:30:36.7209560Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents) ... ok 2025-10-14T22:30:36.7210359Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name) ... ok 2025-10-14T22:30:36.7211222Z test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents) ... ok 2025-10-14T22:30:36.7212215Z test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name) ... ok 2025-10-14T22:30:36.7213096Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource) ... ok 2025-10-14T22:30:36.7213956Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:30:36.7214777Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents) ... ok 2025-10-14T22:30:36.7215712Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name) ... ok 2025-10-14T22:30:36.7216460Z test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents) ... ok 2025-10-14T22:30:36.7217287Z test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name) ... ok 2025-10-14T22:30:36.7218137Z test_as_file_directory (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory) ... ok 2025-10-14T22:30:36.7218958Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource) ... ok 2025-10-14T22:30:36.7219779Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:30:36.7220623Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents) ... ok 2025-10-14T22:30:36.7221442Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name) ... ok 2025-10-14T22:30:36.7222365Z test_unrelated_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest02.test_unrelated_contents) 2025-10-14T22:30:36.7223082Z Test thata zip with two unrelated subpackages return ... ok 2025-10-14T22:30:36.7223723Z test_is_dir (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir) ... ok 2025-10-14T22:30:36.7224461Z test_is_file (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file) ... ok 2025-10-14T22:30:36.7225203Z test_resource_contents (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents) ... ok 2025-10-14T22:30:36.7225993Z test_resource_missing (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing) ... ok 2025-10-14T22:30:36.7226747Z test_is_dir (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir) ... ok 2025-10-14T22:30:36.7227508Z test_is_file_exists (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists) ... ok 2025-10-14T22:30:36.7228275Z test_is_file_missing (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing) ... ok 2025-10-14T22:30:36.7228998Z test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:36.7229785Z test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:36.7230630Z test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:36.7231442Z test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:30:36.7232196Z test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:30:36.7233089Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7233804Z test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality) ... ok 2025-10-14T22:30:36.7234490Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:30:36.7235300Z test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:30:36.7236171Z test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality) ... ok 2025-10-14T22:30:36.7236903Z test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:30:36.7237666Z test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:30:36.7238433Z test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module) ... ok 2025-10-14T22:30:36.7239183Z test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:30:36.7240049Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7240919Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7241689Z test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package) ... ok 2025-10-14T22:30:36.7242339Z test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:30:36.7243107Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:30:36.7243922Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7244698Z test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable) ... ok 2025-10-14T22:30:36.7245467Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:30:36.7246272Z test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok 2025-10-14T22:30:36.7247107Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:30:36.7247890Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:30:36.7248722Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:30:36.7249546Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7250346Z test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok 2025-10-14T22:30:36.7251175Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:30:36.7251983Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:30:36.7252792Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:30:36.7253580Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:30:36.7254418Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7255121Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok 2025-10-14T22:30:36.7255800Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:30:36.7256470Z test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok 2025-10-14T22:30:36.7257263Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:30:36.7257933Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:30:36.7258595Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:30:36.7259339Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7260059Z test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok 2025-10-14T22:30:36.7260840Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:30:36.7261609Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:30:36.7262342Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:30:36.7263118Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:30:36.7263885Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7264711Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok 2025-10-14T22:30:36.7265513Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:30:36.7266297Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:30:36.7267061Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:30:36.7267808Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:30:36.7268600Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7269376Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:30:36.7270151Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:30:36.7270877Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:30:36.7271647Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:30:36.7272418Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7273550Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:30:36.7274316Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:30:36.7275092Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:30:36.7275899Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:30:36.7276832Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7277671Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:30:36.7278495Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:30:36.7279315Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:30:36.7280093Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:30:36.7280843Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7281517Z test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:30:36.7282164Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7296556Z test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality) ... ok 2025-10-14T22:30:36.7297460Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:30:36.7298258Z test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:30:36.7298931Z test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality) ... ok 2025-10-14T22:30:36.7299644Z test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:30:36.7300537Z test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:30:36.7301298Z test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module) ... ok 2025-10-14T22:30:36.7302053Z test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:30:36.7302937Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7303841Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7304657Z test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package) ... ok 2025-10-14T22:30:36.7305436Z test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:30:36.7306273Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:30:36.7307185Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7308144Z test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable) ... ok 2025-10-14T22:30:36.7308917Z test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:30:36.7309717Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7310427Z test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality) ... ok 2025-10-14T22:30:36.7311217Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:30:36.7311892Z test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:30:36.7312542Z test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality) ... ok 2025-10-14T22:30:36.7313170Z test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:30:36.7313960Z test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:30:36.7314660Z test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module) ... ok 2025-10-14T22:30:36.7315349Z test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:30:36.7316105Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7316981Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7317787Z test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package) ... ok 2025-10-14T22:30:36.7318548Z test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:30:36.7319343Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:30:36.7320152Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:30:36.7320924Z test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable) ... ok 2025-10-14T22:30:36.7321600Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:30:36.7322347Z test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok 2025-10-14T22:30:36.7323112Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:30:36.7323835Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:30:36.7324562Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:30:36.7325292Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7326044Z test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok 2025-10-14T22:30:36.7326848Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:30:36.7327569Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:30:36.7328547Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:30:36.7329345Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:30:36.7330179Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7331032Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok 2025-10-14T22:30:36.7331989Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:30:36.7332790Z test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok 2025-10-14T22:30:36.7333531Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:30:36.7334329Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:30:36.7335137Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:30:36.7335932Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7336781Z test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok 2025-10-14T22:30:36.7337624Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:30:36.7338452Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:30:36.7339161Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:30:36.7340076Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:30:36.7340897Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7341734Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok 2025-10-14T22:30:36.7342582Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:30:36.7343408Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:30:36.7344261Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:30:36.7345105Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:30:36.7345894Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7346788Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:30:36.7347674Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:30:36.7348649Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:30:36.7349627Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:30:36.7350456Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7351288Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:30:36.7352125Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:30:36.7353084Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:30:36.7353854Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:30:36.7354603Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:30:36.7355395Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:30:36.7356161Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:30:36.7356936Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:30:36.7357780Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:30:36.7358632Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:30:36.7359458Z test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling) ... ok 2025-10-14T22:30:36.7360316Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir) ... ok 2025-10-14T22:30:36.7361064Z test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure) ... ok 2025-10-14T22:30:36.7361712Z test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file) ... ok 2025-10-14T22:30:36.7362371Z test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7363006Z test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module) ... ok 2025-10-14T22:30:36.7363691Z test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package) ... ok 2025-10-14T22:30:36.7364565Z test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:30:36.7365436Z test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package) ... ok 2025-10-14T22:30:36.7366294Z test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package) ... ok 2025-10-14T22:30:36.7367144Z test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module) ... ok 2025-10-14T22:30:36.7367963Z test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling) ... ok 2025-10-14T22:30:36.7368681Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir) ... ok 2025-10-14T22:30:36.7369370Z test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure) ... ok 2025-10-14T22:30:36.7370158Z test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file) ... ok 2025-10-14T22:30:36.7370835Z test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7371509Z test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module) ... ok 2025-10-14T22:30:36.7372164Z test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package) ... ok 2025-10-14T22:30:36.7372972Z test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:30:36.7373979Z test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package) ... ok 2025-10-14T22:30:36.7374742Z test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package) ... ok 2025-10-14T22:30:36.7375534Z test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module) ... ok 2025-10-14T22:30:36.7376346Z test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling) ... ok 2025-10-14T22:30:36.7377156Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir) ... ok 2025-10-14T22:30:36.7377885Z test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure) ... ok 2025-10-14T22:30:36.7378627Z test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file) ... ok 2025-10-14T22:30:36.7379371Z test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7380270Z test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module) ... ok 2025-10-14T22:30:36.7381062Z test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package) ... ok 2025-10-14T22:30:36.7381946Z test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:30:36.7382767Z test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package) ... ok 2025-10-14T22:30:36.7383433Z test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package) ... ok 2025-10-14T22:30:36.7384114Z test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module) ... ok 2025-10-14T22:30:36.7384787Z test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling) ... ok 2025-10-14T22:30:36.7385455Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir) ... ok 2025-10-14T22:30:36.7386094Z test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure) ... ok 2025-10-14T22:30:36.7386759Z test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file) ... ok 2025-10-14T22:30:36.7387484Z test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7388176Z test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module) ... ok 2025-10-14T22:30:36.7388891Z test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package) ... ok 2025-10-14T22:30:36.7389673Z test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:30:36.7390529Z test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package) ... ok 2025-10-14T22:30:36.7391206Z test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package) ... ok 2025-10-14T22:30:36.7391933Z test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module) ... ok 2025-10-14T22:30:36.7392738Z test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string) ... ok 2025-10-14T22:30:36.7393466Z test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success) ... ok 2025-10-14T22:30:36.7394414Z test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string) ... ok 2025-10-14T22:30:36.7395125Z test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success) ... ok 2025-10-14T22:30:36.7395780Z test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom) ... ok 2025-10-14T22:30:36.7396482Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8) ... ok 2025-10-14T22:30:36.7397210Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict) ... ok 2025-10-14T22:30:36.7397963Z test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding) ... ok 2025-10-14T22:30:36.7398778Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line) ... ok 2025-10-14T22:30:36.7399598Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line) ... ok 2025-10-14T22:30:36.7400445Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding) ... ok 2025-10-14T22:30:36.7401263Z test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom) ... ok 2025-10-14T22:30:36.7402037Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8) ... ok 2025-10-14T22:30:36.7402839Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict) ... ok 2025-10-14T22:30:36.7403581Z test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding) ... ok 2025-10-14T22:30:36.7404352Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line) ... ok 2025-10-14T22:30:36.7405157Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line) ... ok 2025-10-14T22:30:36.7406004Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding) ... ok 2025-10-14T22:30:36.7406801Z test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr) ... ok 2025-10-14T22:30:36.7407447Z test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf) ... ok 2025-10-14T22:30:36.7408067Z test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf) ... ok 2025-10-14T22:30:36.7408685Z test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr) ... ok 2025-10-14T22:30:36.7409312Z test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf) ... ok 2025-10-14T22:30:36.7409914Z test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf) ... ok 2025-10-14T22:30:36.7410529Z test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom) ... ok 2025-10-14T22:30:36.7411340Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8) ... ok 2025-10-14T22:30:36.7412051Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict) ... ok 2025-10-14T22:30:36.7412744Z test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding) ... ok 2025-10-14T22:30:36.7413469Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line) ... ok 2025-10-14T22:30:36.7414213Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line) ... ok 2025-10-14T22:30:36.7415125Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding) ... ok 2025-10-14T22:30:36.7415822Z test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom) ... ok 2025-10-14T22:30:36.7416529Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8) ... ok 2025-10-14T22:30:36.7417271Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict) ... ok 2025-10-14T22:30:36.7418092Z test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding) ... ok 2025-10-14T22:30:36.7418854Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line) ... ok 2025-10-14T22:30:36.7419623Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line) ... ok 2025-10-14T22:30:36.7420417Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding) ... ok 2025-10-14T22:30:36.7421218Z test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr) ... ok 2025-10-14T22:30:36.7421935Z test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf) ... ok 2025-10-14T22:30:36.7422666Z test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf) ... ok 2025-10-14T22:30:36.7423397Z test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr) ... ok 2025-10-14T22:30:36.7424161Z test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf) ... ok 2025-10-14T22:30:36.7424933Z test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf) ... ok 2025-10-14T22:30:36.7425631Z test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:30:36.7426376Z test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:30:36.7427107Z test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:30:36.7427957Z test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok 2025-10-14T22:30:36.7428761Z test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:30:36.7429576Z test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:30:36.7430378Z test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7431057Z test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7431767Z test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7432493Z test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7433093Z test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:30:36.7433818Z test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:30:36.7434515Z test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:30:36.7435213Z test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:30:36.7436111Z test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:30:36.7436940Z test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok 2025-10-14T22:30:36.7437712Z test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None) ... ok 2025-10-14T22:30:36.7439110Z test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned) ... ok 2025-10-14T22:30:36.7450024Z test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok 2025-10-14T22:30:36.7475994Z test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok 2025-10-14T22:30:36.7477143Z test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok 2025-10-14T22:30:36.7477998Z test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok 2025-10-14T22:30:36.7478776Z test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7479509Z test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7480278Z test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module) ... ok 2025-10-14T22:30:36.7481075Z test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module) ... ok 2025-10-14T22:30:36.7481692Z test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr) ... ok 2025-10-14T22:30:36.7482287Z test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh) ... ok 2025-10-14T22:30:36.7482964Z test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload) ... ok 2025-10-14T22:30:36.7483714Z test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7484521Z test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok 2025-10-14T22:30:36.7485354Z test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec) ... ok 2025-10-14T22:30:36.7486103Z test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec) ... ok 2025-10-14T22:30:36.7486857Z test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses) ... ok 2025-10-14T22:30:36.7487599Z test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses) ... ok 2025-10-14T22:30:36.7488274Z test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7488919Z test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses) ... ok 2025-10-14T22:30:36.7489530Z test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses) ... ok 2025-10-14T22:30:36.7490130Z test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data) ... ok 2025-10-14T22:30:36.7491806Z test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7492544Z test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7493257Z test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok 2025-10-14T22:30:36.7494027Z test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok 2025-10-14T22:30:36.7494823Z test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything) ... ok 2025-10-14T22:30:36.7496469Z test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok 2025-10-14T22:30:36.7497232Z test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode) ... ok 2025-10-14T22:30:36.7498009Z test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data) ... ok 2025-10-14T22:30:36.7498769Z test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok 2025-10-14T22:30:36.7499539Z test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7500257Z test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7501014Z test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source) ... ok 2025-10-14T22:30:36.7501831Z test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding) ... ok 2025-10-14T22:30:36.7502513Z test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines) ... ok 2025-10-14T22:30:36.7503148Z test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code) ... ok 2025-10-14T22:30:36.7503755Z test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source) ... ok 2025-10-14T22:30:36.7504771Z test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding) ... ok 2025-10-14T22:30:36.7505534Z test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package) ... ok 2025-10-14T22:30:36.7506247Z test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module) ... ok 2025-10-14T22:30:36.7507091Z test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings) ... ok 2025-10-14T22:30:36.7507855Z test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code) ... ok 2025-10-14T22:30:36.7508619Z test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module) ... ok 2025-10-14T22:30:36.7509410Z test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module) ... ok 2025-10-14T22:30:36.7510035Z test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr) ... ok 2025-10-14T22:30:36.7510909Z test_deprecated_path_mtime (test.test_importlib.test_abc.SourceLoaderDeprecationWarningsTests.test_deprecated_path_mtime) ... ok 2025-10-14T22:30:36.7511621Z test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok 2025-10-14T22:30:36.7512327Z test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok 2025-10-14T22:30:36.7513046Z test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything) ... ok 2025-10-14T22:30:36.7513772Z test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok 2025-10-14T22:30:36.7514700Z test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode) ... ok 2025-10-14T22:30:36.7515448Z test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data) ... ok 2025-10-14T22:30:36.7516215Z test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok 2025-10-14T22:30:36.7516998Z test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:30:36.7517731Z test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:30:36.7518524Z test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:30:36.7519249Z test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok 2025-10-14T22:30:36.7519925Z test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:30:36.7520598Z test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:30:36.7521237Z test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7521837Z test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7522502Z test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7523084Z test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7523689Z test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:30:36.7524295Z test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:30:36.7524941Z test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:30:36.7525566Z test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:30:36.7526258Z test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:30:36.7526933Z test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok 2025-10-14T22:30:36.7527842Z test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None) ... ok 2025-10-14T22:30:36.7528616Z test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned) ... ok 2025-10-14T22:30:36.7529399Z test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok 2025-10-14T22:30:36.7530222Z test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok 2025-10-14T22:30:36.7531047Z test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok 2025-10-14T22:30:36.7531942Z test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok 2025-10-14T22:30:36.7532698Z test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7533339Z test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7533925Z test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh) ... ok 2025-10-14T22:30:36.7534510Z test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload) ... ok 2025-10-14T22:30:36.7535325Z test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7536054Z test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok 2025-10-14T22:30:36.7536854Z test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec) ... ok 2025-10-14T22:30:36.7537575Z test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec) ... ok 2025-10-14T22:30:36.7538293Z test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses) ... ok 2025-10-14T22:30:36.7539154Z test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses) ... ok 2025-10-14T22:30:36.7539967Z test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7540770Z test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses) ... ok 2025-10-14T22:30:36.7541406Z test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses) ... ok 2025-10-14T22:30:36.7542016Z test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data) ... ok 2025-10-14T22:30:36.7542597Z test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7543270Z test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7543898Z test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses) ... ok 2025-10-14T22:30:36.7544514Z test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses) ... ok 2025-10-14T22:30:36.7545141Z test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source) ... ok 2025-10-14T22:30:36.7545773Z test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding) ... ok 2025-10-14T22:30:36.7546420Z test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines) ... ok 2025-10-14T22:30:36.7547051Z test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code) ... ok 2025-10-14T22:30:36.7547740Z test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source) ... ok 2025-10-14T22:30:36.7548374Z test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding) ... ok 2025-10-14T22:30:36.7549010Z test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package) ... ok 2025-10-14T22:30:36.7549631Z test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module) ... ok 2025-10-14T22:30:36.7550243Z test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings) ... ok 2025-10-14T22:30:36.7550926Z test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code) ... ok 2025-10-14T22:30:36.7551568Z test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib) ... ok 2025-10-14T22:30:36.7552186Z test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing) ... ok 2025-10-14T22:30:36.7552770Z test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success) ... ok 2025-10-14T22:30:36.7553364Z test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path) ... ok 2025-10-14T22:30:36.7553968Z test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules) ... ok 2025-10-14T22:30:36.7554588Z test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:30:36.7555286Z test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok 2025-10-14T22:30:36.7556106Z test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package) ... ok 2025-10-14T22:30:36.7556757Z test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import) ... ok 2025-10-14T22:30:36.7557405Z test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import) ... ok 2025-10-14T22:30:36.7558038Z test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once) ... ok 2025-10-14T22:30:36.7558738Z test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import) ... ok 2025-10-14T22:30:36.7559441Z test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package) ... ok 2025-10-14T22:30:36.7560119Z test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import) ... ok 2025-10-14T22:30:36.7560801Z test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called) ... ok 2025-10-14T22:30:36.7561419Z test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking) ... ok 2025-10-14T22:30:36.7562132Z test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec) ... ok 2025-10-14T22:30:36.7562739Z test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced) ... ok 2025-10-14T22:30:36.7563357Z test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced) ... ok 2025-10-14T22:30:36.7563977Z test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed) ... ok 2025-10-14T22:30:36.7564589Z test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader) ... ok 2025-10-14T22:30:36.7565168Z test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules) ... ok 2025-10-14T22:30:36.7565791Z test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed) ... ok 2025-10-14T22:30:36.7566438Z test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule) ... ok 2025-10-14T22:30:36.7567115Z test_reload_traceback_with_non_str (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str) ... ok 2025-10-14T22:30:36.7567818Z test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__) ... ok 2025-10-14T22:30:36.7568486Z test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__) ... ok 2025-10-14T22:30:36.7569150Z test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing) ... ok 2025-10-14T22:30:36.7569804Z test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success) ... ok 2025-10-14T22:30:36.7570470Z test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path) ... ok 2025-10-14T22:30:36.7571254Z test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules) ... ok 2025-10-14T22:30:36.7571974Z test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:30:36.7572695Z test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok 2025-10-14T22:30:36.7573462Z test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package) ... ok 2025-10-14T22:30:36.7574277Z test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import) ... ok 2025-10-14T22:30:36.7575255Z test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import) ... ok 2025-10-14T22:30:36.7576041Z test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once) ... ok 2025-10-14T22:30:36.7576781Z test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import) ... ok 2025-10-14T22:30:36.7577574Z test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package) ... ok 2025-10-14T22:30:36.7578388Z test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import) ... ok 2025-10-14T22:30:36.7579196Z test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called) ... ok 2025-10-14T22:30:36.7579806Z test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking) ... ok 2025-10-14T22:30:36.7580436Z test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec) ... ok 2025-10-14T22:30:36.7581043Z test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced) ... ok 2025-10-14T22:30:36.7581661Z test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced) ... ok 2025-10-14T22:30:36.7582355Z test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed) ... ok 2025-10-14T22:30:36.7583144Z test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader) ... ok 2025-10-14T22:30:36.7583992Z test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules) ... ok 2025-10-14T22:30:36.7584749Z test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed) ... ok 2025-10-14T22:30:36.7585517Z test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule) ... ok 2025-10-14T22:30:36.7586348Z test_reload_traceback_with_non_str (test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str) ... ok 2025-10-14T22:30:36.7587152Z test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__) ... ok 2025-10-14T22:30:36.7587866Z test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__) ... ok 2025-10-14T22:30:36.7588696Z test_machinery_deprecated_attributes (test.test_importlib.test_api.TestDeprecations.test_machinery_deprecated_attributes) ... ok 2025-10-14T22:30:36.7589467Z test_machinery (test.test_importlib.test_api.TestModuleAll.test_machinery) ... ok 2025-10-14T22:30:36.7590126Z test_util (test.test_importlib.test_api.TestModuleAll.test_util) ... ok 2025-10-14T22:30:36.7590789Z test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init) ... ok 2025-10-14T22:30:36.7591499Z test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation) ... ok 2025-10-14T22:30:36.7592219Z test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged) ... ok 2025-10-14T22:30:36.7592996Z test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr) ... ok 2025-10-14T22:30:36.7593671Z test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr) ... ok 2025-10-14T22:30:36.7594269Z test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e) ... ok 2025-10-14T22:30:36.7595713Z test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init) ... ok 2025-10-14T22:30:36.7607094Z test_lazy_module_type_override (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override) ... ok 2025-10-14T22:30:36.7607984Z test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules) ... ok 2025-10-14T22:30:36.7608865Z test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys) ... ok 2025-10-14T22:30:36.7609612Z test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race) ... ok 2025-10-14T22:30:36.7610334Z test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error) ... ok 2025-10-14T22:30:36.7611039Z test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr) ... ok 2025-10-14T22:30:36.7611752Z test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr) ... ok 2025-10-14T22:30:36.7612555Z test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr) ... ok 2025-10-14T22:30:36.7613246Z test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock) ... ok 2025-10-14T22:30:36.7613966Z test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock) ... ok 2025-10-14T22:30:36.7614662Z test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks) ... ok 2025-10-14T22:30:36.7615377Z test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime) ... ok 2025-10-14T22:30:36.7616108Z test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:30:36.7616859Z test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:30:36.7617605Z test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:30:36.7618339Z test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor) ... ok 2025-10-14T22:30:36.7619082Z test_constructor_noargs (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:30:36.7619842Z test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread) ... ok 2025-10-14T22:30:36.7620565Z test_locked (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked) ... ok 2025-10-14T22:30:36.7621254Z test_locked_with_2threads (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:30:36.7621990Z test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire) ... ok 2025-10-14T22:30:36.7622823Z test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:30:36.7623542Z test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:30:36.7624236Z test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:30:36.7624916Z test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:30:36.7625632Z test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock) ... ok 2025-10-14T22:30:36.7626314Z test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock) ... ok 2025-10-14T22:30:36.7626991Z test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks) ... ok 2025-10-14T22:30:36.7627626Z test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime) ... ok 2025-10-14T22:30:36.7628309Z test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:30:36.7628984Z test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:30:36.7629665Z test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:30:36.7630534Z test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor) ... ok 2025-10-14T22:30:36.7631235Z test_constructor_noargs (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:30:36.7631966Z test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread) ... ok 2025-10-14T22:30:36.7632645Z test_locked (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked) ... ok 2025-10-14T22:30:36.7633329Z test_locked_with_2threads (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:30:36.7634251Z test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire) ... ok 2025-10-14T22:30:36.7634964Z test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:30:36.7635745Z test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:30:36.7636418Z test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:30:36.7637085Z test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:30:36.7637765Z test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports) ... ok 2025-10-14T22:30:36.7638440Z test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails) ... ok 2025-10-14T22:30:36.7639130Z test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds) ... ok 2025-10-14T22:30:36.7639828Z test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path) ... ok 2025-10-14T22:30:36.7640542Z test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence) ... ok 2025-10-14T22:30:36.7641242Z test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc) ... ok 2025-10-14T22:30:36.7641965Z test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency) ... ok 2025-10-14T22:30:36.7642666Z test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency) ... ok 2025-10-14T22:30:36.7643365Z test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable) ... ok 2025-10-14T22:30:36.7644214Z test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package) ... ok 2025-10-14T22:30:36.7645038Z test_namespace_subpackage_shares_name_with_directory (test.test_importlib.test_namespace_pkgs.NamespaceSubpackageSameName.test_namespace_subpackage_shares_name_with_directory) ... ok 2025-10-14T22:30:36.7645777Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other) ... ok 2025-10-14T22:30:36.7646425Z test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path) ... ok 2025-10-14T22:30:36.7647046Z test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package) ... ok 2025-10-14T22:30:36.7647772Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports) ... ok 2025-10-14T22:30:36.7648481Z test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches) ... ok 2025-10-14T22:30:36.7649220Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports) ... ok 2025-10-14T22:30:36.7649916Z test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins) ... ok 2025-10-14T22:30:36.7650798Z test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again) ... ok 2025-10-14T22:30:36.7651581Z test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first) ... ok 2025-10-14T22:30:36.7652298Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports) ... ok 2025-10-14T22:30:36.7652939Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:30:36.7653772Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package) ... ok 2025-10-14T22:30:36.7654450Z test_simple_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr) ... ok 2025-10-14T22:30:36.7655146Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:30:36.7655874Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package) ... ok 2025-10-14T22:30:36.7656595Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:30:36.7657311Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package) ... ok 2025-10-14T22:30:36.7658009Z test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... ok 2025-10-14T22:30:36.7658698Z test_missing_directory2 (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory2) ... ok 2025-10-14T22:30:36.7659360Z test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory) ... ok 2025-10-14T22:30:36.7660088Z test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics) ... ok 2025-10-14T22:30:36.7660787Z test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default) ... ok 2025-10-14T22:30:36.7661666Z test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok 2025-10-14T22:30:36.7662447Z test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location) ... ok 2025-10-14T22:30:36.7663382Z test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 2025-10-14T22:30:36.7664220Z test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok 2025-10-14T22:30:36.7665129Z test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok 2025-10-14T22:30:36.7665956Z test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok 2025-10-14T22:30:36.7666742Z test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path) ... ok 2025-10-14T22:30:36.7667544Z test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 2025-10-14T22:30:36.7668382Z test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok 2025-10-14T22:30:36.7669245Z test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok 2025-10-14T22:30:36.7670236Z test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok 2025-10-14T22:30:36.7671025Z test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok 2025-10-14T22:30:36.7671795Z test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none) ... ok 2025-10-14T22:30:36.7672754Z test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok 2025-10-14T22:30:36.7673483Z test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default) ... ok 2025-10-14T22:30:36.7674247Z test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok 2025-10-14T22:30:36.7675051Z test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok 2025-10-14T22:30:36.7675815Z test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false) ... ok 2025-10-14T22:30:36.7676621Z test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok 2025-10-14T22:30:36.7677418Z test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true) ... ok 2025-10-14T22:30:36.7678218Z test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok 2025-10-14T22:30:36.7679055Z test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok 2025-10-14T22:30:36.7679860Z test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok 2025-10-14T22:30:36.7680612Z test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin) ... ok 2025-10-14T22:30:36.7681309Z test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok 2025-10-14T22:30:36.7682010Z test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec) ... ok 2025-10-14T22:30:36.7682615Z test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load) ... ok 2025-10-14T22:30:36.7683274Z test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed) ... ok 2025-10-14T22:30:36.7683957Z test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed) ... ok 2025-10-14T22:30:36.7684763Z test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok 2025-10-14T22:30:36.7685492Z test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced) ... ok 2025-10-14T22:30:36.7686148Z test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload) ... ok 2025-10-14T22:30:36.7686809Z test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok 2025-10-14T22:30:36.7687514Z test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok 2025-10-14T22:30:36.7688376Z test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified) ... ok 2025-10-14T22:30:36.7689122Z test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin) ... ok 2025-10-14T22:30:36.7689746Z test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set) ... ok 2025-10-14T22:30:36.7690407Z test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source) ... ok 2025-10-14T22:30:36.7691112Z test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok 2025-10-14T22:30:36.7691964Z test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok 2025-10-14T22:30:36.7692656Z test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless) ... ok 2025-10-14T22:30:36.7693337Z test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location) ... ok 2025-10-14T22:30:36.7693978Z test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default) ... ok 2025-10-14T22:30:36.7694664Z test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false) ... ok 2025-10-14T22:30:36.7695351Z test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true) ... ok 2025-10-14T22:30:36.7696046Z test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader) ... ok 2025-10-14T22:30:36.7696817Z test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality) ... ok 2025-10-14T22:30:36.7697495Z test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location) ... ok 2025-10-14T22:30:36.7698194Z test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter) ... ok 2025-10-14T22:30:36.7698866Z test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality) ... ok 2025-10-14T22:30:36.7699522Z test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete) ... ok 2025-10-14T22:30:36.7700155Z test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package) ... ok 2025-10-14T22:30:36.7700752Z test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package) ... ok 2025-10-14T22:30:36.7701443Z test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default) ... ok 2025-10-14T22:30:36.7702203Z test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok 2025-10-14T22:30:36.7702995Z test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location) ... ok 2025-10-14T22:30:36.7703800Z test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 2025-10-14T22:30:36.7704600Z test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok 2025-10-14T22:30:36.7705476Z test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok 2025-10-14T22:30:36.7706358Z test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok 2025-10-14T22:30:36.7707256Z test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path) ... ok 2025-10-14T22:30:36.7708166Z test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 2025-10-14T22:30:36.7709065Z test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok 2025-10-14T22:30:36.7709893Z test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok 2025-10-14T22:30:36.7710709Z test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok 2025-10-14T22:30:36.7711650Z test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok 2025-10-14T22:30:36.7712399Z test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none) ... ok 2025-10-14T22:30:36.7713151Z test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok 2025-10-14T22:30:36.7713888Z test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default) ... ok 2025-10-14T22:30:36.7714609Z test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok 2025-10-14T22:30:36.7715415Z test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok 2025-10-14T22:30:36.7716169Z test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false) ... ok 2025-10-14T22:30:36.7716962Z test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok 2025-10-14T22:30:36.7717755Z test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true) ... ok 2025-10-14T22:30:36.7718537Z test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok 2025-10-14T22:30:36.7719357Z test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok 2025-10-14T22:30:36.7720114Z test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok 2025-10-14T22:30:36.7720917Z test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin) ... ok 2025-10-14T22:30:36.7721668Z test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok 2025-10-14T22:30:36.7722362Z test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec) ... ok 2025-10-14T22:30:36.7723003Z test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load) ... ok 2025-10-14T22:30:36.7723614Z test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed) ... ok 2025-10-14T22:30:36.7724292Z test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed) ... ok 2025-10-14T22:30:36.7725052Z test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok 2025-10-14T22:30:36.7725720Z test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced) ... ok 2025-10-14T22:30:36.7726459Z test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload) ... ok 2025-10-14T22:30:36.7727084Z test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok 2025-10-14T22:30:36.7727827Z test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok 2025-10-14T22:30:36.7728560Z test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified) ... ok 2025-10-14T22:30:36.7729251Z test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin) ... ok 2025-10-14T22:30:36.7730053Z test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set) ... ok 2025-10-14T22:30:36.7730698Z test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source) ... ok 2025-10-14T22:30:36.7731389Z test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok 2025-10-14T22:30:36.7732105Z test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok 2025-10-14T22:30:36.7732783Z test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless) ... ok 2025-10-14T22:30:36.7733576Z test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location) ... ok 2025-10-14T22:30:36.7734275Z test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default) ... ok 2025-10-14T22:30:36.7734972Z test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false) ... ok 2025-10-14T22:30:36.7735703Z test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true) ... ok 2025-10-14T22:30:36.7736416Z test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader) ... ok 2025-10-14T22:30:36.7737092Z test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality) ... ok 2025-10-14T22:30:36.7737733Z test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location) ... ok 2025-10-14T22:30:36.7738365Z test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter) ... ok 2025-10-14T22:30:36.7739001Z test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality) ... ok 2025-10-14T22:30:36.7739676Z test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete) ... ok 2025-10-14T22:30:36.7740328Z test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package) ... ok 2025-10-14T22:30:36.7740995Z test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package) ... ok 2025-10-14T22:30:36.7741674Z test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports) ... ok 2025-10-14T22:30:36.7742511Z test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) ... skipped 'not enough memory: 1.8G minimum needed' 2025-10-14T22:30:36.7743331Z test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers) ... ok 2025-10-14T22:30:36.7744132Z test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) ... skipped 'not enough memory: 1.8G minimum needed' 2025-10-14T22:30:36.7745008Z test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:30:36.7745905Z test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:30:36.7746843Z test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:30:36.7747591Z test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import) ... ok 2025-10-14T22:30:36.7748290Z test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding) ... ok 2025-10-14T22:30:36.7748988Z test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines) ... ok 2025-10-14T22:30:36.7749820Z test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default) ... ok 2025-10-14T22:30:36.7750484Z test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module) ... ok 2025-10-14T22:30:36.7751221Z test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package) ... ok 2025-10-14T22:30:36.7771665Z test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule) ... ok 2025-10-14T22:30:36.7772502Z test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module) ... ok 2025-10-14T22:30:36.7773256Z test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported) ... ok 2025-10-14T22:30:36.7774030Z test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing) ... ok 2025-10-14T22:30:36.7774666Z test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success) ... ok 2025-10-14T22:30:36.7775334Z test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules) ... ok 2025-10-14T22:30:36.7776004Z test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:30:36.7776750Z test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None) ... ok 2025-10-14T22:30:36.7777485Z test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok 2025-10-14T22:30:36.7778311Z test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__) ... ok 2025-10-14T22:30:36.7779095Z test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn) ... ok 2025-10-14T22:30:36.7779876Z test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length) ... ok 2025-10-14T22:30:36.7780587Z test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__) ... ok 2025-10-14T22:30:36.7781317Z test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__) ... ok 2025-10-14T22:30:36.7782041Z test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__) ... ok 2025-10-14T22:30:36.7782761Z test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__) ... ok 2025-10-14T22:30:36.7783490Z test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__) ... ok 2025-10-14T22:30:36.7784170Z test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__) ... ok 2025-10-14T22:30:36.7784850Z test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__) ... ok 2025-10-14T22:30:36.7785593Z test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module) ... ok 2025-10-14T22:30:36.7786366Z test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None) ... ok 2025-10-14T22:30:36.7787290Z test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module) ... ok 2025-10-14T22:30:36.7788042Z test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source) ... ok 2025-10-14T22:30:36.7788782Z test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd) ... ok 2025-10-14T22:30:36.7789466Z test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override) ... ok 2025-10-14T22:30:36.7790277Z test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok 2025-10-14T22:30:36.7791296Z test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix) ... ok 2025-10-14T22:30:36.7792145Z test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok 2025-10-14T22:30:36.7792948Z test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot) ... ok 2025-10-14T22:30:36.7793723Z test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None) ... ok 2025-10-14T22:30:36.7794524Z test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok 2025-10-14T22:30:36.7795406Z test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set) ... ok 2025-10-14T22:30:36.7796244Z test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override) ... ok 2025-10-14T22:30:36.7797029Z test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok 2025-10-14T22:30:36.7797848Z test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok 2025-10-14T22:30:36.7798663Z test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok 2025-10-14T22:30:36.7799413Z test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok 2025-10-14T22:30:36.7800073Z test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache) ... ok 2025-10-14T22:30:36.7800701Z test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path) ... ok 2025-10-14T22:30:36.7801396Z test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok 2025-10-14T22:30:36.7802105Z test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok 2025-10-14T22:30:36.7802779Z test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok 2025-10-14T22:30:36.7803589Z test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok 2025-10-14T22:30:36.7804367Z test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash) ... ok 2025-10-14T22:30:36.7805058Z test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt) ... ok 2025-10-14T22:30:36.7805787Z test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok 2025-10-14T22:30:36.7806889Z test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok 2025-10-14T22:30:36.7807723Z test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok 2025-10-14T22:30:36.7808506Z test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok 2025-10-14T22:30:36.7809294Z test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok 2025-10-14T22:30:36.7810197Z test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute) ... ok 2025-10-14T22:30:36.7810928Z test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package) ... ok 2025-10-14T22:30:36.7811655Z test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape) ... ok 2025-10-14T22:30:36.7812361Z test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package) ... ok 2025-10-14T22:30:36.7813071Z test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package) ... ok 2025-10-14T22:30:36.7813719Z test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package) ... ok 2025-10-14T22:30:36.7814501Z test_complete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module) ... ok 2025-10-14T22:30:36.7852943Z test_incomplete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module) ... ok 2025-10-14T22:30:36.7854945Z test_single_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module) ... ok 2025-10-14T22:30:36.7855939Z test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number) ... skipped 'only applies to candidate or final python release levels' 2025-10-14T22:30:36.7856859Z test_atomic_write_should_notice_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes) ... ok 2025-10-14T22:30:36.7857675Z test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding) ... ok 2025-10-14T22:30:36.7858482Z test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines) ... ok 2025-10-14T22:30:36.7859271Z test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default) ... ok 2025-10-14T22:30:36.7860028Z test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module) ... ok 2025-10-14T22:30:36.7860802Z test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package) ... ok 2025-10-14T22:30:36.7861546Z test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule) ... ok 2025-10-14T22:30:36.7862181Z test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module) ... ok 2025-10-14T22:30:36.7862884Z test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported) ... ok 2025-10-14T22:30:36.7863532Z test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing) ... ok 2025-10-14T22:30:36.7864118Z test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success) ... ok 2025-10-14T22:30:36.7864694Z test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules) ... ok 2025-10-14T22:30:36.7865317Z test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:30:36.7866142Z test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None) ... ok 2025-10-14T22:30:36.7866812Z test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok 2025-10-14T22:30:36.7867488Z test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__) ... ok 2025-10-14T22:30:36.7868220Z test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn) ... ok 2025-10-14T22:30:36.7868841Z test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length) ... ok 2025-10-14T22:30:36.7869533Z test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__) ... ok 2025-10-14T22:30:36.7870135Z test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__) ... ok 2025-10-14T22:30:36.7870739Z test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__) ... ok 2025-10-14T22:30:36.7871433Z test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__) ... ok 2025-10-14T22:30:36.7872160Z test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__) ... ok 2025-10-14T22:30:36.7872868Z test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__) ... ok 2025-10-14T22:30:36.7873586Z test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__) ... ok 2025-10-14T22:30:36.7874314Z test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module) ... ok 2025-10-14T22:30:36.7875128Z test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None) ... ok 2025-10-14T22:30:36.7875909Z test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module) ... ok 2025-10-14T22:30:36.7876585Z test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source) ... ok 2025-10-14T22:30:36.7877220Z test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd) ... ok 2025-10-14T22:30:36.7877896Z test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override) ... ok 2025-10-14T22:30:36.7878717Z test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok 2025-10-14T22:30:36.7879563Z test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix) ... ok 2025-10-14T22:30:36.7880288Z test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok 2025-10-14T22:30:36.7881030Z test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot) ... ok 2025-10-14T22:30:36.7881709Z test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None) ... ok 2025-10-14T22:30:36.7882433Z test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok 2025-10-14T22:30:36.7883151Z test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set) ... ok 2025-10-14T22:30:36.7883841Z test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override) ... ok 2025-10-14T22:30:36.7884593Z test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok 2025-10-14T22:30:36.7885381Z test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok 2025-10-14T22:30:36.7887242Z test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok 2025-10-14T22:30:36.7888124Z test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok 2025-10-14T22:30:36.7888931Z test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache) ... ok 2025-10-14T22:30:36.7890452Z test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path) ... ok 2025-10-14T22:30:36.7891222Z test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok 2025-10-14T22:30:36.7891959Z test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok 2025-10-14T22:30:36.7892658Z test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok 2025-10-14T22:30:36.7893323Z test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok 2025-10-14T22:30:36.7901360Z test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash) ... ok 2025-10-14T22:30:36.7902944Z test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt) ... ok 2025-10-14T22:30:36.7904104Z test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok 2025-10-14T22:30:36.7918365Z test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok 2025-10-14T22:30:36.7930479Z test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok 2025-10-14T22:30:36.7931577Z test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok 2025-10-14T22:30:36.7932877Z test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok 2025-10-14T22:30:36.7933721Z test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute) ... ok 2025-10-14T22:30:36.7934594Z test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package) ... ok 2025-10-14T22:30:36.7935381Z test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape) ... ok 2025-10-14T22:30:36.7936145Z test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package) ... ok 2025-10-14T22:30:36.7936897Z test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package) ... ok 2025-10-14T22:30:36.7937553Z test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package) ... ok 2025-10-14T22:30:36.7938242Z test_tagged_suffix (test.test_importlib.test_windows.Frozen_WindowsExtensionSuffixTests.test_tagged_suffix) ... ok 2025-10-14T22:30:36.7939001Z test_find_spec_missing (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_find_spec_missing) ... ok 2025-10-14T22:30:36.7939789Z test_module_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_found) ... ok 2025-10-14T22:30:36.7940556Z test_module_not_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_not_found) ... ok 2025-10-14T22:30:36.7941314Z test_raises_deprecation_warning (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_raises_deprecation_warning) ... ok 2025-10-14T22:30:36.7942325Z test_tagged_suffix (test.test_importlib.test_windows.Source_WindowsExtensionSuffixTests.test_tagged_suffix) ... ok 2025-10-14T22:30:36.7943041Z test_find_spec_missing (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_find_spec_missing) ... ok 2025-10-14T22:30:36.7943743Z test_module_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_found) ... ok 2025-10-14T22:30:36.7944472Z test_module_not_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_not_found) ... ok 2025-10-14T22:30:36.7945527Z test_raises_deprecation_warning (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_raises_deprecation_warning) ... ok 2025-10-14T22:30:36.7946293Z test_path_join (test.test_importlib.test_windows.WindowsBootstrapPathTests.test_path_join) ... ok 2025-10-14T22:30:36.7946769Z 2025-10-14T22:30:36.7947310Z ---------------------------------------------------------------------- 2025-10-14T22:30:36.7947793Z Ran 1355 tests in 9.690s 2025-10-14T22:30:36.7948127Z 2025-10-14T22:30:36.7948572Z OK (skipped=24) 2025-10-14T22:30:36.7949079Z Warning -- files was modified by test_importlib 2025-10-14T22:30:36.7950222Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:36.7952336Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Scripts/', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:36.7953675Z 0:04:58 load avg: 12.40 [265/495/41] test_launcher passed 2025-10-14T22:30:36.7954460Z 0:04:58 load avg: 12.40 [266/495/42] test.test_asyncio.test_futures failed (env changed) 2025-10-14T22:30:36.7955614Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7764æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7764æ' 2025-10-14T22:30:36.7956404Z Traceback (most recent call last): 2025-10-14T22:30:36.7956989Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:30:36.7957584Z os.mkdir(path) 2025-10-14T22:30:36.7958111Z ~~~~~~~~^^^^^^ 2025-10-14T22:30:36.7958693Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7764æ' 2025-10-14T22:30:36.7959342Z Stack (most recent call last): 2025-10-14T22:30:36.7959910Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:36.7960481Z File "", line 88, in _run_code 2025-10-14T22:30:36.7961057Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:36.7961571Z main() 2025-10-14T22:30:36.7962082Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:36.7962624Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:36.7963158Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:36.7963702Z return next(self.gen) 2025-10-14T22:30:36.7964451Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:30:36.7965040Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:30:36.7966064Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7764æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7764æ' 2025-10-14T22:30:36.7966881Z Traceback (most recent call last): 2025-10-14T22:30:36.7967515Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:30:36.7968129Z os.chdir(os.path.realpath(path)) 2025-10-14T22:30:36.7968681Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:30:36.7969346Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7764æ' 2025-10-14T22:30:36.7969976Z Stack (most recent call last): 2025-10-14T22:30:36.7970540Z File "", line 198, in _run_module_as_main 2025-10-14T22:30:36.7971128Z File "", line 88, in _run_code 2025-10-14T22:30:36.7971737Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:30:36.7972279Z main() 2025-10-14T22:30:36.7972836Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:30:36.7973510Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:30:36.7974093Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:30:36.7974621Z return next(self.gen) 2025-10-14T22:30:36.7975185Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:30:36.7975823Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:30:36.7976466Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:30:36.7977390Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:30:36.7978274Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:30:36.7979180Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:30:36.7980023Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:30:36.7980883Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:30:36.7981802Z test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:30:36.7982724Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:30:36.7983628Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:30:36.7984444Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:30:36.7985337Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:30:36.7986163Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:30:36.7987094Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.7988096Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.7989285Z test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok 2025-10-14T22:30:36.7990104Z test_callbacks_copy (test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy) ... ok 2025-10-14T22:30:36.7990754Z test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel) ... ok 2025-10-14T22:30:36.7991415Z test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional) ... ok 2025-10-14T22:30:36.7992268Z test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:30:36.7993035Z test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:30:36.7993781Z test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:30:36.7994487Z test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state) ... ok 2025-10-14T22:30:36.7995179Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.CFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:30:36.7995853Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:30:36.7996499Z test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception) ... ok 2025-10-14T22:30:36.7997059Z test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class) ... ok 2025-10-14T22:30:36.7997701Z test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:30:36.7998394Z test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:30:36.7999144Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:30:36.7999889Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:30:36.8000604Z test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect) ... ok 2025-10-14T22:30:36.8001252Z test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault) ... ok 2025-10-14T22:30:36.8001983Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:30:36.8002763Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:30:36.8003516Z test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:30:36.8004214Z test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr) ... ok 2025-10-14T22:30:36.8004916Z test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:30:36.8005653Z test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:30:36.8006417Z test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias) ... ok 2025-10-14T22:30:36.8007232Z test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state) ... ok 2025-10-14T22:30:36.8007988Z test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture) ... ok 2025-10-14T22:30:36.8008620Z test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter) ... ok 2025-10-14T22:30:36.8009401Z test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback) ... ok 2025-10-14T22:30:36.8010283Z test_result (test.test_asyncio.test_futures.CFutureTests.test_result) ... ok 2025-10-14T22:30:36.8011011Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:30:36.8011796Z test_stop_iteration_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:30:36.8012559Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:30:36.8013324Z test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:30:36.8014236Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:30:36.8015064Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:30:36.8015852Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:30:36.8016617Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:30:36.8017403Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:30:36.8018167Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:30:36.8018901Z test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized) ... ok 2025-10-14T22:30:36.8019587Z test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future) ... ok 2025-10-14T22:30:36.8020284Z test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:30:36.8021007Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:30:36.8021739Z test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:30:36.8022472Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:30:36.8023323Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:30:36.8024091Z test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:30:36.8024804Z test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:30:36.8025563Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:30:36.8026351Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:30:36.8027167Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:30:36.8027981Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:30:36.8028760Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:30:36.8029507Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:30:36.8030216Z test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:30:36.8031014Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:30:36.8031975Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:30:36.8032852Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:30:36.8033663Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:30:36.8034499Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:30:36.8035597Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.8036672Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.8037443Z test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel) ... ok 2025-10-14T22:30:36.8038024Z test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional) ... ok 2025-10-14T22:30:36.8038981Z test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:30:36.8039838Z test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:30:36.8040579Z test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:30:36.8041290Z test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state) ... ok 2025-10-14T22:30:36.8042015Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:30:36.8042670Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:30:36.8043432Z test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception) ... ok 2025-10-14T22:30:36.8044249Z test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class) ... ok 2025-10-14T22:30:36.8045098Z test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:30:36.8045883Z test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:30:36.8046661Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:30:36.8047461Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:30:36.8048211Z test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect) ... ok 2025-10-14T22:30:36.8048945Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:30:36.8049823Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:30:36.8050565Z test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:30:36.8051342Z test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr) ... ok 2025-10-14T22:30:36.8052713Z test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:30:36.8053680Z test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:30:36.8054460Z test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias) ... ok 2025-10-14T22:30:36.8055199Z test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state) ... ok 2025-10-14T22:30:36.8055887Z test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture) ... ok 2025-10-14T22:30:36.8056636Z test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter) ... ok 2025-10-14T22:30:36.8057352Z test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback) ... ok 2025-10-14T22:30:36.8058189Z test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result) ... ok 2025-10-14T22:30:36.8058939Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:30:36.8059735Z test_stop_iteration_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:30:36.8060508Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:30:36.8061395Z test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:30:36.8062318Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:30:36.8063289Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:30:36.8064583Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:30:36.8090449Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:30:36.8091572Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:30:36.8092333Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:30:36.8092974Z test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized) ... ok 2025-10-14T22:30:36.8093655Z test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future) ... ok 2025-10-14T22:30:36.8094336Z test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:30:36.8095079Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:30:36.8095691Z test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:30:36.8096460Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:30:36.8097135Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:30:36.8097759Z test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:30:36.8098351Z test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:30:36.8098931Z test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future) ... ok 2025-10-14T22:30:36.8099518Z test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future) ... ok 2025-10-14T22:30:36.8100168Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:30:36.8100907Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:30:36.8101787Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:30:36.8102604Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:30:36.8103320Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:30:36.8104114Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:30:36.8104787Z test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:30:36.8105469Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:30:36.8106182Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:30:36.8106972Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:30:36.8107702Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:30:36.8108443Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:30:36.8109219Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.8110017Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:30:36.8110784Z test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok 2025-10-14T22:30:36.8111367Z test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel) ... ok 2025-10-14T22:30:36.8111943Z test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional) ... ok 2025-10-14T22:30:36.8112612Z test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:30:36.8113272Z test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:30:36.8113986Z test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:30:36.8114598Z test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state) ... ok 2025-10-14T22:30:36.8115231Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.PyFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:30:36.8115814Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:30:36.8116327Z test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception) ... ok 2025-10-14T22:30:36.8124192Z test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class) ... ok 2025-10-14T22:30:36.8125665Z test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:30:36.8126650Z test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:30:36.8129193Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:30:36.8130584Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:30:36.8131439Z test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect) ... ok 2025-10-14T22:30:36.8132510Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:30:36.8133278Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:30:36.8134071Z test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:30:36.8134688Z test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr) ... ok 2025-10-14T22:30:36.8135301Z test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:30:36.8135962Z test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:30:36.8136681Z test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias) ... ok 2025-10-14T22:30:36.8137275Z test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state) ... ok 2025-10-14T22:30:36.8137871Z test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture) ... ok 2025-10-14T22:30:36.8138450Z test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter) ... ok 2025-10-14T22:30:36.8139000Z test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback) ... ok 2025-10-14T22:30:36.8139545Z test_result (test.test_asyncio.test_futures.PyFutureTests.test_result) ... ok 2025-10-14T22:30:36.8140141Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:30:36.8140777Z test_stop_iteration_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:30:36.8141413Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:30:36.8142053Z test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:30:36.8142717Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:30:36.8143397Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:30:36.8144062Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:30:36.8144756Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:30:36.8145438Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:30:36.8146155Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:30:36.8146790Z test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized) ... ok 2025-10-14T22:30:36.8147357Z test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future) ... ok 2025-10-14T22:30:36.8148041Z test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:30:36.8148651Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:30:36.8149392Z test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:30:36.8150039Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:30:36.8150712Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:30:36.8151401Z test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:30:36.8152028Z test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:30:36.8152545Z 2025-10-14T22:30:36.8153148Z ---------------------------------------------------------------------- 2025-10-14T22:30:36.8153644Z Ran 183 tests in 1.784s 2025-10-14T22:30:36.8153965Z 2025-10-14T22:30:36.8154342Z OK 2025-10-14T22:30:36.8154779Z Warning -- files was modified by test.test_asyncio.test_futures 2025-10-14T22:30:36.8155869Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Scripts/', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:36.8157552Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:30:36.8158676Z 0:04:58 load avg: 12.36 [267/495/42] test_exception_variations passed 2025-10-14T22:30:42.8637468Z 0:05:04 load avg: 11.87 [268/495/42] test_compileall passed 2025-10-14T22:30:43.2122810Z 0:05:04 load avg: 11.72 [269/495/42] test_module passed 2025-10-14T22:30:52.6771739Z 0:05:13 load avg: 10.26 [270/495/42] test_queue passed 2025-10-14T22:30:52.8514311Z 0:05:14 load avg: 10.26 [271/495/42] test_defaultdict passed 2025-10-14T22:30:54.4331050Z 0:05:15 load avg: 9.96 [272/495/42] test.test_asyncio.test_tasks passed 2025-10-14T22:30:56.0273777Z 0:05:17 load avg: 9.81 [273/495/42] test_codecmaps_jp passed 2025-10-14T22:31:13.2452809Z 0:05:31 load avg: 19.25 [274/495/43] test_timeout failed (env changed) (33.3 sec) -- running (1): test_xmlrpc (41.0 sec) 2025-10-14T22:31:13.2454230Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2308æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2308æ' 2025-10-14T22:31:13.2454867Z Traceback (most recent call last): 2025-10-14T22:31:13.2455315Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:13.2455744Z os.mkdir(path) 2025-10-14T22:31:13.2455989Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:13.2456461Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2308æ' 2025-10-14T22:31:13.2456969Z Stack (most recent call last): 2025-10-14T22:31:13.2457412Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:13.2457839Z File "", line 88, in _run_code 2025-10-14T22:31:13.2458381Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:13.2458800Z main() 2025-10-14T22:31:13.2459546Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:13.2459984Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:13.2460542Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:13.2460939Z return next(self.gen) 2025-10-14T22:31:13.2461350Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:13.2461818Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:13.2462696Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2308æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2308æ' 2025-10-14T22:31:13.2463458Z Traceback (most recent call last): 2025-10-14T22:31:13.2463898Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:13.2464323Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:13.2464690Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:13.2465154Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2308æ' 2025-10-14T22:31:13.2465625Z Stack (most recent call last): 2025-10-14T22:31:13.2466040Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:13.2466463Z File "", line 88, in _run_code 2025-10-14T22:31:13.2466892Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:13.2467282Z main() 2025-10-14T22:31:13.2467675Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:13.2468098Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:13.2468531Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:13.2468938Z return next(self.gen) 2025-10-14T22:31:13.2469332Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:13.2469776Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:13.2470255Z testBlockingThenTimeout (test.test_timeout.CreationTestCase.testBlockingThenTimeout) ... ok 2025-10-14T22:31:13.2470768Z testFloatReturnValue (test.test_timeout.CreationTestCase.testFloatReturnValue) ... ok 2025-10-14T22:31:13.2471269Z testObjectCreation (test.test_timeout.CreationTestCase.testObjectCreation) ... ok 2025-10-14T22:31:13.2471752Z testRangeCheck (test.test_timeout.CreationTestCase.testRangeCheck) ... ok 2025-10-14T22:31:13.2472227Z testReturnType (test.test_timeout.CreationTestCase.testReturnType) ... ok 2025-10-14T22:31:13.2472724Z testTimeoutThenBlocking (test.test_timeout.CreationTestCase.testTimeoutThenBlocking) ... ok 2025-10-14T22:31:13.2473236Z testTypeCheck (test.test_timeout.CreationTestCase.testTypeCheck) ... ok 2025-10-14T22:31:13.2473712Z testAcceptTimeout (test.test_timeout.TCPTimeoutTestCase.testAcceptTimeout) ... ok 2025-10-14T22:31:13.2474538Z testConnectTimeout (test.test_timeout.TCPTimeoutTestCase.testConnectTimeout) ... skipped "We didn't receive a connection reset (RST) packet from 68.183.26.59:56667 within 10.0 seconds, so we're unable to test connect timeout against the corresponding 68.183.26.59:56666 (which is configured to silently drop packets)." 2025-10-14T22:31:13.2475401Z testRecvTimeout (test.test_timeout.TCPTimeoutTestCase.testRecvTimeout) ... ok 2025-10-14T22:31:13.2475878Z testSend (test.test_timeout.TCPTimeoutTestCase.testSend) ... ok 2025-10-14T22:31:13.2476345Z testSendall (test.test_timeout.TCPTimeoutTestCase.testSendall) ... ok 2025-10-14T22:31:13.2476805Z testSendto (test.test_timeout.TCPTimeoutTestCase.testSendto) ... ok 2025-10-14T22:31:13.2477286Z testRecvfromTimeout (test.test_timeout.UDPTimeoutTestCase.testRecvfromTimeout) ... ok 2025-10-14T22:31:13.2477605Z 2025-10-14T22:31:13.2478011Z ---------------------------------------------------------------------- 2025-10-14T22:31:13.2478433Z Ran 14 tests in 21.336s 2025-10-14T22:31:13.2478673Z 2025-10-14T22:31:13.2478892Z OK (skipped=1) 2025-10-14T22:31:13.2479452Z Warning -- files was modified by test_timeout 2025-10-14T22:31:13.2480412Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:31:13.2482684Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_6552_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:31:13.2483796Z 0:05:34 load avg: 27.32 [275/495/43] test_xml_dom_xmlbuilder passed -- running (1): test_xmlrpc (44.5 sec) 2025-10-14T22:31:18.9058048Z 0:05:38 load avg: 27.09 [276/495/43] test_ast passed -- running (1): test_xmlrpc (48.6 sec) 2025-10-14T22:31:18.9059081Z 0:05:39 load avg: 26.91 [277/495/43] test_dbm_dumb passed -- running (1): test_xmlrpc (49.5 sec) 2025-10-14T22:31:24.1818569Z 0:05:42 load avg: 26.18 [278/495/44] test_xmlrpc failed (env changed) (52.8 sec) 2025-10-14T22:31:24.1820008Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6340æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6340æ' 2025-10-14T22:31:24.1820613Z Traceback (most recent call last): 2025-10-14T22:31:24.1821091Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:24.1821483Z os.mkdir(path) 2025-10-14T22:31:24.1821818Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:24.1822694Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6340æ' 2025-10-14T22:31:24.1823207Z Stack (most recent call last): 2025-10-14T22:31:24.1823585Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:24.1823954Z File "", line 88, in _run_code 2025-10-14T22:31:24.1824434Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:24.1824866Z main() 2025-10-14T22:31:24.1825242Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:24.1825657Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:24.1826063Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:24.1826448Z return next(self.gen) 2025-10-14T22:31:24.1826854Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:24.1827303Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:24.1828143Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6340æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6340æ' 2025-10-14T22:31:24.1828703Z Traceback (most recent call last): 2025-10-14T22:31:24.1829108Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:24.1829529Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:24.1829888Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:24.1830322Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6340æ' 2025-10-14T22:31:24.1830788Z Stack (most recent call last): 2025-10-14T22:31:24.1831373Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:24.1831772Z File "", line 88, in _run_code 2025-10-14T22:31:24.1832176Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:24.1832541Z main() 2025-10-14T22:31:24.1832914Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:24.1833323Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:24.1833719Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:24.1834097Z return next(self.gen) 2025-10-14T22:31:24.1834505Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:24.1835058Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:24.1835483Z test_decode (test.test_xmlrpc.BinaryTestCase.test_decode) ... ok 2025-10-14T22:31:24.1835922Z test_default (test.test_xmlrpc.BinaryTestCase.test_default) ... ok 2025-10-14T22:31:24.1836381Z test_string (test.test_xmlrpc.BinaryTestCase.test_string) ... ok 2025-10-14T22:31:24.1836855Z test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get) ... ok 2025-10-14T22:31:24.1837347Z test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response) ... ok 2025-10-14T22:31:24.1837856Z test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison) ... ok 2025-10-14T22:31:24.1838343Z test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime) ... ok 2025-10-14T22:31:24.1838816Z test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode) ... ok 2025-10-14T22:31:24.1839284Z test_default (test.test_xmlrpc.DateTimeTestCase.test_default) ... ok 2025-10-14T22:31:24.1839746Z test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr) ... ok 2025-10-14T22:31:24.1840205Z test_time (test.test_xmlrpc.DateTimeTestCase.test_time) ... ok 2025-10-14T22:31:24.1840661Z test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct) ... ok 2025-10-14T22:31:24.1841132Z test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple) ... ok 2025-10-14T22:31:24.1841596Z test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic) ... ok 2025-10-14T22:31:24.1842060Z test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info) ... ok 2025-10-14T22:31:24.1842548Z test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info) ... ok 2025-10-14T22:31:24.1843038Z test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute) ... ok 2025-10-14T22:31:24.1843521Z test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault) ... ok 2025-10-14T22:31:24.1843963Z test_repr (test.test_xmlrpc.FaultTestCase.test_repr) ... ok 2025-10-14T22:31:24.1844426Z test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request) ... ok 2025-10-14T22:31:24.1844906Z test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request) ... ok 2025-10-14T22:31:24.1845389Z test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response) ... ok 2025-10-14T22:31:24.1845888Z test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit) ... ok 2025-10-14T22:31:24.1846374Z test_header (test.test_xmlrpc.HeadersServerTestCase.test_header) ... ok 2025-10-14T22:31:24.1846836Z test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty) ... ok 2025-10-14T22:31:24.1847318Z test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items) ... ok 2025-10-14T22:31:24.1847789Z test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many) ... ok 2025-10-14T22:31:24.1848276Z test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple) ... ok 2025-10-14T22:31:24.1848751Z test_escape (test.test_xmlrpc.HelperTestCase.test_escape) ... ok 2025-10-14T22:31:24.1849213Z test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two) ... ok 2025-10-14T22:31:24.1849667Z test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close) ... ok 2025-10-14T22:31:24.1850238Z test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport) ... ok 2025-10-14T22:31:24.1850709Z test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) ... ok 2025-10-14T22:31:24.1851201Z test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) ... ok 2025-10-14T22:31:24.1851705Z test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) ... ok 2025-10-14T22:31:24.1852196Z test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) ... ok 2025-10-14T22:31:24.1852672Z test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1) ... ok 2025-10-14T22:31:24.1853220Z test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2) ... ok 2025-10-14T22:31:24.1853667Z test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) ... ok 2025-10-14T22:31:24.1854132Z test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) ... ok 2025-10-14T22:31:24.1854639Z test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) ... ok 2025-10-14T22:31:24.1855160Z test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) ... ok 2025-10-14T22:31:24.1855660Z test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) ... ok 2025-10-14T22:31:24.1856110Z test_close (test.test_xmlrpc.ServerProxyTestCase.test_close) ... ok 2025-10-14T22:31:24.1856556Z test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport) ... ok 2025-10-14T22:31:24.1857033Z test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding) ... ok 2025-10-14T22:31:24.1857542Z test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404) ... ok 2025-10-14T22:31:24.1858040Z test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true) ... ok 2025-10-14T22:31:24.1858561Z test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding) ... ok 2025-10-14T22:31:24.1859052Z test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager) ... ok 2025-10-14T22:31:24.1859567Z test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error) ... ok 2025-10-14T22:31:24.1860085Z test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute) ... ok 2025-10-14T22:31:24.1860576Z test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1) ... ok 2025-10-14T22:31:24.1861054Z test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2) ... ok 2025-10-14T22:31:24.1861551Z test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3) ... ok 2025-10-14T22:31:24.1862045Z test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4) ... ok 2025-10-14T22:31:24.1862512Z test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall) ... ok 2025-10-14T22:31:24.1862999Z test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall) ... ok 2025-10-14T22:31:24.1863527Z test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii) ... ok 2025-10-14T22:31:24.1864024Z test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname) ... ok 2025-10-14T22:31:24.1864514Z test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post) ... ok 2025-10-14T22:31:24.1864975Z test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1) ... ok 2025-10-14T22:31:24.1865434Z test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host) ... ok 2025-10-14T22:31:24.1865924Z test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func) 2025-10-14T22:31:24.1866418Z Calls the registered instance's `_dispatch` function ... ok 2025-10-14T22:31:24.1866906Z test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func) 2025-10-14T22:31:24.1867382Z Calls a registered instance attribute as a function ... ok 2025-10-14T22:31:24.1868083Z test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func) 2025-10-14T22:31:24.1868535Z Calls explicitly registered function ... ok 2025-10-14T22:31:24.1868979Z test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func) 2025-10-14T22:31:24.1869436Z Calls a function that the dispatcher cannot locate ... ok 2025-10-14T22:31:24.1869904Z test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func) 2025-10-14T22:31:24.1870383Z Attempts to call nonexistent function on a registered instance ... ok 2025-10-14T22:31:24.1870976Z test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none) 2025-10-14T22:31:24.1871453Z Calls explicitly registered function which is None ... ok 2025-10-14T22:31:24.1871961Z test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag) ... ok 2025-10-14T22:31:24.1872558Z test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types) ... ok 2025-10-14T22:31:24.1873133Z test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag) ... ok 2025-10-14T22:31:24.1873678Z test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912) ... ok 2025-10-14T22:31:24.1874156Z test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900) ... ok 2025-10-14T22:31:24.1874635Z test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict) ... ok 2025-10-14T22:31:24.1875147Z test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime) ... ok 2025-10-14T22:31:24.1875639Z test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int) ... ok 2025-10-14T22:31:24.1876112Z test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long) ... ok 2025-10-14T22:31:24.1876577Z test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes) ... ok 2025-10-14T22:31:24.1877040Z test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double) ... ok 2025-10-14T22:31:24.1877498Z test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding) ... ok 2025-10-14T22:31:24.1877954Z test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load) ... ok 2025-10-14T22:31:24.1878405Z test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none) ... ok 2025-10-14T22:31:24.1878872Z test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict) ... ok 2025-10-14T22:31:24.1879376Z test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq) ... ok 2025-10-14T22:31:24.1879878Z test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info) ... ok 2025-10-14T22:31:24.1880838Z test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect) ... ok 2025-10-14T22:31:24.1881395Z test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int) ... ok 2025-10-14T22:31:24.1881873Z test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types) ... ok 2025-10-14T22:31:24.1882360Z test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types) ... ok 2025-10-14T22:31:24.1882819Z test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported) ... ok 2025-10-14T22:31:24.1883254Z test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class) ... ok 2025-10-14T22:31:24.1883761Z test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence) ... ok 2025-10-14T22:31:24.1884031Z 2025-10-14T22:31:24.1884406Z ---------------------------------------------------------------------- 2025-10-14T22:31:24.1884764Z Ran 93 tests in 51.786s 2025-10-14T22:31:24.1884946Z 2025-10-14T22:31:24.1885201Z OK 2025-10-14T22:31:24.1885497Z Warning -- files was modified by test_xmlrpc 2025-10-14T22:31:24.1886428Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat', 'tmpdo_bekl6.py'] 2025-10-14T22:31:24.1888166Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:31:24.4078740Z 0:05:45 load avg: 25.68 [279/495/45] test.test_io.test_bufferedio failed (env changed) 2025-10-14T22:31:24.4148724Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8976æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8976æ' 2025-10-14T22:31:24.4151428Z Traceback (most recent call last): 2025-10-14T22:31:24.4197943Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:24.4255277Z os.mkdir(path) 2025-10-14T22:31:24.4394188Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:24.4429592Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8976æ' 2025-10-14T22:31:24.6570403Z Stack (most recent call last): 2025-10-14T22:31:24.7476122Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:24.7484325Z File "", line 88, in _run_code 2025-10-14T22:31:24.7556244Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:24.7564661Z main() 2025-10-14T22:31:24.7598359Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:24.7635717Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:24.7963733Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:24.8297198Z return next(self.gen) 2025-10-14T22:31:25.0256155Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:25.2381931Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:25.2564265Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8976æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8976æ' 2025-10-14T22:31:25.2727161Z Traceback (most recent call last): 2025-10-14T22:31:25.2839317Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:25.2897879Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:25.4674302Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:25.5333350Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8976æ' 2025-10-14T22:31:25.5344870Z Stack (most recent call last): 2025-10-14T22:31:25.5524071Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:25.5601836Z File "", line 88, in _run_code 2025-10-14T22:31:25.5665032Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:25.6694039Z main() 2025-10-14T22:31:25.8594958Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:25.8761458Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:25.8785754Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:25.9011533Z return next(self.gen) 2025-10-14T22:31:25.9333945Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:25.9465027Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:25.9520262Z test_nullpat (test.test_io.test_bufferedio.CBufferSizeTest.test_nullpat) ... ok 2025-10-14T22:31:25.9860271Z test_primepat (test.test_io.test_bufferedio.CBufferSizeTest.test_primepat) ... ok 2025-10-14T22:31:26.0086205Z test_close_and_closed (test.test_io.test_bufferedio.CBufferedRWPairTest.test_close_and_closed) ... ok 2025-10-14T22:31:26.0090409Z test_constructor (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor) ... ok 2025-10-14T22:31:26.0130967Z test_constructor_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok 2025-10-14T22:31:26.0306395Z test_constructor_with_not_readable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_with_not_readable) ... ok 2025-10-14T22:31:26.0377731Z test_constructor_with_not_writeable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_with_not_writeable) ... ok 2025-10-14T22:31:26.0780673Z test_detach (test.test_io.test_bufferedio.CBufferedRWPairTest.test_detach) ... ok 2025-10-14T22:31:26.0827267Z test_isatty (test.test_io.test_bufferedio.CBufferedRWPairTest.test_isatty) ... ok 2025-10-14T22:31:26.1261547Z test_peek (test.test_io.test_bufferedio.CBufferedRWPairTest.test_peek) ... ok 2025-10-14T22:31:26.1504179Z test_read (test.test_io.test_bufferedio.CBufferedRWPairTest.test_read) ... ok 2025-10-14T22:31:26.1622642Z test_read1 (test.test_io.test_bufferedio.CBufferedRWPairTest.test_read1) ... ok 2025-10-14T22:31:26.2745581Z test_readable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readable) ... ok 2025-10-14T22:31:26.4260870Z test_reader_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_reader_close_error_on_close) ... ok 2025-10-14T22:31:26.4323007Z test_reader_writer_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok 2025-10-14T22:31:26.4549883Z test_readinto (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readinto) ... ok 2025-10-14T22:31:26.4638151Z test_readlines (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readlines) ... ok 2025-10-14T22:31:26.4680362Z test_seekable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_seekable) ... ok 2025-10-14T22:31:26.6484993Z test_uninitialized (test.test_io.test_bufferedio.CBufferedRWPairTest.test_uninitialized) ... ok 2025-10-14T22:31:26.6592583Z test_weakref_clearing (test.test_io.test_bufferedio.CBufferedRWPairTest.test_weakref_clearing) ... ok 2025-10-14T22:31:26.8512071Z test_write (test.test_io.test_bufferedio.CBufferedRWPairTest.test_write) ... ok 2025-10-14T22:31:26.8970420Z test_writeable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_writeable) ... ok 2025-10-14T22:31:26.9116794Z test_writer_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_writer_close_error_on_close) ... ok 2025-10-14T22:31:27.0638549Z test_args_error (test.test_io.test_bufferedio.CBufferedRandomTest.test_args_error) ... ok 2025-10-14T22:31:27.4580081Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedRandomTest.test_buffer_freeing) ... ok 2025-10-14T22:31:27.4840043Z test_buffering (test.test_io.test_bufferedio.CBufferedRandomTest.test_buffering) ... ok 2025-10-14T22:31:27.4860697Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_close_error_on_close) ... ok 2025-10-14T22:31:27.5412983Z test_constructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_constructor) ... ok 2025-10-14T22:31:27.5450193Z test_context_manager (test.test_io.test_bufferedio.CBufferedRandomTest.test_context_manager) ... ok 2025-10-14T22:31:27.6548569Z test_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_destructor) ... ok 2025-10-14T22:31:27.9937692Z test_detach (test.test_io.test_bufferedio.CBufferedRandomTest.test_detach) ... ok 2025-10-14T22:31:28.1739235Z test_detach_flush (test.test_io.test_bufferedio.CBufferedRandomTest.test_detach_flush) ... ok 2025-10-14T22:31:28.2211811Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_error_through_destructor) ... ok 2025-10-14T22:31:28.2631128Z test_fileno (test.test_io.test_bufferedio.CBufferedRandomTest.test_fileno) ... ok 2025-10-14T22:31:28.2954554Z test_flush (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush) ... ok 2025-10-14T22:31:28.2985586Z test_flush_and_peek (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_peek) ... ok 2025-10-14T22:31:28.3559177Z test_flush_and_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_read) ... ok 2025-10-14T22:31:28.3781011Z test_flush_and_readinto (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_readinto) ... ok 2025-10-14T22:31:28.3798655Z test_flush_and_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_write) ... ok 2025-10-14T22:31:28.3861188Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:28.4118930Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedRandomTest.test_garbage_collection) ... ok 2025-10-14T22:31:28.5908114Z test_interleaved_read_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_interleaved_read_write) ... ok 2025-10-14T22:31:28.5967643Z test_interleaved_readline_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_interleaved_readline_write) ... ok 2025-10-14T22:31:28.6004709Z test_invalid_args (test.test_io.test_bufferedio.CBufferedRandomTest.test_invalid_args) ... ok 2025-10-14T22:31:28.6386037Z test_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedRandomTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:31:28.8214137Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedRandomTest.test_misbehaved_io) ... ok 2025-10-14T22:31:28.8516784Z test_multi_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_multi_close) ... ok 2025-10-14T22:31:29.2420695Z test_no_extraneous_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_no_extraneous_read) ... ok 2025-10-14T22:31:29.3156364Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:29.3196864Z test_override_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_override_destructor) ... ok 2025-10-14T22:31:29.4376432Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedRandomTest.test_pickling_subclass) ... ok 2025-10-14T22:31:29.7426883Z test_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_read) ... ok 2025-10-14T22:31:30.0942981Z test_read1 (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1) ... ok 2025-10-14T22:31:30.0944518Z test_read1_after_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1_after_write) ... ok 2025-10-14T22:31:30.1529529Z test_read1_arbitrary (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1_arbitrary) ... ok 2025-10-14T22:31:30.1913508Z test_read_all (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_all) ... ok 2025-10-14T22:31:30.2078267Z test_read_and_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_and_write) ... ok 2025-10-14T22:31:30.2377776Z test_read_non_blocking (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_non_blocking) ... ok 2025-10-14T22:31:30.3989969Z test_read_on_closed (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_on_closed) ... ok 2025-10-14T22:31:30.4017668Z test_read_past_eof (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_past_eof) ... ok 2025-10-14T22:31:30.4046606Z test_readinto (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto) ... ok 2025-10-14T22:31:30.4113972Z test_readinto1 (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto1) ... ok 2025-10-14T22:31:30.4149984Z test_readinto1_array (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto1_array) ... ok 2025-10-14T22:31:30.4689549Z test_readinto_array (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto_array) ... ok 2025-10-14T22:31:30.6884037Z test_readlines (test.test_io.test_bufferedio.CBufferedRandomTest.test_readlines) ... ok 2025-10-14T22:31:30.7029671Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedRandomTest.test_readonly_attributes) ... ok 2025-10-14T22:31:30.7638252Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedRandomTest.test_recursive_repr) ... ok 2025-10-14T22:31:30.7979020Z test_repr (test.test_io.test_bufferedio.CBufferedRandomTest.test_repr) ... ok 2025-10-14T22:31:30.8131062Z test_seek_and_tell (test.test_io.test_bufferedio.CBufferedRandomTest.test_seek_and_tell) ... ok 2025-10-14T22:31:30.8132970Z test_seek_character_device_file (test.test_io.test_bufferedio.CBufferedRandomTest.test_seek_character_device_file) ... ok 2025-10-14T22:31:30.8193082Z test_sizeof (test.test_io.test_bufferedio.CBufferedRandomTest.test_sizeof) ... ok 2025-10-14T22:31:30.8227019Z test_slow_close_from_thread (test.test_io.test_bufferedio.CBufferedRandomTest.test_slow_close_from_thread) ... ok 2025-10-14T22:31:30.9081927Z test_tell_character_device_file (test.test_io.test_bufferedio.CBufferedRandomTest.test_tell_character_device_file) ... ok 2025-10-14T22:31:31.0692561Z test_threads (test.test_io.test_bufferedio.CBufferedRandomTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:31.0781051Z test_truncate (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate) ... ok 2025-10-14T22:31:31.1100258Z test_truncate_after_read_or_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate_after_read_or_write) ... ok 2025-10-14T22:31:31.1138022Z test_truncate_after_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate_after_write) ... ok 2025-10-14T22:31:31.1339112Z test_uninitialized (test.test_io.test_bufferedio.CBufferedRandomTest.test_uninitialized) ... ok 2025-10-14T22:31:31.1438303Z test_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_write) ... ok 2025-10-14T22:31:31.3338649Z test_write_after_readahead (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_after_readahead) ... ok 2025-10-14T22:31:31.3400297Z test_write_and_rewind (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_and_rewind) ... ok 2025-10-14T22:31:31.3416730Z test_write_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_error_on_close) ... ok 2025-10-14T22:31:31.3719569Z test_write_non_blocking (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_non_blocking) ... ok 2025-10-14T22:31:31.3731372Z test_write_overflow (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_overflow) ... ok 2025-10-14T22:31:31.3914546Z test_write_rewind_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_rewind_write) ... ok 2025-10-14T22:31:31.3996770Z test_writelines (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines) ... ok 2025-10-14T22:31:31.4045503Z test_writelines_error (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines_error) ... ok 2025-10-14T22:31:31.4116244Z test_writelines_userlist (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines_userlist) ... ok 2025-10-14T22:31:31.4785762Z test_writes (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes) ... ok 2025-10-14T22:31:31.5447547Z test_writes_and_flushes (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_flushes) ... ok 2025-10-14T22:31:31.7428624Z test_writes_and_peek (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_peek) ... ok 2025-10-14T22:31:31.7750722Z test_writes_and_read1s (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_read1s) ... ok 2025-10-14T22:31:31.9454940Z test_writes_and_readintos (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_readintos) ... ok 2025-10-14T22:31:32.1454426Z test_writes_and_reads (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_reads) ... ok 2025-10-14T22:31:32.3504725Z test_writes_and_seeks (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_seeks) ... ok 2025-10-14T22:31:32.3576252Z test_writes_and_truncates (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_truncates) ... ok 2025-10-14T22:31:32.5506101Z test_args_error (test.test_io.test_bufferedio.CBufferedReaderTest.test_args_error) ... ok 2025-10-14T22:31:32.7497561Z test_bad_readinto_type (test.test_io.test_bufferedio.CBufferedReaderTest.test_bad_readinto_type) ... ok 2025-10-14T22:31:32.9405860Z test_bad_readinto_value (test.test_io.test_bufferedio.CBufferedReaderTest.test_bad_readinto_value) ... ok 2025-10-14T22:31:33.1335052Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedReaderTest.test_buffer_freeing) ... ok 2025-10-14T22:31:33.3248621Z test_buffering (test.test_io.test_bufferedio.CBufferedReaderTest.test_buffering) ... ok 2025-10-14T22:31:33.5581729Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_close_error_on_close) ... ok 2025-10-14T22:31:33.7224058Z test_constructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_constructor) ... ok 2025-10-14T22:31:33.7595205Z test_context_manager (test.test_io.test_bufferedio.CBufferedReaderTest.test_context_manager) ... ok 2025-10-14T22:31:33.9475478Z test_detach (test.test_io.test_bufferedio.CBufferedReaderTest.test_detach) ... ok 2025-10-14T22:31:33.9707384Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_error_through_destructor) ... ok 2025-10-14T22:31:34.1519339Z test_fileno (test.test_io.test_bufferedio.CBufferedReaderTest.test_fileno) ... ok 2025-10-14T22:31:34.1715092Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:34.4209066Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedReaderTest.test_garbage_collection) ... ok 2025-10-14T22:31:34.5482529Z test_initialization (test.test_io.test_bufferedio.CBufferedReaderTest.test_initialization) ... ok 2025-10-14T22:31:34.6407462Z test_invalid_args (test.test_io.test_bufferedio.CBufferedReaderTest.test_invalid_args) ... ok 2025-10-14T22:31:34.8340635Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedReaderTest.test_misbehaved_io) ... ok 2025-10-14T22:31:34.8407079Z test_misbehaved_io_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_misbehaved_io_read) ... ok 2025-10-14T22:31:35.0344262Z test_multi_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_multi_close) ... ok 2025-10-14T22:31:35.2402699Z test_no_extraneous_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_no_extraneous_read) ... ok 2025-10-14T22:31:35.4107260Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:35.4180909Z test_override_destructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_override_destructor) ... ok 2025-10-14T22:31:35.4429969Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedReaderTest.test_pickling_subclass) ... ok 2025-10-14T22:31:35.4534643Z test_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_read) ... ok 2025-10-14T22:31:35.4614985Z test_read1 (test.test_io.test_bufferedio.CBufferedReaderTest.test_read1) ... ok 2025-10-14T22:31:35.4867411Z test_read1_arbitrary (test.test_io.test_bufferedio.CBufferedReaderTest.test_read1_arbitrary) ... ok 2025-10-14T22:31:35.5163864Z test_read_all (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_all) ... ok 2025-10-14T22:31:35.5218262Z test_read_non_blocking (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_non_blocking) ... ok 2025-10-14T22:31:35.5285510Z test_read_on_closed (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_on_closed) ... ok 2025-10-14T22:31:35.5382683Z test_read_past_eof (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_past_eof) ... ok 2025-10-14T22:31:35.7404610Z test_readinto (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto) ... ok 2025-10-14T22:31:35.8937938Z test_readinto1 (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto1) ... ok 2025-10-14T22:31:35.8984599Z test_readinto1_array (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto1_array) ... ok 2025-10-14T22:31:35.9129652Z test_readinto_array (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto_array) ... ok 2025-10-14T22:31:35.9795697Z test_readlines (test.test_io.test_bufferedio.CBufferedReaderTest.test_readlines) ... ok 2025-10-14T22:31:35.9978371Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedReaderTest.test_readonly_attributes) ... ok 2025-10-14T22:31:36.1515962Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedReaderTest.test_recursive_repr) ... ok 2025-10-14T22:31:36.1565349Z test_repr (test.test_io.test_bufferedio.CBufferedReaderTest.test_repr) ... ok 2025-10-14T22:31:36.1613817Z test_seek_character_device_file (test.test_io.test_bufferedio.CBufferedReaderTest.test_seek_character_device_file) ... ok 2025-10-14T22:31:36.1712945Z test_sizeof (test.test_io.test_bufferedio.CBufferedReaderTest.test_sizeof) ... ok 2025-10-14T22:31:36.2161135Z test_tell_character_device_file (test.test_io.test_bufferedio.CBufferedReaderTest.test_tell_character_device_file) ... ok 2025-10-14T22:31:36.4298444Z test_threads (test.test_io.test_bufferedio.CBufferedReaderTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:36.4370297Z test_truncate_on_read_only (test.test_io.test_bufferedio.CBufferedReaderTest.test_truncate_on_read_only) ... ok 2025-10-14T22:31:36.4641962Z test_uninitialized (test.test_io.test_bufferedio.CBufferedReaderTest.test_uninitialized) ... ok 2025-10-14T22:31:36.6770959Z test_unseekable (test.test_io.test_bufferedio.CBufferedReaderTest.test_unseekable) ... ok 2025-10-14T22:31:36.7137394Z test_args_error (test.test_io.test_bufferedio.CBufferedWriterTest.test_args_error) ... ok 2025-10-14T22:31:36.7155597Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedWriterTest.test_buffer_freeing) ... ok 2025-10-14T22:31:36.7185947Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_close_error_on_close) ... ok 2025-10-14T22:31:36.9146896Z test_constructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_constructor) ... ok 2025-10-14T22:31:36.9795509Z test_context_manager (test.test_io.test_bufferedio.CBufferedWriterTest.test_context_manager) ... ok 2025-10-14T22:31:36.9818207Z test_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_destructor) ... ok 2025-10-14T22:31:37.0281223Z test_detach (test.test_io.test_bufferedio.CBufferedWriterTest.test_detach) ... ok 2025-10-14T22:31:37.0287629Z test_detach_flush (test.test_io.test_bufferedio.CBufferedWriterTest.test_detach_flush) ... ok 2025-10-14T22:31:37.1185296Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_error_through_destructor) ... ok 2025-10-14T22:31:37.1244603Z test_fileno (test.test_io.test_bufferedio.CBufferedWriterTest.test_fileno) ... ok 2025-10-14T22:31:37.1251187Z test_flush (test.test_io.test_bufferedio.CBufferedWriterTest.test_flush) ... ok 2025-10-14T22:31:37.1319262Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:37.1392618Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedWriterTest.test_garbage_collection) ... ok 2025-10-14T22:31:37.1490505Z test_initialization (test.test_io.test_bufferedio.CBufferedWriterTest.test_initialization) ... ok 2025-10-14T22:31:37.3040973Z test_invalid_args (test.test_io.test_bufferedio.CBufferedWriterTest.test_invalid_args) ... ok 2025-10-14T22:31:37.3068864Z test_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedWriterTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:31:37.5698299Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedWriterTest.test_misbehaved_io) ... ok 2025-10-14T22:31:37.7885179Z test_multi_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_multi_close) ... ok 2025-10-14T22:31:37.9826565Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:38.1750599Z test_override_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_override_destructor) ... ok 2025-10-14T22:31:38.2226585Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedWriterTest.test_pickling_subclass) ... ok 2025-10-14T22:31:38.4125618Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedWriterTest.test_readonly_attributes) ... ok 2025-10-14T22:31:38.4305210Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedWriterTest.test_recursive_repr) ... ok 2025-10-14T22:31:38.6259671Z test_repr (test.test_io.test_bufferedio.CBufferedWriterTest.test_repr) ... ok 2025-10-14T22:31:38.8188403Z test_sizeof (test.test_io.test_bufferedio.CBufferedWriterTest.test_sizeof) ... ok 2025-10-14T22:31:39.0223404Z test_slow_close_from_thread (test.test_io.test_bufferedio.CBufferedWriterTest.test_slow_close_from_thread) ... ok 2025-10-14T22:31:39.0768586Z test_threads (test.test_io.test_bufferedio.CBufferedWriterTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:43.6063173Z test_truncate (test.test_io.test_bufferedio.CBufferedWriterTest.test_truncate) ... ok 2025-10-14T22:31:43.6064251Z test_truncate_after_write (test.test_io.test_bufferedio.CBufferedWriterTest.test_truncate_after_write) ... ok 2025-10-14T22:31:43.6064931Z test_uninitialized (test.test_io.test_bufferedio.CBufferedWriterTest.test_uninitialized) ... ok 2025-10-14T22:31:43.6065649Z test_unseekable (test.test_io.test_bufferedio.CBufferedWriterTest.test_unseekable) ... ok 2025-10-14T22:31:43.6066223Z test_write (test.test_io.test_bufferedio.CBufferedWriterTest.test_write) ... ok 2025-10-14T22:31:43.6066754Z test_write_and_rewind (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_and_rewind) ... ok 2025-10-14T22:31:43.6067304Z test_write_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_error_on_close) ... ok 2025-10-14T22:31:43.6067853Z test_write_non_blocking (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_non_blocking) ... ok 2025-10-14T22:31:43.6068386Z test_write_overflow (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_overflow) ... ok 2025-10-14T22:31:43.6068891Z test_writelines (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines) ... ok 2025-10-14T22:31:43.6069426Z test_writelines_error (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines_error) ... ok 2025-10-14T22:31:43.6069984Z test_writelines_userlist (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines_userlist) ... ok 2025-10-14T22:31:43.6070566Z test_writes (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes) ... ok 2025-10-14T22:31:43.6071147Z test_writes_and_flushes (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_flushes) ... ok 2025-10-14T22:31:43.6071745Z test_writes_and_seeks (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_seeks) ... ok 2025-10-14T22:31:43.6072373Z test_writes_and_truncates (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_truncates) ... ok 2025-10-14T22:31:43.6072969Z test_nullpat (test.test_io.test_bufferedio.PyBufferSizeTest.test_nullpat) ... ok 2025-10-14T22:31:43.6073522Z test_primepat (test.test_io.test_bufferedio.PyBufferSizeTest.test_primepat) ... ok 2025-10-14T22:31:43.6074148Z test_close_and_closed (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_close_and_closed) ... ok 2025-10-14T22:31:43.6074738Z test_constructor (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor) ... ok 2025-10-14T22:31:43.6075385Z test_constructor_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok 2025-10-14T22:31:43.6076345Z test_constructor_with_not_readable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_with_not_readable) ... ok 2025-10-14T22:31:43.6077081Z test_constructor_with_not_writeable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_with_not_writeable) ... ok 2025-10-14T22:31:43.6077627Z test_detach (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_detach) ... ok 2025-10-14T22:31:43.6078075Z test_isatty (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_isatty) ... ok 2025-10-14T22:31:43.6078494Z test_peek (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_peek) ... ok 2025-10-14T22:31:43.6079086Z test_read (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_read) ... ok 2025-10-14T22:31:43.6079549Z test_read1 (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_read1) ... ok 2025-10-14T22:31:43.6080027Z test_readable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readable) ... ok 2025-10-14T22:31:43.6080590Z test_reader_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_reader_close_error_on_close) ... ok 2025-10-14T22:31:43.6081208Z test_reader_writer_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok 2025-10-14T22:31:43.6081849Z test_readinto (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readinto) ... ok 2025-10-14T22:31:43.6082381Z test_readlines (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readlines) ... ok 2025-10-14T22:31:43.6082959Z test_seekable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_seekable) ... ok 2025-10-14T22:31:43.6083537Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_uninitialized) ... ok 2025-10-14T22:31:43.6084137Z test_weakref_clearing (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_weakref_clearing) ... ok 2025-10-14T22:31:43.6084696Z test_write (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_write) ... ok 2025-10-14T22:31:43.6085273Z test_writeable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_writeable) ... ok 2025-10-14T22:31:43.6085873Z test_writer_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_writer_close_error_on_close) ... ok 2025-10-14T22:31:43.6086483Z test_buffering (test.test_io.test_bufferedio.PyBufferedRandomTest.test_buffering) ... ok 2025-10-14T22:31:43.6087078Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_close_error_on_close) ... ok 2025-10-14T22:31:43.6087771Z test_constructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_constructor) ... ok 2025-10-14T22:31:43.6088395Z test_context_manager (test.test_io.test_bufferedio.PyBufferedRandomTest.test_context_manager) ... ok 2025-10-14T22:31:43.6089012Z test_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_destructor) ... ok 2025-10-14T22:31:43.6089575Z test_detach (test.test_io.test_bufferedio.PyBufferedRandomTest.test_detach) ... ok 2025-10-14T22:31:43.6090170Z test_detach_flush (test.test_io.test_bufferedio.PyBufferedRandomTest.test_detach_flush) ... ok 2025-10-14T22:31:43.6090792Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_error_through_destructor) ... ok 2025-10-14T22:31:43.6091322Z test_fileno (test.test_io.test_bufferedio.PyBufferedRandomTest.test_fileno) ... ok 2025-10-14T22:31:43.6091999Z test_flush (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush) ... ok 2025-10-14T22:31:43.6092536Z test_flush_and_peek (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_peek) ... ok 2025-10-14T22:31:43.6093042Z test_flush_and_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_read) ... ok 2025-10-14T22:31:43.6093561Z test_flush_and_readinto (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_readinto) ... ok 2025-10-14T22:31:43.6094079Z test_flush_and_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_write) ... ok 2025-10-14T22:31:43.6094743Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:43.6095225Z test_interleaved_read_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_interleaved_read_write) ... ok 2025-10-14T22:31:43.6095722Z test_interleaved_readline_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_interleaved_readline_write) ... ok 2025-10-14T22:31:43.6096217Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedRandomTest.test_invalid_args) ... ok 2025-10-14T22:31:43.6096731Z test_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedRandomTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:31:43.6097386Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedRandomTest.test_misbehaved_io) ... ok 2025-10-14T22:31:43.6097955Z test_multi_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_multi_close) ... ok 2025-10-14T22:31:43.6098473Z test_no_extraneous_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_no_extraneous_read) ... ok 2025-10-14T22:31:43.6099856Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:43.6100501Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_override_destructor) ... ok 2025-10-14T22:31:43.6101026Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedRandomTest.test_pickling_subclass) ... ok 2025-10-14T22:31:43.6101528Z test_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read) ... ok 2025-10-14T22:31:43.6102007Z test_read1 (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1) ... ok 2025-10-14T22:31:43.6102506Z test_read1_after_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1_after_write) ... ok 2025-10-14T22:31:43.6103005Z test_read1_arbitrary (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1_arbitrary) ... ok 2025-10-14T22:31:43.6103503Z test_read_all (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_all) ... ok 2025-10-14T22:31:43.6103990Z test_read_and_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_and_write) ... ok 2025-10-14T22:31:43.6104497Z test_read_non_blocking (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_non_blocking) ... ok 2025-10-14T22:31:43.6105004Z test_read_on_closed (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_on_closed) ... ok 2025-10-14T22:31:43.6105507Z test_read_past_eof (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_past_eof) ... ok 2025-10-14T22:31:43.6105987Z test_readinto (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto) ... ok 2025-10-14T22:31:43.6106500Z test_readinto1 (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto1) ... ok 2025-10-14T22:31:43.6107096Z test_readinto1_array (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto1_array) ... ok 2025-10-14T22:31:43.6107704Z test_readinto_array (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto_array) ... ok 2025-10-14T22:31:43.6108283Z test_readlines (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readlines) ... ok 2025-10-14T22:31:43.6108975Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readonly_attributes) ... ok 2025-10-14T22:31:43.6109593Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedRandomTest.test_recursive_repr) ... ok 2025-10-14T22:31:43.6110193Z test_repr (test.test_io.test_bufferedio.PyBufferedRandomTest.test_repr) ... ok 2025-10-14T22:31:43.6110801Z test_seek_and_tell (test.test_io.test_bufferedio.PyBufferedRandomTest.test_seek_and_tell) ... ok 2025-10-14T22:31:43.6111430Z test_seek_character_device_file (test.test_io.test_bufferedio.PyBufferedRandomTest.test_seek_character_device_file) ... ok 2025-10-14T22:31:43.6112097Z test_slow_close_from_thread (test.test_io.test_bufferedio.PyBufferedRandomTest.test_slow_close_from_thread) ... ok 2025-10-14T22:31:43.6112900Z test_tell_character_device_file (test.test_io.test_bufferedio.PyBufferedRandomTest.test_tell_character_device_file) ... ok 2025-10-14T22:31:43.6113506Z test_threads (test.test_io.test_bufferedio.PyBufferedRandomTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:43.6114033Z test_truncate (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate) ... ok 2025-10-14T22:31:43.6114566Z test_truncate_after_read_or_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate_after_read_or_write) ... ok 2025-10-14T22:31:43.6115115Z test_truncate_after_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate_after_write) ... ok 2025-10-14T22:31:43.6115825Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedRandomTest.test_uninitialized) ... ok 2025-10-14T22:31:43.6116426Z test_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write) ... ok 2025-10-14T22:31:43.6116964Z test_write_after_readahead (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_after_readahead) ... ok 2025-10-14T22:31:43.6117519Z test_write_and_rewind (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_and_rewind) ... ok 2025-10-14T22:31:43.6118130Z test_write_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_error_on_close) ... ok 2025-10-14T22:31:43.6118753Z test_write_non_blocking (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_non_blocking) ... ok 2025-10-14T22:31:43.6119360Z test_write_overflow (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_overflow) ... ok 2025-10-14T22:31:43.6120061Z test_write_rewind_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_rewind_write) ... ok 2025-10-14T22:31:43.6120682Z test_writelines (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines) ... ok 2025-10-14T22:31:43.6121283Z test_writelines_error (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines_error) ... ok 2025-10-14T22:31:43.6121906Z test_writelines_userlist (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines_userlist) ... ok 2025-10-14T22:31:43.6122507Z test_writes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes) ... ok 2025-10-14T22:31:43.6123098Z test_writes_and_flushes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_flushes) ... ok 2025-10-14T22:31:43.6123717Z test_writes_and_peek (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_peek) ... ok 2025-10-14T22:31:43.6124325Z test_writes_and_read1s (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_read1s) ... ok 2025-10-14T22:31:43.6124945Z test_writes_and_readintos (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_readintos) ... ok 2025-10-14T22:31:43.6125546Z test_writes_and_reads (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_reads) ... ok 2025-10-14T22:31:43.6126170Z test_writes_and_seeks (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_seeks) ... ok 2025-10-14T22:31:43.6126833Z test_writes_and_truncates (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_truncates) ... ok 2025-10-14T22:31:43.6127446Z test_buffering (test.test_io.test_bufferedio.PyBufferedReaderTest.test_buffering) ... ok 2025-10-14T22:31:43.6128058Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_close_error_on_close) ... ok 2025-10-14T22:31:43.6128670Z test_constructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_constructor) ... ok 2025-10-14T22:31:43.6129260Z test_context_manager (test.test_io.test_bufferedio.PyBufferedReaderTest.test_context_manager) ... ok 2025-10-14T22:31:43.6129855Z test_detach (test.test_io.test_bufferedio.PyBufferedReaderTest.test_detach) ... ok 2025-10-14T22:31:43.6130469Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_error_through_destructor) ... ok 2025-10-14T22:31:43.6131198Z test_fileno (test.test_io.test_bufferedio.PyBufferedReaderTest.test_fileno) ... ok 2025-10-14T22:31:43.6131954Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:43.6132556Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedReaderTest.test_invalid_args) ... ok 2025-10-14T22:31:43.6133162Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedReaderTest.test_misbehaved_io) ... ok 2025-10-14T22:31:43.6133764Z test_multi_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_multi_close) ... ok 2025-10-14T22:31:43.6134377Z test_no_extraneous_read (test.test_io.test_bufferedio.PyBufferedReaderTest.test_no_extraneous_read) ... ok 2025-10-14T22:31:43.6135174Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:43.6135762Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_override_destructor) ... ok 2025-10-14T22:31:43.6136331Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedReaderTest.test_pickling_subclass) ... ok 2025-10-14T22:31:43.6136900Z test_read (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read) ... ok 2025-10-14T22:31:43.6137455Z test_read1 (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read1) ... ok 2025-10-14T22:31:43.6138027Z test_read1_arbitrary (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read1_arbitrary) ... ok 2025-10-14T22:31:43.6138635Z test_read_all (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_all) ... ok 2025-10-14T22:31:43.6139242Z test_read_non_blocking (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_non_blocking) ... ok 2025-10-14T22:31:43.6139889Z test_read_on_closed (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_on_closed) ... ok 2025-10-14T22:31:43.6140492Z test_read_past_eof (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_past_eof) ... ok 2025-10-14T22:31:43.6141017Z test_readinto (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto) ... ok 2025-10-14T22:31:43.6141568Z test_readinto1 (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto1) ... ok 2025-10-14T22:31:43.6142087Z test_readinto1_array (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto1_array) ... ok 2025-10-14T22:31:43.6142726Z test_readinto_array (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto_array) ... ok 2025-10-14T22:31:43.6143395Z test_readlines (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readlines) ... ok 2025-10-14T22:31:43.6143954Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readonly_attributes) ... ok 2025-10-14T22:31:43.6144546Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedReaderTest.test_recursive_repr) ... ok 2025-10-14T22:31:43.6145132Z test_repr (test.test_io.test_bufferedio.PyBufferedReaderTest.test_repr) ... ok 2025-10-14T22:31:43.6145715Z test_seek_character_device_file (test.test_io.test_bufferedio.PyBufferedReaderTest.test_seek_character_device_file) ... ok 2025-10-14T22:31:43.6146399Z test_tell_character_device_file (test.test_io.test_bufferedio.PyBufferedReaderTest.test_tell_character_device_file) ... ok 2025-10-14T22:31:43.6147067Z test_threads (test.test_io.test_bufferedio.PyBufferedReaderTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:43.6147715Z test_truncate_on_read_only (test.test_io.test_bufferedio.PyBufferedReaderTest.test_truncate_on_read_only) ... ok 2025-10-14T22:31:43.6148325Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedReaderTest.test_uninitialized) ... ok 2025-10-14T22:31:43.6148826Z test_unseekable (test.test_io.test_bufferedio.PyBufferedReaderTest.test_unseekable) ... ok 2025-10-14T22:31:43.6149452Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_close_error_on_close) ... ok 2025-10-14T22:31:43.6149989Z test_constructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_constructor) ... ok 2025-10-14T22:31:43.6150624Z test_context_manager (test.test_io.test_bufferedio.PyBufferedWriterTest.test_context_manager) ... ok 2025-10-14T22:31:43.6151128Z test_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_destructor) ... ok 2025-10-14T22:31:43.6151606Z test_detach (test.test_io.test_bufferedio.PyBufferedWriterTest.test_detach) ... ok 2025-10-14T22:31:43.6152095Z test_detach_flush (test.test_io.test_bufferedio.PyBufferedWriterTest.test_detach_flush) ... ok 2025-10-14T22:31:43.6152634Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_error_through_destructor) ... ok 2025-10-14T22:31:43.6153243Z test_fileno (test.test_io.test_bufferedio.PyBufferedWriterTest.test_fileno) ... ok 2025-10-14T22:31:43.6153776Z test_flush (test.test_io.test_bufferedio.PyBufferedWriterTest.test_flush) ... ok 2025-10-14T22:31:43.6154353Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_flush_error_on_close) ... ok 2025-10-14T22:31:43.6155954Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedWriterTest.test_invalid_args) ... ok 2025-10-14T22:31:43.6156574Z test_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedWriterTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:31:43.6157227Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedWriterTest.test_misbehaved_io) ... ok 2025-10-14T22:31:43.6157836Z test_multi_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_multi_close) ... ok 2025-10-14T22:31:43.6158491Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:31:43.6159176Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_override_destructor) ... ok 2025-10-14T22:31:43.6159802Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedWriterTest.test_pickling_subclass) ... ok 2025-10-14T22:31:43.6160406Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_readonly_attributes) ... ok 2025-10-14T22:31:43.6160955Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedWriterTest.test_recursive_repr) ... ok 2025-10-14T22:31:43.6161449Z test_repr (test.test_io.test_bufferedio.PyBufferedWriterTest.test_repr) ... ok 2025-10-14T22:31:43.6161960Z test_slow_close_from_thread (test.test_io.test_bufferedio.PyBufferedWriterTest.test_slow_close_from_thread) ... ok 2025-10-14T22:31:43.6162524Z test_threads (test.test_io.test_bufferedio.PyBufferedWriterTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:31:43.6163053Z test_truncate (test.test_io.test_bufferedio.PyBufferedWriterTest.test_truncate) ... ok 2025-10-14T22:31:43.6163576Z test_truncate_after_write (test.test_io.test_bufferedio.PyBufferedWriterTest.test_truncate_after_write) ... ok 2025-10-14T22:31:43.6164195Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedWriterTest.test_uninitialized) ... ok 2025-10-14T22:31:43.6164786Z test_unseekable (test.test_io.test_bufferedio.PyBufferedWriterTest.test_unseekable) ... ok 2025-10-14T22:31:43.6165435Z test_write (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write) ... ok 2025-10-14T22:31:43.6166027Z test_write_and_rewind (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_and_rewind) ... ok 2025-10-14T22:31:43.6166739Z test_write_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_error_on_close) ... ok 2025-10-14T22:31:43.6167376Z test_write_non_blocking (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_non_blocking) ... ok 2025-10-14T22:31:43.6168003Z test_write_overflow (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_overflow) ... ok 2025-10-14T22:31:43.6168613Z test_writelines (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines) ... ok 2025-10-14T22:31:43.6169221Z test_writelines_error (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines_error) ... ok 2025-10-14T22:31:43.6169923Z test_writelines_userlist (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines_userlist) ... ok 2025-10-14T22:31:43.6170471Z test_writes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes) ... ok 2025-10-14T22:31:43.6171027Z test_writes_and_flushes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_flushes) ... ok 2025-10-14T22:31:43.6171623Z test_writes_and_seeks (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_seeks) ... ok 2025-10-14T22:31:43.6172232Z test_writes_and_truncates (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_truncates) ... ok 2025-10-14T22:31:43.6172742Z 2025-10-14T22:31:43.6173170Z ---------------------------------------------------------------------- 2025-10-14T22:31:43.6173592Z Ran 349 tests in 4.300s 2025-10-14T22:31:43.6173810Z 2025-10-14T22:31:43.6174117Z OK (skipped=6) 2025-10-14T22:31:43.6174534Z Warning -- files was modified by test.test_io.test_bufferedio 2025-10-14T22:31:43.6175621Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:31:43.6178201Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_9168_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:31:43.6179970Z 0:06:04 load avg: 25.58 [280/495/45] test_codecmaps_tw passed -- running (2): test.test_multiprocessing_spawn.test_misc (47.6 sec), test_fstring (49.2 sec) 2025-10-14T22:31:43.9864493Z 0:06:04 load avg: 25.58 [281/495/45] test_sysconfig passed -- running (2): test.test_multiprocessing_spawn.test_misc (47.7 sec), test_fstring (49.3 sec) 2025-10-14T22:31:43.9913793Z 0:06:04 load avg: 25.58 [282/495/45] test_perfmaps skipped -- running (2): test.test_multiprocessing_spawn.test_misc (47.7 sec), test_fstring (49.3 sec) 2025-10-14T22:31:43.9916738Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7752æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:31:44.0667446Z Traceback (most recent call last): 2025-10-14T22:31:50.1964684Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:50.1965525Z os.mkdir(path) 2025-10-14T22:31:50.1965856Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:50.1966266Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:31:50.1966690Z Stack (most recent call last): 2025-10-14T22:31:50.1967038Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.1967392Z File "", line 88, in _run_code 2025-10-14T22:31:50.1967757Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.1968109Z main() 2025-10-14T22:31:50.1968440Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.1968891Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.1969466Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.1970070Z return next(self.gen) 2025-10-14T22:31:50.1970567Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:50.1971046Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:50.1972075Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7752æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:31:50.1972738Z Traceback (most recent call last): 2025-10-14T22:31:50.1973173Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:50.1973636Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:50.1974209Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:50.1974669Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7752æ' 2025-10-14T22:31:50.1975199Z Stack (most recent call last): 2025-10-14T22:31:50.1975656Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.1976132Z File "", line 88, in _run_code 2025-10-14T22:31:50.1976596Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.1977023Z main() 2025-10-14T22:31:50.1977463Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.1977936Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.1978423Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.1978840Z return next(self.gen) 2025-10-14T22:31:50.1979219Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:50.1979634Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:50.1980029Z test_perfmaps skipped -- perf trampoline profiling not supported 2025-10-14T22:31:50.1980585Z 0:06:04 load avg: 25.58 [283/495/45] test_wait3 skipped -- running (2): test.test_multiprocessing_spawn.test_misc (47.7 sec), test_fstring (49.3 sec) 2025-10-14T22:31:50.1981516Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5404æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5404æ' 2025-10-14T22:31:50.1982024Z Traceback (most recent call last): 2025-10-14T22:31:50.1982391Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:50.1982755Z os.mkdir(path) 2025-10-14T22:31:50.1983062Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:50.1983502Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5404æ' 2025-10-14T22:31:50.1983956Z Stack (most recent call last): 2025-10-14T22:31:50.1984338Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.1984731Z File "", line 88, in _run_code 2025-10-14T22:31:50.1985114Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.1985448Z main() 2025-10-14T22:31:50.1986013Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.1986504Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.1986979Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.1987415Z return next(self.gen) 2025-10-14T22:31:50.1987851Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:50.1988322Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:50.1989209Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5404æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5404æ' 2025-10-14T22:31:50.1989962Z Traceback (most recent call last): 2025-10-14T22:31:50.1990434Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:50.1990902Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:50.1991296Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:50.1991850Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5404æ' 2025-10-14T22:31:50.1992354Z Stack (most recent call last): 2025-10-14T22:31:50.1992761Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.1993198Z File "", line 88, in _run_code 2025-10-14T22:31:50.1993689Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.1994128Z main() 2025-10-14T22:31:50.1994519Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.1994984Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.1995459Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.1995894Z return next(self.gen) 2025-10-14T22:31:50.1996315Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:50.1996807Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:50.1997298Z test_wait3 skipped -- requires working os.fork() 2025-10-14T22:31:50.1997872Z 0:06:05 load avg: 25.58 [284/495/45] test.test_asyncio.test_queues passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.0 sec), test_fstring (49.6 sec) 2025-10-14T22:31:50.1998578Z 0:06:05 load avg: 25.58 [285/495/45] test_pkgutil passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.0 sec), test_fstring (49.6 sec) 2025-10-14T22:31:50.1999284Z 0:06:05 load avg: 25.58 [286/495/45] test_type_aliases passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2000033Z 0:06:05 load avg: 25.58 [287/495/45] test.test_asyncio.test_sendfile passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2000746Z 0:06:05 load avg: 25.58 [288/495/45] test_statistics passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2001445Z 0:06:05 load avg: 25.58 [289/495/45] test_compiler_codegen passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2002245Z 0:06:05 load avg: 25.58 [290/495/45] test_script_helper passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2002941Z 0:06:05 load avg: 25.58 [291/495/45] test_bisect passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2003604Z 0:06:05 load avg: 25.58 [292/495/45] test_pprint passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.3 sec), test_fstring (49.9 sec) 2025-10-14T22:31:50.2004316Z 0:06:05 load avg: 25.58 [293/495/45] test_typing passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.5 sec), test_fstring (50.1 sec) 2025-10-14T22:31:50.2005007Z 0:06:05 load avg: 25.58 [294/495/45] test_pyrepl passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.6 sec), test_fstring (50.2 sec) 2025-10-14T22:31:50.2005855Z 0:06:06 load avg: 25.58 [295/495/45] test_c_locale_coercion passed -- running (2): test.test_multiprocessing_spawn.test_misc (48.9 sec), test_fstring (50.5 sec) 2025-10-14T22:31:50.2006598Z 0:06:06 load avg: 25.37 [296/495/45] test_unary passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.0 sec), test_fstring (50.6 sec) 2025-10-14T22:31:50.2007316Z 0:06:06 load avg: 25.37 [297/495/45] test.test_asyncio.test_threads passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.0 sec), test_fstring (50.6 sec) 2025-10-14T22:31:50.2008138Z 0:06:06 load avg: 25.37 [298/495/45] test_float passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.0 sec), test_fstring (50.6 sec) 2025-10-14T22:31:50.2008834Z 0:06:06 load avg: 25.37 [299/495/45] test_tomllib passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.1 sec), test_fstring (50.7 sec) 2025-10-14T22:31:50.2009642Z 0:06:06 load avg: 25.37 [300/495/45] test.test_io.test_univnewlines passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.2 sec), test_fstring (50.8 sec) 2025-10-14T22:31:50.2010395Z 0:06:06 load avg: 25.37 [301/495/45] test.test_asyncio.test_buffered_proto passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.3 sec), test_fstring (50.9 sec) 2025-10-14T22:31:50.2011123Z 0:06:06 load avg: 25.37 [302/495/45] test_unpack_ex passed -- running (2): test.test_multiprocessing_spawn.test_misc (49.3 sec), test_fstring (50.9 sec) 2025-10-14T22:31:50.2011749Z 0:06:06 load avg: 25.37 [303/495/45] test_fstring passed (50.9 sec) -- running (1): test.test_multiprocessing_spawn.test_misc (49.3 sec) 2025-10-14T22:31:50.2012345Z 0:06:06 load avg: 25.37 [304/495/45] test_dbm_gnu skipped -- running (1): test.test_multiprocessing_spawn.test_misc (49.5 sec) 2025-10-14T22:31:50.2013318Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8096æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8096æ' 2025-10-14T22:31:50.2013909Z Traceback (most recent call last): 2025-10-14T22:31:50.2014313Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:50.2014710Z os.mkdir(path) 2025-10-14T22:31:50.2015046Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:50.2015462Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8096æ' 2025-10-14T22:31:50.2015902Z Stack (most recent call last): 2025-10-14T22:31:50.2016395Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.2016804Z File "", line 88, in _run_code 2025-10-14T22:31:50.2017217Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.2017601Z main() 2025-10-14T22:31:50.2017981Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.2018404Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.2018800Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.2019161Z return next(self.gen) 2025-10-14T22:31:50.2019585Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:50.2020020Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:50.2020811Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8096æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8096æ' 2025-10-14T22:31:50.2021488Z Traceback (most recent call last): 2025-10-14T22:31:50.2021981Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:50.2022455Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:50.2117572Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:50.2118130Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8096æ' 2025-10-14T22:31:50.2118791Z Stack (most recent call last): 2025-10-14T22:31:50.2119195Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.2119607Z File "", line 88, in _run_code 2025-10-14T22:31:50.2119999Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.2120347Z main() 2025-10-14T22:31:50.2120692Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.2121083Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.2121452Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.2121893Z return next(self.gen) 2025-10-14T22:31:50.2122260Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:50.2122660Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:50.2123022Z test_dbm_gnu skipped -- No module named '_gdbm' 2025-10-14T22:31:50.2123455Z 0:06:11 load avg: 24.77 [305/495/45] test_syslog skipped -- running (1): test.test_multiprocessing_spawn.test_misc (54.2 sec) 2025-10-14T22:31:50.2124296Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6348æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:31:50.2124847Z Traceback (most recent call last): 2025-10-14T22:31:50.2125257Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:50.2125644Z os.mkdir(path) 2025-10-14T22:31:50.2126023Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:50.2126521Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:31:50.2127059Z Stack (most recent call last): 2025-10-14T22:31:50.2127512Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.2127984Z File "", line 88, in _run_code 2025-10-14T22:31:50.2128560Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.2129006Z main() 2025-10-14T22:31:50.2129435Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.2129933Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.2130364Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.2130767Z return next(self.gen) 2025-10-14T22:31:50.2131159Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:31:50.2131571Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:31:50.2132364Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6348æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:31:50.2133053Z Traceback (most recent call last): 2025-10-14T22:31:50.2133541Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:31:50.2134028Z os.chdir(os.path.realpath(path)) 2025-10-14T22:31:50.2134451Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:31:50.2134942Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6348æ' 2025-10-14T22:31:50.2135471Z Stack (most recent call last): 2025-10-14T22:31:50.2135916Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:50.2136373Z File "", line 88, in _run_code 2025-10-14T22:31:50.2136791Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:50.2137163Z main() 2025-10-14T22:31:50.2137548Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:50.2137939Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:50.2138349Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:31:50.2138712Z return next(self.gen) 2025-10-14T22:31:50.2139163Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:31:50.2140411Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:31:50.2140997Z test_syslog skipped -- No module named 'syslog' 2025-10-14T22:31:50.3577193Z 0:06:11 load avg: 24.77 [306/495/45] test.test_io.test_fileio passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.2 sec) 2025-10-14T22:31:50.5791712Z 0:06:11 load avg: 24.77 [307/495/45] test_sundry passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.6151274Z 0:06:11 load avg: 24.77 [308/495/45] test.test_asyncio.test_tools passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.6263464Z 0:06:11 load avg: 24.56 [309/495/45] test_named_expressions passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.6308584Z 0:06:11 load avg: 24.56 [310/495/45] test_context passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.6561287Z 0:06:11 load avg: 24.56 [311/495/45] test_iter passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.6655709Z 0:06:11 load avg: 24.56 [312/495/45] test_shelve passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.6 sec) 2025-10-14T22:31:50.7654378Z 0:06:12 load avg: 24.56 [313/495/45] test_iterlen passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.7 sec) 2025-10-14T22:31:50.8978289Z 0:06:12 load avg: 24.56 [314/495/45] test_stringprep passed -- running (1): test.test_multiprocessing_spawn.test_misc (54.9 sec) 2025-10-14T22:31:51.0959369Z 0:06:12 load avg: 24.56 [315/495/45] test_minidom passed -- running (1): test.test_multiprocessing_spawn.test_misc (55.1 sec) 2025-10-14T22:31:56.6165697Z 0:06:17 load avg: 23.81 [316/495/46] test_tkinter failed (env changed) -- running (1): test.test_multiprocessing_spawn.test_misc (1 min) 2025-10-14T22:31:56.6727646Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4524æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4524æ' 2025-10-14T22:31:56.6924887Z Traceback (most recent call last): 2025-10-14T22:31:56.6937558Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:31:56.7241414Z os.mkdir(path) 2025-10-14T22:31:56.7303575Z ~~~~~~~~^^^^^^ 2025-10-14T22:31:56.7370102Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4524æ' 2025-10-14T22:31:56.7696415Z Stack (most recent call last): 2025-10-14T22:31:56.7712619Z File "", line 198, in _run_module_as_main 2025-10-14T22:31:56.7745194Z File "", line 88, in _run_code 2025-10-14T22:31:56.7760017Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:31:59.9152765Z main() 2025-10-14T22:31:59.9153628Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:31:59.9179379Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:31:59.9219243Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:00.0833494Z return next(self.gen) 2025-10-14T22:32:00.1404182Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:00.1611338Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:00.1628883Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4524æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4524æ' 2025-10-14T22:32:00.1697440Z Traceback (most recent call last): 2025-10-14T22:32:00.1724420Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:00.1774258Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:00.1808305Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:00.1846168Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4524æ' 2025-10-14T22:32:00.1897315Z Stack (most recent call last): 2025-10-14T22:32:00.1971860Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:00.2317849Z File "", line 88, in _run_code 2025-10-14T22:32:00.4035278Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:00.5471623Z main() 2025-10-14T22:32:00.5515069Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:00.5841065Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:05.0386623Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:05.0392909Z return next(self.gen) 2025-10-14T22:32:05.0448574Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:05.0485598Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:05.0832945Z test_fixoptions (test.test_tkinter.test_colorchooser.ChooserTest.test_fixoptions) ... ok 2025-10-14T22:32:05.0842410Z test_fixresult (test.test_tkinter.test_colorchooser.ChooserTest.test_fixresult) ... ok 2025-10-14T22:32:05.0849898Z test_askcolor (test.test_tkinter.test_colorchooser.DefaultRootTest.test_askcolor) ... ok 2025-10-14T22:32:05.1186271Z test_families (test.test_tkinter.test_font.DefaultRootTest.test_families) ... ok 2025-10-14T22:32:05.1198256Z test_names (test.test_tkinter.test_font.DefaultRootTest.test_names) ... ok 2025-10-14T22:32:05.1220574Z test_nametofont (test.test_tkinter.test_font.DefaultRootTest.test_nametofont) ... ok 2025-10-14T22:32:05.1878275Z test_actual (test.test_tkinter.test_font.FontTest.test_actual) ... ok 2025-10-14T22:32:05.1902339Z test_configure (test.test_tkinter.test_font.FontTest.test_configure) ... ok 2025-10-14T22:32:05.1967546Z test_equality (test.test_tkinter.test_font.FontTest.test_equality) ... ok 2025-10-14T22:32:05.2117680Z test_families (test.test_tkinter.test_font.FontTest.test_families) ... ok 2025-10-14T22:32:05.2344040Z test_measure (test.test_tkinter.test_font.FontTest.test_measure) ... ok 2025-10-14T22:32:05.2411912Z test_metrics (test.test_tkinter.test_font.FontTest.test_metrics) ... ok 2025-10-14T22:32:05.2456057Z test_name (test.test_tkinter.test_font.FontTest.test_name) ... ok 2025-10-14T22:32:05.4111818Z test_names (test.test_tkinter.test_font.FontTest.test_names) ... ok 2025-10-14T22:32:05.4209557Z test_nametofont (test.test_tkinter.test_font.FontTest.test_nametofont) ... ok 2025-10-14T22:32:05.4214392Z test_repr (test.test_tkinter.test_font.FontTest.test_repr) ... ok 2025-10-14T22:32:05.5343277Z test_unicode_family (test.test_tkinter.test_font.FontTest.test_unicode_family) ... ok 2025-10-14T22:32:05.5376061Z test_deprecated__version__ (test.test_tkinter.test_font.TestModule.test_deprecated__version__) ... ok 2025-10-14T22:32:05.5476913Z test_grid_anchor (test.test_tkinter.test_geometry_managers.GridTest.test_grid_anchor) ... ok 2025-10-14T22:32:10.9316476Z test_grid_bbox (test.test_tkinter.test_geometry_managers.GridTest.test_grid_bbox) ... ok 2025-10-14T22:32:10.9318146Z test_grid_columnconfigure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure) ... ok 2025-10-14T22:32:10.9318874Z test_grid_columnconfigure_minsize (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_minsize) ... ok 2025-10-14T22:32:10.9319603Z test_grid_columnconfigure_pad (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_pad) ... ok 2025-10-14T22:32:10.9320309Z test_grid_columnconfigure_uniform (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_uniform) ... ok 2025-10-14T22:32:10.9321135Z test_grid_columnconfigure_weight (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_weight) ... ok 2025-10-14T22:32:10.9321750Z test_grid_configure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure) ... ok 2025-10-14T22:32:10.9322378Z test_grid_configure_column (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_column) ... ok 2025-10-14T22:32:10.9323140Z test_grid_configure_columnspan (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_columnspan) ... ok 2025-10-14T22:32:10.9323679Z test_grid_configure_in (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_in) ... ok 2025-10-14T22:32:10.9324228Z test_grid_configure_ipadx (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_ipadx) ... ok 2025-10-14T22:32:10.9324761Z test_grid_configure_ipady (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_ipady) ... ok 2025-10-14T22:32:10.9325432Z test_grid_configure_padx (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_padx) ... ok 2025-10-14T22:32:10.9325984Z test_grid_configure_pady (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_pady) ... ok 2025-10-14T22:32:10.9326629Z test_grid_configure_row (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_row) ... ok 2025-10-14T22:32:10.9327202Z test_grid_configure_rownspan (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_rownspan) ... ok 2025-10-14T22:32:10.9327751Z test_grid_configure_sticky (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_sticky) ... ok 2025-10-14T22:32:10.9328275Z test_grid_forget (test.test_tkinter.test_geometry_managers.GridTest.test_grid_forget) ... ok 2025-10-14T22:32:10.9328782Z test_grid_info (test.test_tkinter.test_geometry_managers.GridTest.test_grid_info) ... ok 2025-10-14T22:32:10.9329298Z test_grid_location (test.test_tkinter.test_geometry_managers.GridTest.test_grid_location) ... ok 2025-10-14T22:32:10.9329883Z test_grid_propagate (test.test_tkinter.test_geometry_managers.GridTest.test_grid_propagate) ... ok 2025-10-14T22:32:10.9330416Z test_grid_remove (test.test_tkinter.test_geometry_managers.GridTest.test_grid_remove) ... ok 2025-10-14T22:32:10.9330944Z test_grid_rowconfigure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure) ... ok 2025-10-14T22:32:10.9331542Z test_grid_rowconfigure_minsize (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_minsize) ... ok 2025-10-14T22:32:10.9332160Z test_grid_rowconfigure_pad (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_pad) ... ok 2025-10-14T22:32:10.9332773Z test_grid_rowconfigure_uniform (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_uniform) ... ok 2025-10-14T22:32:10.9333420Z test_grid_rowconfigure_weight (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_weight) ... ok 2025-10-14T22:32:10.9334025Z test_grid_size (test.test_tkinter.test_geometry_managers.GridTest.test_grid_size) ... ok 2025-10-14T22:32:10.9334584Z test_grid_slaves (test.test_tkinter.test_geometry_managers.GridTest.test_grid_slaves) ... ok 2025-10-14T22:32:10.9335157Z test_pack_configure_after (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_after) ... ok 2025-10-14T22:32:10.9335778Z test_pack_configure_anchor (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_anchor) ... ok 2025-10-14T22:32:10.9336404Z test_pack_configure_before (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_before) ... ok 2025-10-14T22:32:10.9337116Z test_pack_configure_expand (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_expand) ... ok 2025-10-14T22:32:10.9337712Z test_pack_configure_in (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_in) ... ok 2025-10-14T22:32:10.9338330Z test_pack_configure_padx_ipadx_fill (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_padx_ipadx_fill) ... ok 2025-10-14T22:32:10.9338995Z test_pack_configure_pady_ipady_fill (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_pady_ipady_fill) ... ok 2025-10-14T22:32:10.9339635Z test_pack_configure_side (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_side) ... ok 2025-10-14T22:32:10.9340389Z test_pack_forget (test.test_tkinter.test_geometry_managers.PackTest.test_pack_forget) ... ok 2025-10-14T22:32:10.9340921Z test_pack_info (test.test_tkinter.test_geometry_managers.PackTest.test_pack_info) ... ok 2025-10-14T22:32:10.9341486Z test_pack_propagate (test.test_tkinter.test_geometry_managers.PackTest.test_pack_propagate) ... ok 2025-10-14T22:32:10.9342059Z test_pack_slaves (test.test_tkinter.test_geometry_managers.PackTest.test_pack_slaves) ... ok 2025-10-14T22:32:10.9342651Z test_place_configure_anchor (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_anchor) ... ok 2025-10-14T22:32:10.9343422Z test_place_configure_bordermode (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_bordermode) ... ok 2025-10-14T22:32:10.9344038Z test_place_configure_height (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_height) ... ok 2025-10-14T22:32:10.9344692Z test_place_configure_in (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_in) ... ok 2025-10-14T22:32:10.9345337Z test_place_configure_relheight (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relheight) ... ok 2025-10-14T22:32:10.9345964Z test_place_configure_relwidth (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relwidth) ... ok 2025-10-14T22:32:10.9346578Z test_place_configure_relx (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relx) ... ok 2025-10-14T22:32:10.9347173Z test_place_configure_rely (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_rely) ... ok 2025-10-14T22:32:10.9347784Z test_place_configure_width (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_width) ... ok 2025-10-14T22:32:10.9348487Z test_place_configure_x (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_x) ... ok 2025-10-14T22:32:10.9349150Z test_place_configure_y (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_y) ... ok 2025-10-14T22:32:10.9349767Z test_place_forget (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_forget) ... ok 2025-10-14T22:32:10.9350355Z test_place_info (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_info) ... ok 2025-10-14T22:32:10.9350955Z test_place_slaves (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_slaves) ... ok 2025-10-14T22:32:10.9351544Z test_bug_100814 (test.test_tkinter.test_images.BitmapImageTest.test_bug_100814) ... ok 2025-10-14T22:32:10.9352141Z test_configure_background (test.test_tkinter.test_images.BitmapImageTest.test_configure_background) ... ok 2025-10-14T22:32:10.9352806Z test_configure_data (test.test_tkinter.test_images.BitmapImageTest.test_configure_data) ... ok 2025-10-14T22:32:10.9353408Z test_configure_file (test.test_tkinter.test_images.BitmapImageTest.test_configure_file) ... ok 2025-10-14T22:32:10.9353998Z test_configure_foreground (test.test_tkinter.test_images.BitmapImageTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9354600Z test_create_from_data (test.test_tkinter.test_images.BitmapImageTest.test_create_from_data) ... ok 2025-10-14T22:32:10.9355123Z test_create_from_file (test.test_tkinter.test_images.BitmapImageTest.test_create_from_file) ... ok 2025-10-14T22:32:10.9355651Z test_image_create_bitmap (test.test_tkinter.test_images.DefaultRootTest.test_image_create_bitmap) ... ok 2025-10-14T22:32:10.9356183Z test_image_create_photo (test.test_tkinter.test_images.DefaultRootTest.test_image_create_photo) ... ok 2025-10-14T22:32:10.9356693Z test_image_names (test.test_tkinter.test_images.DefaultRootTest.test_image_names) ... ok 2025-10-14T22:32:10.9403433Z test_image_types (test.test_tkinter.test_images.DefaultRootTest.test_image_types) ... ok 2025-10-14T22:32:10.9404094Z test_image_names (test.test_tkinter.test_images.MiscTest.test_image_names) ... ok 2025-10-14T22:32:10.9404623Z test_image_types (test.test_tkinter.test_images.MiscTest.test_image_types) ... ok 2025-10-14T22:32:10.9405348Z test_blank (test.test_tkinter.test_images.PhotoImageTest.test_blank) ... ok 2025-10-14T22:32:10.9405841Z test_bug_100814 (test.test_tkinter.test_images.PhotoImageTest.test_bug_100814) ... ok 2025-10-14T22:32:10.9406347Z test_configure_data (test.test_tkinter.test_images.PhotoImageTest.test_configure_data) ... ok 2025-10-14T22:32:10.9406852Z test_configure_file (test.test_tkinter.test_images.PhotoImageTest.test_configure_file) ... ok 2025-10-14T22:32:10.9407369Z test_configure_format (test.test_tkinter.test_images.PhotoImageTest.test_configure_format) ... ok 2025-10-14T22:32:10.9408350Z test_configure_gamma (test.test_tkinter.test_images.PhotoImageTest.test_configure_gamma) ... ok 2025-10-14T22:32:10.9409082Z test_configure_palette (test.test_tkinter.test_images.PhotoImageTest.test_configure_palette) ... ok 2025-10-14T22:32:10.9409628Z test_configure_width_height (test.test_tkinter.test_images.PhotoImageTest.test_configure_width_height) ... ok 2025-10-14T22:32:10.9410134Z test_copy (test.test_tkinter.test_images.PhotoImageTest.test_copy) ... ok 2025-10-14T22:32:10.9410601Z test_copy_replace (test.test_tkinter.test_images.PhotoImageTest.test_copy_replace) ... ok 2025-10-14T22:32:10.9411132Z test_copy_replace_compositingrule (test.test_tkinter.test_images.PhotoImageTest.test_copy_replace_compositingrule) ... ok 2025-10-14T22:32:10.9411753Z test_create_from_gif_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_gif_data) ... ok 2025-10-14T22:32:10.9412373Z test_create_from_gif_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_gif_file) ... ok 2025-10-14T22:32:10.9412986Z test_create_from_pgm_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_pgm_data) ... ok 2025-10-14T22:32:10.9413612Z test_create_from_pgm_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_pgm_file) ... ok 2025-10-14T22:32:10.9414227Z test_create_from_png_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_png_data) ... ok 2025-10-14T22:32:10.9414879Z test_create_from_png_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_png_file) ... ok 2025-10-14T22:32:10.9415502Z test_create_from_ppm_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_ppm_data) ... ok 2025-10-14T22:32:10.9416144Z test_create_from_ppm_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_ppm_file) ... ok 2025-10-14T22:32:10.9416822Z test_data (test.test_tkinter.test_images.PhotoImageTest.test_data) ... ok 2025-10-14T22:32:10.9417345Z test_get (test.test_tkinter.test_images.PhotoImageTest.test_get) ... ok 2025-10-14T22:32:10.9417824Z test_put (test.test_tkinter.test_images.PhotoImageTest.test_put) ... ok 2025-10-14T22:32:10.9418371Z test_read (test.test_tkinter.test_images.PhotoImageTest.test_read) ... ok 2025-10-14T22:32:10.9418897Z test_subsample (test.test_tkinter.test_images.PhotoImageTest.test_subsample) ... ok 2025-10-14T22:32:10.9419416Z test_transparency (test.test_tkinter.test_images.PhotoImageTest.test_transparency) ... ok 2025-10-14T22:32:10.9419955Z test_write (test.test_tkinter.test_images.PhotoImageTest.test_write) ... ok 2025-10-14T22:32:10.9420437Z test_zoom (test.test_tkinter.test_images.PhotoImageTest.test_zoom) ... ok 2025-10-14T22:32:10.9420955Z testLoadTk (test.test_tkinter.test_loadtk.TkLoadTest.testLoadTk) ... skipped 'No $DISPLAY set.' 2025-10-14T22:32:10.9421509Z testLoadTkFailure (test.test_tkinter.test_loadtk.TkLoadTest.testLoadTkFailure) ... ok 2025-10-14T22:32:10.9422072Z test_showinfo (test.test_tkinter.test_messagebox.DefaultRootTest.test_showinfo) ... ok 2025-10-14T22:32:10.9422603Z test_bind (test.test_tkinter.test_misc.BindTest.test_bind) ... ok 2025-10-14T22:32:10.9423080Z test_bind_all (test.test_tkinter.test_misc.BindTest.test_bind_all) ... ok 2025-10-14T22:32:10.9423575Z test_bind_all_rebind (test.test_tkinter.test_misc.BindTest.test_bind_all_rebind) ... ok 2025-10-14T22:32:10.9424065Z test_bind_class (test.test_tkinter.test_misc.BindTest.test_bind_class) ... ok 2025-10-14T22:32:10.9424723Z test_bind_class_rebind (test.test_tkinter.test_misc.BindTest.test_bind_class_rebind) ... ok 2025-10-14T22:32:10.9425251Z test_bind_events (test.test_tkinter.test_misc.BindTest.test_bind_events) ... ok 2025-10-14T22:32:10.9425780Z test_bind_rebind (test.test_tkinter.test_misc.BindTest.test_bind_rebind) ... ok 2025-10-14T22:32:10.9426303Z test_bindtags (test.test_tkinter.test_misc.BindTest.test_bindtags) ... ok 2025-10-14T22:32:10.9426830Z test_canvas_tag_bind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_bind) ... ok 2025-10-14T22:32:10.9427478Z test_canvas_tag_bind_rebind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_bind_rebind) ... ok 2025-10-14T22:32:10.9428166Z test_canvas_tag_unbind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_unbind) ... ok 2025-10-14T22:32:10.9428678Z test_text_tag_bind (test.test_tkinter.test_misc.BindTest.test_text_tag_bind) ... ok 2025-10-14T22:32:10.9429191Z test_text_tag_bind_rebind (test.test_tkinter.test_misc.BindTest.test_text_tag_bind_rebind) ... ok 2025-10-14T22:32:10.9429715Z test_text_tag_unbind (test.test_tkinter.test_misc.BindTest.test_text_tag_unbind) ... ok 2025-10-14T22:32:10.9430191Z test_unbind (test.test_tkinter.test_misc.BindTest.test_unbind) ... ok 2025-10-14T22:32:10.9430662Z test_unbind2 (test.test_tkinter.test_misc.BindTest.test_unbind2) ... ok 2025-10-14T22:32:10.9431153Z test_unbind_all (test.test_tkinter.test_misc.BindTest.test_unbind_all) ... ok 2025-10-14T22:32:10.9431662Z test_unbind_class (test.test_tkinter.test_misc.BindTest.test_unbind_class) ... ok 2025-10-14T22:32:10.9432219Z test_default_root (test.test_tkinter.test_misc.DefaultRootTest.test_default_root) ... ok 2025-10-14T22:32:10.9432794Z test_getboolean (test.test_tkinter.test_misc.DefaultRootTest.test_getboolean) ... ok 2025-10-14T22:32:10.9433350Z test_mainloop (test.test_tkinter.test_misc.DefaultRootTest.test_mainloop) ... ok 2025-10-14T22:32:10.9433929Z test_no_default_root (test.test_tkinter.test_misc.DefaultRootTest.test_no_default_root) ... ok 2025-10-14T22:32:10.9434504Z test_configure (test.test_tkinter.test_misc.EventTest.test_configure) ... ok 2025-10-14T22:32:10.9435090Z test_event_generate_button_press (test.test_tkinter.test_misc.EventTest.test_event_generate_button_press) ... ok 2025-10-14T22:32:10.9435715Z test_event_generate_enter (test.test_tkinter.test_misc.EventTest.test_event_generate_enter) ... ok 2025-10-14T22:32:10.9436319Z test_event_generate_key_press (test.test_tkinter.test_misc.EventTest.test_event_generate_key_press) ... ok 2025-10-14T22:32:10.9436942Z test_event_generate_motion (test.test_tkinter.test_misc.EventTest.test_event_generate_motion) ... ok 2025-10-14T22:32:10.9437585Z test_event_generate_mouse_wheel (test.test_tkinter.test_misc.EventTest.test_event_generate_mouse_wheel) ... ok 2025-10-14T22:32:10.9438161Z test_focus (test.test_tkinter.test_misc.EventTest.test_focus) ... ok 2025-10-14T22:32:10.9438773Z test_generate_event_virtual_event (test.test_tkinter.test_misc.EventTest.test_generate_event_virtual_event) ... ok 2025-10-14T22:32:10.9439330Z test_after (test.test_tkinter.test_misc.MiscTest.test_after) ... ok 2025-10-14T22:32:10.9439860Z test_after_cancel (test.test_tkinter.test_misc.MiscTest.test_after_cancel) ... ok 2025-10-14T22:32:10.9440395Z test_after_idle (test.test_tkinter.test_misc.MiscTest.test_after_idle) ... ok 2025-10-14T22:32:10.9440953Z test_after_info (test.test_tkinter.test_misc.MiscTest.test_after_info) ... ok 2025-10-14T22:32:10.9441459Z test_all (test.test_tkinter.test_misc.MiscTest.test_all) ... ok 2025-10-14T22:32:10.9441977Z test_clipboard (test.test_tkinter.test_misc.MiscTest.test_clipboard) ... ok 2025-10-14T22:32:10.9442527Z test_clipboard_astral (test.test_tkinter.test_misc.MiscTest.test_clipboard_astral) ... ok 2025-10-14T22:32:10.9443105Z test_embedded_null (test.test_tkinter.test_misc.MiscTest.test_embedded_null) ... ok 2025-10-14T22:32:10.9443649Z test_event_repr (test.test_tkinter.test_misc.MiscTest.test_event_repr) ... ok 2025-10-14T22:32:10.9444353Z test_event_repr_defaults (test.test_tkinter.test_misc.MiscTest.test_event_repr_defaults) ... ok 2025-10-14T22:32:10.9445032Z test_eventtype_enum (test.test_tkinter.test_misc.MiscTest.test_eventtype_enum) ... ok 2025-10-14T22:32:10.9445570Z test_generated_names (test.test_tkinter.test_misc.MiscTest.test_generated_names) ... ok 2025-10-14T22:32:10.9446111Z test_getboolean (test.test_tkinter.test_misc.MiscTest.test_getboolean) ... ok 2025-10-14T22:32:10.9446690Z test_info_patchlevel (test.test_tkinter.test_misc.MiscTest.test_info_patchlevel) ... ok 2025-10-14T22:32:10.9447256Z test_mainloop (test.test_tkinter.test_misc.MiscTest.test_mainloop) ... ok 2025-10-14T22:32:10.9447950Z test_repr (test.test_tkinter.test_misc.MiscTest.test_repr) ... ok 2025-10-14T22:32:10.9448508Z test_tk_busy (test.test_tkinter.test_misc.MiscTest.test_tk_busy) ... ok 2025-10-14T22:32:10.9449047Z test_tk_busy_with_cursor (test.test_tkinter.test_misc.MiscTest.test_tk_busy_with_cursor) ... ok 2025-10-14T22:32:10.9449592Z test_tk_setPalette (test.test_tkinter.test_misc.MiscTest.test_tk_setPalette) ... ok 2025-10-14T22:32:10.9450225Z test_winfo_pathname (test.test_tkinter.test_misc.MiscTest.test_winfo_pathname) ... ok 2025-10-14T22:32:10.9450715Z test_winfo_rgb (test.test_tkinter.test_misc.MiscTest.test_winfo_rgb) ... ok 2025-10-14T22:32:10.9451190Z test_wm_attribute (test.test_tkinter.test_misc.WmTest.test_wm_attribute) ... ok 2025-10-14T22:32:10.9451659Z test_wm_iconbitmap (test.test_tkinter.test_misc.WmTest.test_wm_iconbitmap) ... ok 2025-10-14T22:32:10.9452141Z test_askinteger (test.test_tkinter.test_simpledialog.DefaultRootTest.test_askinteger) ... ok 2025-10-14T22:32:10.9452612Z test_count (test.test_tkinter.test_text.TextTest.test_count) ... ok 2025-10-14T22:32:10.9453046Z test_debug (test.test_tkinter.test_text.TextTest.test_debug) ... ok 2025-10-14T22:32:10.9453487Z test_search (test.test_tkinter.test_text.TextTest.test_search) ... ok 2025-10-14T22:32:10.9453957Z test_variable (test.test_tkinter.test_variables.DefaultRootTest.test_variable) ... ok 2025-10-14T22:32:10.9454440Z test_default (test.test_tkinter.test_variables.TestBooleanVar.test_default) ... ok 2025-10-14T22:32:10.9454892Z test_get (test.test_tkinter.test_variables.TestBooleanVar.test_get) ... ok 2025-10-14T22:32:10.9455378Z test_invalid_value_domain (test.test_tkinter.test_variables.TestBooleanVar.test_invalid_value_domain) ... ok 2025-10-14T22:32:10.9455874Z test_set (test.test_tkinter.test_variables.TestBooleanVar.test_set) ... ok 2025-10-14T22:32:10.9456335Z test_default (test.test_tkinter.test_variables.TestDoubleVar.test_default) ... ok 2025-10-14T22:32:10.9456793Z test_get (test.test_tkinter.test_variables.TestDoubleVar.test_get) ... ok 2025-10-14T22:32:10.9457260Z test_get_from_int (test.test_tkinter.test_variables.TestDoubleVar.test_get_from_int) ... ok 2025-10-14T22:32:10.9457748Z test_invalid_value (test.test_tkinter.test_variables.TestDoubleVar.test_invalid_value) ... ok 2025-10-14T22:32:10.9458222Z test_default (test.test_tkinter.test_variables.TestIntVar.test_default) ... ok 2025-10-14T22:32:10.9458671Z test_get (test.test_tkinter.test_variables.TestIntVar.test_get) ... ok 2025-10-14T22:32:10.9459125Z test_invalid_value (test.test_tkinter.test_variables.TestIntVar.test_invalid_value) ... ok 2025-10-14T22:32:10.9459663Z test_default (test.test_tkinter.test_variables.TestStringVar.test_default) ... ok 2025-10-14T22:32:10.9460137Z test_get (test.test_tkinter.test_variables.TestStringVar.test_get) ... ok 2025-10-14T22:32:10.9460609Z test_get_null (test.test_tkinter.test_variables.TestStringVar.test_get_null) ... ok 2025-10-14T22:32:10.9461078Z test___del__ (test.test_tkinter.test_variables.TestVariable.test___del__) ... ok 2025-10-14T22:32:10.9461535Z test_default (test.test_tkinter.test_variables.TestVariable.test_default) ... ok 2025-10-14T22:32:10.9462041Z test_dont_unset_not_existing (test.test_tkinter.test_variables.TestVariable.test_dont_unset_not_existing) ... ok 2025-10-14T22:32:10.9462563Z test_equality (test.test_tkinter.test_variables.TestVariable.test_equality) ... ok 2025-10-14T22:32:10.9463240Z test_initialize (test.test_tkinter.test_variables.TestVariable.test_initialize) ... ok 2025-10-14T22:32:10.9463829Z test_invalid_name (test.test_tkinter.test_variables.TestVariable.test_invalid_name) ... ok 2025-10-14T22:32:10.9464410Z test_name_and_value (test.test_tkinter.test_variables.TestVariable.test_name_and_value) ... ok 2025-10-14T22:32:10.9465051Z test_null_in_name (test.test_tkinter.test_variables.TestVariable.test_null_in_name) ... ok 2025-10-14T22:32:10.9465646Z test_trace (test.test_tkinter.test_variables.TestVariable.test_trace) ... ok 2025-10-14T22:32:10.9466373Z test_trace_old (test.test_tkinter.test_variables.TestVariable.test_trace_old) ... ok 2025-10-14T22:32:10.9466981Z test_configure_activebackground (test.test_tkinter.test_widgets.ButtonTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9467704Z test_configure_activeforeground (test.test_tkinter.test_widgets.ButtonTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9468444Z test_configure_anchor (test.test_tkinter.test_widgets.ButtonTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9469031Z test_configure_background (test.test_tkinter.test_widgets.ButtonTest.test_configure_background) ... ok 2025-10-14T22:32:10.9469585Z test_configure_bitmap (test.test_tkinter.test_widgets.ButtonTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9470105Z test_configure_borderwidth (test.test_tkinter.test_widgets.ButtonTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9470622Z test_configure_command (test.test_tkinter.test_widgets.ButtonTest.test_configure_command) ... ok 2025-10-14T22:32:10.9471209Z test_configure_compound (test.test_tkinter.test_widgets.ButtonTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9471723Z test_configure_cursor (test.test_tkinter.test_widgets.ButtonTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9472278Z test_configure_default (test.test_tkinter.test_widgets.ButtonTest.test_configure_default) ... ok 2025-10-14T22:32:10.9472900Z test_configure_disabledforeground (test.test_tkinter.test_widgets.ButtonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9473522Z test_configure_font (test.test_tkinter.test_widgets.ButtonTest.test_configure_font) ... ok 2025-10-14T22:32:10.9474116Z test_configure_foreground (test.test_tkinter.test_widgets.ButtonTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9474705Z test_configure_height (test.test_tkinter.test_widgets.ButtonTest.test_configure_height) ... ok 2025-10-14T22:32:10.9475329Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9476018Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9476679Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9477318Z test_configure_image (test.test_tkinter.test_widgets.ButtonTest.test_configure_image) ... ok 2025-10-14T22:32:10.9477914Z test_configure_justify (test.test_tkinter.test_widgets.ButtonTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9478468Z test_configure_overrelief (test.test_tkinter.test_widgets.ButtonTest.test_configure_overrelief) ... ok 2025-10-14T22:32:10.9478995Z test_configure_padx (test.test_tkinter.test_widgets.ButtonTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9479487Z test_configure_pady (test.test_tkinter.test_widgets.ButtonTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9479988Z test_configure_relief (test.test_tkinter.test_widgets.ButtonTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9480576Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ButtonTest.test_configure_repeatdelay) ... ok 2025-10-14T22:32:10.9481143Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ButtonTest.test_configure_repeatinterval) ... ok 2025-10-14T22:32:10.9481904Z test_configure_state (test.test_tkinter.test_widgets.ButtonTest.test_configure_state) ... ok 2025-10-14T22:32:10.9482430Z test_configure_takefocus (test.test_tkinter.test_widgets.ButtonTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9482937Z test_configure_text (test.test_tkinter.test_widgets.ButtonTest.test_configure_text) ... ok 2025-10-14T22:32:10.9483459Z test_configure_textvariable (test.test_tkinter.test_widgets.ButtonTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9483994Z test_configure_underline (test.test_tkinter.test_widgets.ButtonTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9484509Z test_configure_width (test.test_tkinter.test_widgets.ButtonTest.test_configure_width) ... ok 2025-10-14T22:32:10.9485141Z test_configure_wraplength (test.test_tkinter.test_widgets.ButtonTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9485632Z test_keys (test.test_tkinter.test_widgets.ButtonTest.test_keys) ... ok 2025-10-14T22:32:10.9486118Z test_configure_background (test.test_tkinter.test_widgets.CanvasTest.test_configure_background) ... ok 2025-10-14T22:32:10.9486663Z test_configure_borderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9487190Z test_configure_closeenough (test.test_tkinter.test_widgets.CanvasTest.test_configure_closeenough) ... ok 2025-10-14T22:32:10.9487719Z test_configure_confine (test.test_tkinter.test_widgets.CanvasTest.test_configure_confine) ... ok 2025-10-14T22:32:10.9488214Z test_configure_cursor (test.test_tkinter.test_widgets.CanvasTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9488711Z test_configure_height (test.test_tkinter.test_widgets.CanvasTest.test_configure_height) ... ok 2025-10-14T22:32:10.9489248Z test_configure_highlightbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9489797Z test_configure_highlightcolor (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9490362Z test_configure_highlightthickness (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9490911Z test_configure_insertbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertbackground) ... ok 2025-10-14T22:32:10.9491455Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:32:10.9492055Z test_configure_insertofftime (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertofftime) ... ok 2025-10-14T22:32:10.9492585Z test_configure_insertontime (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertontime) ... ok 2025-10-14T22:32:10.9493110Z test_configure_insertwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertwidth) ... ok 2025-10-14T22:32:10.9493625Z test_configure_offset (test.test_tkinter.test_widgets.CanvasTest.test_configure_offset) ... ok 2025-10-14T22:32:10.9494116Z test_configure_relief (test.test_tkinter.test_widgets.CanvasTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9494615Z test_configure_scrollregion (test.test_tkinter.test_widgets.CanvasTest.test_configure_scrollregion) ... ok 2025-10-14T22:32:10.9495151Z test_configure_selectbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectbackground) ... ok 2025-10-14T22:32:10.9495698Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:32:10.9496246Z test_configure_selectforeground (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectforeground) ... ok 2025-10-14T22:32:10.9496768Z test_configure_state (test.test_tkinter.test_widgets.CanvasTest.test_configure_state) ... ok 2025-10-14T22:32:10.9497267Z test_configure_takefocus (test.test_tkinter.test_widgets.CanvasTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9497784Z test_configure_width (test.test_tkinter.test_widgets.CanvasTest.test_configure_width) ... ok 2025-10-14T22:32:10.9498414Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.CanvasTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:32:10.9498983Z test_configure_xscrollincrement (test.test_tkinter.test_widgets.CanvasTest.test_configure_xscrollincrement) ... ok 2025-10-14T22:32:10.9499536Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.CanvasTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:32:10.9500072Z test_configure_yscrollincrement (test.test_tkinter.test_widgets.CanvasTest.test_configure_yscrollincrement) ... ok 2025-10-14T22:32:10.9500601Z test_coords (test.test_tkinter.test_widgets.CanvasTest.test_coords) ... ok 2025-10-14T22:32:10.9501203Z test_create_line (test.test_tkinter.test_widgets.CanvasTest.test_create_line) ... ok 2025-10-14T22:32:10.9501775Z test_create_polygon (test.test_tkinter.test_widgets.CanvasTest.test_create_polygon) ... ok 2025-10-14T22:32:10.9502299Z test_create_rectangle (test.test_tkinter.test_widgets.CanvasTest.test_create_rectangle) ... ok 2025-10-14T22:32:10.9502820Z test_keys (test.test_tkinter.test_widgets.CanvasTest.test_keys) ... ok 2025-10-14T22:32:10.9503318Z test_moveto (test.test_tkinter.test_widgets.CanvasTest.test_moveto) ... ok 2025-10-14T22:32:10.9503870Z test_configure_activebackground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9504507Z test_configure_activeforeground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9505112Z test_configure_anchor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9505696Z test_configure_background (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_background) ... ok 2025-10-14T22:32:10.9506241Z test_configure_bitmap (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9506791Z test_configure_borderwidth (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9507419Z test_configure_command (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_command) ... ok 2025-10-14T22:32:10.9508021Z test_configure_compound (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9508633Z test_configure_cursor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9509255Z test_configure_disabledforeground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9509886Z test_configure_font (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_font) ... ok 2025-10-14T22:32:10.9510498Z test_configure_foreground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9511123Z test_configure_height (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_height) ... ok 2025-10-14T22:32:10.9511786Z test_configure_highlightbackground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9512433Z test_configure_highlightcolor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9513091Z test_configure_highlightthickness (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9513669Z test_configure_image (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_image) ... ok 2025-10-14T22:32:10.9514192Z test_configure_indicatoron (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:32:10.9514748Z test_configure_justify (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9515272Z test_configure_offrelief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_offrelief) ... ok 2025-10-14T22:32:10.9515797Z test_configure_offvalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_offvalue) ... ok 2025-10-14T22:32:10.9516446Z test_configure_onvalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_onvalue) ... ok 2025-10-14T22:32:10.9516966Z test_configure_overrelief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_overrelief) ... ok 2025-10-14T22:32:10.9517487Z test_configure_padx (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9517979Z test_configure_pady (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9518478Z test_configure_relief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9519102Z test_configure_selectcolor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_selectcolor) ... ok 2025-10-14T22:32:10.9519639Z test_configure_selectimage (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_selectimage) ... ok 2025-10-14T22:32:10.9520188Z test_configure_state (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_state) ... ok 2025-10-14T22:32:10.9520696Z test_configure_takefocus (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9521243Z test_configure_text (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_text) ... ok 2025-10-14T22:32:10.9521767Z test_configure_textvariable (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9522473Z test_configure_tristateimage (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_tristateimage) ... ok 2025-10-14T22:32:10.9523037Z test_configure_tristatevalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_tristatevalue) ... ok 2025-10-14T22:32:10.9523583Z test_configure_underline (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9524164Z test_configure_variable (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_variable) ... ok 2025-10-14T22:32:10.9524792Z test_configure_width (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_width) ... ok 2025-10-14T22:32:10.9525392Z test_configure_wraplength (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9525966Z test_keys (test.test_tkinter.test_widgets.CheckbuttonTest.test_keys) ... ok 2025-10-14T22:32:10.9526526Z test_same_name (test.test_tkinter.test_widgets.CheckbuttonTest.test_same_name) ... ok 2025-10-14T22:32:10.9527113Z test_unique_variables (test.test_tkinter.test_widgets.CheckbuttonTest.test_unique_variables) ... ok 2025-10-14T22:32:10.9527686Z test_frame (test.test_tkinter.test_widgets.DefaultRootTest.test_frame) ... ok 2025-10-14T22:32:10.9528254Z test_label (test.test_tkinter.test_widgets.DefaultRootTest.test_label) ... ok 2025-10-14T22:32:10.9528835Z test_configure_background (test.test_tkinter.test_widgets.EntryTest.test_configure_background) ... ok 2025-10-14T22:32:10.9529435Z test_configure_borderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9530007Z test_configure_cursor (test.test_tkinter.test_widgets.EntryTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9530539Z test_configure_disabledbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_disabledbackground) ... ok 2025-10-14T22:32:10.9531085Z test_configure_disabledforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9531619Z test_configure_exportselection (test.test_tkinter.test_widgets.EntryTest.test_configure_exportselection) ... ok 2025-10-14T22:32:10.9532142Z test_configure_font (test.test_tkinter.test_widgets.EntryTest.test_configure_font) ... ok 2025-10-14T22:32:10.9532657Z test_configure_foreground (test.test_tkinter.test_widgets.EntryTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9533270Z test_configure_highlightbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9534017Z test_configure_highlightcolor (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9534663Z test_configure_highlightthickness (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9535289Z test_configure_insertbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_insertbackground) ... ok 2025-10-14T22:32:10.9535920Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:32:10.9536668Z test_configure_insertofftime (test.test_tkinter.test_widgets.EntryTest.test_configure_insertofftime) ... ok 2025-10-14T22:32:10.9537293Z test_configure_insertontime (test.test_tkinter.test_widgets.EntryTest.test_configure_insertontime) ... ok 2025-10-14T22:32:10.9537921Z test_configure_insertwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_insertwidth) ... ok 2025-10-14T22:32:10.9538563Z test_configure_invalidcommand (test.test_tkinter.test_widgets.EntryTest.test_configure_invalidcommand) ... ok 2025-10-14T22:32:10.9539198Z test_configure_justify (test.test_tkinter.test_widgets.EntryTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9539801Z test_configure_placeholder (test.test_tkinter.test_widgets.EntryTest.test_configure_placeholder) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9540491Z test_configure_placeholderforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_placeholderforeground) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9541214Z test_configure_readonlybackground (test.test_tkinter.test_widgets.EntryTest.test_configure_readonlybackground) ... ok 2025-10-14T22:32:10.9541825Z test_configure_relief (test.test_tkinter.test_widgets.EntryTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9542426Z test_configure_selectbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_selectbackground) ... ok 2025-10-14T22:32:10.9543078Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:32:10.9543718Z test_configure_selectforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_selectforeground) ... ok 2025-10-14T22:32:10.9544412Z test_configure_show (test.test_tkinter.test_widgets.EntryTest.test_configure_show) ... ok 2025-10-14T22:32:10.9545104Z test_configure_state (test.test_tkinter.test_widgets.EntryTest.test_configure_state) ... ok 2025-10-14T22:32:10.9545718Z test_configure_takefocus (test.test_tkinter.test_widgets.EntryTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9546256Z test_configure_textvariable (test.test_tkinter.test_widgets.EntryTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9546773Z test_configure_validate (test.test_tkinter.test_widgets.EntryTest.test_configure_validate) ... ok 2025-10-14T22:32:10.9547316Z test_configure_validatecommand (test.test_tkinter.test_widgets.EntryTest.test_configure_validatecommand) ... ok 2025-10-14T22:32:10.9547857Z test_configure_width (test.test_tkinter.test_widgets.EntryTest.test_configure_width) ... ok 2025-10-14T22:32:10.9548369Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.EntryTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:32:10.9548859Z test_keys (test.test_tkinter.test_widgets.EntryTest.test_keys) ... ok 2025-10-14T22:32:10.9549323Z test_selection_methods (test.test_tkinter.test_widgets.EntryTest.test_selection_methods) ... ok 2025-10-14T22:32:10.9549826Z test_configure_background (test.test_tkinter.test_widgets.FrameTest.test_configure_background) ... ok 2025-10-14T22:32:10.9550374Z test_configure_backgroundimage (test.test_tkinter.test_widgets.FrameTest.test_configure_backgroundimage) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9550932Z test_configure_borderwidth (test.test_tkinter.test_widgets.FrameTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9551561Z test_configure_class (test.test_tkinter.test_widgets.FrameTest.test_configure_class) ... ok 2025-10-14T22:32:10.9552086Z test_configure_colormap (test.test_tkinter.test_widgets.FrameTest.test_configure_colormap) ... ok 2025-10-14T22:32:10.9552600Z test_configure_container (test.test_tkinter.test_widgets.FrameTest.test_configure_container) ... ok 2025-10-14T22:32:10.9553091Z test_configure_cursor (test.test_tkinter.test_widgets.FrameTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9553687Z test_configure_height (test.test_tkinter.test_widgets.FrameTest.test_configure_height) ... ok 2025-10-14T22:32:10.9554258Z test_configure_highlightbackground (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9555028Z test_configure_highlightcolor (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9555615Z test_configure_highlightthickness (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9556202Z test_configure_padx (test.test_tkinter.test_widgets.FrameTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9556765Z test_configure_pady (test.test_tkinter.test_widgets.FrameTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9557286Z test_configure_relief (test.test_tkinter.test_widgets.FrameTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9557827Z test_configure_takefocus (test.test_tkinter.test_widgets.FrameTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9558425Z test_configure_tile (test.test_tkinter.test_widgets.FrameTest.test_configure_tile) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9559008Z test_configure_visual (test.test_tkinter.test_widgets.FrameTest.test_configure_visual) ... ok 2025-10-14T22:32:10.9559569Z test_configure_width (test.test_tkinter.test_widgets.FrameTest.test_configure_width) ... ok 2025-10-14T22:32:10.9560088Z test_keys (test.test_tkinter.test_widgets.FrameTest.test_keys) ... ok 2025-10-14T22:32:10.9560645Z test_configure_background (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_background) ... ok 2025-10-14T22:32:10.9561204Z test_configure_borderwidth (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9561755Z test_configure_class (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_class) ... ok 2025-10-14T22:32:10.9562329Z test_configure_colormap (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_colormap) ... ok 2025-10-14T22:32:10.9562951Z test_configure_container (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_container) ... ok 2025-10-14T22:32:10.9563567Z test_configure_cursor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9564705Z test_configure_font (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_font) ... ok 2025-10-14T22:32:10.9565441Z test_configure_foreground (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9566150Z test_configure_height (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_height) ... ok 2025-10-14T22:32:10.9566785Z test_configure_highlightbackground (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9567469Z test_configure_highlightcolor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9568137Z test_configure_highlightthickness (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9568710Z test_configure_labelanchor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_labelanchor) ... ok 2025-10-14T22:32:10.9569321Z test_configure_labelwidget (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_labelwidget) ... ok 2025-10-14T22:32:10.9569941Z test_configure_padx (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9570660Z test_configure_pady (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9571246Z test_configure_relief (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9571820Z test_configure_takefocus (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9572413Z test_configure_text (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_text) ... ok 2025-10-14T22:32:10.9573026Z test_configure_visual (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_visual) ... ok 2025-10-14T22:32:10.9573765Z test_configure_width (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_width) ... ok 2025-10-14T22:32:10.9574353Z test_keys (test.test_tkinter.test_widgets.LabelFrameTest.test_keys) ... ok 2025-10-14T22:32:10.9574935Z test_configure_activebackground (test.test_tkinter.test_widgets.LabelTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9575582Z test_configure_activeforeground (test.test_tkinter.test_widgets.LabelTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9576117Z test_configure_anchor (test.test_tkinter.test_widgets.LabelTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9576637Z test_configure_background (test.test_tkinter.test_widgets.LabelTest.test_configure_background) ... ok 2025-10-14T22:32:10.9577219Z test_configure_bitmap (test.test_tkinter.test_widgets.LabelTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9577909Z test_configure_borderwidth (test.test_tkinter.test_widgets.LabelTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9578532Z test_configure_compound (test.test_tkinter.test_widgets.LabelTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9579122Z test_configure_cursor (test.test_tkinter.test_widgets.LabelTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9579732Z test_configure_disabledforeground (test.test_tkinter.test_widgets.LabelTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9580344Z test_configure_font (test.test_tkinter.test_widgets.LabelTest.test_configure_font) ... ok 2025-10-14T22:32:10.9580957Z test_configure_foreground (test.test_tkinter.test_widgets.LabelTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9581566Z test_configure_height (test.test_tkinter.test_widgets.LabelTest.test_configure_height) ... ok 2025-10-14T22:32:10.9582180Z test_configure_highlightbackground (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9582832Z test_configure_highlightcolor (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9583497Z test_configure_highlightthickness (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9584031Z test_configure_image (test.test_tkinter.test_widgets.LabelTest.test_configure_image) ... ok 2025-10-14T22:32:10.9584535Z test_configure_justify (test.test_tkinter.test_widgets.LabelTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9585091Z test_configure_padx (test.test_tkinter.test_widgets.LabelTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9585633Z test_configure_pady (test.test_tkinter.test_widgets.LabelTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9586186Z test_configure_relief (test.test_tkinter.test_widgets.LabelTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9586754Z test_configure_state (test.test_tkinter.test_widgets.LabelTest.test_configure_state) ... ok 2025-10-14T22:32:10.9587368Z test_configure_takefocus (test.test_tkinter.test_widgets.LabelTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9587963Z test_configure_text (test.test_tkinter.test_widgets.LabelTest.test_configure_text) ... ok 2025-10-14T22:32:10.9588648Z test_configure_textvariable (test.test_tkinter.test_widgets.LabelTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9589288Z test_configure_underline (test.test_tkinter.test_widgets.LabelTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9590006Z test_configure_width (test.test_tkinter.test_widgets.LabelTest.test_configure_width) ... ok 2025-10-14T22:32:10.9590600Z test_configure_wraplength (test.test_tkinter.test_widgets.LabelTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9591083Z test_keys (test.test_tkinter.test_widgets.LabelTest.test_keys) ... ok 2025-10-14T22:32:10.9591516Z test_box (test.test_tkinter.test_widgets.ListboxTest.test_box) ... ok 2025-10-14T22:32:10.9592013Z test_configure_activestyle (test.test_tkinter.test_widgets.ListboxTest.test_configure_activestyle) ... ok 2025-10-14T22:32:10.9592540Z test_configure_background (test.test_tkinter.test_widgets.ListboxTest.test_configure_background) ... ok 2025-10-14T22:32:10.9593225Z test_configure_borderwidth (test.test_tkinter.test_widgets.ListboxTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9593849Z test_configure_cursor (test.test_tkinter.test_widgets.ListboxTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9594473Z test_configure_disabledforeground (test.test_tkinter.test_widgets.ListboxTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9595135Z test_configure_exportselection (test.test_tkinter.test_widgets.ListboxTest.test_configure_exportselection) ... ok 2025-10-14T22:32:10.9595746Z test_configure_font (test.test_tkinter.test_widgets.ListboxTest.test_configure_font) ... ok 2025-10-14T22:32:10.9596361Z test_configure_foreground (test.test_tkinter.test_widgets.ListboxTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9596986Z test_configure_height (test.test_tkinter.test_widgets.ListboxTest.test_configure_height) ... ok 2025-10-14T22:32:10.9597589Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9598155Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9598747Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9599303Z test_configure_justify (test.test_tkinter.test_widgets.ListboxTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9599917Z test_configure_listvariable (test.test_tkinter.test_widgets.ListboxTest.test_configure_listvariable) ... ok 2025-10-14T22:32:10.9600475Z test_configure_relief (test.test_tkinter.test_widgets.ListboxTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9601016Z test_configure_selectbackground (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectbackground) ... ok 2025-10-14T22:32:10.9601603Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:32:10.9602220Z test_configure_selectforeground (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectforeground) ... ok 2025-10-14T22:32:10.9602854Z test_configure_selectmode (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectmode) ... ok 2025-10-14T22:32:10.9603473Z test_configure_setgrid (test.test_tkinter.test_widgets.ListboxTest.test_configure_setgrid) ... ok 2025-10-14T22:32:10.9604077Z test_configure_state (test.test_tkinter.test_widgets.ListboxTest.test_configure_state) ... ok 2025-10-14T22:32:10.9604674Z test_configure_takefocus (test.test_tkinter.test_widgets.ListboxTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9605287Z test_configure_width (test.test_tkinter.test_widgets.ListboxTest.test_configure_width) ... ok 2025-10-14T22:32:10.9605909Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.ListboxTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:32:10.9606535Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.ListboxTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:32:10.9607107Z test_curselection (test.test_tkinter.test_widgets.ListboxTest.test_curselection) ... ok 2025-10-14T22:32:10.9607608Z test_get (test.test_tkinter.test_widgets.ListboxTest.test_get) ... ok 2025-10-14T22:32:10.9608241Z test_itemconfigure (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure) ... ok 2025-10-14T22:32:10.9608813Z test_itemconfigure_background (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_background) ... ok 2025-10-14T22:32:10.9609378Z test_itemconfigure_bg (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_bg) ... ok 2025-10-14T22:32:10.9609912Z test_itemconfigure_fg (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_fg) ... ok 2025-10-14T22:32:10.9610561Z test_itemconfigure_foreground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_foreground) ... ok 2025-10-14T22:32:10.9611303Z test_itemconfigure_selectbackground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_selectbackground) ... ok 2025-10-14T22:32:10.9611931Z test_itemconfigure_selectforeground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_selectforeground) ... ok 2025-10-14T22:32:10.9612532Z test_keys (test.test_tkinter.test_widgets.ListboxTest.test_keys) ... ok 2025-10-14T22:32:10.9613114Z test_configure_activebackground (test.test_tkinter.test_widgets.MenuTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9613739Z test_configure_activeborderwidth (test.test_tkinter.test_widgets.MenuTest.test_configure_activeborderwidth) ... ok 2025-10-14T22:32:10.9614379Z test_configure_activeforeground (test.test_tkinter.test_widgets.MenuTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9615037Z test_configure_activerelief (test.test_tkinter.test_widgets.MenuTest.test_configure_activerelief) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9615713Z test_configure_background (test.test_tkinter.test_widgets.MenuTest.test_configure_background) ... ok 2025-10-14T22:32:10.9616330Z test_configure_borderwidth (test.test_tkinter.test_widgets.MenuTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9616934Z test_configure_cursor (test.test_tkinter.test_widgets.MenuTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9617550Z test_configure_disabledforeground (test.test_tkinter.test_widgets.MenuTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9618085Z test_configure_font (test.test_tkinter.test_widgets.MenuTest.test_configure_font) ... ok 2025-10-14T22:32:10.9618599Z test_configure_foreground (test.test_tkinter.test_widgets.MenuTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9619120Z test_configure_postcommand (test.test_tkinter.test_widgets.MenuTest.test_configure_postcommand) ... ok 2025-10-14T22:32:10.9619630Z test_configure_relief (test.test_tkinter.test_widgets.MenuTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9620206Z test_configure_selectcolor (test.test_tkinter.test_widgets.MenuTest.test_configure_selectcolor) ... ok 2025-10-14T22:32:10.9620829Z test_configure_takefocus (test.test_tkinter.test_widgets.MenuTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9621493Z test_configure_tearoff (test.test_tkinter.test_widgets.MenuTest.test_configure_tearoff) ... ok 2025-10-14T22:32:10.9622141Z test_configure_tearoffcommand (test.test_tkinter.test_widgets.MenuTest.test_configure_tearoffcommand) ... ok 2025-10-14T22:32:10.9622759Z test_configure_title (test.test_tkinter.test_widgets.MenuTest.test_configure_title) ... ok 2025-10-14T22:32:10.9623353Z test_configure_type (test.test_tkinter.test_widgets.MenuTest.test_configure_type) ... ok 2025-10-14T22:32:10.9624060Z test_entryconfigure (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure) ... ok 2025-10-14T22:32:10.9624732Z test_entryconfigure_label (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure_label) ... ok 2025-10-14T22:32:10.9625373Z test_entryconfigure_variable (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure_variable) ... ok 2025-10-14T22:32:10.9625925Z test_indexcommand_none (test.test_tkinter.test_widgets.MenuTest.test_indexcommand_none) ... ok 2025-10-14T22:32:10.9626421Z test_keys (test.test_tkinter.test_widgets.MenuTest.test_keys) ... ok 2025-10-14T22:32:10.9627909Z test_configure_activebackground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9628570Z test_configure_activeforeground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9629146Z test_configure_anchor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9629703Z test_configure_background (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_background) ... ok 2025-10-14T22:32:10.9630257Z test_configure_bitmap (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9631544Z test_configure_borderwidth (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9632143Z test_configure_compound (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9632719Z test_configure_cursor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9633318Z test_configure_direction (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_direction) ... ok 2025-10-14T22:32:10.9633931Z test_configure_disabledforeground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9634608Z test_configure_font (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_font) ... ok 2025-10-14T22:32:10.9635205Z test_configure_foreground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9635774Z test_configure_height (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_height) ... ok 2025-10-14T22:32:10.9636362Z test_configure_highlightbackground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9636954Z test_configure_highlightcolor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9637515Z test_configure_highlightthickness (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9638055Z test_configure_image (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_image) ... ok 2025-10-14T22:32:10.9638577Z test_configure_indicatoron (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:32:10.9639082Z test_configure_justify (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9639608Z test_configure_menu (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_menu) ... ok 2025-10-14T22:32:10.9640169Z test_configure_padx (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9640756Z test_configure_pady (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9641352Z test_configure_relief (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9641937Z test_configure_state (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_state) ... ok 2025-10-14T22:32:10.9642537Z test_configure_takefocus (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9643149Z test_configure_text (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_text) ... ok 2025-10-14T22:32:10.9643754Z test_configure_textvariable (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9644404Z test_configure_underline (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9645193Z test_configure_width (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_width) ... ok 2025-10-14T22:32:10.9645766Z test_configure_wraplength (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9646391Z test_keys (test.test_tkinter.test_widgets.MenubuttonTest.test_keys) ... ok 2025-10-14T22:32:10.9646874Z test_configure_anchor (test.test_tkinter.test_widgets.MessageTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9647380Z test_configure_aspect (test.test_tkinter.test_widgets.MessageTest.test_configure_aspect) ... ok 2025-10-14T22:32:10.9647941Z test_configure_background (test.test_tkinter.test_widgets.MessageTest.test_configure_background) ... ok 2025-10-14T22:32:10.9648490Z test_configure_borderwidth (test.test_tkinter.test_widgets.MessageTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9649154Z test_configure_cursor (test.test_tkinter.test_widgets.MessageTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9649820Z test_configure_font (test.test_tkinter.test_widgets.MessageTest.test_configure_font) ... ok 2025-10-14T22:32:10.9650370Z test_configure_foreground (test.test_tkinter.test_widgets.MessageTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9650989Z test_configure_highlightbackground (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9651620Z test_configure_highlightcolor (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9652187Z test_configure_highlightthickness (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9652722Z test_configure_justify (test.test_tkinter.test_widgets.MessageTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9653227Z test_configure_padx (test.test_tkinter.test_widgets.MessageTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9653749Z test_configure_pady (test.test_tkinter.test_widgets.MessageTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9654297Z test_configure_relief (test.test_tkinter.test_widgets.MessageTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9654826Z test_configure_takefocus (test.test_tkinter.test_widgets.MessageTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9655494Z test_configure_text (test.test_tkinter.test_widgets.MessageTest.test_configure_text) ... ok 2025-10-14T22:32:10.9656108Z test_configure_textvariable (test.test_tkinter.test_widgets.MessageTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9656696Z test_configure_width (test.test_tkinter.test_widgets.MessageTest.test_configure_width) ... ok 2025-10-14T22:32:10.9657220Z test_keys (test.test_tkinter.test_widgets.MessageTest.test_keys) ... ok 2025-10-14T22:32:10.9657746Z test_bad_kwarg (test.test_tkinter.test_widgets.OptionMenuTest.test_bad_kwarg) ... ok 2025-10-14T22:32:10.9658332Z test_configure_activebackground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9658970Z test_configure_activeforeground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9659583Z test_configure_anchor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9660188Z test_configure_background (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_background) ... ok 2025-10-14T22:32:10.9660779Z test_configure_bitmap (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9661375Z test_configure_borderwidth (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9661969Z test_configure_compound (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9662543Z test_configure_cursor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9663135Z test_configure_direction (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_direction) ... ok 2025-10-14T22:32:10.9663763Z test_configure_disabledforeground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9664342Z test_configure_font (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_font) ... ok 2025-10-14T22:32:10.9665062Z test_configure_foreground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9665617Z test_configure_height (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_height) ... ok 2025-10-14T22:32:10.9666208Z test_configure_highlightbackground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9666901Z test_configure_highlightcolor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9667536Z test_configure_highlightthickness (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9668288Z test_configure_image (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_image) ... ok 2025-10-14T22:32:10.9668848Z test_configure_indicatoron (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_indicatoron) ... ok 2025-10-14T22:32:10.9669403Z test_configure_justify (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9669978Z test_configure_menu (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_menu) ... ok 2025-10-14T22:32:10.9670494Z test_configure_padx (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9671005Z test_configure_pady (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9671535Z test_configure_relief (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9672106Z test_configure_state (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_state) ... ok 2025-10-14T22:32:10.9672679Z test_configure_takefocus (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9673252Z test_configure_text (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_text) ... ok 2025-10-14T22:32:10.9673816Z test_configure_textvariable (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9674399Z test_configure_underline (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9674950Z test_configure_width (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_width) ... ok 2025-10-14T22:32:10.9675504Z test_configure_wraplength (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9676054Z test_keys (test.test_tkinter.test_widgets.OptionMenuTest.test_keys) ... ok 2025-10-14T22:32:10.9676597Z test_specify_name (test.test_tkinter.test_widgets.OptionMenuTest.test_specify_name) ... ok 2025-10-14T22:32:10.9677294Z test_configure_background (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_background) ... ok 2025-10-14T22:32:10.9677916Z test_configure_borderwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9678548Z test_configure_cursor (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9679175Z test_configure_handlepad (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_handlepad) ... ok 2025-10-14T22:32:10.9679787Z test_configure_handlesize (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_handlesize) ... ok 2025-10-14T22:32:10.9680427Z test_configure_height (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_height) ... ok 2025-10-14T22:32:10.9681070Z test_configure_opaqueresize (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_opaqueresize) ... ok 2025-10-14T22:32:10.9681717Z test_configure_orient (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_orient) ... ok 2025-10-14T22:32:10.9682459Z test_configure_proxybackground (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxybackground) ... ok 2025-10-14T22:32:10.9683217Z test_configure_proxyborderwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxyborderwidth) ... ok 2025-10-14T22:32:10.9683967Z test_configure_proxyrelief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxyrelief) ... ok 2025-10-14T22:32:10.9684490Z test_configure_relief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9684992Z test_configure_sashcursor (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashcursor) ... ok 2025-10-14T22:32:10.9685508Z test_configure_sashpad (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashpad) ... ok 2025-10-14T22:32:10.9686145Z test_configure_sashrelief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashrelief) ... ok 2025-10-14T22:32:10.9686681Z test_configure_sashwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashwidth) ... ok 2025-10-14T22:32:10.9687200Z test_configure_showhandle (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_showhandle) ... ok 2025-10-14T22:32:10.9687716Z test_configure_width (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_width) ... ok 2025-10-14T22:32:10.9688248Z test_keys (test.test_tkinter.test_widgets.PanedWindowTest.test_keys) ... ok 2025-10-14T22:32:10.9688736Z test_paneconfigure (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure) ... ok 2025-10-14T22:32:10.9689265Z test_paneconfigure_after (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_after) ... ok 2025-10-14T22:32:10.9689828Z test_paneconfigure_before (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_before) ... ok 2025-10-14T22:32:10.9690448Z test_paneconfigure_height (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_height) ... ok 2025-10-14T22:32:10.9691067Z test_paneconfigure_hide (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_hide) ... ok 2025-10-14T22:32:10.9691708Z test_paneconfigure_minsize (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_minsize) ... ok 2025-10-14T22:32:10.9692339Z test_paneconfigure_padx (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_padx) ... ok 2025-10-14T22:32:10.9692952Z test_paneconfigure_pady (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_pady) ... ok 2025-10-14T22:32:10.9693567Z test_paneconfigure_sticky (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_sticky) ... ok 2025-10-14T22:32:10.9694187Z test_paneconfigure_stretch (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_stretch) ... ok 2025-10-14T22:32:10.9694820Z test_paneconfigure_width (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_width) ... ok 2025-10-14T22:32:10.9695484Z test_configure_activebackground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9696070Z test_configure_activeforeground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:32:10.9696615Z test_configure_anchor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_anchor) ... ok 2025-10-14T22:32:10.9697132Z test_configure_background (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_background) ... ok 2025-10-14T22:32:10.9697648Z test_configure_bitmap (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:32:10.9698181Z test_configure_borderwidth (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9698699Z test_configure_command (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_command) ... ok 2025-10-14T22:32:10.9699291Z test_configure_compound (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_compound) ... ok 2025-10-14T22:32:10.9699811Z test_configure_cursor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9700351Z test_configure_disabledforeground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9701108Z test_configure_font (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_font) ... ok 2025-10-14T22:32:10.9701726Z test_configure_foreground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9702327Z test_configure_height (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_height) ... ok 2025-10-14T22:32:10.9702962Z test_configure_highlightbackground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9703751Z test_configure_highlightcolor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9704440Z test_configure_highlightthickness (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9705114Z test_configure_image (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_image) ... ok 2025-10-14T22:32:10.9705756Z test_configure_indicatoron (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:32:10.9706370Z test_configure_justify (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9706891Z test_configure_offrelief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_offrelief) ... ok 2025-10-14T22:32:10.9707474Z test_configure_overrelief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_overrelief) ... ok 2025-10-14T22:32:10.9708055Z test_configure_padx (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9708589Z test_configure_pady (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9709110Z test_configure_relief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9709648Z test_configure_selectcolor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_selectcolor) ... ok 2025-10-14T22:32:10.9710268Z test_configure_selectimage (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_selectimage) ... ok 2025-10-14T22:32:10.9710822Z test_configure_state (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_state) ... ok 2025-10-14T22:32:10.9711359Z test_configure_takefocus (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9711887Z test_configure_text (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_text) ... ok 2025-10-14T22:32:10.9712427Z test_configure_textvariable (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9712980Z test_configure_tristateimage (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_tristateimage) ... ok 2025-10-14T22:32:10.9713555Z test_configure_tristatevalue (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_tristatevalue) ... ok 2025-10-14T22:32:10.9714120Z test_configure_underline (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_underline) ... ok 2025-10-14T22:32:10.9714676Z test_configure_value (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_value) ... ok 2025-10-14T22:32:10.9715224Z test_configure_variable (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_variable) ... ok 2025-10-14T22:32:10.9715765Z test_configure_width (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_width) ... ok 2025-10-14T22:32:10.9716320Z test_configure_wraplength (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:32:10.9716855Z test_keys (test.test_tkinter.test_widgets.RadiobuttonTest.test_keys) ... ok 2025-10-14T22:32:10.9717401Z test_configure_activebackground (test.test_tkinter.test_widgets.ScaleTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9717983Z test_configure_background (test.test_tkinter.test_widgets.ScaleTest.test_configure_background) ... ok 2025-10-14T22:32:10.9718696Z test_configure_bigincrement (test.test_tkinter.test_widgets.ScaleTest.test_configure_bigincrement) ... ok 2025-10-14T22:32:10.9719275Z test_configure_borderwidth (test.test_tkinter.test_widgets.ScaleTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9719865Z test_configure_command (test.test_tkinter.test_widgets.ScaleTest.test_configure_command) ... ok 2025-10-14T22:32:10.9721222Z test_configure_cursor (test.test_tkinter.test_widgets.ScaleTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9721884Z test_configure_digits (test.test_tkinter.test_widgets.ScaleTest.test_configure_digits) ... ok 2025-10-14T22:32:10.9722609Z test_configure_font (test.test_tkinter.test_widgets.ScaleTest.test_configure_font) ... ok 2025-10-14T22:32:10.9723208Z test_configure_foreground (test.test_tkinter.test_widgets.ScaleTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9723841Z test_configure_from (test.test_tkinter.test_widgets.ScaleTest.test_configure_from) ... ok 2025-10-14T22:32:10.9724473Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9725122Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9725767Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9726341Z test_configure_label (test.test_tkinter.test_widgets.ScaleTest.test_configure_label) ... ok 2025-10-14T22:32:10.9726948Z test_configure_length (test.test_tkinter.test_widgets.ScaleTest.test_configure_length) ... ok 2025-10-14T22:32:10.9727588Z test_configure_orient (test.test_tkinter.test_widgets.ScaleTest.test_configure_orient) ... ok 2025-10-14T22:32:10.9728180Z test_configure_relief (test.test_tkinter.test_widgets.ScaleTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9728753Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ScaleTest.test_configure_repeatdelay) ... ok 2025-10-14T22:32:10.9729367Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ScaleTest.test_configure_repeatinterval) ... ok 2025-10-14T22:32:10.9729985Z test_configure_resolution (test.test_tkinter.test_widgets.ScaleTest.test_configure_resolution) ... ok 2025-10-14T22:32:10.9730612Z test_configure_showvalue (test.test_tkinter.test_widgets.ScaleTest.test_configure_showvalue) ... ok 2025-10-14T22:32:10.9731244Z test_configure_sliderlength (test.test_tkinter.test_widgets.ScaleTest.test_configure_sliderlength) ... ok 2025-10-14T22:32:10.9731837Z test_configure_sliderrelief (test.test_tkinter.test_widgets.ScaleTest.test_configure_sliderrelief) ... ok 2025-10-14T22:32:10.9732491Z test_configure_state (test.test_tkinter.test_widgets.ScaleTest.test_configure_state) ... ok 2025-10-14T22:32:10.9733050Z test_configure_takefocus (test.test_tkinter.test_widgets.ScaleTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9733684Z test_configure_tickinterval (test.test_tkinter.test_widgets.ScaleTest.test_configure_tickinterval) ... ok 2025-10-14T22:32:10.9734255Z test_configure_to (test.test_tkinter.test_widgets.ScaleTest.test_configure_to) ... ok 2025-10-14T22:32:10.9734849Z test_configure_troughcolor (test.test_tkinter.test_widgets.ScaleTest.test_configure_troughcolor) ... ok 2025-10-14T22:32:10.9735445Z test_configure_variable (test.test_tkinter.test_widgets.ScaleTest.test_configure_variable) ... ok 2025-10-14T22:32:10.9736033Z test_configure_width (test.test_tkinter.test_widgets.ScaleTest.test_configure_width) ... ok 2025-10-14T22:32:10.9736589Z test_keys (test.test_tkinter.test_widgets.ScaleTest.test_keys) ... ok 2025-10-14T22:32:10.9737154Z test_activate (test.test_tkinter.test_widgets.ScrollbarTest.test_activate) ... ok 2025-10-14T22:32:10.9737756Z test_configure_activebackground (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9738369Z test_configure_activerelief (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_activerelief) ... ok 2025-10-14T22:32:10.9739042Z test_configure_background (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_background) ... ok 2025-10-14T22:32:10.9739565Z test_configure_borderwidth (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9740112Z test_configure_command (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_command) ... ok 2025-10-14T22:32:10.9740699Z test_configure_cursor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9741331Z test_configure_elementborderwidth (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_elementborderwidth) ... ok 2025-10-14T22:32:10.9742105Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9742750Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9743436Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9744153Z test_configure_jump (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_jump) ... ok 2025-10-14T22:32:10.9744985Z test_configure_orient (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_orient) ... ok 2025-10-14T22:32:10.9745588Z test_configure_relief (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9746162Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_repeatdelay) ... ok 2025-10-14T22:32:10.9746774Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_repeatinterval) ... ok 2025-10-14T22:32:10.9747305Z test_configure_takefocus (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9747826Z test_configure_troughcolor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_troughcolor) ... ok 2025-10-14T22:32:10.9748336Z test_configure_width (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_width) ... ok 2025-10-14T22:32:10.9748807Z test_keys (test.test_tkinter.test_widgets.ScrollbarTest.test_keys) ... ok 2025-10-14T22:32:10.9749254Z test_set (test.test_tkinter.test_widgets.ScrollbarTest.test_set) ... ok 2025-10-14T22:32:10.9749838Z test_bbox (test.test_tkinter.test_widgets.SpinboxTest.test_bbox) ... ok 2025-10-14T22:32:10.9750423Z test_configure_activebackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_activebackground) ... ok 2025-10-14T22:32:10.9751049Z test_configure_background (test.test_tkinter.test_widgets.SpinboxTest.test_configure_background) ... ok 2025-10-14T22:32:10.9751670Z test_configure_borderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9752293Z test_configure_buttonbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttonbackground) ... ok 2025-10-14T22:32:10.9752942Z test_configure_buttoncursor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttoncursor) ... ok 2025-10-14T22:32:10.9753599Z test_configure_buttondownrelief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttondownrelief) ... ok 2025-10-14T22:32:10.9754250Z test_configure_buttonuprelief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttonuprelief) ... ok 2025-10-14T22:32:10.9754953Z test_configure_command (test.test_tkinter.test_widgets.SpinboxTest.test_configure_command) ... ok 2025-10-14T22:32:10.9755512Z test_configure_cursor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9756073Z test_configure_disabledbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_disabledbackground) ... ok 2025-10-14T22:32:10.9756754Z test_configure_disabledforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_disabledforeground) ... ok 2025-10-14T22:32:10.9757462Z test_configure_exportselection (test.test_tkinter.test_widgets.SpinboxTest.test_configure_exportselection) ... ok 2025-10-14T22:32:10.9758024Z test_configure_font (test.test_tkinter.test_widgets.SpinboxTest.test_configure_font) ... ok 2025-10-14T22:32:10.9758559Z test_configure_foreground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9759110Z test_configure_format (test.test_tkinter.test_widgets.SpinboxTest.test_configure_format) ... ok 2025-10-14T22:32:10.9759648Z test_configure_from (test.test_tkinter.test_widgets.SpinboxTest.test_configure_from) ... ok 2025-10-14T22:32:10.9760375Z test_configure_highlightbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9760955Z test_configure_highlightcolor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9761549Z test_configure_highlightthickness (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9762084Z test_configure_increment (test.test_tkinter.test_widgets.SpinboxTest.test_configure_increment) ... ok 2025-10-14T22:32:10.9762623Z test_configure_insertbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertbackground) ... ok 2025-10-14T22:32:10.9763145Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:32:10.9763679Z test_configure_insertofftime (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertofftime) ... ok 2025-10-14T22:32:10.9764220Z test_configure_insertontime (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertontime) ... ok 2025-10-14T22:32:10.9764753Z test_configure_insertwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertwidth) ... ok 2025-10-14T22:32:10.9765392Z test_configure_invalidcommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_invalidcommand) ... ok 2025-10-14T22:32:10.9765953Z test_configure_justify (test.test_tkinter.test_widgets.SpinboxTest.test_configure_justify) ... ok 2025-10-14T22:32:10.9766523Z test_configure_placeholder (test.test_tkinter.test_widgets.SpinboxTest.test_configure_placeholder) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9767176Z test_configure_placeholderforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_placeholderforeground) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9767814Z test_configure_readonlybackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_readonlybackground) ... ok 2025-10-14T22:32:10.9768376Z test_configure_relief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9768890Z test_configure_repeatdelay (test.test_tkinter.test_widgets.SpinboxTest.test_configure_repeatdelay) ... ok 2025-10-14T22:32:10.9769428Z test_configure_repeatinterval (test.test_tkinter.test_widgets.SpinboxTest.test_configure_repeatinterval) ... ok 2025-10-14T22:32:10.9770051Z test_configure_selectbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectbackground) ... ok 2025-10-14T22:32:10.9770626Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:32:10.9771192Z test_configure_selectforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectforeground) ... ok 2025-10-14T22:32:10.9771756Z test_configure_state (test.test_tkinter.test_widgets.SpinboxTest.test_configure_state) ... ok 2025-10-14T22:32:10.9772312Z test_configure_takefocus (test.test_tkinter.test_widgets.SpinboxTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9772864Z test_configure_textvariable (test.test_tkinter.test_widgets.SpinboxTest.test_configure_textvariable) ... ok 2025-10-14T22:32:10.9773416Z test_configure_to (test.test_tkinter.test_widgets.SpinboxTest.test_configure_to) ... ok 2025-10-14T22:32:10.9774105Z test_configure_validate (test.test_tkinter.test_widgets.SpinboxTest.test_configure_validate) ... ok 2025-10-14T22:32:10.9774680Z test_configure_validatecommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_validatecommand) ... ok 2025-10-14T22:32:10.9775213Z test_configure_values (test.test_tkinter.test_widgets.SpinboxTest.test_configure_values) ... ok 2025-10-14T22:32:10.9775800Z test_configure_width (test.test_tkinter.test_widgets.SpinboxTest.test_configure_width) ... ok 2025-10-14T22:32:10.9776302Z test_configure_wrap (test.test_tkinter.test_widgets.SpinboxTest.test_configure_wrap) ... ok 2025-10-14T22:32:10.9776948Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:32:10.9777498Z test_keys (test.test_tkinter.test_widgets.SpinboxTest.test_keys) ... ok 2025-10-14T22:32:10.9778009Z test_selection_element (test.test_tkinter.test_widgets.SpinboxTest.test_selection_element) ... ok 2025-10-14T22:32:10.9778566Z test_selection_methods (test.test_tkinter.test_widgets.SpinboxTest.test_selection_methods) ... ok 2025-10-14T22:32:10.9779081Z test_bbox (test.test_tkinter.test_widgets.TextTest.test_bbox) ... ok 2025-10-14T22:32:10.9779587Z test_configure_autoseparators (test.test_tkinter.test_widgets.TextTest.test_configure_autoseparators) ... ok 2025-10-14T22:32:10.9780175Z test_configure_background (test.test_tkinter.test_widgets.TextTest.test_configure_background) ... ok 2025-10-14T22:32:10.9780757Z test_configure_blockcursor (test.test_tkinter.test_widgets.TextTest.test_configure_blockcursor) ... ok 2025-10-14T22:32:10.9781337Z test_configure_borderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9781942Z test_configure_cursor (test.test_tkinter.test_widgets.TextTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9782539Z test_configure_endline (test.test_tkinter.test_widgets.TextTest.test_configure_endline) ... ok 2025-10-14T22:32:10.9783184Z test_configure_exportselection (test.test_tkinter.test_widgets.TextTest.test_configure_exportselection) ... ok 2025-10-14T22:32:10.9783717Z test_configure_font (test.test_tkinter.test_widgets.TextTest.test_configure_font) ... ok 2025-10-14T22:32:10.9784225Z test_configure_foreground (test.test_tkinter.test_widgets.TextTest.test_configure_foreground) ... ok 2025-10-14T22:32:10.9784717Z test_configure_height (test.test_tkinter.test_widgets.TextTest.test_configure_height) ... ok 2025-10-14T22:32:10.9785234Z test_configure_highlightbackground (test.test_tkinter.test_widgets.TextTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9785881Z test_configure_highlightcolor (test.test_tkinter.test_widgets.TextTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9786486Z test_configure_highlightthickness (test.test_tkinter.test_widgets.TextTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9787068Z test_configure_inactiveselectbackground (test.test_tkinter.test_widgets.TextTest.test_configure_inactiveselectbackground) ... ok 2025-10-14T22:32:10.9787647Z test_configure_insertbackground (test.test_tkinter.test_widgets.TextTest.test_configure_insertbackground) ... ok 2025-10-14T22:32:10.9788227Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:32:10.9788791Z test_configure_insertofftime (test.test_tkinter.test_widgets.TextTest.test_configure_insertofftime) ... ok 2025-10-14T22:32:10.9789333Z test_configure_insertontime (test.test_tkinter.test_widgets.TextTest.test_configure_insertontime) ... ok 2025-10-14T22:32:10.9789872Z test_configure_insertunfocussed (test.test_tkinter.test_widgets.TextTest.test_configure_insertunfocussed) ... ok 2025-10-14T22:32:10.9790415Z test_configure_insertwidth (test.test_tkinter.test_widgets.TextTest.test_configure_insertwidth) ... ok 2025-10-14T22:32:10.9790949Z test_configure_maxundo (test.test_tkinter.test_widgets.TextTest.test_configure_maxundo) ... ok 2025-10-14T22:32:10.9791627Z test_configure_padx (test.test_tkinter.test_widgets.TextTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9792176Z test_configure_pady (test.test_tkinter.test_widgets.TextTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9792719Z test_configure_relief (test.test_tkinter.test_widgets.TextTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9793267Z test_configure_selectbackground (test.test_tkinter.test_widgets.TextTest.test_configure_selectbackground) ... ok 2025-10-14T22:32:10.9793849Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:32:10.9794565Z test_configure_selectforeground (test.test_tkinter.test_widgets.TextTest.test_configure_selectforeground) ... ok 2025-10-14T22:32:10.9795137Z test_configure_setgrid (test.test_tkinter.test_widgets.TextTest.test_configure_setgrid) ... ok 2025-10-14T22:32:10.9795679Z test_configure_spacing1 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing1) ... ok 2025-10-14T22:32:10.9796236Z test_configure_spacing2 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing2) ... ok 2025-10-14T22:32:10.9796854Z test_configure_spacing3 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing3) ... ok 2025-10-14T22:32:10.9797386Z test_configure_startline (test.test_tkinter.test_widgets.TextTest.test_configure_startline) ... ok 2025-10-14T22:32:10.9797916Z test_configure_state (test.test_tkinter.test_widgets.TextTest.test_configure_state) ... ok 2025-10-14T22:32:10.9798431Z test_configure_tabs (test.test_tkinter.test_widgets.TextTest.test_configure_tabs) ... ok 2025-10-14T22:32:10.9798977Z test_configure_tabstyle (test.test_tkinter.test_widgets.TextTest.test_configure_tabstyle) ... ok 2025-10-14T22:32:10.9799511Z test_configure_takefocus (test.test_tkinter.test_widgets.TextTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9800049Z test_configure_undo (test.test_tkinter.test_widgets.TextTest.test_configure_undo) ... ok 2025-10-14T22:32:10.9800558Z test_configure_width (test.test_tkinter.test_widgets.TextTest.test_configure_width) ... ok 2025-10-14T22:32:10.9801101Z test_configure_wrap (test.test_tkinter.test_widgets.TextTest.test_configure_wrap) ... ok 2025-10-14T22:32:10.9801644Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.TextTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:32:10.9802224Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.TextTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:32:10.9802757Z test_keys (test.test_tkinter.test_widgets.TextTest.test_keys) ... ok 2025-10-14T22:32:10.9803284Z test_configure_background (test.test_tkinter.test_widgets.ToplevelTest.test_configure_background) ... ok 2025-10-14T22:32:10.9803919Z test_configure_backgroundimage (test.test_tkinter.test_widgets.ToplevelTest.test_configure_backgroundimage) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9804538Z test_configure_borderwidth (test.test_tkinter.test_widgets.ToplevelTest.test_configure_borderwidth) ... ok 2025-10-14T22:32:10.9805100Z test_configure_class (test.test_tkinter.test_widgets.ToplevelTest.test_configure_class) ... ok 2025-10-14T22:32:10.9805599Z test_configure_colormap (test.test_tkinter.test_widgets.ToplevelTest.test_configure_colormap) ... ok 2025-10-14T22:32:10.9806144Z test_configure_container (test.test_tkinter.test_widgets.ToplevelTest.test_configure_container) ... ok 2025-10-14T22:32:10.9806749Z test_configure_cursor (test.test_tkinter.test_widgets.ToplevelTest.test_configure_cursor) ... ok 2025-10-14T22:32:10.9807284Z test_configure_height (test.test_tkinter.test_widgets.ToplevelTest.test_configure_height) ... ok 2025-10-14T22:32:10.9807887Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightbackground) ... ok 2025-10-14T22:32:10.9808487Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightcolor) ... ok 2025-10-14T22:32:10.9809327Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightthickness) ... ok 2025-10-14T22:32:10.9809909Z test_configure_menu (test.test_tkinter.test_widgets.ToplevelTest.test_configure_menu) ... ok 2025-10-14T22:32:10.9810442Z test_configure_padx (test.test_tkinter.test_widgets.ToplevelTest.test_configure_padx) ... ok 2025-10-14T22:32:10.9810969Z test_configure_pady (test.test_tkinter.test_widgets.ToplevelTest.test_configure_pady) ... ok 2025-10-14T22:32:10.9811482Z test_configure_relief (test.test_tkinter.test_widgets.ToplevelTest.test_configure_relief) ... ok 2025-10-14T22:32:10.9812034Z test_configure_screen (test.test_tkinter.test_widgets.ToplevelTest.test_configure_screen) ... skipped 'Not using Tk for X11' 2025-10-14T22:32:10.9812717Z test_configure_takefocus (test.test_tkinter.test_widgets.ToplevelTest.test_configure_takefocus) ... ok 2025-10-14T22:32:10.9813272Z test_configure_tile (test.test_tkinter.test_widgets.ToplevelTest.test_configure_tile) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:32:10.9813836Z test_configure_use (test.test_tkinter.test_widgets.ToplevelTest.test_configure_use) ... ok 2025-10-14T22:32:10.9814349Z test_configure_visual (test.test_tkinter.test_widgets.ToplevelTest.test_configure_visual) ... ok 2025-10-14T22:32:10.9814880Z test_configure_width (test.test_tkinter.test_widgets.ToplevelTest.test_configure_width) ... ok 2025-10-14T22:32:10.9815385Z test_keys (test.test_tkinter.test_widgets.ToplevelTest.test_keys) ... ok 2025-10-14T22:32:10.9815670Z 2025-10-14T22:32:10.9816064Z ---------------------------------------------------------------------- 2025-10-14T22:32:10.9816478Z Ran 789 tests in 8.318s 2025-10-14T22:32:10.9816710Z 2025-10-14T22:32:10.9817107Z OK (skipped=11) 2025-10-14T22:32:10.9817487Z Warning -- files was modified by test_tkinter 2025-10-14T22:32:10.9818468Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:10.9820907Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_3532_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:10.9822156Z 0:06:32 load avg: 22.37 [317/495/46] test_perf_profiler skipped -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 14 sec) 2025-10-14T22:32:10.9823086Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8812æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8812æ' 2025-10-14T22:32:10.9823673Z Traceback (most recent call last): 2025-10-14T22:32:10.9824086Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:10.9824450Z os.mkdir(path) 2025-10-14T22:32:10.9824775Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:10.9825196Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8812æ' 2025-10-14T22:32:10.9825661Z Stack (most recent call last): 2025-10-14T22:32:10.9826053Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:10.9826609Z File "", line 88, in _run_code 2025-10-14T22:32:10.9827024Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:10.9827404Z main() 2025-10-14T22:32:10.9827794Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:10.9828307Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:10.9828727Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:10.9829087Z return next(self.gen) 2025-10-14T22:32:10.9829477Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:10.9830066Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:10.9830938Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8812æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8812æ' 2025-10-14T22:32:10.9831555Z Traceback (most recent call last): 2025-10-14T22:32:10.9832000Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:10.9832441Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:10.9832808Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:10.9833260Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8812æ' 2025-10-14T22:32:10.9833731Z Stack (most recent call last): 2025-10-14T22:32:10.9834117Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:10.9834522Z File "", line 88, in _run_code 2025-10-14T22:32:10.9834922Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:10.9835285Z main() 2025-10-14T22:32:10.9835661Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:10.9836081Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:10.9836491Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:10.9836895Z return next(self.gen) 2025-10-14T22:32:10.9837293Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:10.9837729Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:10.9838257Z test_perf_profiler skipped -- perf trampoline profiling not supported 2025-10-14T22:32:11.2245354Z 0:06:32 load avg: 22.37 [318/495/46] test_opcodes passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 15 sec) 2025-10-14T22:32:11.2290809Z 0:06:32 load avg: 22.37 [319/495/46] test_generated_cases passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 15 sec) 2025-10-14T22:32:11.3628446Z 0:06:32 load avg: 22.37 [320/495/46] test_funcattrs passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 15 sec) 2025-10-14T22:32:11.4294668Z 0:06:32 load avg: 22.37 [321/495/46] test.test_asyncio.test_pep492 passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 15 sec) 2025-10-14T22:32:11.4322046Z 0:06:32 load avg: 22.37 [322/495/47] test.test_os.test_os failed (2 errors) -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 15 sec) 2025-10-14T22:32:11.4325833Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3532æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3532æ' 2025-10-14T22:32:11.4378843Z Traceback (most recent call last): 2025-10-14T22:32:11.4388401Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:11.4403634Z os.mkdir(path) 2025-10-14T22:32:11.4415748Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:11.4421624Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3532æ' 2025-10-14T22:32:11.4429170Z Stack (most recent call last): 2025-10-14T22:32:11.4442069Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:11.4450351Z File "", line 88, in _run_code 2025-10-14T22:32:11.4469976Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:11.4497535Z main() 2025-10-14T22:32:11.4505892Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:11.4531930Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:11.4537279Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:11.4543461Z return next(self.gen) 2025-10-14T22:32:11.4582965Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:11.6555798Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:11.6590663Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3532æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3532æ' 2025-10-14T22:32:11.6601420Z Traceback (most recent call last): 2025-10-14T22:32:11.6631739Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:11.6641221Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:11.6660846Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:11.6681409Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3532æ' 2025-10-14T22:32:11.6695006Z Stack (most recent call last): 2025-10-14T22:32:11.6743969Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:11.6796143Z File "", line 88, in _run_code 2025-10-14T22:32:11.6801160Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:11.6806736Z main() 2025-10-14T22:32:11.6817819Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:11.6836067Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:11.6841063Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:11.6847520Z return next(self.gen) 2025-10-14T22:32:11.6849253Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:11.6854555Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:11.6859707Z test_blocking (test.test_os.test_os.BlockingTests.test_blocking) ... skipped 'Windows only supports blocking on pipes' 2025-10-14T22:32:11.6862606Z test_compare_to_walk (test.test_os.test_os.BytesFwalkTests.test_compare_to_walk) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6866368Z test_dir_fd (test.test_os.test_os.BytesFwalkTests.test_dir_fd) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6873568Z test_fd_finalization (test.test_os.test_os.BytesFwalkTests.test_fd_finalization) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6878993Z test_fd_leak (test.test_os.test_os.BytesFwalkTests.test_fd_leak) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6881996Z test_file_like_path (test.test_os.test_os.BytesFwalkTests.test_file_like_path) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6924982Z test_walk_above_recursion_limit (test.test_os.test_os.BytesFwalkTests.test_walk_above_recursion_limit) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6930963Z test_walk_bad_dir (test.test_os.test_os.BytesFwalkTests.test_walk_bad_dir) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6936871Z test_walk_bad_dir2 (test.test_os.test_os.BytesFwalkTests.test_walk_bad_dir2) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6956491Z test_walk_bottom_up (test.test_os.test_os.BytesFwalkTests.test_walk_bottom_up) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6958294Z test_walk_named_pipe (test.test_os.test_os.BytesFwalkTests.test_walk_named_pipe) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6963457Z test_walk_named_pipe2 (test.test_os.test_os.BytesFwalkTests.test_walk_named_pipe2) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.6970497Z test_walk_prune (test.test_os.test_os.BytesFwalkTests.test_walk_prune) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.7037977Z test_walk_symlink (test.test_os.test_os.BytesFwalkTests.test_walk_symlink) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.7039862Z test_walk_topdown (test.test_os.test_os.BytesFwalkTests.test_walk_topdown) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.7045083Z test_yields_correct_dir_fd (test.test_os.test_os.BytesFwalkTests.test_yields_correct_dir_fd) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.7195546Z test_file_like_path (test.test_os.test_os.BytesWalkTests.test_file_like_path) ... ok 2025-10-14T22:32:11.7240336Z test_walk_above_recursion_limit (test.test_os.test_os.BytesWalkTests.test_walk_above_recursion_limit) ... ok 2025-10-14T22:32:11.7270388Z test_walk_bad_dir (test.test_os.test_os.BytesWalkTests.test_walk_bad_dir) ... ok 2025-10-14T22:32:11.7288428Z test_walk_bad_dir2 (test.test_os.test_os.BytesWalkTests.test_walk_bad_dir2) ... ok 2025-10-14T22:32:11.7303834Z test_walk_bottom_up (test.test_os.test_os.BytesWalkTests.test_walk_bottom_up) ... ok 2025-10-14T22:32:11.7315782Z test_walk_many_open_files (test.test_os.test_os.BytesWalkTests.test_walk_many_open_files) ... ok 2025-10-14T22:32:11.7361078Z test_walk_named_pipe (test.test_os.test_os.BytesWalkTests.test_walk_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:32:11.7379152Z test_walk_named_pipe2 (test.test_os.test_os.BytesWalkTests.test_walk_named_pipe2) ... skipped 'requires os.mkfifo()' 2025-10-14T22:32:11.7384962Z test_walk_prune (test.test_os.test_os.BytesWalkTests.test_walk_prune) ... ok 2025-10-14T22:32:11.7389112Z test_walk_symlink (test.test_os.test_os.BytesWalkTests.test_walk_symlink) ... ok 2025-10-14T22:32:11.7396854Z test_walk_topdown (test.test_os.test_os.BytesWalkTests.test_walk_topdown) ... ok 2025-10-14T22:32:11.7399147Z test_cpu_count (test.test_os.test_os.CPUCountTests.test_cpu_count) ... ok 2025-10-14T22:32:11.7404529Z test_process_cpu_count (test.test_os.test_os.CPUCountTests.test_process_cpu_count) ... ok 2025-10-14T22:32:11.7413902Z test_process_cpu_count_affinity (test.test_os.test_os.CPUCountTests.test_process_cpu_count_affinity) ... skipped "don't have sched affinity support" 2025-10-14T22:32:11.7419484Z test_chown_gid (test.test_os.test_os.ChownFileTests.test_chown_gid) ... skipped 'requires os.chown()' 2025-10-14T22:32:11.7427566Z test_chown_uid_gid_arguments_must_be_index (test.test_os.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index) ... skipped 'requires os.chown()' 2025-10-14T22:32:11.7446162Z test_chown_with_root (test.test_os.test_os.ChownFileTests.test_chown_with_root) ... skipped 'requires os.chown()' 2025-10-14T22:32:11.7454682Z test_chown_without_permission (test.test_os.test_os.ChownFileTests.test_chown_without_permission) ... skipped 'requires os.chown()' 2025-10-14T22:32:11.7459949Z test_devnull (test.test_os.test_os.DevNullTests.test_devnull) ... ok 2025-10-14T22:32:11.7511220Z test_bad_fd (test.test_os.test_os.DeviceEncodingTests.test_bad_fd) ... ok 2025-10-14T22:32:11.7512135Z test_device_encoding (test.test_os.test_os.DeviceEncodingTests.test_device_encoding) ... skipped 'test requires a tty and either Windows or nl_langinfo(CODESET)' 2025-10-14T22:32:11.7513006Z test___repr__ (test.test_os.test_os.EnvironTests.test___repr__) 2025-10-14T22:32:11.7513773Z Check that the repr() of os.environ looks like environ({...}). ... ok 2025-10-14T22:32:11.7514645Z test_bool (test.test_os.test_os.EnvironTests.test_bool) ... ok 2025-10-14T22:32:11.7515371Z test_clearenv (test.test_os.test_os.EnvironTests.test_clearenv) ... ok 2025-10-14T22:32:11.7516048Z test_constructor (test.test_os.test_os.EnvironTests.test_constructor) ... ok 2025-10-14T22:32:11.7516739Z test_environb (test.test_os.test_os.EnvironTests.test_environb) ... skipped 'os.environb required for this test.' 2025-10-14T22:32:11.7517356Z test_get (test.test_os.test_os.EnvironTests.test_get) ... ok 2025-10-14T22:32:11.7517921Z test_get_exec_path (test.test_os.test_os.EnvironTests.test_get_exec_path) ... ok 2025-10-14T22:32:11.7518541Z test_getitem (test.test_os.test_os.EnvironTests.test_getitem) ... ok 2025-10-14T22:32:11.7519403Z test_ior_operator (test.test_os.test_os.EnvironTests.test_ior_operator) ... ok 2025-10-14T22:32:11.7520120Z test_ior_operator_invalid_dicts (test.test_os.test_os.EnvironTests.test_ior_operator_invalid_dicts) ... ok 2025-10-14T22:32:11.7520897Z test_ior_operator_key_value_iterable (test.test_os.test_os.EnvironTests.test_ior_operator_key_value_iterable) ... ok 2025-10-14T22:32:11.7521546Z test_items (test.test_os.test_os.EnvironTests.test_items) ... ok 2025-10-14T22:32:11.7522195Z test_iter_error_when_changing_os_environ (test.test_os.test_os.EnvironTests.test_iter_error_when_changing_os_environ) ... ok 2025-10-14T22:32:11.7523071Z test_iter_error_when_changing_os_environ_items (test.test_os.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items) ... ok 2025-10-14T22:32:11.7523804Z test_iter_error_when_changing_os_environ_values (test.test_os.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values) ... ok 2025-10-14T22:32:11.7524497Z test_key_type (test.test_os.test_os.EnvironTests.test_key_type) ... ok 2025-10-14T22:32:11.7525084Z test_keys (test.test_os.test_os.EnvironTests.test_keys) ... ok 2025-10-14T22:32:11.7525686Z test_keyvalue_types (test.test_os.test_os.EnvironTests.test_keyvalue_types) ... ok 2025-10-14T22:32:11.7526291Z test_len (test.test_os.test_os.EnvironTests.test_len) ... ok 2025-10-14T22:32:11.7526864Z test_or_operator (test.test_os.test_os.EnvironTests.test_or_operator) ... ok 2025-10-14T22:32:11.7527483Z test_os_popen_iter (test.test_os.test_os.EnvironTests.test_os_popen_iter) ... skipped 'requires a shell' 2025-10-14T22:32:11.7528238Z test_pop (test.test_os.test_os.EnvironTests.test_pop) ... ok 2025-10-14T22:32:11.7528826Z test_popitem (test.test_os.test_os.EnvironTests.test_popitem) ... ok 2025-10-14T22:32:11.7529474Z test_putenv_unsetenv (test.test_os.test_os.EnvironTests.test_putenv_unsetenv) ... ok 2025-10-14T22:32:11.7530115Z test_putenv_unsetenv_error (test.test_os.test_os.EnvironTests.test_putenv_unsetenv_error) ... ok 2025-10-14T22:32:11.7530722Z test_read (test.test_os.test_os.EnvironTests.test_read) ... ok 2025-10-14T22:32:11.7531304Z test_reload_environ (test.test_os.test_os.EnvironTests.test_reload_environ) ... ok 2025-10-14T22:32:11.7531912Z test_ror_operator (test.test_os.test_os.EnvironTests.test_ror_operator) ... ok 2025-10-14T22:32:11.7532532Z test_setdefault (test.test_os.test_os.EnvironTests.test_setdefault) ... ok 2025-10-14T22:32:11.7534062Z test_update (test.test_os.test_os.EnvironTests.test_update) ... ok 2025-10-14T22:32:11.7534830Z test_update2 (test.test_os.test_os.EnvironTests.test_update2) ... skipped 'requires a shell' 2025-10-14T22:32:11.7535468Z test_values (test.test_os.test_os.EnvironTests.test_values) ... ok 2025-10-14T22:32:11.7536073Z test_write (test.test_os.test_os.EnvironTests.test_write) ... ok 2025-10-14T22:32:11.7536734Z test_eventfd_initval (test.test_os.test_os.EventfdTests.test_eventfd_initval) ... skipped 'requires os.eventfd' 2025-10-14T22:32:11.7537436Z test_eventfd_select (test.test_os.test_os.EventfdTests.test_eventfd_select) ... skipped 'requires os.eventfd' 2025-10-14T22:32:11.7538117Z test_eventfd_semaphore (test.test_os.test_os.EventfdTests.test_eventfd_semaphore) ... skipped 'requires os.eventfd' 2025-10-14T22:32:11.7538797Z test_execv_with_bad_arglist (test.test_os.test_os.ExecTests.test_execv_with_bad_arglist) ... ok 2025-10-14T22:32:11.7539456Z test_execve_invalid_env (test.test_os.test_os.ExecTests.test_execve_invalid_env) ... ok 2025-10-14T22:32:11.7540130Z test_execve_with_empty_path (test.test_os.test_os.ExecTests.test_execve_with_empty_path) ... ok 2025-10-14T22:32:11.7540900Z test_execvpe_with_bad_arglist (test.test_os.test_os.ExecTests.test_execvpe_with_bad_arglist) ... ok 2025-10-14T22:32:11.7541712Z test_execvpe_with_bad_program (test.test_os.test_os.ExecTests.test_execvpe_with_bad_program) ... ok 2025-10-14T22:32:11.7542506Z test_internal_execvpe_str (test.test_os.test_os.ExecTests.test_internal_execvpe_str) ... ok 2025-10-14T22:32:11.7543357Z test_os_all (test.test_os.test_os.ExportsTests.test_os_all) ... ok 2025-10-14T22:32:11.7544085Z test_fds (test.test_os.test_os.ExtendedAttributeTests.test_fds) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:32:11.7544867Z test_lpath (test.test_os.test_os.ExtendedAttributeTests.test_lpath) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:32:11.7545645Z test_simple (test.test_os.test_os.ExtendedAttributeTests.test_simple) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:32:11.7546323Z test_dup (test.test_os.test_os.FDInheritanceTests.test_dup) ... ok 2025-10-14T22:32:11.7547022Z test_dup2 (test.test_os.test_os.FDInheritanceTests.test_dup2) ... ok 2025-10-14T22:32:11.7547704Z test_dup_nul (test.test_os.test_os.FDInheritanceTests.test_dup_nul) ... ok 2025-10-14T22:32:11.7548396Z test_dup_standard_stream (test.test_os.test_os.FDInheritanceTests.test_dup_standard_stream) ... ok 2025-10-14T22:32:11.7549152Z test_get_inheritable_cloexec (test.test_os.test_os.FDInheritanceTests.test_get_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:32:11.7549920Z test_get_set_inheritable (test.test_os.test_os.FDInheritanceTests.test_get_set_inheritable) ... ok 2025-10-14T22:32:11.7550656Z test_get_set_inheritable_badf (test.test_os.test_os.FDInheritanceTests.test_get_set_inheritable_badf) ... ok 2025-10-14T22:32:11.7551449Z test_get_set_inheritable_o_path (test.test_os.test_os.FDInheritanceTests.test_get_set_inheritable_o_path) ... skipped 'need os.O_PATH' 2025-10-14T22:32:11.7552189Z test_open (test.test_os.test_os.FDInheritanceTests.test_open) ... ok 2025-10-14T22:32:11.7552801Z test_pipe (test.test_os.test_os.FDInheritanceTests.test_pipe) ... ok 2025-10-14T22:32:11.7553453Z test_set_inheritable_cloexec (test.test_os.test_os.FDInheritanceTests.test_set_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:32:11.7554183Z test_identity (test.test_os.test_os.FSEncodingTests.test_identity) ... ok 2025-10-14T22:32:11.7554846Z test_nop (test.test_os.test_os.FSEncodingTests.test_nop) ... ok 2025-10-14T22:32:11.7555462Z test_access (test.test_os.test_os.FileTests.test_access) ... ok 2025-10-14T22:32:11.7556157Z test_closerange (test.test_os.test_os.FileTests.test_closerange) ... ok 2025-10-14T22:32:11.7556885Z test_copy_file_range (test.test_os.test_os.FileTests.test_copy_file_range) ... skipped 'test needs os.copy_file_range()' 2025-10-14T22:32:11.7561747Z test_copy_file_range_invalid_values (test.test_os.test_os.FileTests.test_copy_file_range_invalid_values) ... skipped 'test needs os.copy_file_range()' 2025-10-14T22:32:11.7563691Z test_copy_file_range_offset (test.test_os.test_os.FileTests.test_copy_file_range_offset) ... skipped 'test needs os.copy_file_range()' 2025-10-14T22:32:11.7565443Z test_fdopen (test.test_os.test_os.FileTests.test_fdopen) ... ok 2025-10-14T22:32:11.7568148Z test_large_read (test.test_os.test_os.FileTests.test_large_read) ... skipped 'needs INT_MAX < PY_SSIZE_T_MAX' 2025-10-14T22:32:11.7575690Z test_large_readinto (test.test_os.test_os.FileTests.test_large_readinto) ... skipped 'needs INT_MAX < PY_SSIZE_T_MAX' 2025-10-14T22:32:11.7761280Z test_open_keywords (test.test_os.test_os.FileTests.test_open_keywords) ... ok 2025-10-14T22:32:11.7772494Z test_read (test.test_os.test_os.FileTests.test_read) ... ok 2025-10-14T22:32:11.7778824Z test_readinto (test.test_os.test_os.FileTests.test_readinto) ... ok 2025-10-14T22:32:11.7781754Z test_readinto_badarg (test.test_os.test_os.FileTests.test_readinto_badarg) ... ok 2025-10-14T22:32:11.7804165Z test_readinto_non_blocking (test.test_os.test_os.FileTests.test_readinto_non_blocking) ... ok 2025-10-14T22:32:11.8202942Z test_rename (test.test_os.test_os.FileTests.test_rename) ... ok 2025-10-14T22:32:11.8205579Z test_replace (test.test_os.test_os.FileTests.test_replace) ... ok 2025-10-14T22:32:11.8206511Z test_splice (test.test_os.test_os.FileTests.test_splice) ... skipped 'test needs os.splice()' 2025-10-14T22:32:11.8246390Z test_splice_invalid_values (test.test_os.test_os.FileTests.test_splice_invalid_values) ... skipped 'test needs os.splice()' 2025-10-14T22:32:11.8247758Z test_splice_offset_in (test.test_os.test_os.FileTests.test_splice_offset_in) ... skipped 'test needs os.splice()' 2025-10-14T22:32:11.8259253Z test_splice_offset_out (test.test_os.test_os.FileTests.test_splice_offset_out) ... skipped 'test needs os.splice()' 2025-10-14T22:32:11.8265373Z test_symlink_keywords (test.test_os.test_os.FileTests.test_symlink_keywords) ... ok 2025-10-14T22:32:11.8286723Z test_write (test.test_os.test_os.FileTests.test_write) ... ok 2025-10-14T22:32:11.8337133Z test_write_windows_console (test.test_os.test_os.FileTests.test_write_windows_console) ... ok 2025-10-14T22:32:11.8374630Z test_fork (test.test_os.test_os.ForkTests.test_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:32:11.8628160Z test_fork_at_finalization (test.test_os.test_os.ForkTests.test_fork_at_finalization) ... skipped 'requires working os.fork()' 2025-10-14T22:32:11.9617781Z test_fork_warns_when_non_python_thread_exists (test.test_os.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists) ... skipped 'requires working os.fork()' 2025-10-14T22:32:11.9625363Z test_compare_to_walk (test.test_os.test_os.FwalkTests.test_compare_to_walk) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9626956Z test_dir_fd (test.test_os.test_os.FwalkTests.test_dir_fd) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9670567Z test_fd_finalization (test.test_os.test_os.FwalkTests.test_fd_finalization) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9676590Z test_fd_leak (test.test_os.test_os.FwalkTests.test_fd_leak) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9696521Z test_file_like_path (test.test_os.test_os.FwalkTests.test_file_like_path) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9748764Z test_walk_above_recursion_limit (test.test_os.test_os.FwalkTests.test_walk_above_recursion_limit) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:11.9786258Z test_walk_bad_dir (test.test_os.test_os.FwalkTests.test_walk_bad_dir) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1127971Z test_walk_bad_dir2 (test.test_os.test_os.FwalkTests.test_walk_bad_dir2) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1145570Z test_walk_bottom_up (test.test_os.test_os.FwalkTests.test_walk_bottom_up) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1147362Z test_walk_named_pipe (test.test_os.test_os.FwalkTests.test_walk_named_pipe) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1151842Z test_walk_named_pipe2 (test.test_os.test_os.FwalkTests.test_walk_named_pipe2) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1152739Z test_walk_prune (test.test_os.test_os.FwalkTests.test_walk_prune) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1153462Z test_walk_symlink (test.test_os.test_os.FwalkTests.test_walk_symlink) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1154308Z test_walk_topdown (test.test_os.test_os.FwalkTests.test_walk_topdown) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1155138Z test_yields_correct_dir_fd (test.test_os.test_os.FwalkTests.test_yields_correct_dir_fd) ... skipped 'Test needs os.fwalk()' 2025-10-14T22:32:12.1155932Z test_getrandom0 (test.test_os.test_os.GetRandomTests.test_getrandom0) ... skipped 'need os.getrandom()' 2025-10-14T22:32:12.1156756Z test_getrandom_nonblock (test.test_os.test_os.GetRandomTests.test_getrandom_nonblock) ... skipped 'need os.getrandom()' 2025-10-14T22:32:12.1157612Z test_getrandom_random (test.test_os.test_os.GetRandomTests.test_getrandom_random) ... skipped 'need os.getrandom()' 2025-10-14T22:32:12.1158518Z test_getrandom_type (test.test_os.test_os.GetRandomTests.test_getrandom_type) ... skipped 'need os.getrandom()' 2025-10-14T22:32:12.1159343Z test_getrandom_value (test.test_os.test_os.GetRandomTests.test_getrandom_value) ... skipped 'need os.getrandom()' 2025-10-14T22:32:12.1160207Z test_link (test.test_os.test_os.LinkTests.test_link) ... ok 2025-10-14T22:32:12.1161125Z test_link_bytes (test.test_os.test_os.LinkTests.test_link_bytes) ... ok 2025-10-14T22:32:12.1161887Z test_unicode_name (test.test_os.test_os.LinkTests.test_unicode_name) ... ok 2025-10-14T22:32:12.1162605Z test_getlogin (test.test_os.test_os.LoginTests.test_getlogin) ... ok 2025-10-14T22:32:12.1163336Z test_exist_ok_existing_directory (test.test_os.test_os.MakedirTests.test_exist_ok_existing_directory) ... ok 2025-10-14T22:32:12.1164061Z test_exist_ok_existing_regular_file (test.test_os.test_os.MakedirTests.test_exist_ok_existing_regular_file) ... ok 2025-10-14T22:32:12.1164889Z test_exist_ok_s_isgid_directory (test.test_os.test_os.MakedirTests.test_exist_ok_s_isgid_directory) ... skipped 'No support for S_ISGID dir mode.' 2025-10-14T22:32:12.1165889Z test_makedir (test.test_os.test_os.MakedirTests.test_makedir) ... ok 2025-10-14T22:32:12.1166609Z test_mode (test.test_os.test_os.MakedirTests.test_mode) ... ok 2025-10-14T22:32:12.1167328Z test_win32_mkdir_700 (test.test_os.test_os.MakedirTests.test_win32_mkdir_700) ... ok 2025-10-14T22:32:12.1168139Z test_memfd_create (test.test_os.test_os.MemfdCreateTests.test_memfd_create) ... skipped 'requires os.memfd_create' 2025-10-14T22:32:12.1169014Z test_getcwd (test.test_os.test_os.MiscTests.test_getcwd) ... ok 2025-10-14T22:32:12.1169792Z test_getcwd_long_path (test.test_os.test_os.MiscTests.test_getcwd_long_path) ... ok 2025-10-14T22:32:12.1170478Z test_getcwdb (test.test_os.test_os.MiscTests.test_getcwdb) ... ok 2025-10-14T22:32:12.1171198Z test_directory_link_nonlocal (test.test_os.test_os.NonLocalSymlinkTests.test_directory_link_nonlocal) 2025-10-14T22:32:12.1171938Z The symlink target should resolve relative to the link, not relative ... ok 2025-10-14T22:32:12.1172649Z test_mkdir (test.test_os.test_os.OSErrorTests.test_mkdir) ... ok 2025-10-14T22:32:12.1173514Z test_oserror_filename (test.test_os.test_os.OSErrorTests.test_oserror_filename) ... ok 2025-10-14T22:32:12.1174283Z test_path_t_converter (test.test_os.test_os.PathTConverterTests.test_path_t_converter) ... ok 2025-10-14T22:32:12.1175092Z test_path_t_converter_and_custom_class (test.test_os.test_os.PathTConverterTests.test_path_t_converter_and_custom_class) ... ok 2025-10-14T22:32:12.1175921Z test_listdir (test.test_os.test_os.Pep383Tests.test_listdir) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1176721Z test_open (test.test_os.test_os.Pep383Tests.test_open) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1177502Z test_stat (test.test_os.test_os.Pep383Tests.test_stat) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1178253Z test_statvfs (test.test_os.test_os.Pep383Tests.test_statvfs) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1178876Z test_getppid (test.test_os.test_os.PidTests.test_getppid) ... ok 2025-10-14T22:32:12.1179491Z test_waitpid (test.test_os.test_os.PidTests.test_waitpid) ... ok 2025-10-14T22:32:12.1180084Z test_waitpid_windows (test.test_os.test_os.PidTests.test_waitpid_windows) ... ok 2025-10-14T22:32:12.1180828Z test_waitstatus_to_exitcode (test.test_os.test_os.PidTests.test_waitstatus_to_exitcode) ... ok 2025-10-14T22:32:12.1181584Z test_waitstatus_to_exitcode_kill (test.test_os.test_os.PidTests.test_waitstatus_to_exitcode_kill) ... skipped 'need signal.SIGKILL' 2025-10-14T22:32:12.1182462Z test_waitstatus_to_exitcode_windows (test.test_os.test_os.PidTests.test_waitstatus_to_exitcode_windows) ... ok 2025-10-14T22:32:12.1183268Z test_setegid (test.test_os.test_os.PosixUidGidTests.test_setegid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1184187Z test_seteuid (test.test_os.test_os.PosixUidGidTests.test_seteuid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1184989Z test_setgid (test.test_os.test_os.PosixUidGidTests.test_setgid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1185817Z test_setregid (test.test_os.test_os.PosixUidGidTests.test_setregid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1186636Z test_setregid_neg1 (test.test_os.test_os.PosixUidGidTests.test_setregid_neg1) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1187578Z test_setreuid (test.test_os.test_os.PosixUidGidTests.test_setreuid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1188370Z test_setreuid_neg1 (test.test_os.test_os.PosixUidGidTests.test_setreuid_neg1) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1189150Z test_setuid (test.test_os.test_os.PosixUidGidTests.test_setuid) ... skipped 'Posix specific tests' 2025-10-14T22:32:12.1189898Z test_set_get_priority (test.test_os.test_os.ProgramPriorityTests.test_set_get_priority) ... skipped 'needs os.getpriority and os.setpriority' 2025-10-14T22:32:12.1190936Z test_open_via_ptsname (test.test_os.test_os.PseudoterminalTests.test_open_via_ptsname) ... skipped 'need os.openpty()' 2025-10-14T22:32:12.1191767Z test_openpty (test.test_os.test_os.PseudoterminalTests.test_openpty) ... skipped 'need os.openpty()' 2025-10-14T22:32:12.1192811Z test_pipe_spawnl (test.test_os.test_os.PseudoterminalTests.test_pipe_spawnl) ... skipped 'need os.openpty()' 2025-10-14T22:32:12.1193676Z test_posix_pty_functions (test.test_os.test_os.PseudoterminalTests.test_posix_pty_functions) ... skipped 'need os.openpty()' 2025-10-14T22:32:12.1194527Z test_bytes (test.test_os.test_os.ReadlinkTests.test_bytes) ... ERROR 2025-10-14T22:32:12.1195238Z test_missing_link (test.test_os.test_os.ReadlinkTests.test_missing_link) ... ok 2025-10-14T22:32:12.1195996Z test_not_symlink (test.test_os.test_os.ReadlinkTests.test_not_symlink) ... ok 2025-10-14T22:32:12.1196750Z test_pathlike (test.test_os.test_os.ReadlinkTests.test_pathlike) ... ok 2025-10-14T22:32:12.1197501Z test_pathlike_bytes (test.test_os.test_os.ReadlinkTests.test_pathlike_bytes) ... ERROR 2025-10-14T22:32:12.1198284Z test_remove_all (test.test_os.test_os.RemoveDirsTests.test_remove_all) ... ok 2025-10-14T22:32:12.1199011Z test_remove_nothing (test.test_os.test_os.RemoveDirsTests.test_remove_nothing) ... ok 2025-10-14T22:32:12.1199730Z test_remove_partial (test.test_os.test_os.RemoveDirsTests.test_remove_partial) ... ok 2025-10-14T22:32:12.1200403Z test_nowait (test.test_os.test_os.SpawnTests.test_nowait) ... ok 2025-10-14T22:32:12.1201109Z test_spawnl (test.test_os.test_os.SpawnTests.test_spawnl) ... ok 2025-10-14T22:32:12.1201801Z test_spawnl_noargs (test.test_os.test_os.SpawnTests.test_spawnl_noargs) ... ok 2025-10-14T22:32:12.1202504Z test_spawnle (test.test_os.test_os.SpawnTests.test_spawnle) ... ok 2025-10-14T22:32:12.1203231Z test_spawnle_noargs (test.test_os.test_os.SpawnTests.test_spawnle_noargs) ... ok 2025-10-14T22:32:12.1203974Z test_spawnlp (test.test_os.test_os.SpawnTests.test_spawnlp) ... skipped 'requires os.spawnlp' 2025-10-14T22:32:12.1204771Z test_spawnlpe (test.test_os.test_os.SpawnTests.test_spawnlpe) ... skipped 'requires os.spawnlpe' 2025-10-14T22:32:12.1205554Z test_spawnv (test.test_os.test_os.SpawnTests.test_spawnv) ... ok 2025-10-14T22:32:12.1206314Z test_spawnv_noargs (test.test_os.test_os.SpawnTests.test_spawnv_noargs) ... ok 2025-10-14T22:32:12.1207009Z test_spawnve (test.test_os.test_os.SpawnTests.test_spawnve) ... ok 2025-10-14T22:32:12.1207715Z test_spawnve_bytes (test.test_os.test_os.SpawnTests.test_spawnve_bytes) ... ok 2025-10-14T22:32:12.1208515Z test_spawnve_invalid_env (test.test_os.test_os.SpawnTests.test_spawnve_invalid_env) ... ok 2025-10-14T22:32:12.1209305Z test_spawnve_noargs (test.test_os.test_os.SpawnTests.test_spawnve_noargs) ... ok 2025-10-14T22:32:12.1210064Z test_spawnvp (test.test_os.test_os.SpawnTests.test_spawnvp) ... skipped 'requires os.spawnvp' 2025-10-14T22:32:12.1210846Z test_spawnvpe (test.test_os.test_os.SpawnTests.test_spawnvpe) ... skipped 'requires os.spawnvpe' 2025-10-14T22:32:12.1211699Z test_spawnvpe_invalid_env (test.test_os.test_os.SpawnTests.test_spawnvpe_invalid_env) ... skipped 'requires os.spawnvpe' 2025-10-14T22:32:12.1212512Z test_15261 (test.test_os.test_os.StatAttributeTests.test_15261) ... ok 2025-10-14T22:32:12.1213250Z test_1686475 (test.test_os.test_os.StatAttributeTests.test_1686475) ... skipped 'c:\\pagefile.sys does not exist' 2025-10-14T22:32:12.1214094Z test_access_denied (test.test_os.test_os.StatAttributeTests.test_access_denied) ... ok 2025-10-14T22:32:12.1214951Z test_file_attributes (test.test_os.test_os.StatAttributeTests.test_file_attributes) ... ok 2025-10-14T22:32:12.1215753Z test_stat_attributes (test.test_os.test_os.StatAttributeTests.test_stat_attributes) ... ok 2025-10-14T22:32:12.1216537Z test_stat_attributes_bytes (test.test_os.test_os.StatAttributeTests.test_stat_attributes_bytes) ... ok 2025-10-14T22:32:12.1217363Z test_stat_block_device (test.test_os.test_os.StatAttributeTests.test_stat_block_device) ... ok 2025-10-14T22:32:12.1218278Z test_stat_result_pickle (test.test_os.test_os.StatAttributeTests.test_stat_result_pickle) ... ok 2025-10-14T22:32:12.1219101Z test_statvfs_attributes (test.test_os.test_os.StatAttributeTests.test_statvfs_attributes) ... skipped 'test needs os.statvfs()' 2025-10-14T22:32:12.1219942Z test_statvfs_result_pickle (test.test_os.test_os.StatAttributeTests.test_statvfs_result_pickle) ... skipped 'need os.statvfs()' 2025-10-14T22:32:12.1220690Z test_does_not_crash (test.test_os.test_os.TermsizeTests.test_does_not_crash) 2025-10-14T22:32:12.1221319Z Check if get_terminal_size() returns a meaningful value. ... skipped 'failed to query terminal size' 2025-10-14T22:32:12.1221938Z test_stty_match (test.test_os.test_os.TermsizeTests.test_stty_match) 2025-10-14T22:32:12.1222529Z Check if stty returns the same results ... skipped 'stty invocation failed' 2025-10-14T22:32:12.1223115Z test_windows_fd (test.test_os.test_os.TermsizeTests.test_windows_fd) 2025-10-14T22:32:12.1223758Z Check if get_terminal_size() returns a meaningful value in Windows ... ok 2025-10-14T22:32:12.1224410Z test_uninstantiable (test.test_os.test_os.TestDirEntry.test_uninstantiable) ... ok 2025-10-14T22:32:12.1225080Z test_unpickable (test.test_os.test_os.TestDirEntry.test_unpickable) ... ok 2025-10-14T22:32:12.1225725Z test_blocking (test.test_os.test_os.TestInvalidFD.test_blocking) ... ok 2025-10-14T22:32:12.1226370Z test_closerange (test.test_os.test_os.TestInvalidFD.test_closerange) ... ok 2025-10-14T22:32:12.1227062Z test_dup (test.test_os.test_os.TestInvalidFD.test_dup) ... ok 2025-10-14T22:32:12.1227703Z test_dup2 (test.test_os.test_os.TestInvalidFD.test_dup2) ... ok 2025-10-14T22:32:12.1228425Z test_dup2_negative_fd (test.test_os.test_os.TestInvalidFD.test_dup2_negative_fd) ... ok 2025-10-14T22:32:12.1229178Z test_fchdir (test.test_os.test_os.TestInvalidFD.test_fchdir) ... ok 2025-10-14T22:32:12.1229898Z test_fchmod (test.test_os.test_os.TestInvalidFD.test_fchmod) ... ok 2025-10-14T22:32:12.1230623Z test_fchown (test.test_os.test_os.TestInvalidFD.test_fchown) ... skipped 'test needs os.fchown()' 2025-10-14T22:32:12.1231381Z test_fdatasync (test.test_os.test_os.TestInvalidFD.test_fdatasync) ... ok 2025-10-14T22:32:12.1232125Z test_fdopen (test.test_os.test_os.TestInvalidFD.test_fdopen) ... ok 2025-10-14T22:32:12.1232869Z test_fpathconf (test.test_os.test_os.TestInvalidFD.test_fpathconf) ... skipped 'test needs os.fpathconf()' 2025-10-14T22:32:12.1233729Z test_fpathconf_bad_fd (test.test_os.test_os.TestInvalidFD.test_fpathconf_bad_fd) ... skipped 'test needs os.fpathconf()' 2025-10-14T22:32:12.1234538Z test_fstat (test.test_os.test_os.TestInvalidFD.test_fstat) ... ok 2025-10-14T22:32:12.1235252Z test_fstatvfs (test.test_os.test_os.TestInvalidFD.test_fstatvfs) ... ok 2025-10-14T22:32:12.1235860Z test_fsync (test.test_os.test_os.TestInvalidFD.test_fsync) ... ok 2025-10-14T22:32:12.1236524Z test_ftruncate (test.test_os.test_os.TestInvalidFD.test_ftruncate) ... ok 2025-10-14T22:32:12.1237210Z test_inheritable (test.test_os.test_os.TestInvalidFD.test_inheritable) ... ok 2025-10-14T22:32:12.1237890Z test_isatty (test.test_os.test_os.TestInvalidFD.test_isatty) ... ok 2025-10-14T22:32:12.1238529Z test_lseek (test.test_os.test_os.TestInvalidFD.test_lseek) ... ok 2025-10-14T22:32:12.1239172Z test_read (test.test_os.test_os.TestInvalidFD.test_read) ... ok 2025-10-14T22:32:12.1239972Z test_readinto (test.test_os.test_os.TestInvalidFD.test_readinto) ... ok 2025-10-14T22:32:12.1240786Z test_readv (test.test_os.test_os.TestInvalidFD.test_readv) ... skipped 'test needs os.readv()' 2025-10-14T22:32:12.1241530Z test_tcgetpgrp (test.test_os.test_os.TestInvalidFD.test_tcgetpgrp) ... ok 2025-10-14T22:32:12.1242412Z test_tcsetpgrpt (test.test_os.test_os.TestInvalidFD.test_tcsetpgrpt) ... skipped 'test needs os.tcsetpgrp()' 2025-10-14T22:32:12.1243179Z test_ttyname (test.test_os.test_os.TestInvalidFD.test_ttyname) ... ok 2025-10-14T22:32:12.1243975Z test_write (test.test_os.test_os.TestInvalidFD.test_write) ... ok 2025-10-14T22:32:12.1245370Z test_writev (test.test_os.test_os.TestInvalidFD.test_writev) ... skipped 'test needs os.writev()' 2025-10-14T22:32:12.1248451Z test_argument_required (test.test_os.test_os.TestPEP519.test_argument_required) ... ok 2025-10-14T22:32:12.1250053Z test_bad_pathlike (test.test_os.test_os.TestPEP519.test_bad_pathlike) ... ok 2025-10-14T22:32:12.1251017Z test_fsencode_fsdecode (test.test_os.test_os.TestPEP519.test_fsencode_fsdecode) ... ok 2025-10-14T22:32:12.1254508Z test_fspath_set_to_None (test.test_os.test_os.TestPEP519.test_fspath_set_to_None) ... ok 2025-10-14T22:32:12.1255829Z test_garbage_in_exception_out (test.test_os.test_os.TestPEP519.test_garbage_in_exception_out) ... ok 2025-10-14T22:32:12.1256766Z test_pathlike (test.test_os.test_os.TestPEP519.test_pathlike) ... ok 2025-10-14T22:32:12.1259581Z test_pathlike_class_getitem (test.test_os.test_os.TestPEP519.test_pathlike_class_getitem) ... ok 2025-10-14T22:32:12.1261107Z test_pathlike_subclass_slots (test.test_os.test_os.TestPEP519.test_pathlike_subclass_slots) ... ok 2025-10-14T22:32:12.1262127Z test_pathlike_subclasshook (test.test_os.test_os.TestPEP519.test_pathlike_subclasshook) ... ok 2025-10-14T22:32:12.1264633Z test_return_bytes (test.test_os.test_os.TestPEP519.test_return_bytes) ... ok 2025-10-14T22:32:12.1266028Z test_return_string (test.test_os.test_os.TestPEP519.test_return_string) ... ok 2025-10-14T22:32:12.1266996Z test_argument_required (test.test_os.test_os.TestPEP519PurePython.test_argument_required) ... ok 2025-10-14T22:32:12.1269709Z test_bad_pathlike (test.test_os.test_os.TestPEP519PurePython.test_bad_pathlike) ... ok 2025-10-14T22:32:12.1271147Z test_fsencode_fsdecode (test.test_os.test_os.TestPEP519PurePython.test_fsencode_fsdecode) ... ok 2025-10-14T22:32:12.1272181Z test_fspath_set_to_None (test.test_os.test_os.TestPEP519PurePython.test_fspath_set_to_None) ... ok 2025-10-14T22:32:12.1274854Z test_garbage_in_exception_out (test.test_os.test_os.TestPEP519PurePython.test_garbage_in_exception_out) ... ok 2025-10-14T22:32:12.1276239Z test_pathlike (test.test_os.test_os.TestPEP519PurePython.test_pathlike) ... ok 2025-10-14T22:32:12.1277144Z test_pathlike_class_getitem (test.test_os.test_os.TestPEP519PurePython.test_pathlike_class_getitem) ... ok 2025-10-14T22:32:12.1279784Z test_pathlike_subclass_slots (test.test_os.test_os.TestPEP519PurePython.test_pathlike_subclass_slots) ... ok 2025-10-14T22:32:12.1281309Z test_pathlike_subclasshook (test.test_os.test_os.TestPEP519PurePython.test_pathlike_subclasshook) ... ok 2025-10-14T22:32:12.1282379Z test_return_bytes (test.test_os.test_os.TestPEP519PurePython.test_return_bytes) ... ok 2025-10-14T22:32:12.1288018Z test_return_string (test.test_os.test_os.TestPEP519PurePython.test_return_string) ... ok 2025-10-14T22:32:12.1291803Z test_attributes (test.test_os.test_os.TestScandir.test_attributes) ... ok 2025-10-14T22:32:12.1292825Z test_attributes_junctions (test.test_os.test_os.TestScandir.test_attributes_junctions) ... ok 2025-10-14T22:32:12.1295517Z test_bad_path_type (test.test_os.test_os.TestScandir.test_bad_path_type) ... ok 2025-10-14T22:32:12.1296948Z test_broken_symlink (test.test_os.test_os.TestScandir.test_broken_symlink) ... ok 2025-10-14T22:32:12.1297865Z test_bytes (test.test_os.test_os.TestScandir.test_bytes) ... ok 2025-10-14T22:32:12.1300564Z test_bytes_like (test.test_os.test_os.TestScandir.test_bytes_like) ... ok 2025-10-14T22:32:12.1302042Z test_close (test.test_os.test_os.TestScandir.test_close) ... ok 2025-10-14T22:32:12.1302936Z test_consume_iterator_twice (test.test_os.test_os.TestScandir.test_consume_iterator_twice) ... ok 2025-10-14T22:32:12.1305167Z test_context_manager (test.test_os.test_os.TestScandir.test_context_manager) ... ok 2025-10-14T22:32:12.1305954Z test_context_manager_close (test.test_os.test_os.TestScandir.test_context_manager_close) ... ok 2025-10-14T22:32:12.1306669Z test_context_manager_exception (test.test_os.test_os.TestScandir.test_context_manager_exception) ... ok 2025-10-14T22:32:12.1307438Z test_current_directory (test.test_os.test_os.TestScandir.test_current_directory) ... ok 2025-10-14T22:32:12.1308285Z test_empty_path (test.test_os.test_os.TestScandir.test_empty_path) ... ok 2025-10-14T22:32:12.1309066Z test_fd (test.test_os.test_os.TestScandir.test_fd) ... skipped 'fd support for listdir required for this test.' 2025-10-14T22:32:12.1309847Z test_fspath_protocol (test.test_os.test_os.TestScandir.test_fspath_protocol) ... ok 2025-10-14T22:32:12.1310702Z test_fspath_protocol_bytes (test.test_os.test_os.TestScandir.test_fspath_protocol_bytes) ... ok 2025-10-14T22:32:12.1311468Z test_removed_dir (test.test_os.test_os.TestScandir.test_removed_dir) ... ok 2025-10-14T22:32:12.1312251Z test_removed_file (test.test_os.test_os.TestScandir.test_removed_file) ... ok 2025-10-14T22:32:12.1312987Z test_repr (test.test_os.test_os.TestScandir.test_repr) ... ok 2025-10-14T22:32:12.1313693Z test_resource_warning (test.test_os.test_os.TestScandir.test_resource_warning) ... ok 2025-10-14T22:32:12.1314336Z test_uninstantiable (test.test_os.test_os.TestScandir.test_uninstantiable) ... ok 2025-10-14T22:32:12.1315071Z test_unpickable (test.test_os.test_os.TestScandir.test_unpickable) ... ok 2025-10-14T22:32:12.1315813Z test_flags (test.test_os.test_os.TestSendfile.test_flags) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1316592Z test_headers (test.test_os.test_os.TestSendfile.test_headers) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1317424Z test_headers_overflow_32bits (test.test_os.test_os.TestSendfile.test_headers_overflow_32bits) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1318260Z test_invalid_count (test.test_os.test_os.TestSendfile.test_invalid_count) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1319107Z test_invalid_offset (test.test_os.test_os.TestSendfile.test_invalid_offset) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1319939Z test_keywords (test.test_os.test_os.TestSendfile.test_keywords) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1320890Z test_offset_overflow (test.test_os.test_os.TestSendfile.test_offset_overflow) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1321766Z test_send_at_certain_offset (test.test_os.test_os.TestSendfile.test_send_at_certain_offset) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1322647Z test_send_whole_file (test.test_os.test_os.TestSendfile.test_send_whole_file) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1323475Z test_trailers (test.test_os.test_os.TestSendfile.test_trailers) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1324303Z test_trailers_overflow_32bits (test.test_os.test_os.TestSendfile.test_trailers_overflow_32bits) ... skipped 'test needs os.sendfile()' 2025-10-14T22:32:12.1325215Z test_timerfd_TFD_TIMER_ABSTIME (test.test_os.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1326177Z test_timerfd_initval (test.test_os.test_os.TimerfdTests.test_timerfd_initval) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1327058Z test_timerfd_interval (test.test_os.test_os.TimerfdTests.test_timerfd_interval) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1327919Z test_timerfd_negative (test.test_os.test_os.TimerfdTests.test_timerfd_negative) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1328931Z test_timerfd_non_blocking (test.test_os.test_os.TimerfdTests.test_timerfd_non_blocking) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1329840Z test_timerfd_ns_TFD_TIMER_ABSTIME (test.test_os.test_os.TimerfdTests.test_timerfd_ns_TFD_TIMER_ABSTIME) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1330723Z test_timerfd_ns_initval (test.test_os.test_os.TimerfdTests.test_timerfd_ns_initval) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1331579Z test_timerfd_ns_interval (test.test_os.test_os.TimerfdTests.test_timerfd_ns_interval) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1332460Z test_timerfd_ns_poll (test.test_os.test_os.TimerfdTests.test_timerfd_ns_poll) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1333357Z test_timerfd_ns_select (test.test_os.test_os.TimerfdTests.test_timerfd_ns_select) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1338481Z test_timerfd_poll (test.test_os.test_os.TimerfdTests.test_timerfd_poll) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1339957Z test_timerfd_select (test.test_os.test_os.TimerfdTests.test_timerfd_select) ... skipped 'requires os.timerfd_create' 2025-10-14T22:32:12.1340908Z test_times (test.test_os.test_os.TimesTests.test_times) ... ok 2025-10-14T22:32:12.1347635Z test_urandom_failure (test.test_os.test_os.URandomFDTests.test_urandom_failure) ... skipped 'test requires the resource module' 2025-10-14T22:32:12.1349384Z test_urandom_fd_closed (test.test_os.test_os.URandomFDTests.test_urandom_fd_closed) ... ok 2025-10-14T22:32:12.1350387Z test_urandom_fd_reopened (test.test_os.test_os.URandomFDTests.test_urandom_fd_reopened) ... ok 2025-10-14T22:32:12.1356679Z test_urandom_length (test.test_os.test_os.URandomTests.test_urandom_length) ... ok 2025-10-14T22:32:12.1360371Z test_urandom_subprocess (test.test_os.test_os.URandomTests.test_urandom_subprocess) ... ok 2025-10-14T22:32:12.1362902Z test_urandom_value (test.test_os.test_os.URandomTests.test_urandom_value) ... ok 2025-10-14T22:32:12.1369002Z test_issue31577 (test.test_os.test_os.UtimeTests.test_issue31577) ... ok 2025-10-14T22:32:12.1372360Z test_large_time (test.test_os.test_os.UtimeTests.test_large_time) ... ok 2025-10-14T22:32:12.1374777Z test_utime (test.test_os.test_os.UtimeTests.test_utime) ... ok 2025-10-14T22:32:12.1380508Z test_utime_by_indexed (test.test_os.test_os.UtimeTests.test_utime_by_indexed) ... ok 2025-10-14T22:32:12.1383879Z test_utime_by_times (test.test_os.test_os.UtimeTests.test_utime_by_times) ... ok 2025-10-14T22:32:12.1386213Z test_utime_current (test.test_os.test_os.UtimeTests.test_utime_current) ... ok 2025-10-14T22:32:12.1395128Z test_utime_current_old (test.test_os.test_os.UtimeTests.test_utime_current_old) ... ok 2025-10-14T22:32:12.1398541Z test_utime_decimal (test.test_os.test_os.UtimeTests.test_utime_decimal) ... ok 2025-10-14T22:32:12.1400982Z test_utime_dir_fd (test.test_os.test_os.UtimeTests.test_utime_dir_fd) ... skipped 'dir_fd support for utime required for this test.' 2025-10-14T22:32:12.1409324Z test_utime_directory (test.test_os.test_os.UtimeTests.test_utime_directory) ... ok 2025-10-14T22:32:12.1415942Z test_utime_fd (test.test_os.test_os.UtimeTests.test_utime_fd) ... skipped 'fd support for utime required for this test.' 2025-10-14T22:32:12.1417465Z test_utime_fraction (test.test_os.test_os.UtimeTests.test_utime_fraction) ... ok 2025-10-14T22:32:12.1423909Z test_utime_invalid_arguments (test.test_os.test_os.UtimeTests.test_utime_invalid_arguments) ... ok 2025-10-14T22:32:12.1568025Z test_utime_nofollow_symlinks (test.test_os.test_os.UtimeTests.test_utime_nofollow_symlinks) ... skipped 'follow_symlinks support for utime required for this test.' 2025-10-14T22:32:17.4878518Z test_utime_nonexistent (test.test_os.test_os.UtimeTests.test_utime_nonexistent) ... ok 2025-10-14T22:32:17.4897527Z test_file_like_path (test.test_os.test_os.WalkTests.test_file_like_path) ... ok 2025-10-14T22:32:17.4904792Z test_walk_above_recursion_limit (test.test_os.test_os.WalkTests.test_walk_above_recursion_limit) ... ok 2025-10-14T22:32:17.4909102Z test_walk_bad_dir (test.test_os.test_os.WalkTests.test_walk_bad_dir) ... ok 2025-10-14T22:32:17.4911431Z test_walk_bad_dir2 (test.test_os.test_os.WalkTests.test_walk_bad_dir2) ... ok 2025-10-14T22:32:17.4917447Z test_walk_bottom_up (test.test_os.test_os.WalkTests.test_walk_bottom_up) ... ok 2025-10-14T22:32:17.4920294Z test_walk_many_open_files (test.test_os.test_os.WalkTests.test_walk_many_open_files) ... ok 2025-10-14T22:32:17.4922771Z test_walk_named_pipe (test.test_os.test_os.WalkTests.test_walk_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:32:17.4925881Z test_walk_named_pipe2 (test.test_os.test_os.WalkTests.test_walk_named_pipe2) ... skipped 'requires os.mkfifo()' 2025-10-14T22:32:17.4930365Z test_walk_prune (test.test_os.test_os.WalkTests.test_walk_prune) ... ok 2025-10-14T22:32:17.4934221Z test_walk_symlink (test.test_os.test_os.WalkTests.test_walk_symlink) ... ok 2025-10-14T22:32:17.4937730Z test_walk_topdown (test.test_os.test_os.WalkTests.test_walk_topdown) ... ok 2025-10-14T22:32:17.4939908Z 2025-10-14T22:32:17.4942466Z ====================================================================== 2025-10-14T22:32:17.4946158Z ERROR: test_bytes (test.test_os.test_os.ReadlinkTests.test_bytes) 2025-10-14T22:32:17.4957793Z ---------------------------------------------------------------------- 2025-10-14T22:32:17.4961253Z Traceback (most recent call last): 2025-10-14T22:32:17.4963488Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 373, in unlink 2025-10-14T22:32:17.4971924Z _unlink(filename) 2025-10-14T22:32:17.4974305Z ~~~~~~~^^^^^^^^^^ 2025-10-14T22:32:17.4977805Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 417, in _unlink 2025-10-14T22:32:17.4980778Z _waitfor(os.unlink, filename) 2025-10-14T22:32:17.5000167Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:17.5008661Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 404, in _waitfor 2025-10-14T22:32:17.5010659Z if not (L if waitall else name in L): 2025-10-14T22:32:17.5012059Z ^^^^^^^^^ 2025-10-14T22:32:17.5019398Z BytesWarning: Comparison between bytes and string 2025-10-14T22:32:17.5020828Z 2025-10-14T22:32:17.5023438Z ====================================================================== 2025-10-14T22:32:17.5026848Z ERROR: test_pathlike_bytes (test.test_os.test_os.ReadlinkTests.test_pathlike_bytes) 2025-10-14T22:32:17.5030257Z ---------------------------------------------------------------------- 2025-10-14T22:32:17.5033165Z Traceback (most recent call last): 2025-10-14T22:32:17.5036160Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 373, in unlink 2025-10-14T22:32:17.5037708Z _unlink(filename) 2025-10-14T22:32:17.5040139Z ~~~~~~~^^^^^^^^^^ 2025-10-14T22:32:17.5042724Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 417, in _unlink 2025-10-14T22:32:17.5053428Z _waitfor(os.unlink, filename) 2025-10-14T22:32:17.5055588Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:17.5058139Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 404, in _waitfor 2025-10-14T22:32:17.5061732Z if not (L if waitall else name in L): 2025-10-14T22:32:17.5064520Z ^^^^^^^^^ 2025-10-14T22:32:17.5070436Z BytesWarning: Comparison between bytes and string 2025-10-14T22:32:17.5071927Z 2025-10-14T22:32:17.5075123Z ---------------------------------------------------------------------- 2025-10-14T22:32:17.5077531Z Ran 349 tests in 8.204s 2025-10-14T22:32:17.5079012Z 2025-10-14T22:32:17.5113858Z FAILED (errors=2, skipped=134) 2025-10-14T22:32:17.5114777Z test test.test_os.test_os failed 2025-10-14T22:32:17.5125886Z 0:06:33 load avg: 22.33 [323/495/47] test_termios skipped -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5131924Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6280æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6280æ' 2025-10-14T22:32:17.5151038Z Traceback (most recent call last): 2025-10-14T22:32:17.5156512Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:17.5172910Z os.mkdir(path) 2025-10-14T22:32:17.5174843Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:17.5177025Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6280æ' 2025-10-14T22:32:17.5183860Z Stack (most recent call last): 2025-10-14T22:32:17.5185885Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:17.5188960Z File "", line 88, in _run_code 2025-10-14T22:32:17.5197559Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:17.5199812Z main() 2025-10-14T22:32:17.5214554Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:17.5223425Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:17.5226646Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:17.5234788Z return next(self.gen) 2025-10-14T22:32:17.5240745Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:17.5248129Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:17.5255565Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6280æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6280æ' 2025-10-14T22:32:17.5266015Z Traceback (most recent call last): 2025-10-14T22:32:17.5269254Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:17.5286489Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:17.5289127Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:17.5291376Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6280æ' 2025-10-14T22:32:17.5293919Z Stack (most recent call last): 2025-10-14T22:32:17.5295570Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:17.5300149Z File "", line 88, in _run_code 2025-10-14T22:32:17.5302968Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:17.5306927Z main() 2025-10-14T22:32:17.5309054Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:17.5316975Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:17.5320181Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:17.5322767Z return next(self.gen) 2025-10-14T22:32:17.5324440Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:17.5338820Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:17.5342036Z test_termios skipped -- No module named 'termios' 2025-10-14T22:32:17.5345364Z 0:06:33 load avg: 22.33 [324/495/47] test.test_asyncio.test_sslproto passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5466009Z 0:06:33 load avg: 22.33 [325/495/47] test_graphlib passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5524130Z 0:06:33 load avg: 22.33 [326/495/47] test_bigaddrspace passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5558418Z 0:06:33 load avg: 22.33 [327/495/47] test_optimizer passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5641860Z 0:06:33 load avg: 22.33 [328/495/47] test_calendar passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5700355Z 0:06:33 load avg: 22.33 [329/495/47] test_generators passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5737879Z 0:06:33 load avg: 22.33 [330/495/47] test_audit passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5828487Z 0:06:33 load avg: 22.33 [331/495/47] test_getpath passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5831919Z 0:06:33 load avg: 22.07 [332/495/47] test_threading_local passed -- running (1): test.test_multiprocessing_spawn.test_misc (1 min 16 sec) 2025-10-14T22:32:17.5839416Z 0:06:38 load avg: 21.30 [333/495/47] test.test_asyncio.test_graph passed 2025-10-14T22:32:17.8238283Z 0:06:39 load avg: 21.30 [334/495/47] test_numeric_tower passed 2025-10-14T22:32:17.8377555Z 0:06:39 load avg: 21.30 [335/495/47] test_slice passed 2025-10-14T22:32:17.8496304Z 0:06:39 load avg: 21.30 [336/495/48] test.test_multiprocessing_spawn.test_misc failed (env changed) (1 min 19 sec) 2025-10-14T22:32:17.8624875Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6552æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6552æ' 2025-10-14T22:32:17.8719594Z Traceback (most recent call last): 2025-10-14T22:32:17.9007413Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:18.0426192Z os.mkdir(path) 2025-10-14T22:32:18.0881949Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:18.1072121Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6552æ' 2025-10-14T22:32:18.1154249Z Stack (most recent call last): 2025-10-14T22:32:18.1517442Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:18.1677063Z File "", line 88, in _run_code 2025-10-14T22:32:18.1679169Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:18.1776547Z main() 2025-10-14T22:32:18.1786150Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:18.1834215Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:18.1839974Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:18.1840695Z return next(self.gen) 2025-10-14T22:32:18.1841311Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:18.1841978Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:18.1843137Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6552æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6552æ' 2025-10-14T22:32:18.1844028Z Traceback (most recent call last): 2025-10-14T22:32:18.1844631Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:18.1845271Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:18.1845794Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:18.1846416Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6552æ' 2025-10-14T22:32:18.1847072Z Stack (most recent call last): 2025-10-14T22:32:18.1847637Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:18.1848245Z File "", line 88, in _run_code 2025-10-14T22:32:18.1848870Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:18.1849447Z main() 2025-10-14T22:32:18.1850001Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:18.1850563Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:18.1851053Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:18.1851525Z return next(self.gen) 2025-10-14T22:32:18.1987781Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:18.2061427Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:18.2493634Z test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse) ... ok 2025-10-14T22:32:18.4771828Z test_fork (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_fork) ... skipped 'Linux only' 2025-10-14T22:32:18.6709536Z test_forkpty (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_forkpty) ... skipped 'Linux only' 2025-10-14T22:32:18.6739294Z test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__) ... ok 2025-10-14T22:32:18.6890566Z test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) ... skipped 'fork specific test' 2025-10-14T22:32:18.6892588Z test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool) ... ok 2025-10-14T22:32:18.7576411Z test_preload_main (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main) ... skipped 'forkserver specific test' 2025-10-14T22:32:18.7646642Z test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... ok 2025-10-14T22:32:18.7656174Z test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure) ... ok 2025-10-14T22:32:18.7689990Z test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure) ... ok 2025-10-14T22:32:18.7749966Z test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass) ... skipped 'Linux only' 2025-10-14T22:32:18.7786659Z test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_spawn.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances) ... ok 2025-10-14T22:32:18.7908920Z test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd) ... ok 2025-10-14T22:32:19.0096838Z test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags) ... ok 2025-10-14T22:32:19.0287684Z test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock) ... ok 2025-10-14T22:32:19.0300899Z test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore) ... skipped 'requires SIGUSR1' 2025-10-14T22:32:19.0631510Z test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener) ... skipped 'requires SIGUSR1' 2025-10-14T22:32:19.0686403Z test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer) ... ok 2025-10-14T22:32:19.0726064Z test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer) ... ok 2025-10-14T22:32:19.2128321Z test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... skipped 'test requires that fork exists.' 2025-10-14T22:32:19.2543533Z test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family) ... skipped 'skipped on Windows' 2025-10-14T22:32:19.2547359Z test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) ... ok 2025-10-14T22:32:19.2572996Z test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles) ... skipped 'skipped on Windows' 2025-10-14T22:32:19.2629925Z test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch) ... ok 2025-10-14T22:32:19.2657627Z test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get) ... ok 2025-10-14T22:32:19.2658733Z test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn) ... ok 2025-10-14T22:32:19.2678243Z test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb) ... ok 2025-10-14T22:32:19.2679231Z test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok 2025-10-14T22:32:19.2680177Z test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2681340Z test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2682290Z test_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code) 2025-10-14T22:32:19.2683096Z Test the exit code of the resource tracker. ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2683931Z test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2684954Z test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2685907Z test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2700208Z test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2701437Z test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:32:19.2730992Z test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close) ... ok 2025-10-14T22:32:19.2732594Z test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed) ... ok 2025-10-14T22:32:19.2733573Z test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty) ... ok 2025-10-14T22:32:19.2762717Z test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions) ... ok 2025-10-14T22:32:19.2764152Z test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context) ... ok 2025-10-14T22:32:19.2765258Z test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types) ... skipped 'forkserver should be available' 2025-10-14T22:32:19.2795991Z test_get_all_start_methods (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all_start_methods) ... ok 2025-10-14T22:32:19.2797435Z test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod) ... skipped 'Only Spawn on windows so no risk of mixing' 2025-10-14T22:32:19.2809165Z test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod) ... ok 2025-10-14T22:32:19.2841470Z test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" 2025-10-14T22:32:19.2843101Z test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get) ... ok 2025-10-14T22:32:19.2848580Z test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing) ... ok 2025-10-14T22:32:19.2879952Z test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process) ... ok 2025-10-14T22:32:19.2881070Z test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process) ... ok 2025-10-14T22:32:19.2882411Z test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array) ... ok 2025-10-14T22:32:19.2883271Z test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier) ... ok 2025-10-14T22:32:19.2884120Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore) ... ok 2025-10-14T22:32:19.2885144Z test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition) ... ok 2025-10-14T22:32:19.2886048Z test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict) ... ok 2025-10-14T22:32:19.2886971Z test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event) ... ok 2025-10-14T22:32:19.2887789Z test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue) ... ok 2025-10-14T22:32:19.2888613Z test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list) ... ok 2025-10-14T22:32:19.2889574Z test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock) ... ok 2025-10-14T22:32:19.2890373Z test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace) ... ok 2025-10-14T22:32:19.2891224Z test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool) ... ok 2025-10-14T22:32:19.2892124Z test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue) ... ok 2025-10-14T22:32:19.2892925Z test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock) ... ok 2025-10-14T22:32:19.2893717Z test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore) ... ok 2025-10-14T22:32:19.2894521Z test_set (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set) ... ok 2025-10-14T22:32:19.2895364Z test_set_contain_all_method (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_contain_all_method) ... ok 2025-10-14T22:32:19.2896236Z test_set_init (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_init) ... ok 2025-10-14T22:32:19.2897047Z test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value) ... ok 2025-10-14T22:32:19.2897811Z test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout) ... ok 2025-10-14T22:32:19.2898516Z test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout) ... ok 2025-10-14T22:32:19.2899188Z test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait) ... ok 2025-10-14T22:32:19.2899901Z test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) ... ok 2025-10-14T22:32:19.2900565Z test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow) ... ok 2025-10-14T22:32:19.2901353Z test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket) ... ok 2025-10-14T22:32:19.2902117Z test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow) ... ok 2025-10-14T22:32:19.2902860Z test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) ... ok 2025-10-14T22:32:19.2903586Z test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import) ... ok 2025-10-14T22:32:19.2904099Z 2025-10-14T22:32:19.2904687Z ---------------------------------------------------------------------- 2025-10-14T22:32:19.2908283Z Ran 77 tests in 79.380s 2025-10-14T22:32:19.2909195Z 2025-10-14T22:32:19.2914965Z OK (skipped=21) 2025-10-14T22:32:19.2915691Z Warning -- files was modified by test.test_multiprocessing_spawn.test_misc 2025-10-14T22:32:19.2922049Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:19.2925513Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_2044_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:19.2927177Z 0:06:40 load avg: 21.09 [337/495/48] test_peepholer passed 2025-10-14T22:32:19.2932080Z 0:06:40 load avg: 21.09 [338/495/49] test_unpack failed (env changed) 2025-10-14T22:32:19.2934236Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_2004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:32:19.2935240Z Traceback (most recent call last): 2025-10-14T22:32:19.2942102Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:19.2943845Z os.mkdir(path) 2025-10-14T22:32:19.2944789Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:19.2950684Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:32:19.2951963Z Stack (most recent call last): 2025-10-14T22:32:19.2952743Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:19.2953779Z File "", line 88, in _run_code 2025-10-14T22:32:19.2954453Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:19.2955034Z main() 2025-10-14T22:32:19.2955570Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:19.2956100Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:19.2956729Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:19.2957207Z return next(self.gen) 2025-10-14T22:32:19.2957694Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:19.2958190Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:19.2959104Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_2004æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:32:19.2959913Z Traceback (most recent call last): 2025-10-14T22:32:19.2960569Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:19.2961185Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:19.2961734Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:19.2962296Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_2004æ' 2025-10-14T22:32:19.2962843Z Stack (most recent call last): 2025-10-14T22:32:19.2963349Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:19.2963910Z File "", line 88, in _run_code 2025-10-14T22:32:19.2964425Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:19.2964888Z main() 2025-10-14T22:32:19.2965377Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:19.2965928Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:19.2966569Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:19.2967130Z return next(self.gen) 2025-10-14T22:32:19.2967566Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:19.2968410Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:19.2969269Z test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored) ... ok 2025-10-14T22:32:19.2969931Z doctests (test.test_unpack.__test__) 2025-10-14T22:32:19.2970715Z Doctest: test.test_unpack.__test__.doctests ... ok 2025-10-14T22:32:19.2971185Z 2025-10-14T22:32:19.2971802Z ---------------------------------------------------------------------- 2025-10-14T22:32:19.2972435Z Ran 2 tests in 0.012s 2025-10-14T22:32:19.2972803Z 2025-10-14T22:32:19.2973300Z OK 2025-10-14T22:32:19.2973796Z Warning -- files was modified by test_unpack 2025-10-14T22:32:19.2975514Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_2044_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:19.2977498Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:19.2980057Z 0:06:40 load avg: 21.09 [339/495/49] test.test_os.test_windows passed 2025-10-14T22:32:19.2987487Z 0:06:40 load avg: 21.09 [340/495/49] test__opcode passed 2025-10-14T22:32:19.2988450Z 0:06:40 load avg: 21.09 [341/495/49] test_baseexception passed 2025-10-14T22:32:20.9896292Z 0:06:42 load avg: 20.86 [342/495/49] test_ctypes passed 2025-10-14T22:32:21.2488092Z 0:06:42 load avg: 20.70 [343/495/49] test_colorsys passed 2025-10-14T22:32:22.3345237Z 0:06:43 load avg: 20.50 [344/495/49] test_http_cookiejar passed 2025-10-14T22:32:22.5838413Z 0:06:43 load avg: 20.50 [345/495/49] test__osx_support passed 2025-10-14T22:32:22.9482146Z 0:06:44 load avg: 20.50 [346/495/49] test_extcall passed 2025-10-14T22:32:23.1828131Z 0:06:44 load avg: 20.45 [347/495/49] test_grp skipped 2025-10-14T22:32:23.1867223Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4540æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4540æ' 2025-10-14T22:32:23.3491959Z Traceback (most recent call last): 2025-10-14T22:32:23.3513927Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:23.3516166Z os.mkdir(path) 2025-10-14T22:32:23.3564854Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:23.3567101Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4540æ' 2025-10-14T22:32:23.3569428Z Stack (most recent call last): 2025-10-14T22:32:23.3585183Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:23.3591809Z File "", line 88, in _run_code 2025-10-14T22:32:23.3616470Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:23.3677481Z main() 2025-10-14T22:32:23.3714192Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:23.4082330Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:23.4089093Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:23.4091177Z return next(self.gen) 2025-10-14T22:32:23.4092759Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:23.4106772Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:23.4108497Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4540æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4540æ' 2025-10-14T22:32:23.4113156Z Traceback (most recent call last): 2025-10-14T22:32:23.4114373Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:23.4115743Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:23.4120334Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:23.4121971Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4540æ' 2025-10-14T22:32:23.4223921Z Stack (most recent call last): 2025-10-14T22:32:23.4225426Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:23.4227103Z File "", line 88, in _run_code 2025-10-14T22:32:23.4230349Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:23.4231599Z main() 2025-10-14T22:32:23.4232438Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:23.4233830Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:23.4234825Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:23.4236150Z return next(self.gen) 2025-10-14T22:32:23.4237146Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:23.4238564Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:23.4239509Z test_grp skipped -- No module named 'grp' 2025-10-14T22:32:23.4241034Z 0:06:44 load avg: 20.45 [348/495/49] test_smtplib passed 2025-10-14T22:32:23.8622324Z 0:06:45 load avg: 20.45 [349/495/49] test__locale passed 2025-10-14T22:32:24.0206460Z 0:06:45 load avg: 20.45 [350/495/50] test.test_concurrent_futures.test_deadlock failed (env changed) 2025-10-14T22:32:24.0244164Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7060æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7060æ' 2025-10-14T22:32:24.2359017Z Traceback (most recent call last): 2025-10-14T22:32:24.2381504Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:24.2384417Z os.mkdir(path) 2025-10-14T22:32:24.2519371Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:24.2521197Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7060æ' 2025-10-14T22:32:24.2523067Z Stack (most recent call last): 2025-10-14T22:32:24.2563833Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:24.2585941Z File "", line 88, in _run_code 2025-10-14T22:32:24.2634085Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:24.2669368Z main() 2025-10-14T22:32:24.2670598Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:24.2673510Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:24.4552544Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:24.4668788Z return next(self.gen) 2025-10-14T22:32:24.4749307Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:24.4920284Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:24.5049336Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7060æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7060æ' 2025-10-14T22:32:24.5074805Z Traceback (most recent call last): 2025-10-14T22:32:24.5122549Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:24.5197280Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:24.5379022Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:24.6542602Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7060æ' 2025-10-14T22:32:24.8374864Z Stack (most recent call last): 2025-10-14T22:32:24.8500723Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:24.8711409Z File "", line 88, in _run_code 2025-10-14T22:32:24.8846017Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:24.9032823Z main() 2025-10-14T22:32:24.9162967Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:25.1178188Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:25.1236876Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:25.1428473Z return next(self.gen) 2025-10-14T22:32:25.1447812Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:25.1494373Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:25.1573752Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.1607565Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' 2025-10-14T22:32:25.1660938Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.1741161Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.4100507Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' 2025-10-14T22:32:25.4775893Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.4799378Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.4809783Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.4978172Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:32:25.5006303Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.5213782Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.5304145Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.5394965Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:32:25.5500513Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' 2025-10-14T22:32:25.5551188Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' 2025-10-14T22:32:25.5592935Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' 2025-10-14T22:32:25.8294843Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.8408958Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' 2025-10-14T22:32:25.8413246Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.8417657Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.8434417Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' 2025-10-14T22:32:25.8441414Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.8460157Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.8467487Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.8495588Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:32:25.8699226Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:32:25.8801486Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:25.9211734Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:32:26.1667036Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:32:26.2275734Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' 2025-10-14T22:32:26.3338338Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' 2025-10-14T22:32:26.3968479Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' 2025-10-14T22:32:26.4348667Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) ... ok 2025-10-14T22:32:26.4562403Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) ... ok 2025-10-14T22:32:26.4579058Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... ok 2025-10-14T22:32:26.4638524Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... ok 2025-10-14T22:32:26.4796839Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) ... ok 2025-10-14T22:32:26.4797859Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) ... ok 2025-10-14T22:32:26.4800059Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... ok 2025-10-14T22:32:26.4807171Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... ok 2025-10-14T22:32:26.4808106Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... ok 2025-10-14T22:32:26.4808916Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) ... ok 2025-10-14T22:32:26.4809631Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... ok 2025-10-14T22:32:26.4810412Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... ok 2025-10-14T22:32:26.4811152Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... ok 2025-10-14T22:32:26.4813479Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'Tested platform does not support the alarm signal' 2025-10-14T22:32:26.4814409Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) ... ok 2025-10-14T22:32:26.4815052Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... ok 2025-10-14T22:32:26.4815447Z 2025-10-14T22:32:26.4815831Z ---------------------------------------------------------------------- 2025-10-14T22:32:26.4816230Z Ran 48 tests in 10.187s 2025-10-14T22:32:26.4816441Z 2025-10-14T22:32:26.4816793Z OK (skipped=33) 2025-10-14T22:32:26.4817240Z Warning -- files was modified by test.test_concurrent_futures.test_deadlock 2025-10-14T22:32:26.4819019Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_2044_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:26.4820787Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:26.4822093Z 0:06:46 load avg: 20.47 [351/495/50] test_html passed 2025-10-14T22:32:26.5608096Z 0:06:47 load avg: 20.47 [352/495/50] test_ftplib passed 2025-10-14T22:32:31.8333203Z 0:06:47 load avg: 20.47 [353/495/50] test.test_gdb.test_misc skipped 2025-10-14T22:32:31.8579033Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6912æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6912æ' 2025-10-14T22:32:31.8797724Z Traceback (most recent call last): 2025-10-14T22:32:31.8822453Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:32.0519312Z os.mkdir(path) 2025-10-14T22:32:32.0779804Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:32.1367982Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6912æ' 2025-10-14T22:32:32.2426796Z Stack (most recent call last): 2025-10-14T22:32:32.2700361Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:32.3282783Z File "", line 88, in _run_code 2025-10-14T22:32:32.4329346Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:32.4661488Z main() 2025-10-14T22:32:32.5092638Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:32.6116153Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2002264Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2003141Z return next(self.gen) 2025-10-14T22:32:38.2003665Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:38.2004188Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:38.2005306Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6912æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6912æ' 2025-10-14T22:32:38.2005984Z Traceback (most recent call last): 2025-10-14T22:32:38.2006495Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:38.2007004Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:38.2007441Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:38.2007947Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6912æ' 2025-10-14T22:32:38.2008512Z Stack (most recent call last): 2025-10-14T22:32:38.2008974Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2009571Z File "", line 88, in _run_code 2025-10-14T22:32:38.2010077Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2010556Z main() 2025-10-14T22:32:38.2011013Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2011516Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2012011Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2012470Z return next(self.gen) 2025-10-14T22:32:38.2012924Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:38.2013426Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:38.2013934Z test.test_gdb.test_misc skipped -- test_gdb doesn't work on Windows 2025-10-14T22:32:38.2014475Z 0:06:47 load avg: 20.47 [354/495/50] test_isinstance passed 2025-10-14T22:32:38.2014987Z 0:06:47 load avg: 20.47 [355/495/50] test_dbm_ndbm skipped 2025-10-14T22:32:38.2015869Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_7708æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7708æ' 2025-10-14T22:32:38.2016726Z Traceback (most recent call last): 2025-10-14T22:32:38.2017221Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:38.2017705Z os.mkdir(path) 2025-10-14T22:32:38.2018114Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:38.2018606Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7708æ' 2025-10-14T22:32:38.2019133Z Stack (most recent call last): 2025-10-14T22:32:38.2019594Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2020066Z File "", line 88, in _run_code 2025-10-14T22:32:38.2058823Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2059405Z main() 2025-10-14T22:32:38.2059965Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2060494Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2061005Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2061479Z return next(self.gen) 2025-10-14T22:32:38.2061946Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:38.2062448Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:38.2063441Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_7708æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7708æ' 2025-10-14T22:32:38.2064089Z Traceback (most recent call last): 2025-10-14T22:32:38.2064584Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:38.2065099Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:38.2065530Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:38.2066026Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_7708æ' 2025-10-14T22:32:38.2066570Z Stack (most recent call last): 2025-10-14T22:32:38.2067049Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2067528Z File "", line 88, in _run_code 2025-10-14T22:32:38.2068018Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2068473Z main() 2025-10-14T22:32:38.2068907Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2069403Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2069889Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2070337Z return next(self.gen) 2025-10-14T22:32:38.2070814Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:38.2071309Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:38.2071877Z test_dbm_ndbm skipped -- No module named '_dbm' 2025-10-14T22:32:38.2072414Z 0:06:47 load avg: 20.47 [356/495/50] test.test_multiprocessing_fork.test_threads skipped 2025-10-14T22:32:38.2073331Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_8592æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8592æ' 2025-10-14T22:32:38.2073969Z Traceback (most recent call last): 2025-10-14T22:32:38.2074461Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:38.2074903Z os.mkdir(path) 2025-10-14T22:32:38.2075291Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:38.2075811Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8592æ' 2025-10-14T22:32:38.2076360Z Stack (most recent call last): 2025-10-14T22:32:38.2076834Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2077351Z File "", line 88, in _run_code 2025-10-14T22:32:38.2077833Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2078284Z main() 2025-10-14T22:32:38.2078899Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2079407Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2079897Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2080353Z return next(self.gen) 2025-10-14T22:32:38.2080813Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:38.2081303Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:38.2082186Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_8592æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8592æ' 2025-10-14T22:32:38.2082974Z Traceback (most recent call last): 2025-10-14T22:32:38.2083458Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:38.2084020Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:38.2084453Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:38.2084958Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_8592æ' 2025-10-14T22:32:38.2085592Z Stack (most recent call last): 2025-10-14T22:32:38.2086050Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2086524Z File "", line 88, in _run_code 2025-10-14T22:32:38.2087011Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2087448Z main() 2025-10-14T22:32:38.2087881Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2088375Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2088861Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2089304Z return next(self.gen) 2025-10-14T22:32:38.2089775Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:38.2090283Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:38.2090820Z test.test_multiprocessing_fork.test_threads skipped -- fork is not available on Windows 2025-10-14T22:32:38.2091409Z 0:06:59 load avg: 20.41 [357/495/50] test.test_multiprocessing_fork.test_misc skipped 2025-10-14T22:32:38.2092315Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3488æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3488æ' 2025-10-14T22:32:38.2092947Z Traceback (most recent call last): 2025-10-14T22:32:38.2093437Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:38.2093897Z os.mkdir(path) 2025-10-14T22:32:38.2094303Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:38.2094793Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3488æ' 2025-10-14T22:32:38.2095389Z Stack (most recent call last): 2025-10-14T22:32:38.2095834Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2096323Z File "", line 88, in _run_code 2025-10-14T22:32:38.2096803Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2097260Z main() 2025-10-14T22:32:38.2097748Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2098243Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2098726Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2100720Z return next(self.gen) 2025-10-14T22:32:38.2209436Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:38.2210087Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:38.2211054Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3488æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3488æ' 2025-10-14T22:32:38.2211716Z Traceback (most recent call last): 2025-10-14T22:32:38.2212376Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:38.2212882Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:38.2213314Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:38.2213829Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3488æ' 2025-10-14T22:32:38.2214388Z Stack (most recent call last): 2025-10-14T22:32:38.2214861Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:38.2215342Z File "", line 88, in _run_code 2025-10-14T22:32:38.2215839Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:38.2216427Z main() 2025-10-14T22:32:38.2216876Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:38.2217467Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:38.2217976Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:38.2218454Z return next(self.gen) 2025-10-14T22:32:38.2218930Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:38.2219429Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:38.2219961Z test.test_multiprocessing_fork.test_misc skipped -- fork is not available on Windows 2025-10-14T22:32:38.8720660Z 0:06:59 load avg: 20.41 [358/495/50] test_thread passed 2025-10-14T22:32:39.0014334Z 0:06:59 load avg: 20.41 [359/495/51] test_sched failed (env changed) 2025-10-14T22:32:39.0247125Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_3200æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:32:39.0865381Z Traceback (most recent call last): 2025-10-14T22:32:39.2050992Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:39.2808196Z os.mkdir(path) 2025-10-14T22:32:39.4216029Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:39.4752843Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:32:39.6168584Z Stack (most recent call last): 2025-10-14T22:32:39.6705504Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:39.7208729Z File "", line 88, in _run_code 2025-10-14T22:32:39.8276857Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:40.1058336Z main() 2025-10-14T22:32:40.4617934Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:40.7589755Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:40.9048620Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:41.0094030Z return next(self.gen) 2025-10-14T22:32:41.0613335Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:41.1729385Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:41.1737072Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_3200æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:32:41.1785582Z Traceback (most recent call last): 2025-10-14T22:32:41.1832181Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:41.1889290Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:41.2112482Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:41.2153193Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_3200æ' 2025-10-14T22:32:41.3069242Z Stack (most recent call last): 2025-10-14T22:32:41.4954059Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:41.5024667Z File "", line 88, in _run_code 2025-10-14T22:32:41.5332751Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:41.5376075Z main() 2025-10-14T22:32:41.5411932Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:41.5419994Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:41.5442444Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:41.5468977Z return next(self.gen) 2025-10-14T22:32:41.5509417Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:41.7523872Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:41.8283781Z test_args_kwargs (test.test_sched.TestCase.test_args_kwargs) ... ok 2025-10-14T22:32:41.8450442Z test_cancel (test.test_sched.TestCase.test_cancel) ... ok 2025-10-14T22:32:42.0151254Z test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent) ... ok 2025-10-14T22:32:42.1200385Z test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event) ... ok 2025-10-14T22:32:42.1245588Z test_empty (test.test_sched.TestCase.test_empty) ... ok 2025-10-14T22:32:42.2447319Z test_enter (test.test_sched.TestCase.test_enter) ... ok 2025-10-14T22:32:42.4019264Z test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent) ... ok 2025-10-14T22:32:42.4074833Z test_enterabs (test.test_sched.TestCase.test_enterabs) ... ok 2025-10-14T22:32:42.4159791Z test_priority (test.test_sched.TestCase.test_priority) ... ok 2025-10-14T22:32:42.4214851Z test_queue (test.test_sched.TestCase.test_queue) ... ok 2025-10-14T22:32:42.5111378Z test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking) ... ok 2025-10-14T22:32:42.7040740Z 2025-10-14T22:32:42.8093286Z ---------------------------------------------------------------------- 2025-10-14T22:32:42.9569331Z Ran 11 tests in 1.769s 2025-10-14T22:32:43.0899659Z 2025-10-14T22:32:43.1000990Z OK 2025-10-14T22:32:43.2062091Z Warning -- files was modified by test_sched 2025-10-14T22:32:43.4094696Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:43.4198850Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7536_tmpæ.pth', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '__testdir__/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:43.6145894Z 0:07:03 load avg: 20.55 [360/495/51] test.test_asyncio.test_windows_events passed 2025-10-14T22:32:43.7037005Z 0:07:04 load avg: 20.63 [361/495/51] test_bdb passed 2025-10-14T22:32:45.4216544Z 0:07:06 load avg: 20.66 [362/495/51] test_site passed 2025-10-14T22:32:45.5697924Z 0:07:06 load avg: 20.66 [363/495/52] test_decimal failed (env changed) 2025-10-14T22:32:45.7000062Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_9212æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_9212æ' 2025-10-14T22:32:45.7616164Z Traceback (most recent call last): 2025-10-14T22:32:46.0312058Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:46.0361974Z os.mkdir(path) 2025-10-14T22:32:46.0372369Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:46.0581633Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_9212æ' 2025-10-14T22:32:46.1032884Z Stack (most recent call last): 2025-10-14T22:32:46.1220478Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:46.1319406Z File "", line 88, in _run_code 2025-10-14T22:32:46.1357253Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:46.1398010Z main() 2025-10-14T22:32:46.1456634Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:46.1475392Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:46.1506007Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:46.3528892Z return next(self.gen) 2025-10-14T22:32:46.3576120Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:46.3748635Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:46.4040285Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_9212æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_9212æ' 2025-10-14T22:32:46.4045764Z Traceback (most recent call last): 2025-10-14T22:32:46.4046982Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:46.4135841Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:47.6788300Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:47.6789541Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_9212æ' 2025-10-14T22:32:47.6790224Z Stack (most recent call last): 2025-10-14T22:32:47.6790774Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:47.6791747Z File "", line 88, in _run_code 2025-10-14T22:32:47.6792579Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:47.6793216Z main() 2025-10-14T22:32:47.6793664Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:47.6794331Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:47.6794870Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:47.6795297Z return next(self.gen) 2025-10-14T22:32:47.6795691Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:47.6796115Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:47.6796601Z test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition) ... ok 2025-10-14T22:32:47.6797176Z test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign) ... ok 2025-10-14T22:32:47.6797897Z test_division (test.test_decimal.CArithmeticOperatorsTest.test_division) ... ok 2025-10-14T22:32:47.6798494Z test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module) ... ok 2025-10-14T22:32:47.6799121Z test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division) ... ok 2025-10-14T22:32:47.6799688Z test_module (test.test_decimal.CArithmeticOperatorsTest.test_module) ... ok 2025-10-14T22:32:47.6800218Z test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication) ... ok 2025-10-14T22:32:47.6800730Z test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons) ... ok 2025-10-14T22:32:47.6801344Z test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering) ... ok 2025-10-14T22:32:47.6801916Z test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction) ... ok 2025-10-14T22:32:47.6802597Z test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators) ... ok 2025-10-14T22:32:47.6803161Z test__clamp (test.test_decimal.CContextAPItests.test__clamp) ... ok 2025-10-14T22:32:47.6803693Z test_abs (test.test_decimal.CContextAPItests.test_abs) ... ok 2025-10-14T22:32:47.6804498Z test_add (test.test_decimal.CContextAPItests.test_add) ... ok 2025-10-14T22:32:47.6805019Z test_compare (test.test_decimal.CContextAPItests.test_compare) ... ok 2025-10-14T22:32:47.6805546Z test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal) ... ok 2025-10-14T22:32:47.6806204Z test_compare_total (test.test_decimal.CContextAPItests.test_compare_total) ... ok 2025-10-14T22:32:47.6806767Z test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag) ... ok 2025-10-14T22:32:47.6807323Z test_copy (test.test_decimal.CContextAPItests.test_copy) ... ok 2025-10-14T22:32:47.6807851Z test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs) ... ok 2025-10-14T22:32:47.6808532Z test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal) ... ok 2025-10-14T22:32:47.6808986Z test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate) ... ok 2025-10-14T22:32:47.6809529Z test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign) ... ok 2025-10-14T22:32:47.6809979Z test_divide (test.test_decimal.CContextAPItests.test_divide) ... ok 2025-10-14T22:32:47.6810419Z test_divide_int (test.test_decimal.CContextAPItests.test_divide_int) ... ok 2025-10-14T22:32:47.6810878Z test_divmod (test.test_decimal.CContextAPItests.test_divmod) ... ok 2025-10-14T22:32:47.6811440Z test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types) ... ok 2025-10-14T22:32:47.6812118Z test_exp (test.test_decimal.CContextAPItests.test_exp) ... ok 2025-10-14T22:32:47.6812622Z test_fma (test.test_decimal.CContextAPItests.test_fma) ... ok 2025-10-14T22:32:47.6813147Z test_is_finite (test.test_decimal.CContextAPItests.test_is_finite) ... ok 2025-10-14T22:32:47.6813700Z test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite) ... ok 2025-10-14T22:32:47.6814243Z test_is_nan (test.test_decimal.CContextAPItests.test_is_nan) ... ok 2025-10-14T22:32:47.6814686Z test_is_normal (test.test_decimal.CContextAPItests.test_is_normal) ... ok 2025-10-14T22:32:47.6815150Z test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan) ... ok 2025-10-14T22:32:47.6815620Z test_is_signed (test.test_decimal.CContextAPItests.test_is_signed) ... ok 2025-10-14T22:32:47.6816054Z test_is_snan (test.test_decimal.CContextAPItests.test_is_snan) ... ok 2025-10-14T22:32:47.6816502Z test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal) ... ok 2025-10-14T22:32:47.6816951Z test_is_zero (test.test_decimal.CContextAPItests.test_is_zero) ... ok 2025-10-14T22:32:47.6817363Z test_ln (test.test_decimal.CContextAPItests.test_ln) ... ok 2025-10-14T22:32:47.6817773Z test_log10 (test.test_decimal.CContextAPItests.test_log10) ... ok 2025-10-14T22:32:47.6818189Z test_logb (test.test_decimal.CContextAPItests.test_logb) ... ok 2025-10-14T22:32:47.6818615Z test_logical_and (test.test_decimal.CContextAPItests.test_logical_and) ... ok 2025-10-14T22:32:47.6819063Z test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert) ... ok 2025-10-14T22:32:47.6819511Z test_logical_or (test.test_decimal.CContextAPItests.test_logical_or) ... ok 2025-10-14T22:32:47.6819958Z test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor) ... ok 2025-10-14T22:32:47.6820379Z test_max (test.test_decimal.CContextAPItests.test_max) ... ok 2025-10-14T22:32:47.6820785Z test_max_mag (test.test_decimal.CContextAPItests.test_max_mag) ... ok 2025-10-14T22:32:47.6821243Z test_min (test.test_decimal.CContextAPItests.test_min) ... ok 2025-10-14T22:32:47.6821757Z test_min_mag (test.test_decimal.CContextAPItests.test_min_mag) ... ok 2025-10-14T22:32:47.6822378Z test_minus (test.test_decimal.CContextAPItests.test_minus) ... ok 2025-10-14T22:32:47.6822922Z test_multiply (test.test_decimal.CContextAPItests.test_multiply) ... ok 2025-10-14T22:32:47.6823479Z test_next_minus (test.test_decimal.CContextAPItests.test_next_minus) ... ok 2025-10-14T22:32:47.6824033Z test_next_plus (test.test_decimal.CContextAPItests.test_next_plus) ... ok 2025-10-14T22:32:47.6824609Z test_next_toward (test.test_decimal.CContextAPItests.test_next_toward) ... ok 2025-10-14T22:32:47.6825135Z test_none_args (test.test_decimal.CContextAPItests.test_none_args) ... ok 2025-10-14T22:32:47.6825715Z test_normalize (test.test_decimal.CContextAPItests.test_normalize) ... ok 2025-10-14T22:32:47.6826292Z test_number_class (test.test_decimal.CContextAPItests.test_number_class) ... ok 2025-10-14T22:32:47.6826778Z test_pickle (test.test_decimal.CContextAPItests.test_pickle) ... ok 2025-10-14T22:32:47.6827207Z test_plus (test.test_decimal.CContextAPItests.test_plus) ... ok 2025-10-14T22:32:47.6827637Z test_power (test.test_decimal.CContextAPItests.test_power) ... ok 2025-10-14T22:32:47.6828188Z test_quantize (test.test_decimal.CContextAPItests.test_quantize) ... ok 2025-10-14T22:32:47.6828628Z test_remainder (test.test_decimal.CContextAPItests.test_remainder) ... ok 2025-10-14T22:32:47.6829077Z test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near) ... ok 2025-10-14T22:32:47.6829515Z test_rotate (test.test_decimal.CContextAPItests.test_rotate) ... ok 2025-10-14T22:32:47.6829952Z test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum) ... ok 2025-10-14T22:32:47.6830375Z test_scaleb (test.test_decimal.CContextAPItests.test_scaleb) ... ok 2025-10-14T22:32:47.6830797Z test_shift (test.test_decimal.CContextAPItests.test_shift) ... ok 2025-10-14T22:32:47.6831349Z test_sqrt (test.test_decimal.CContextAPItests.test_sqrt) ... ok 2025-10-14T22:32:47.6831794Z test_subtract (test.test_decimal.CContextAPItests.test_subtract) ... ok 2025-10-14T22:32:47.6832279Z test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string) ... ok 2025-10-14T22:32:47.6832728Z test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact) ... ok 2025-10-14T22:32:47.6833210Z test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value) ... ok 2025-10-14T22:32:47.6833690Z test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string) ... ok 2025-10-14T22:32:47.6834159Z test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons) ... ok 2025-10-14T22:32:47.6834657Z test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant) ... ok 2025-10-14T22:32:47.6835097Z test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison) ... ok 2025-10-14T22:32:47.6835524Z test_float_operation (test.test_decimal.CContextFlags.test_float_operation) ... ok 2025-10-14T22:32:47.6835984Z test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default) ... ok 2025-10-14T22:32:47.6836436Z test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context) ... ok 2025-10-14T22:32:47.6836898Z test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing) ... ok 2025-10-14T22:32:47.6837414Z test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok 2025-10-14T22:32:47.6837919Z test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext) ... ok 2025-10-14T22:32:47.6838379Z test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs) ... ok 2025-10-14T22:32:47.6838822Z test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg) ... ok 2025-10-14T22:32:47.6839281Z test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements) ... ok 2025-10-14T22:32:47.6839736Z test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1) ... ok 2025-10-14T22:32:47.6840211Z test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2) ... ok 2025-10-14T22:32:47.6840661Z test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3) ... ok 2025-10-14T22:32:47.6841099Z test_adjusted (test.test_decimal.CCoverage.test_adjusted) ... ok 2025-10-14T22:32:47.6841627Z test_canonical (test.test_decimal.CCoverage.test_canonical) ... ok 2025-10-14T22:32:47.6842069Z test_context_repr (test.test_decimal.CCoverage.test_context_repr) ... ok 2025-10-14T22:32:47.6842536Z test_copy (test.test_decimal.CCoverage.test_copy) ... ok 2025-10-14T22:32:47.6842979Z test_create_decimal (test.test_decimal.CCoverage.test_create_decimal) ... ok 2025-10-14T22:32:47.6843390Z test_divmod (test.test_decimal.CCoverage.test_divmod) ... ok 2025-10-14T22:32:47.6843824Z test_implicit_context (test.test_decimal.CCoverage.test_implicit_context) ... ok 2025-10-14T22:32:47.6844228Z test_int (test.test_decimal.CCoverage.test_int) ... ok 2025-10-14T22:32:47.6844726Z test_power (test.test_decimal.CCoverage.test_power) ... ok 2025-10-14T22:32:47.6845159Z test_quantize (test.test_decimal.CCoverage.test_quantize) ... ok 2025-10-14T22:32:47.6845572Z test_radix (test.test_decimal.CCoverage.test_radix) ... ok 2025-10-14T22:32:47.6845984Z test_rop (test.test_decimal.CCoverage.test_rop) ... ok 2025-10-14T22:32:47.6846399Z test_round (test.test_decimal.CCoverage.test_round) ... ok 2025-10-14T22:32:47.6846868Z test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal) ... ok 2025-10-14T22:32:47.6847368Z test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float) ... ok 2025-10-14T22:32:47.6847824Z test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty) ... ok 2025-10-14T22:32:47.6848287Z test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal) ... ok 2025-10-14T22:32:47.6848770Z test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None) ... ok 2025-10-14T22:32:47.6849234Z test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool) ... ok 2025-10-14T22:32:47.6849721Z test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float) ... ok 2025-10-14T22:32:47.6850222Z test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int) ... ok 2025-10-14T22:32:47.6850676Z test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list) ... ok 2025-10-14T22:32:47.6851141Z test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string) ... ok 2025-10-14T22:32:47.6851599Z test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples) ... ok 2025-10-14T22:32:47.6852078Z test_from_number (test.test_decimal.CExplicitConstructionTest.test_from_number) ... ok 2025-10-14T22:32:47.6852538Z test_from_number_subclass (test.test_decimal.CExplicitConstructionTest.test_from_number_subclass) ... ok 2025-10-14T22:32:47.6852986Z test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits) ... ok 2025-10-14T22:32:47.6853446Z test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type) ... ok 2025-10-14T22:32:47.6853910Z test_deprecated_N_format (test.test_decimal.CFormatTest.test_deprecated_N_format) ... ok 2025-10-14T22:32:47.6854326Z test_formatting (test.test_decimal.CFormatTest.test_formatting) ... ok 2025-10-14T22:32:47.6854738Z test_n_format (test.test_decimal.CFormatTest.test_n_format) ... ok 2025-10-14T22:32:47.6855190Z test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format) ... ok 2025-10-14T22:32:47.6855667Z test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding) ... ok 2025-10-14T22:32:47.6856198Z test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator (',' not '\\u066b')" 2025-10-14T22:32:47.6856712Z test_c_context (test.test_decimal.CFunctionality.test_c_context) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6857307Z test_constants (test.test_decimal.CFunctionality.test_constants) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6857739Z test_constants (test.test_decimal.CIEEEContexts.test_constants) ... ok 2025-10-14T22:32:47.6858177Z test_ieee_context (test.test_decimal.CIEEEContexts.test_ieee_context) ... ok 2025-10-14T22:32:47.6858647Z test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal) ... ok 2025-10-14T22:32:47.6859148Z test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None) ... ok 2025-10-14T22:32:47.6859759Z test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float) ... ok 2025-10-14T22:32:47.6860232Z test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int) ... ok 2025-10-14T22:32:47.6860735Z test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string) ... ok 2025-10-14T22:32:47.6861179Z test_rop (test.test_decimal.CImplicitConstructionTest.test_rop) ... ok 2025-10-14T22:32:47.6861583Z test_abc (test.test_decimal.CPythonAPItests.test_abc) ... ok 2025-10-14T22:32:47.6861999Z test_complex (test.test_decimal.CPythonAPItests.test_complex) ... ok 2025-10-14T22:32:47.6862453Z test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float) ... ok 2025-10-14T22:32:47.6862898Z test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy) ... ok 2025-10-14T22:32:47.6863323Z test_from_float (test.test_decimal.CPythonAPItests.test_from_float) ... ok 2025-10-14T22:32:47.6863732Z test_int (test.test_decimal.CPythonAPItests.test_int) ... ok 2025-10-14T22:32:47.6864204Z test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters) ... ok 2025-10-14T22:32:47.6864622Z test_pickle (test.test_decimal.CPythonAPItests.test_pickle) ... ok 2025-10-14T22:32:47.6865054Z test_quantize (test.test_decimal.CPythonAPItests.test_quantize) ... ok 2025-10-14T22:32:47.6865476Z test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints) ... ok 2025-10-14T22:32:47.6865891Z test_trunc (test.test_decimal.CPythonAPItests.test_trunc) ... ok 2025-10-14T22:32:47.6866330Z test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates) ... ok 2025-10-14T22:32:47.6866780Z test_default_context (test.test_decimal.CSpecialContexts.test_default_context) ... ok 2025-10-14T22:32:47.6867201Z test_threading (test.test_decimal.CThreadingTest.test_threading) ... ok 2025-10-14T22:32:47.6867643Z test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio) ... ok 2025-10-14T22:32:47.6868061Z test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero) ... ok 2025-10-14T22:32:47.6868485Z test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple) ... ok 2025-10-14T22:32:47.6868933Z test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators) ... ok 2025-10-14T22:32:47.6869437Z test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int) ... ok 2025-10-14T22:32:47.6869898Z test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods) ... ok 2025-10-14T22:32:47.6870358Z test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison) ... ok 2025-10-14T22:32:47.6870818Z test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison) ... ok 2025-10-14T22:32:47.6871287Z test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison) ... ok 2025-10-14T22:32:47.6871738Z test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip) ... ok 2025-10-14T22:32:47.6872160Z test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method) ... ok 2025-10-14T22:32:47.6872599Z test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan) ... ok 2025-10-14T22:32:47.6873140Z test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context) ... ok 2025-10-14T22:32:47.6873591Z test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods) ... ok 2025-10-14T22:32:47.6874028Z test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float) ... ok 2025-10-14T22:32:47.6874467Z test_none_args (test.test_decimal.CUsabilityTest.test_none_args) ... ok 2025-10-14T22:32:47.6874902Z test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float) ... ok 2025-10-14T22:32:47.6875324Z test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing) ... ok 2025-10-14T22:32:47.6875845Z test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods) ... ok 2025-10-14T22:32:47.6876306Z test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods) ... ok 2025-10-14T22:32:47.6876725Z test_bignum (test.test_decimal.CWhitebox.test_bignum) ... ok 2025-10-14T22:32:47.6877182Z test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors) ... ok 2025-10-14T22:32:47.6877681Z test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6878147Z test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr) ... ok 2025-10-14T22:32:47.6878673Z test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6879149Z test_c_disallow_instantiation (test.test_decimal.CWhitebox.test_c_disallow_instantiation) ... ok 2025-10-14T22:32:47.6879580Z test_c_format (test.test_decimal.CWhitebox.test_c_format) ... ok 2025-10-14T22:32:47.6880018Z test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs) ... ok 2025-10-14T22:32:47.6880456Z test_c_immutable_types (test.test_decimal.CWhitebox.test_c_immutable_types) ... ok 2025-10-14T22:32:47.6880898Z test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction) ... ok 2025-10-14T22:32:47.6881322Z test_c_integral (test.test_decimal.CWhitebox.test_c_integral) ... ok 2025-10-14T22:32:47.6881733Z test_c_round (test.test_decimal.CWhitebox.test_c_round) ... ok 2025-10-14T22:32:47.6882217Z test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6882684Z test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault) ... ok 2025-10-14T22:32:47.6883126Z test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context) ... ok 2025-10-14T22:32:47.6883613Z test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:32:47.6884076Z test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion) ... ok 2025-10-14T22:32:47.6884530Z test_format_fallback_capitals (test.test_decimal.CWhitebox.test_format_fallback_capitals) ... ok 2025-10-14T22:32:47.6884997Z test_format_fallback_rounding (test.test_decimal.CWhitebox.test_format_fallback_rounding) ... ok 2025-10-14T22:32:47.6885414Z test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple) ... ok 2025-10-14T22:32:47.6885881Z test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods) ... ok 2025-10-14T22:32:47.6886336Z test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction) ... ok 2025-10-14T22:32:47.6886763Z test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override) ... ok 2025-10-14T22:32:47.6887267Z test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned) ... ok 2025-10-14T22:32:47.6887705Z test_sizeof (test.test_decimal.CWhitebox.test_sizeof) ... ok 2025-10-14T22:32:47.6888145Z test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions) ... ok 2025-10-14T22:32:47.6888583Z test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes) ... ok 2025-10-14T22:32:47.6889143Z test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes) ... ok 2025-10-14T22:32:47.6889718Z test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes) ... ok 2025-10-14T22:32:47.6890158Z test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition) ... ok 2025-10-14T22:32:47.6890600Z test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign) ... ok 2025-10-14T22:32:47.6891027Z test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division) ... ok 2025-10-14T22:32:47.6891485Z test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module) ... ok 2025-10-14T22:32:47.6892033Z test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division) ... ok 2025-10-14T22:32:47.6892465Z test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module) ... ok 2025-10-14T22:32:47.6892917Z test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication) ... ok 2025-10-14T22:32:47.6893380Z test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons) ... ok 2025-10-14T22:32:47.6893817Z test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering) ... ok 2025-10-14T22:32:47.6894267Z test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction) ... ok 2025-10-14T22:32:47.6894716Z test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators) ... ok 2025-10-14T22:32:47.6895130Z test__clamp (test.test_decimal.PyContextAPItests.test__clamp) ... ok 2025-10-14T22:32:47.6895557Z test_abs (test.test_decimal.PyContextAPItests.test_abs) ... ok 2025-10-14T22:32:47.6895982Z test_add (test.test_decimal.PyContextAPItests.test_add) ... ok 2025-10-14T22:32:47.6896447Z test_compare (test.test_decimal.PyContextAPItests.test_compare) ... ok 2025-10-14T22:32:47.6896895Z test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal) ... ok 2025-10-14T22:32:47.6897326Z test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total) ... ok 2025-10-14T22:32:47.6897810Z test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag) ... ok 2025-10-14T22:32:47.6898231Z test_copy (test.test_decimal.PyContextAPItests.test_copy) ... ok 2025-10-14T22:32:47.6898668Z test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs) ... ok 2025-10-14T22:32:47.6899097Z test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal) ... ok 2025-10-14T22:32:47.6899530Z test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate) ... ok 2025-10-14T22:32:47.6899954Z test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign) ... ok 2025-10-14T22:32:47.6900374Z test_divide (test.test_decimal.PyContextAPItests.test_divide) ... ok 2025-10-14T22:32:47.6900814Z test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int) ... ok 2025-10-14T22:32:47.6901236Z test_divmod (test.test_decimal.PyContextAPItests.test_divmod) ... ok 2025-10-14T22:32:47.6901701Z test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types) ... ok 2025-10-14T22:32:47.6902110Z test_exp (test.test_decimal.PyContextAPItests.test_exp) ... ok 2025-10-14T22:32:47.6902539Z test_fma (test.test_decimal.PyContextAPItests.test_fma) ... ok 2025-10-14T22:32:47.6902969Z test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite) ... ok 2025-10-14T22:32:47.6903417Z test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite) ... ok 2025-10-14T22:32:47.6903839Z test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan) ... ok 2025-10-14T22:32:47.6904272Z test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal) ... ok 2025-10-14T22:32:47.6904690Z test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan) ... ok 2025-10-14T22:32:47.6905108Z test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed) ... ok 2025-10-14T22:32:47.6905645Z test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan) ... ok 2025-10-14T22:32:47.6906098Z test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal) ... ok 2025-10-14T22:32:47.6906531Z test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero) ... ok 2025-10-14T22:32:47.6906947Z test_ln (test.test_decimal.PyContextAPItests.test_ln) ... ok 2025-10-14T22:32:47.6907369Z test_log10 (test.test_decimal.PyContextAPItests.test_log10) ... ok 2025-10-14T22:32:47.6907781Z test_logb (test.test_decimal.PyContextAPItests.test_logb) ... ok 2025-10-14T22:32:47.6908209Z test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and) ... ok 2025-10-14T22:32:47.6908738Z test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert) ... ok 2025-10-14T22:32:47.6909175Z test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or) ... ok 2025-10-14T22:32:47.6909611Z test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor) ... ok 2025-10-14T22:32:47.6910020Z test_max (test.test_decimal.PyContextAPItests.test_max) ... ok 2025-10-14T22:32:47.6910517Z test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag) ... ok 2025-10-14T22:32:47.6910994Z test_min (test.test_decimal.PyContextAPItests.test_min) ... ok 2025-10-14T22:32:47.6911416Z test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag) ... ok 2025-10-14T22:32:47.6911827Z test_minus (test.test_decimal.PyContextAPItests.test_minus) ... ok 2025-10-14T22:32:47.6912263Z test_multiply (test.test_decimal.PyContextAPItests.test_multiply) ... ok 2025-10-14T22:32:47.6912686Z test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus) ... ok 2025-10-14T22:32:47.6913123Z test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus) ... ok 2025-10-14T22:32:47.6913546Z test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward) ... ok 2025-10-14T22:32:47.6913970Z test_none_args (test.test_decimal.PyContextAPItests.test_none_args) ... ok 2025-10-14T22:32:47.6914393Z test_normalize (test.test_decimal.PyContextAPItests.test_normalize) ... ok 2025-10-14T22:32:47.6914855Z test_number_class (test.test_decimal.PyContextAPItests.test_number_class) ... ok 2025-10-14T22:32:47.6915331Z test_pickle (test.test_decimal.PyContextAPItests.test_pickle) ... ok 2025-10-14T22:32:47.6915742Z test_plus (test.test_decimal.PyContextAPItests.test_plus) ... ok 2025-10-14T22:32:47.6916156Z test_power (test.test_decimal.PyContextAPItests.test_power) ... ok 2025-10-14T22:32:47.6916575Z test_quantize (test.test_decimal.PyContextAPItests.test_quantize) ... ok 2025-10-14T22:32:47.6916993Z test_remainder (test.test_decimal.PyContextAPItests.test_remainder) ... ok 2025-10-14T22:32:47.6917431Z test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near) ... ok 2025-10-14T22:32:47.6917857Z test_rotate (test.test_decimal.PyContextAPItests.test_rotate) ... ok 2025-10-14T22:32:47.6918285Z test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum) ... ok 2025-10-14T22:32:47.6918700Z test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb) ... ok 2025-10-14T22:32:47.6919121Z test_shift (test.test_decimal.PyContextAPItests.test_shift) ... ok 2025-10-14T22:32:47.6919529Z test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt) ... ok 2025-10-14T22:32:47.6919957Z test_subtract (test.test_decimal.PyContextAPItests.test_subtract) ... ok 2025-10-14T22:32:47.6920393Z test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string) ... ok 2025-10-14T22:32:47.6920836Z test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact) ... ok 2025-10-14T22:32:47.6921272Z test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value) ... ok 2025-10-14T22:32:47.6921705Z test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string) ... ok 2025-10-14T22:32:47.6922137Z test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons) ... ok 2025-10-14T22:32:47.6923248Z test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant) ... ok 2025-10-14T22:32:47.6923736Z test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison) ... ok 2025-10-14T22:32:47.6924177Z test_float_operation (test.test_decimal.PyContextFlags.test_float_operation) ... ok 2025-10-14T22:32:47.6924671Z test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default) ... ok 2025-10-14T22:32:47.6925123Z test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context) ... ok 2025-10-14T22:32:47.6925569Z test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing) ... ok 2025-10-14T22:32:47.6926858Z test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok 2025-10-14T22:32:47.6927373Z test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext) ... ok 2025-10-14T22:32:47.6927950Z test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs) ... ok 2025-10-14T22:32:47.6928405Z test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg) ... ok 2025-10-14T22:32:47.6928869Z test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements) ... ok 2025-10-14T22:32:47.6929328Z test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1) ... ok 2025-10-14T22:32:47.6929798Z test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2) ... ok 2025-10-14T22:32:47.6930258Z test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3) ... ok 2025-10-14T22:32:47.6930677Z test_adjusted (test.test_decimal.PyCoverage.test_adjusted) ... ok 2025-10-14T22:32:47.6931099Z test_canonical (test.test_decimal.PyCoverage.test_canonical) ... ok 2025-10-14T22:32:47.6931530Z test_context_repr (test.test_decimal.PyCoverage.test_context_repr) ... ok 2025-10-14T22:32:47.6931973Z test_copy (test.test_decimal.PyCoverage.test_copy) ... ok 2025-10-14T22:32:47.6932421Z test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal) ... ok 2025-10-14T22:32:47.6932835Z test_divmod (test.test_decimal.PyCoverage.test_divmod) ... ok 2025-10-14T22:32:47.6933352Z test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context) ... ok 2025-10-14T22:32:47.6933747Z test_int (test.test_decimal.PyCoverage.test_int) ... ok 2025-10-14T22:32:47.6934162Z test_power (test.test_decimal.PyCoverage.test_power) ... ok 2025-10-14T22:32:47.6934644Z test_quantize (test.test_decimal.PyCoverage.test_quantize) ... ok 2025-10-14T22:32:47.6935072Z test_radix (test.test_decimal.PyCoverage.test_radix) ... ok 2025-10-14T22:32:47.6935478Z test_rop (test.test_decimal.PyCoverage.test_rop) ... ok 2025-10-14T22:32:47.6936482Z test_round (test.test_decimal.PyCoverage.test_round) ... ok 2025-10-14T22:32:47.6937853Z test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal) ... ok 2025-10-14T22:32:47.6938718Z test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float) ... ok 2025-10-14T22:32:47.6939324Z test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty) ... ok 2025-10-14T22:32:47.6939853Z test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal) ... ok 2025-10-14T22:32:47.6940328Z test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None) ... ok 2025-10-14T22:32:47.6940799Z test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool) ... ok 2025-10-14T22:32:47.6941255Z test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float) ... ok 2025-10-14T22:32:47.6941708Z test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int) ... ok 2025-10-14T22:32:47.6942292Z test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list) ... ok 2025-10-14T22:32:47.6942777Z test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string) ... ok 2025-10-14T22:32:47.6943249Z test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples) ... ok 2025-10-14T22:32:47.6943712Z test_from_number (test.test_decimal.PyExplicitConstructionTest.test_from_number) ... ok 2025-10-14T22:32:47.6944178Z test_from_number_subclass (test.test_decimal.PyExplicitConstructionTest.test_from_number_subclass) ... ok 2025-10-14T22:32:47.6944732Z test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits) ... ok 2025-10-14T22:32:47.6945227Z test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type) ... ok 2025-10-14T22:32:47.6945719Z test_deprecated_N_format (test.test_decimal.PyFormatTest.test_deprecated_N_format) ... ok 2025-10-14T22:32:47.6946146Z test_formatting (test.test_decimal.PyFormatTest.test_formatting) ... ok 2025-10-14T22:32:47.6946568Z test_n_format (test.test_decimal.PyFormatTest.test_n_format) ... ok 2025-10-14T22:32:47.6947024Z test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format) ... ok 2025-10-14T22:32:47.6947504Z test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding) ... ok 2025-10-14T22:32:47.6948038Z test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator (',' not '\\u066b')" 2025-10-14T22:32:47.6948544Z test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting) ... ok 2025-10-14T22:32:47.6948975Z test_constants (test.test_decimal.PyIEEEContexts.test_constants) ... ok 2025-10-14T22:32:47.6949407Z test_ieee_context (test.test_decimal.PyIEEEContexts.test_ieee_context) ... ok 2025-10-14T22:32:47.6949880Z test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal) ... ok 2025-10-14T22:32:47.6950350Z test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None) ... ok 2025-10-14T22:32:47.6950807Z test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float) ... ok 2025-10-14T22:32:47.6951262Z test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int) ... ok 2025-10-14T22:32:47.6951722Z test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string) ... ok 2025-10-14T22:32:47.6952145Z test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop) ... ok 2025-10-14T22:32:47.6952567Z test_abc (test.test_decimal.PyPythonAPItests.test_abc) ... ok 2025-10-14T22:32:47.6952989Z test_complex (test.test_decimal.PyPythonAPItests.test_complex) ... ok 2025-10-14T22:32:47.6953460Z test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float) ... ok 2025-10-14T22:32:47.6953914Z test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy) ... ok 2025-10-14T22:32:47.6954386Z test_from_float (test.test_decimal.PyPythonAPItests.test_from_float) ... ok 2025-10-14T22:32:47.6954797Z test_int (test.test_decimal.PyPythonAPItests.test_int) ... ok 2025-10-14T22:32:47.6955244Z test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters) ... ok 2025-10-14T22:32:47.6955660Z test_pickle (test.test_decimal.PyPythonAPItests.test_pickle) ... ok 2025-10-14T22:32:47.6956096Z test_quantize (test.test_decimal.PyPythonAPItests.test_quantize) ... ok 2025-10-14T22:32:47.6956518Z test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints) ... ok 2025-10-14T22:32:47.6956930Z test_trunc (test.test_decimal.PyPythonAPItests.test_trunc) ... ok 2025-10-14T22:32:47.6957464Z test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates) ... ok 2025-10-14T22:32:47.6957923Z test_default_context (test.test_decimal.PySpecialContexts.test_default_context) ... ok 2025-10-14T22:32:47.6958345Z test_threading (test.test_decimal.PyThreadingTest.test_threading) ... ok 2025-10-14T22:32:47.6958784Z test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio) ... ok 2025-10-14T22:32:47.6959216Z test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero) ... ok 2025-10-14T22:32:47.6959635Z test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple) ... ok 2025-10-14T22:32:47.6960271Z test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators) ... ok 2025-10-14T22:32:47.6960734Z test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int) ... ok 2025-10-14T22:32:47.6961192Z test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods) ... ok 2025-10-14T22:32:47.6961656Z test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison) ... ok 2025-10-14T22:32:47.6962113Z test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison) ... ok 2025-10-14T22:32:47.6962578Z test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison) ... ok 2025-10-14T22:32:47.6963012Z test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip) ... ok 2025-10-14T22:32:47.6963510Z test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method) ... ok 2025-10-14T22:32:47.6963943Z test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan) ... ok 2025-10-14T22:32:47.6964380Z test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context) ... ok 2025-10-14T22:32:47.6964821Z test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods) ... ok 2025-10-14T22:32:47.6965256Z test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float) ... ok 2025-10-14T22:32:47.6965675Z test_none_args (test.test_decimal.PyUsabilityTest.test_none_args) ... ok 2025-10-14T22:32:47.6966105Z test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float) ... ok 2025-10-14T22:32:47.6966535Z test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing) ... ok 2025-10-14T22:32:47.6966973Z test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods) ... ok 2025-10-14T22:32:47.6967416Z test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods) ... ok 2025-10-14T22:32:47.6967839Z test_py__round (test.test_decimal.PyWhitebox.test_py__round) ... ok 2025-10-14T22:32:47.6968271Z test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id) ... ok 2025-10-14T22:32:47.6968702Z test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power) ... ok 2025-10-14T22:32:47.6969157Z test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations) ... ok 2025-10-14T22:32:47.6969580Z test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale) ... ok 2025-10-14T22:32:47.6970017Z test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module) ... ok 2025-10-14T22:32:47.6970448Z test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types) ... ok 2025-10-14T22:32:47.6970852Z test_abs (test.test_decimal.CIBMTestCases.test_abs) ... ok 2025-10-14T22:32:47.6971269Z test_add (test.test_decimal.CIBMTestCases.test_add) ... ok 2025-10-14T22:32:47.6971674Z test_and (test.test_decimal.CIBMTestCases.test_and) ... ok 2025-10-14T22:32:47.6972130Z test_base (test.test_decimal.CIBMTestCases.test_base) ... ok 2025-10-14T22:32:47.6972542Z test_clamp (test.test_decimal.CIBMTestCases.test_clamp) ... ok 2025-10-14T22:32:47.6972958Z test_class (test.test_decimal.CIBMTestCases.test_class) ... ok 2025-10-14T22:32:47.6973377Z test_compare (test.test_decimal.CIBMTestCases.test_compare) ... ok 2025-10-14T22:32:47.6974005Z test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal) ... ok 2025-10-14T22:32:47.6974475Z test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag) ... ok 2025-10-14T22:32:47.6974891Z test_copy (test.test_decimal.CIBMTestCases.test_copy) ... ok 2025-10-14T22:32:47.6975308Z test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs) ... ok 2025-10-14T22:32:47.6975755Z test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate) ... ok 2025-10-14T22:32:47.6976184Z test_copysign (test.test_decimal.CIBMTestCases.test_copysign) ... ok 2025-10-14T22:32:47.6976597Z test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs) ... ok 2025-10-14T22:32:47.6977118Z test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd) ... ok 2025-10-14T22:32:47.6977529Z test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd) ... ok 2025-10-14T22:32:47.6977963Z test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase) ... ok 2025-10-14T22:32:47.6978394Z test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical) ... ok 2025-10-14T22:32:47.6978810Z test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass) ... ok 2025-10-14T22:32:47.6979233Z test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare) ... ok 2025-10-14T22:32:47.6979661Z test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig) ... ok 2025-10-14T22:32:47.6980100Z test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal) ... ok 2025-10-14T22:32:47.6980525Z test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag) ... ok 2025-10-14T22:32:47.6980934Z test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy) ... ok 2025-10-14T22:32:47.6981364Z test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs) ... ok 2025-10-14T22:32:47.6981834Z test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate) ... ok 2025-10-14T22:32:47.6982260Z test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign) ... ok 2025-10-14T22:32:47.6982687Z test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide) ... ok 2025-10-14T22:32:47.6983119Z test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt) ... ok 2025-10-14T22:32:47.6983541Z test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode) ... ok 2025-10-14T22:32:47.6983955Z test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA) ... ok 2025-10-14T22:32:47.6984379Z test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert) ... ok 2025-10-14T22:32:47.6984799Z test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB) ... ok 2025-10-14T22:32:47.6985225Z test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax) ... ok 2025-10-14T22:32:47.6985665Z test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag) ... ok 2025-10-14T22:32:47.6986080Z test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin) ... ok 2025-10-14T22:32:47.6986531Z test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag) ... ok 2025-10-14T22:32:47.6986951Z test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus) ... ok 2025-10-14T22:32:47.6987387Z test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply) ... ok 2025-10-14T22:32:47.6987891Z test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus) ... ok 2025-10-14T22:32:47.6988457Z test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus) ... ok 2025-10-14T22:32:47.6988991Z test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward) ... ok 2025-10-14T22:32:47.6989441Z test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr) ... ok 2025-10-14T22:32:47.6989876Z test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus) ... ok 2025-10-14T22:32:47.6990297Z test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize) ... ok 2025-10-14T22:32:47.6990718Z test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce) ... ok 2025-10-14T22:32:47.6991271Z test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder) ... ok 2025-10-14T22:32:47.6991836Z test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear) ... ok 2025-10-14T22:32:47.6992363Z test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate) ... ok 2025-10-14T22:32:47.6992813Z test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum) ... ok 2025-10-14T22:32:47.6993232Z test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB) ... ok 2025-10-14T22:32:47.6993645Z test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift) ... ok 2025-10-14T22:32:47.6994090Z test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract) ... ok 2025-10-14T22:32:47.6994526Z test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral) ... ok 2025-10-14T22:32:47.6994934Z test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor) ... ok 2025-10-14T22:32:47.6995535Z test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble) ... ok 2025-10-14T22:32:47.6995974Z test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad) ... ok 2025-10-14T22:32:47.6996389Z test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle) ... ok 2025-10-14T22:32:47.6996813Z test_divide (test.test_decimal.CIBMTestCases.test_divide) ... ok 2025-10-14T22:32:47.6997236Z test_divideint (test.test_decimal.CIBMTestCases.test_divideint) ... ok 2025-10-14T22:32:47.6997642Z test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs) ... ok 2025-10-14T22:32:47.6998102Z test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd) ... ok 2025-10-14T22:32:47.6998515Z test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd) ... ok 2025-10-14T22:32:47.6998940Z test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase) ... ok 2025-10-14T22:32:47.6999356Z test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical) ... ok 2025-10-14T22:32:47.6999777Z test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass) ... ok 2025-10-14T22:32:47.7000212Z test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare) ... ok 2025-10-14T22:32:47.7000629Z test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig) ... ok 2025-10-14T22:32:47.7001109Z test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal) ... ok 2025-10-14T22:32:47.7001568Z test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag) ... ok 2025-10-14T22:32:47.7001984Z test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy) ... ok 2025-10-14T22:32:47.7002418Z test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs) ... ok 2025-10-14T22:32:47.7002849Z test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate) ... ok 2025-10-14T22:32:47.7003413Z test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign) ... ok 2025-10-14T22:32:47.7003831Z test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide) ... ok 2025-10-14T22:32:47.7004263Z test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt) ... ok 2025-10-14T22:32:47.7004680Z test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode) ... ok 2025-10-14T22:32:47.7005085Z test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA) ... ok 2025-10-14T22:32:47.7005511Z test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert) ... ok 2025-10-14T22:32:47.7005918Z test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB) ... ok 2025-10-14T22:32:47.7006322Z test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax) ... ok 2025-10-14T22:32:47.7006745Z test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag) ... ok 2025-10-14T22:32:47.7007151Z test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin) ... ok 2025-10-14T22:32:47.7007572Z test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag) ... ok 2025-10-14T22:32:47.7007992Z test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus) ... ok 2025-10-14T22:32:47.7008421Z test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply) ... ok 2025-10-14T22:32:47.7008849Z test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus) ... ok 2025-10-14T22:32:47.7009272Z test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus) ... ok 2025-10-14T22:32:47.7009699Z test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward) ... ok 2025-10-14T22:32:47.7010201Z test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr) ... ok 2025-10-14T22:32:47.7010768Z test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus) ... ok 2025-10-14T22:32:47.7011331Z test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize) ... ok 2025-10-14T22:32:47.7011748Z test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce) ... ok 2025-10-14T22:32:47.7012166Z test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder) ... ok 2025-10-14T22:32:47.7012598Z test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear) ... ok 2025-10-14T22:32:47.7013010Z test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate) ... ok 2025-10-14T22:32:47.7013527Z test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum) ... ok 2025-10-14T22:32:47.7013963Z test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB) ... ok 2025-10-14T22:32:47.7014386Z test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift) ... ok 2025-10-14T22:32:47.7014813Z test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract) ... ok 2025-10-14T22:32:47.7015235Z test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral) ... ok 2025-10-14T22:32:47.7015642Z test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor) ... ok 2025-10-14T22:32:47.7016052Z test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase) ... ok 2025-10-14T22:32:47.7016470Z test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode) ... ok 2025-10-14T22:32:47.7016879Z test_exp (test.test_decimal.CIBMTestCases.test_exp) ... ok 2025-10-14T22:32:47.7017291Z test_extra (test.test_decimal.CIBMTestCases.test_extra) ... ok 2025-10-14T22:32:47.7017687Z test_fma (test.test_decimal.CIBMTestCases.test_fma) ... ok 2025-10-14T22:32:47.7018103Z test_inexact (test.test_decimal.CIBMTestCases.test_inexact) ... ok 2025-10-14T22:32:47.7018508Z test_invert (test.test_decimal.CIBMTestCases.test_invert) ... ok 2025-10-14T22:32:47.7018911Z test_ln (test.test_decimal.CIBMTestCases.test_ln) ... ok 2025-10-14T22:32:47.7019324Z test_log10 (test.test_decimal.CIBMTestCases.test_log10) ... ok 2025-10-14T22:32:47.7019779Z test_logb (test.test_decimal.CIBMTestCases.test_logb) ... ok 2025-10-14T22:32:47.7020183Z test_max (test.test_decimal.CIBMTestCases.test_max) ... ok 2025-10-14T22:32:47.7020602Z test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag) ... ok 2025-10-14T22:32:47.7021004Z test_min (test.test_decimal.CIBMTestCases.test_min) ... ok 2025-10-14T22:32:47.7021416Z test_minmag (test.test_decimal.CIBMTestCases.test_minmag) ... ok 2025-10-14T22:32:47.7021830Z test_minus (test.test_decimal.CIBMTestCases.test_minus) ... ok 2025-10-14T22:32:47.7022257Z test_multiply (test.test_decimal.CIBMTestCases.test_multiply) ... ok 2025-10-14T22:32:47.7022679Z test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus) ... ok 2025-10-14T22:32:47.7023103Z test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus) ... ok 2025-10-14T22:32:47.7023530Z test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward) ... ok 2025-10-14T22:32:47.7023932Z test_or (test.test_decimal.CIBMTestCases.test_or) ... ok 2025-10-14T22:32:47.7024344Z test_plus (test.test_decimal.CIBMTestCases.test_plus) ... ok 2025-10-14T22:32:47.7024809Z test_power (test.test_decimal.CIBMTestCases.test_power) ... ok 2025-10-14T22:32:47.7025238Z test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt) ... ok 2025-10-14T22:32:47.7025654Z test_quantize (test.test_decimal.CIBMTestCases.test_quantize) ... ok 2025-10-14T22:32:47.7026076Z test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32) ... ok 2025-10-14T22:32:47.7026493Z test_randoms (test.test_decimal.CIBMTestCases.test_randoms) ... ok 2025-10-14T22:32:47.7026911Z test_reduce (test.test_decimal.CIBMTestCases.test_reduce) ... ok 2025-10-14T22:32:47.7027328Z test_remainder (test.test_decimal.CIBMTestCases.test_remainder) ... ok 2025-10-14T22:32:47.7027753Z test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear) ... ok 2025-10-14T22:32:47.7028277Z test_rescale (test.test_decimal.CIBMTestCases.test_rescale) ... ok 2025-10-14T22:32:47.7028702Z test_rotate (test.test_decimal.CIBMTestCases.test_rotate) ... ok 2025-10-14T22:32:47.7029169Z test_rounding (test.test_decimal.CIBMTestCases.test_rounding) ... ok 2025-10-14T22:32:47.7029597Z test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum) ... ok 2025-10-14T22:32:47.7030010Z test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb) ... ok 2025-10-14T22:32:47.7030420Z test_shift (test.test_decimal.CIBMTestCases.test_shift) ... ok 2025-10-14T22:32:47.7030848Z test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot) ... ok 2025-10-14T22:32:47.7031351Z test_subtract (test.test_decimal.CIBMTestCases.test_subtract) ... ok 2025-10-14T22:32:47.7031784Z test_testall (test.test_decimal.CIBMTestCases.test_testall) ... ok 2025-10-14T22:32:47.7032201Z test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral) ... ok 2025-10-14T22:32:47.7032631Z test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx) ... ok 2025-10-14T22:32:47.7033045Z test_xor (test.test_decimal.CIBMTestCases.test_xor) ... ok 2025-10-14T22:32:47.7033458Z test_abs (test.test_decimal.PyIBMTestCases.test_abs) ... ok 2025-10-14T22:32:47.7033876Z test_add (test.test_decimal.PyIBMTestCases.test_add) ... ok 2025-10-14T22:32:47.7034286Z test_and (test.test_decimal.PyIBMTestCases.test_and) ... ok 2025-10-14T22:32:47.7034691Z test_base (test.test_decimal.PyIBMTestCases.test_base) ... ok 2025-10-14T22:32:47.7035107Z test_clamp (test.test_decimal.PyIBMTestCases.test_clamp) ... ok 2025-10-14T22:32:47.7035518Z test_class (test.test_decimal.PyIBMTestCases.test_class) ... ok 2025-10-14T22:32:47.7035937Z test_compare (test.test_decimal.PyIBMTestCases.test_compare) ... ok 2025-10-14T22:32:47.7036375Z test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal) ... ok 2025-10-14T22:32:47.7036802Z test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag) ... ok 2025-10-14T22:32:47.7037216Z test_copy (test.test_decimal.PyIBMTestCases.test_copy) ... ok 2025-10-14T22:32:47.7037636Z test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs) ... ok 2025-10-14T22:32:47.7038064Z test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate) ... ok 2025-10-14T22:32:47.7038531Z test_copysign (test.test_decimal.PyIBMTestCases.test_copysign) ... ok 2025-10-14T22:32:47.7038951Z test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs) ... ok 2025-10-14T22:32:47.7039375Z test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd) ... ok 2025-10-14T22:32:47.7039794Z test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd) ... ok 2025-10-14T22:32:47.7040211Z test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase) ... ok 2025-10-14T22:32:47.7040630Z test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical) ... ok 2025-10-14T22:32:47.7041040Z test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass) ... ok 2025-10-14T22:32:47.7041472Z test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare) ... ok 2025-10-14T22:32:47.7041908Z test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig) ... ok 2025-10-14T22:32:47.7042337Z test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal) ... ok 2025-10-14T22:32:47.7042780Z test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag) ... ok 2025-10-14T22:32:47.7043184Z test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy) ... ok 2025-10-14T22:32:47.7043604Z test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs) ... ok 2025-10-14T22:32:47.7044024Z test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate) ... ok 2025-10-14T22:32:47.7044453Z test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign) ... ok 2025-10-14T22:32:47.7044884Z test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide) ... ok 2025-10-14T22:32:47.7045303Z test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt) ... ok 2025-10-14T22:32:47.7045826Z test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode) ... ok 2025-10-14T22:32:47.7046253Z test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA) ... ok 2025-10-14T22:32:47.7046673Z test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert) ... ok 2025-10-14T22:32:47.7047082Z test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB) ... ok 2025-10-14T22:32:47.7047507Z test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax) ... ok 2025-10-14T22:32:47.7047965Z test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag) ... ok 2025-10-14T22:32:47.7048376Z test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin) ... ok 2025-10-14T22:32:47.7048879Z test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag) ... ok 2025-10-14T22:32:47.7049309Z test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus) ... ok 2025-10-14T22:32:47.7049727Z test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply) ... ok 2025-10-14T22:32:47.7050183Z test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus) ... ok 2025-10-14T22:32:47.7050612Z test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus) ... ok 2025-10-14T22:32:47.7051033Z test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward) ... ok 2025-10-14T22:32:47.7051444Z test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr) ... ok 2025-10-14T22:32:47.7051857Z test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus) ... ok 2025-10-14T22:32:47.7052276Z test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize) ... ok 2025-10-14T22:32:47.7052693Z test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce) ... ok 2025-10-14T22:32:47.7053127Z test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder) ... ok 2025-10-14T22:32:47.7053567Z test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear) ... ok 2025-10-14T22:32:47.7053982Z test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate) ... ok 2025-10-14T22:32:47.7054419Z test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum) ... ok 2025-10-14T22:32:47.7054831Z test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB) ... ok 2025-10-14T22:32:47.7055244Z test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift) ... ok 2025-10-14T22:32:47.7055667Z test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract) ... ok 2025-10-14T22:32:47.7056091Z test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral) ... ok 2025-10-14T22:32:47.7056501Z test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor) ... ok 2025-10-14T22:32:47.7056989Z test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble) ... ok 2025-10-14T22:32:47.7057465Z test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad) ... ok 2025-10-14T22:32:47.7057894Z test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle) ... ok 2025-10-14T22:32:47.7058321Z test_divide (test.test_decimal.PyIBMTestCases.test_divide) ... ok 2025-10-14T22:32:47.7058741Z test_divideint (test.test_decimal.PyIBMTestCases.test_divideint) ... ok 2025-10-14T22:32:47.7059159Z test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs) ... ok 2025-10-14T22:32:47.7059569Z test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd) ... ok 2025-10-14T22:32:47.7060041Z test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd) ... ok 2025-10-14T22:32:47.7060456Z test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase) ... ok 2025-10-14T22:32:47.7060880Z test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical) ... ok 2025-10-14T22:32:47.7061303Z test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass) ... ok 2025-10-14T22:32:47.7061727Z test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare) ... ok 2025-10-14T22:32:47.7062146Z test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig) ... ok 2025-10-14T22:32:47.7062584Z test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal) ... ok 2025-10-14T22:32:47.7063029Z test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag) ... ok 2025-10-14T22:32:47.7063547Z test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy) ... ok 2025-10-14T22:32:47.7063987Z test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs) ... ok 2025-10-14T22:32:47.7064419Z test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate) ... ok 2025-10-14T22:32:47.7064844Z test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign) ... ok 2025-10-14T22:32:47.7065258Z test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide) ... ok 2025-10-14T22:32:47.7065686Z test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt) ... ok 2025-10-14T22:32:47.7066218Z test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode) ... ok 2025-10-14T22:32:47.7066658Z test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA) ... ok 2025-10-14T22:32:47.7067071Z test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert) ... ok 2025-10-14T22:32:47.7067482Z test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB) ... ok 2025-10-14T22:32:47.7067894Z test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax) ... ok 2025-10-14T22:32:47.7068309Z test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag) ... ok 2025-10-14T22:32:47.7068716Z test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin) ... ok 2025-10-14T22:32:47.7069145Z test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag) ... ok 2025-10-14T22:32:47.7069559Z test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus) ... ok 2025-10-14T22:32:47.7069987Z test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply) ... ok 2025-10-14T22:32:47.7070401Z test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus) ... ok 2025-10-14T22:32:47.7070827Z test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus) ... ok 2025-10-14T22:32:47.7071254Z test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward) ... ok 2025-10-14T22:32:47.7071663Z test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr) ... ok 2025-10-14T22:32:47.7072096Z test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus) ... ok 2025-10-14T22:32:47.7072610Z test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize) ... ok 2025-10-14T22:32:47.7073023Z test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce) ... ok 2025-10-14T22:32:47.7073449Z test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder) ... ok 2025-10-14T22:32:47.7073890Z test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear) ... ok 2025-10-14T22:32:47.7074318Z test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate) ... ok 2025-10-14T22:32:47.7074752Z test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum) ... ok 2025-10-14T22:32:47.7075179Z test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB) ... ok 2025-10-14T22:32:47.7075639Z test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift) ... ok 2025-10-14T22:32:47.7076059Z test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract) ... ok 2025-10-14T22:32:47.7076495Z test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral) ... ok 2025-10-14T22:32:47.7076899Z test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor) ... ok 2025-10-14T22:32:47.7077325Z test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase) ... ok 2025-10-14T22:32:47.7077754Z test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode) ... ok 2025-10-14T22:32:47.7078154Z test_exp (test.test_decimal.PyIBMTestCases.test_exp) ... ok 2025-10-14T22:32:47.7078567Z test_extra (test.test_decimal.PyIBMTestCases.test_extra) ... ok 2025-10-14T22:32:47.7078974Z test_fma (test.test_decimal.PyIBMTestCases.test_fma) ... ok 2025-10-14T22:32:47.7079388Z test_inexact (test.test_decimal.PyIBMTestCases.test_inexact) ... ok 2025-10-14T22:32:47.7079802Z test_invert (test.test_decimal.PyIBMTestCases.test_invert) ... ok 2025-10-14T22:32:47.7080220Z test_ln (test.test_decimal.PyIBMTestCases.test_ln) ... ok 2025-10-14T22:32:47.7080637Z test_log10 (test.test_decimal.PyIBMTestCases.test_log10) ... ok 2025-10-14T22:32:47.7081137Z test_logb (test.test_decimal.PyIBMTestCases.test_logb) ... ok 2025-10-14T22:32:47.7081561Z test_max (test.test_decimal.PyIBMTestCases.test_max) ... ok 2025-10-14T22:32:47.7081971Z test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag) ... ok 2025-10-14T22:32:47.7082374Z test_min (test.test_decimal.PyIBMTestCases.test_min) ... ok 2025-10-14T22:32:47.7082792Z test_minmag (test.test_decimal.PyIBMTestCases.test_minmag) ... ok 2025-10-14T22:32:47.7083215Z test_minus (test.test_decimal.PyIBMTestCases.test_minus) ... ok 2025-10-14T22:32:47.7083635Z test_multiply (test.test_decimal.PyIBMTestCases.test_multiply) ... ok 2025-10-14T22:32:47.7084146Z test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus) ... ok 2025-10-14T22:32:47.7084620Z test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus) ... ok 2025-10-14T22:32:47.7085046Z test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward) ... ok 2025-10-14T22:32:47.7085460Z test_or (test.test_decimal.PyIBMTestCases.test_or) ... ok 2025-10-14T22:32:47.7085875Z test_plus (test.test_decimal.PyIBMTestCases.test_plus) ... ok 2025-10-14T22:32:47.7086303Z test_power (test.test_decimal.PyIBMTestCases.test_power) ... ok 2025-10-14T22:32:47.7086719Z test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt) ... ok 2025-10-14T22:32:47.7087145Z test_quantize (test.test_decimal.PyIBMTestCases.test_quantize) ... ok 2025-10-14T22:32:47.7087572Z test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32) ... ok 2025-10-14T22:32:47.7087986Z test_randoms (test.test_decimal.PyIBMTestCases.test_randoms) ... ok 2025-10-14T22:32:47.7088407Z test_reduce (test.test_decimal.PyIBMTestCases.test_reduce) ... ok 2025-10-14T22:32:47.7088847Z test_remainder (test.test_decimal.PyIBMTestCases.test_remainder) ... ok 2025-10-14T22:32:47.7089267Z test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear) ... ok 2025-10-14T22:32:47.7089678Z test_rescale (test.test_decimal.PyIBMTestCases.test_rescale) ... ok 2025-10-14T22:32:47.7090103Z test_rotate (test.test_decimal.PyIBMTestCases.test_rotate) ... ok 2025-10-14T22:32:47.7090523Z test_rounding (test.test_decimal.PyIBMTestCases.test_rounding) ... ok 2025-10-14T22:32:47.7090939Z test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum) ... ok 2025-10-14T22:32:47.7091363Z test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb) ... ok 2025-10-14T22:32:47.7091780Z test_shift (test.test_decimal.PyIBMTestCases.test_shift) ... ok 2025-10-14T22:32:47.7093342Z test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot) ... ok 2025-10-14T22:32:47.7093851Z test_subtract (test.test_decimal.PyIBMTestCases.test_subtract) ... ok 2025-10-14T22:32:47.7094339Z test_testall (test.test_decimal.PyIBMTestCases.test_testall) ... ok 2025-10-14T22:32:47.7094956Z test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral) ... ok 2025-10-14T22:32:47.7095468Z test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx) ... ok 2025-10-14T22:32:47.7095908Z test_xor (test.test_decimal.PyIBMTestCases.test_xor) ... ok 2025-10-14T22:32:47.7096278Z decimal () 2025-10-14T22:32:47.7096651Z Doctest: decimal ... ok 2025-10-14T22:32:47.7097025Z Context (decimal) 2025-10-14T22:32:47.7097402Z Doctest: decimal.Context ... ok 2025-10-14T22:32:47.7097835Z logical_and (decimal.Context) 2025-10-14T22:32:47.7098240Z Doctest: decimal.Context.logical_and ... ok 2025-10-14T22:32:47.7098634Z logical_invert (decimal.Context) 2025-10-14T22:32:47.7099038Z Doctest: decimal.Context.logical_invert ... ok 2025-10-14T22:32:47.7099428Z logical_or (decimal.Context) 2025-10-14T22:32:47.7099829Z Doctest: decimal.Context.logical_or ... ok 2025-10-14T22:32:47.7100206Z logical_xor (decimal.Context) 2025-10-14T22:32:47.7100603Z Doctest: decimal.Context.logical_xor ... ok 2025-10-14T22:32:47.7100974Z compare_total (decimal.Decimal) 2025-10-14T22:32:47.7101371Z Doctest: decimal.Decimal.compare_total ... ok 2025-10-14T22:32:47.7101856Z copy_sign (decimal.Decimal) 2025-10-14T22:32:47.7102267Z Doctest: decimal.Decimal.copy_sign ... ok 2025-10-14T22:32:47.7102650Z fma (decimal.Decimal) 2025-10-14T22:32:47.7103031Z Doctest: decimal.Decimal.fma ... ok 2025-10-14T22:32:47.7103410Z from_float (decimal.Decimal) 2025-10-14T22:32:47.7103802Z Doctest: decimal.Decimal.from_float ... ok 2025-10-14T22:32:47.7104184Z from_number (decimal.Decimal) 2025-10-14T22:32:47.7104572Z Doctest: decimal.Decimal.from_number ... ok 2025-10-14T22:32:47.7104954Z quantize (decimal.Decimal) 2025-10-14T22:32:47.7105341Z Doctest: decimal.Decimal.quantize ... ok 2025-10-14T22:32:47.7105740Z decimal () 2025-10-14T22:32:47.7106199Z Doctest: decimal ... ok 2025-10-14T22:32:47.7106575Z abs (decimal.Context) 2025-10-14T22:32:47.7106952Z Doctest: decimal.Context.abs ... ok 2025-10-14T22:32:47.7107324Z add (decimal.Context) 2025-10-14T22:32:47.7107710Z Doctest: decimal.Context.add ... ok 2025-10-14T22:32:47.7108082Z canonical (decimal.Context) 2025-10-14T22:32:47.7108482Z Doctest: decimal.Context.canonical ... ok 2025-10-14T22:32:47.7108858Z compare (decimal.Context) 2025-10-14T22:32:47.7109259Z Doctest: decimal.Context.compare ... ok 2025-10-14T22:32:47.7109636Z compare_signal (decimal.Context) 2025-10-14T22:32:47.7110150Z Doctest: decimal.Context.compare_signal ... ok 2025-10-14T22:32:47.7110532Z compare_total (decimal.Context) 2025-10-14T22:32:47.7110929Z Doctest: decimal.Context.compare_total ... ok 2025-10-14T22:32:47.7111301Z copy_abs (decimal.Context) 2025-10-14T22:32:47.7111687Z Doctest: decimal.Context.copy_abs ... ok 2025-10-14T22:32:47.7112072Z copy_decimal (decimal.Context) 2025-10-14T22:32:47.7112480Z Doctest: decimal.Context.copy_decimal ... ok 2025-10-14T22:32:47.7112858Z copy_negate (decimal.Context) 2025-10-14T22:32:47.7113255Z Doctest: decimal.Context.copy_negate ... ok 2025-10-14T22:32:47.7113631Z copy_sign (decimal.Context) 2025-10-14T22:32:47.7114014Z Doctest: decimal.Context.copy_sign ... ok 2025-10-14T22:32:47.7114414Z create_decimal_from_float (decimal.Context) 2025-10-14T22:32:47.7114823Z Doctest: decimal.Context.create_decimal_from_float ... ok 2025-10-14T22:32:47.7115273Z divide (decimal.Context) 2025-10-14T22:32:47.7115670Z Doctest: decimal.Context.divide ... ok 2025-10-14T22:32:47.7116081Z divide_int (decimal.Context) 2025-10-14T22:32:47.7116476Z Doctest: decimal.Context.divide_int ... ok 2025-10-14T22:32:47.7116850Z divmod (decimal.Context) 2025-10-14T22:32:47.7117242Z Doctest: decimal.Context.divmod ... ok 2025-10-14T22:32:47.7117604Z exp (decimal.Context) 2025-10-14T22:32:47.7117979Z Doctest: decimal.Context.exp ... ok 2025-10-14T22:32:47.7118348Z fma (decimal.Context) 2025-10-14T22:32:47.7118740Z Doctest: decimal.Context.fma ... ok 2025-10-14T22:32:47.7119118Z is_canonical (decimal.Context) 2025-10-14T22:32:47.7119506Z Doctest: decimal.Context.is_canonical ... ok 2025-10-14T22:32:47.7119879Z is_finite (decimal.Context) 2025-10-14T22:32:47.7120267Z Doctest: decimal.Context.is_finite ... ok 2025-10-14T22:32:47.7120648Z is_infinite (decimal.Context) 2025-10-14T22:32:47.7121046Z Doctest: decimal.Context.is_infinite ... ok 2025-10-14T22:32:47.7121431Z is_nan (decimal.Context) 2025-10-14T22:32:47.7121829Z Doctest: decimal.Context.is_nan ... ok 2025-10-14T22:32:47.7122210Z is_normal (decimal.Context) 2025-10-14T22:32:47.7122603Z Doctest: decimal.Context.is_normal ... ok 2025-10-14T22:32:47.7122976Z is_qnan (decimal.Context) 2025-10-14T22:32:47.7123366Z Doctest: decimal.Context.is_qnan ... ok 2025-10-14T22:32:47.7123762Z is_signed (decimal.Context) 2025-10-14T22:32:47.7124155Z Doctest: decimal.Context.is_signed ... ok 2025-10-14T22:32:47.7124537Z is_snan (decimal.Context) 2025-10-14T22:32:47.7124928Z Doctest: decimal.Context.is_snan ... ok 2025-10-14T22:32:47.7125326Z is_subnormal (decimal.Context) 2025-10-14T22:32:47.7125728Z Doctest: decimal.Context.is_subnormal ... ok 2025-10-14T22:32:47.7126110Z is_zero (decimal.Context) 2025-10-14T22:32:47.7126531Z Doctest: decimal.Context.is_zero ... ok 2025-10-14T22:32:47.7126993Z ln (decimal.Context) 2025-10-14T22:32:47.7127382Z Doctest: decimal.Context.ln ... ok 2025-10-14T22:32:47.7127750Z log10 (decimal.Context) 2025-10-14T22:32:47.7128133Z Doctest: decimal.Context.log10 ... ok 2025-10-14T22:32:47.7128521Z logb (decimal.Context) 2025-10-14T22:32:47.7128898Z Doctest: decimal.Context.logb ... ok 2025-10-14T22:32:47.7129276Z logical_and (decimal.Context) 2025-10-14T22:32:47.7129669Z Doctest: decimal.Context.logical_and ... ok 2025-10-14T22:32:47.7130044Z logical_invert (decimal.Context) 2025-10-14T22:32:47.7130436Z Doctest: decimal.Context.logical_invert ... ok 2025-10-14T22:32:47.7130809Z logical_or (decimal.Context) 2025-10-14T22:32:47.7131296Z Doctest: decimal.Context.logical_or ... ok 2025-10-14T22:32:47.7131699Z logical_xor (decimal.Context) 2025-10-14T22:32:47.7132109Z Doctest: decimal.Context.logical_xor ... ok 2025-10-14T22:32:47.7132488Z max (decimal.Context) 2025-10-14T22:32:47.7132869Z Doctest: decimal.Context.max ... ok 2025-10-14T22:32:47.7133251Z max_mag (decimal.Context) 2025-10-14T22:32:47.7133635Z Doctest: decimal.Context.max_mag ... ok 2025-10-14T22:32:47.7134008Z min (decimal.Context) 2025-10-14T22:32:47.7134387Z Doctest: decimal.Context.min ... ok 2025-10-14T22:32:47.7134770Z min_mag (decimal.Context) 2025-10-14T22:32:47.7135170Z Doctest: decimal.Context.min_mag ... ok 2025-10-14T22:32:47.7135544Z minus (decimal.Context) 2025-10-14T22:32:47.7135938Z Doctest: decimal.Context.minus ... ok 2025-10-14T22:32:47.7136318Z multiply (decimal.Context) 2025-10-14T22:32:47.7136735Z Doctest: decimal.Context.multiply ... ok 2025-10-14T22:32:47.7137109Z next_minus (decimal.Context) 2025-10-14T22:32:47.7137508Z Doctest: decimal.Context.next_minus ... ok 2025-10-14T22:32:47.7137881Z next_plus (decimal.Context) 2025-10-14T22:32:47.7138287Z Doctest: decimal.Context.next_plus ... ok 2025-10-14T22:32:47.7138666Z next_toward (decimal.Context) 2025-10-14T22:32:47.7139055Z Doctest: decimal.Context.next_toward ... ok 2025-10-14T22:32:47.7139434Z normalize (decimal.Context) 2025-10-14T22:32:47.7139824Z Doctest: decimal.Context.normalize ... ok 2025-10-14T22:32:47.7140199Z number_class (decimal.Context) 2025-10-14T22:32:47.7140593Z Doctest: decimal.Context.number_class ... ok 2025-10-14T22:32:47.7140964Z plus (decimal.Context) 2025-10-14T22:32:47.7141356Z Doctest: decimal.Context.plus ... ok 2025-10-14T22:32:47.7141732Z power (decimal.Context) 2025-10-14T22:32:47.7142113Z Doctest: decimal.Context.power ... ok 2025-10-14T22:32:47.7142486Z quantize (decimal.Context) 2025-10-14T22:32:47.7142870Z Doctest: decimal.Context.quantize ... ok 2025-10-14T22:32:47.7143234Z radix (decimal.Context) 2025-10-14T22:32:47.7143622Z Doctest: decimal.Context.radix ... ok 2025-10-14T22:32:47.7144012Z remainder (decimal.Context) 2025-10-14T22:32:47.7144438Z Doctest: decimal.Context.remainder ... ok 2025-10-14T22:32:47.7144841Z remainder_near (decimal.Context) 2025-10-14T22:32:47.7145252Z Doctest: decimal.Context.remainder_near ... ok 2025-10-14T22:32:47.7145620Z rotate (decimal.Context) 2025-10-14T22:32:47.7146000Z Doctest: decimal.Context.rotate ... ok 2025-10-14T22:32:47.7146499Z same_quantum (decimal.Context) 2025-10-14T22:32:47.7146893Z Doctest: decimal.Context.same_quantum ... ok 2025-10-14T22:32:47.7147303Z scaleb (decimal.Context) 2025-10-14T22:32:47.7147687Z Doctest: decimal.Context.scaleb ... ok 2025-10-14T22:32:47.7148072Z shift (decimal.Context) 2025-10-14T22:32:47.7148453Z Doctest: decimal.Context.shift ... ok 2025-10-14T22:32:47.7148820Z sqrt (decimal.Context) 2025-10-14T22:32:47.7149201Z Doctest: decimal.Context.sqrt ... ok 2025-10-14T22:32:47.7149570Z subtract (decimal.Context) 2025-10-14T22:32:47.7149960Z Doctest: decimal.Context.subtract ... ok 2025-10-14T22:32:47.7150335Z to_eng_string (decimal.Context) 2025-10-14T22:32:47.7150744Z Doctest: decimal.Context.to_eng_string ... ok 2025-10-14T22:32:47.7151140Z to_integral_exact (decimal.Context) 2025-10-14T22:32:47.7151540Z Doctest: decimal.Context.to_integral_exact ... ok 2025-10-14T22:32:47.7152022Z to_integral_value (decimal.Context) 2025-10-14T22:32:47.7152441Z Doctest: decimal.Context.to_integral_value ... ok 2025-10-14T22:32:47.7152818Z __new__ (decimal.Decimal) 2025-10-14T22:32:47.7153205Z Doctest: decimal.Decimal.__new__ ... ok 2025-10-14T22:32:47.7153590Z __round__ (decimal.Decimal) 2025-10-14T22:32:47.7153986Z Doctest: decimal.Decimal.__round__ ... ok 2025-10-14T22:32:47.7154389Z as_integer_ratio (decimal.Decimal) 2025-10-14T22:32:47.7154793Z Doctest: decimal.Decimal.as_integer_ratio ... ok 2025-10-14T22:32:47.7155173Z from_float (decimal.Decimal) 2025-10-14T22:32:47.7155564Z Doctest: decimal.Decimal.from_float ... ok 2025-10-14T22:32:47.7156018Z from_number (decimal.Decimal) 2025-10-14T22:32:47.7156422Z Doctest: decimal.Decimal.from_number ... ok 2025-10-14T22:32:47.7156800Z _decimal_lshift_exact (decimal) 2025-10-14T22:32:47.7157198Z Doctest: decimal._decimal_lshift_exact ... ok 2025-10-14T22:32:47.7157617Z localcontext (decimal) 2025-10-14T22:32:47.7158006Z Doctest: decimal.localcontext ... ok 2025-10-14T22:32:47.7158245Z 2025-10-14T22:32:47.7158676Z ---------------------------------------------------------------------- 2025-10-14T22:32:47.7159047Z Ran 732 tests in 16.854s 2025-10-14T22:32:47.7159299Z 2025-10-14T22:32:47.7159651Z OK (skipped=8) 2025-10-14T22:32:47.7160050Z Warning -- files was modified by test_decimal 2025-10-14T22:32:47.7161358Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_7536_tmpæ.pth', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '__testdir__/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:47.7162438Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:47.7163915Z 0:07:08 load avg: 20.52 [364/495/52] test_pyclbr passed 2025-10-14T22:32:47.7164711Z 0:07:08 load avg: 20.52 [365/495/52] test_fileutils passed 2025-10-14T22:32:47.7165405Z 0:07:08 load avg: 20.52 [366/495/52] test_strftime passed 2025-10-14T22:32:47.7165915Z 0:07:08 load avg: 20.52 [367/495/52] test_free_threading skipped 2025-10-14T22:32:47.7166625Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_6720æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6720æ' 2025-10-14T22:32:47.7167071Z Traceback (most recent call last): 2025-10-14T22:32:47.7167509Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:47.7167882Z os.mkdir(path) 2025-10-14T22:32:47.7168271Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:47.7168731Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6720æ' 2025-10-14T22:32:47.7169130Z Stack (most recent call last): 2025-10-14T22:32:47.7169546Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:47.7169941Z File "", line 88, in _run_code 2025-10-14T22:32:47.7170354Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:47.7170710Z main() 2025-10-14T22:32:47.7171119Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:47.7171632Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:47.7172064Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:47.7172526Z return next(self.gen) 2025-10-14T22:32:47.7172943Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:47.7173355Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:47.7173993Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_6720æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6720æ' 2025-10-14T22:32:47.7174543Z Traceback (most recent call last): 2025-10-14T22:32:47.7174985Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:47.7175392Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:47.7175757Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:47.7176218Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_6720æ' 2025-10-14T22:32:47.7176801Z Stack (most recent call last): 2025-10-14T22:32:47.7177234Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:47.7177650Z File "", line 88, in _run_code 2025-10-14T22:32:47.7178124Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:47.7178480Z main() 2025-10-14T22:32:47.7178899Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:47.7179303Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:47.7179715Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:47.7180091Z return next(self.gen) 2025-10-14T22:32:47.7180509Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:47.7180928Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:47.7181332Z test_free_threading skipped -- GIL enabled 2025-10-14T22:32:47.7181740Z 0:07:08 load avg: 20.52 [368/495/52] test_bool passed 2025-10-14T22:32:47.7182144Z 0:07:08 load avg: 20.52 [369/495/52] test_hmac passed 2025-10-14T22:32:52.0900208Z 0:07:11 load avg: 19.94 [370/495/52] test.test_asyncio.test_free_threading passed 2025-10-14T22:32:52.0901225Z 0:07:11 load avg: 19.78 [371/495/53] test_time failed (env changed) 2025-10-14T22:32:52.0902293Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1944æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1944æ' 2025-10-14T22:32:52.0902970Z Traceback (most recent call last): 2025-10-14T22:32:52.0903509Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:32:52.0903923Z os.mkdir(path) 2025-10-14T22:32:52.0904275Z ~~~~~~~~^^^^^^ 2025-10-14T22:32:52.0904739Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1944æ' 2025-10-14T22:32:52.0905231Z Stack (most recent call last): 2025-10-14T22:32:52.0905658Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:52.0906094Z File "", line 88, in _run_code 2025-10-14T22:32:52.0906654Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:52.0907060Z main() 2025-10-14T22:32:52.0907463Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:52.0907911Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:52.0908337Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:52.0908750Z return next(self.gen) 2025-10-14T22:32:52.0909197Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:32:52.0909642Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:32:52.0910497Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1944æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1944æ' 2025-10-14T22:32:52.0911356Z Traceback (most recent call last): 2025-10-14T22:32:52.0911805Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:32:52.0912230Z os.chdir(os.path.realpath(path)) 2025-10-14T22:32:52.0912599Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:32:52.0913045Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1944æ' 2025-10-14T22:32:52.0913511Z Stack (most recent call last): 2025-10-14T22:32:52.0913892Z File "", line 198, in _run_module_as_main 2025-10-14T22:32:52.0914484Z File "", line 88, in _run_code 2025-10-14T22:32:52.0914951Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:32:52.0915374Z main() 2025-10-14T22:32:52.0915790Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:32:52.0916261Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:32:52.0916712Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:32:52.0917118Z return next(self.gen) 2025-10-14T22:32:52.0917629Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:32:52.0918086Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:32:52.0918529Z test_large_year (test.test_time.TestAsctime4dyear.test_large_year) ... ok 2025-10-14T22:32:52.0919022Z test_negative (test.test_time.TestAsctime4dyear.test_negative) ... ok 2025-10-14T22:32:52.0919492Z test_year (test.test_time.TestAsctime4dyear.test_year) ... ok 2025-10-14T22:32:52.0919979Z test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds) ... ok 2025-10-14T22:32:52.0920475Z test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds) ... ok 2025-10-14T22:32:52.0920961Z test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble) ... ok 2025-10-14T22:32:52.0921502Z test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec) ... skipped 'need _testinternalcapi._PyTime_AsTimespec' 2025-10-14T22:32:52.0922135Z test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp) ... skipped 'need _testinternalcapi._PyTime_AsTimespec_clamp' 2025-10-14T22:32:52.0922688Z test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval) ... ok 2025-10-14T22:32:52.0923177Z test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp) ... ok 2025-10-14T22:32:52.0923677Z test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds) ... ok 2025-10-14T22:32:52.0924171Z test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject) ... ok 2025-10-14T22:32:52.0924659Z test_bug_3061 (test.test_time.TestLocale.test_bug_3061) ... ok 2025-10-14T22:32:52.0925156Z test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t) ... ok 2025-10-14T22:32:52.0925776Z test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec) ... ok 2025-10-14T22:32:52.0926268Z test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval) ... ok 2025-10-14T22:32:52.0926763Z test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone) ... ok 2025-10-14T22:32:52.0927239Z test_short_times (test.test_time.TestPytime.test_short_times) ... ok 2025-10-14T22:32:52.0927710Z test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone) ... ok 2025-10-14T22:32:52.0928324Z test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear) ... skipped 'requires strftime extension' 2025-10-14T22:32:52.0928925Z test_large_year (test.test_time.TestStrftime4dyear.test_large_year) ... skipped 'strftime() does not support year 10000 on this platform' 2025-10-14T22:32:52.0929543Z test_negative (test.test_time.TestStrftime4dyear.test_negative) ... skipped 'strftime() does not support year 0 on this platform' 2025-10-14T22:32:52.0930066Z test_year (test.test_time.TestStrftime4dyear.test_year) ... ok 2025-10-14T22:32:52.0930746Z test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) ... skipped 'test weak linking on macOS' 2025-10-14T22:32:52.0931279Z test_asctime (test.test_time.TimeTestCase.test_asctime) ... ok 2025-10-14T22:32:52.0931758Z test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check) ... ok 2025-10-14T22:32:52.0932315Z test_clock_getres (test.test_time.TimeTestCase.test_clock_getres) ... skipped 'need time.clock_getres()' 2025-10-14T22:32:52.0932948Z test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic) ... skipped 'need time.clock_gettime()' 2025-10-14T22:32:52.0933719Z test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime) ... skipped 'need time.clock_gettime()' 2025-10-14T22:32:52.0934351Z test_clock_settime (test.test_time.TimeTestCase.test_clock_settime) ... skipped 'need time.clock_settime()' 2025-10-14T22:32:52.0934960Z test_conversions (test.test_time.TimeTestCase.test_conversions) ... ok 2025-10-14T22:32:52.0935502Z test_ctime (test.test_time.TimeTestCase.test_ctime) ... ok 2025-10-14T22:32:52.0936031Z test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg) ... ok 2025-10-14T22:32:52.0936617Z test_data_attributes (test.test_time.TimeTestCase.test_data_attributes) ... ok 2025-10-14T22:32:52.0937210Z test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero) ... ok 2025-10-14T22:32:52.0937768Z test_epoch (test.test_time.TimeTestCase.test_epoch) ... ok 2025-10-14T22:32:52.0938235Z test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info) ... ok 2025-10-14T22:32:52.0938724Z test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg) ... ok 2025-10-14T22:32:52.0939279Z test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps) ... ok 2025-10-14T22:32:52.0939755Z test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure) ... ok 2025-10-14T22:32:52.0940278Z test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg) ... ok 2025-10-14T22:32:52.0940913Z test_mktime (test.test_time.TimeTestCase.test_mktime) ... ok 2025-10-14T22:32:52.0941389Z test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) ... ok 2025-10-14T22:32:52.0941861Z test_monotonic (test.test_time.TimeTestCase.test_monotonic) ... ok 2025-10-14T22:32:52.0942383Z test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime) ... skipped 'need time.clock_settime' 2025-10-14T22:32:52.0942898Z test_perf_counter (test.test_time.TimeTestCase.test_perf_counter) ... ok 2025-10-14T22:32:52.0943368Z test_process_time (test.test_time.TimeTestCase.test_process_time) ... ok 2025-10-14T22:32:52.0943919Z test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid) ... skipped 'need time.pthread_getcpuclockid()' 2025-10-14T22:32:52.0944463Z test_sleep (test.test_time.TimeTestCase.test_sleep) ... ok 2025-10-14T22:32:52.0944947Z test_sleep_exceptions (test.test_time.TimeTestCase.test_sleep_exceptions) ... ok 2025-10-14T22:32:52.0945426Z test_strftime (test.test_time.TimeTestCase.test_strftime) ... ok 2025-10-14T22:32:52.0945946Z test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check) ... ok 2025-10-14T22:32:52.0946523Z test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check) ... ok 2025-10-14T22:32:52.0947078Z test_strftime_invalid_format (test.test_time.TimeTestCase.test_strftime_invalid_format) ... ok 2025-10-14T22:32:52.0947658Z test_strftime_special (test.test_time.TimeTestCase.test_strftime_special) ... ok 2025-10-14T22:32:52.0948144Z test_strptime (test.test_time.TimeTestCase.test_strptime) ... ok 2025-10-14T22:32:52.0948649Z test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes) ... ok 2025-10-14T22:32:52.0949235Z test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context) ... ok 2025-10-14T22:32:52.0949915Z test_strptime_leap_year (test.test_time.TimeTestCase.test_strptime_leap_year) ... ok 2025-10-14T22:32:52.0951141Z test_thread_time (test.test_time.TimeTestCase.test_thread_time) ... ok 2025-10-14T22:32:52.0951667Z test_time (test.test_time.TimeTestCase.test_time) ... ok 2025-10-14T22:32:52.0952178Z test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type) ... ok 2025-10-14T22:32:52.0952769Z test_tzset (test.test_time.TimeTestCase.test_tzset) ... skipped 'time module has no attribute tzset' 2025-10-14T22:32:52.0953128Z 2025-10-14T22:32:52.0953599Z ---------------------------------------------------------------------- 2025-10-14T22:32:52.0954108Z Ran 63 tests in 3.376s 2025-10-14T22:32:52.0955177Z 2025-10-14T22:32:52.0955553Z OK (skipped=13) 2025-10-14T22:32:52.0955921Z Warning -- files was modified by test_time 2025-10-14T22:32:52.0956911Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:52.0959258Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1604_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:32:52.0960515Z 0:07:13 load avg: 19.49 [372/495/53] test_grammar passed 2025-10-14T22:32:52.1070689Z 0:07:13 load avg: 19.49 [373/495/53] test_with passed 2025-10-14T22:32:52.1071319Z 0:07:13 load avg: 19.49 [374/495/53] test_binascii passed 2025-10-14T22:32:52.3469855Z 0:07:13 load avg: 19.20 [375/495/53] test_frozen passed 2025-10-14T22:32:53.4597251Z 0:07:14 load avg: 19.03 [376/495/53] test.test_asyncio.test_server passed 2025-10-14T22:32:54.6058241Z 0:07:15 load avg: 18.71 [377/495/53] test_wave passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.1 sec) 2025-10-14T22:33:15.6626554Z 0:07:36 load avg: 15.48 [378/495/53] test.test_concurrent_futures.test_interpreter_pool passed -- running (1): test.test_multiprocessing_spawn.test_processes (51.1 sec) 2025-10-14T22:33:17.1024117Z 0:07:38 load avg: 15.70 [379/495/53] test_call passed -- running (2): test.test_io.test_largefile (30.7 sec), test.test_multiprocessing_spawn.test_processes (52.6 sec) 2025-10-14T22:33:21.8625462Z 0:07:43 load avg: 14.71 [380/495/54] test.test_io.test_largefile failed (env changed) (35.4 sec) -- running (1): test.test_multiprocessing_spawn.test_processes (57.3 sec) 2025-10-14T22:33:21.8629873Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1604æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:33:21.8631430Z Traceback (most recent call last): 2025-10-14T22:33:21.8632247Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:33:21.8633312Z os.mkdir(path) 2025-10-14T22:33:21.8633931Z ~~~~~~~~^^^^^^ 2025-10-14T22:33:21.8634767Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:33:21.8635450Z Stack (most recent call last): 2025-10-14T22:33:21.8636009Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:21.8636729Z File "", line 88, in _run_code 2025-10-14T22:33:21.8637261Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:21.8637752Z main() 2025-10-14T22:33:21.8638237Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:21.8638760Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:21.8639278Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:21.8639769Z return next(self.gen) 2025-10-14T22:33:21.8640431Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:33:21.8641145Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:33:21.8642364Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1604æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:33:21.8643085Z Traceback (most recent call last): 2025-10-14T22:33:21.8643616Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:33:21.8644118Z os.chdir(os.path.realpath(path)) 2025-10-14T22:33:21.8644566Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:33:21.8645090Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1604æ' 2025-10-14T22:33:21.8645652Z Stack (most recent call last): 2025-10-14T22:33:21.8646138Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:21.8646714Z File "", line 88, in _run_code 2025-10-14T22:33:21.8647295Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:21.8647862Z main() 2025-10-14T22:33:21.8648413Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:21.8649008Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:21.8649568Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:21.8650124Z return next(self.gen) 2025-10-14T22:33:21.8650712Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:33:21.8651716Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:33:21.8652425Z test_large_read (test.test_io.test_largefile.CLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:33:21.8653142Z test_lseek (test.test_io.test_largefile.CLargeFileTest.test_lseek) ... ok 2025-10-14T22:33:21.8653971Z test_osstat (test.test_io.test_largefile.CLargeFileTest.test_osstat) ... ok 2025-10-14T22:33:21.8654653Z test_seek_read (test.test_io.test_largefile.CLargeFileTest.test_seek_read) ... ok 2025-10-14T22:33:21.8655527Z test_seek_readall (test.test_io.test_largefile.CLargeFileTest.test_seek_readall) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:33:21.8656184Z test_seekable (test.test_io.test_largefile.CLargeFileTest.test_seekable) ... ok 2025-10-14T22:33:21.8656823Z test_truncate (test.test_io.test_largefile.CLargeFileTest.test_truncate) ... ok 2025-10-14T22:33:21.8657575Z test_large_read (test.test_io.test_largefile.PyLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:33:21.8658316Z test_lseek (test.test_io.test_largefile.PyLargeFileTest.test_lseek) ... ok 2025-10-14T22:33:21.8658967Z test_osstat (test.test_io.test_largefile.PyLargeFileTest.test_osstat) ... ok 2025-10-14T22:33:21.8660120Z test_seek_read (test.test_io.test_largefile.PyLargeFileTest.test_seek_read) ... ok 2025-10-14T22:33:21.8660954Z test_seek_readall (test.test_io.test_largefile.PyLargeFileTest.test_seek_readall) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:33:21.8661712Z test_seekable (test.test_io.test_largefile.PyLargeFileTest.test_seekable) ... ok 2025-10-14T22:33:21.8662392Z test_truncate (test.test_io.test_largefile.PyLargeFileTest.test_truncate) ... ok 2025-10-14T22:33:21.8662995Z test_it (test.test_io.test_largefile.TestCopyfile.test_it) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:33:21.8663821Z test_it (test.test_io.test_largefile.TestSocketSendfile.test_it) ... skipped 'sendfile not supported' 2025-10-14T22:33:21.8664272Z 2025-10-14T22:33:21.8664775Z ---------------------------------------------------------------------- 2025-10-14T22:33:21.8665297Z Ran 16 tests in 35.189s 2025-10-14T22:33:21.8665605Z 2025-10-14T22:33:21.8666009Z OK (skipped=6) 2025-10-14T22:33:21.8666476Z Warning -- files was modified by test.test_io.test_largefile 2025-10-14T22:33:21.8667651Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:21.8670191Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1892_tmpæ_connect_test.py', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:24.5572332Z 0:07:43 load avg: 14.71 [381/495/54] test_multibytecodec passed -- running (1): test.test_multiprocessing_spawn.test_processes (57.6 sec) 2025-10-14T22:33:24.5613399Z 0:07:43 load avg: 14.71 [382/495/54] test_setcomps passed -- running (1): test.test_multiprocessing_spawn.test_processes (57.9 sec) 2025-10-14T22:33:30.5874005Z 0:07:44 load avg: 14.52 [383/495/54] test_dbm_sqlite3 passed -- running (1): test.test_multiprocessing_spawn.test_processes (58.8 sec) 2025-10-14T22:33:30.6086191Z 0:07:50 load avg: 14.31 [384/495/55] test_remote_pdb failed (env changed) -- running (2): test_urllib2_localnet (34.7 sec), test.test_multiprocessing_spawn.test_processes (1 min 4 sec) 2025-10-14T22:33:35.9057672Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1892æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1892æ' 2025-10-14T22:33:37.2419880Z Traceback (most recent call last): 2025-10-14T22:33:37.3612424Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:33:37.4425019Z os.mkdir(path) 2025-10-14T22:33:37.5528610Z ~~~~~~~~^^^^^^ 2025-10-14T22:33:37.6340897Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1892æ' 2025-10-14T22:33:37.8346694Z Stack (most recent call last): 2025-10-14T22:33:37.9367678Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:37.9414728Z File "", line 88, in _run_code 2025-10-14T22:33:37.9603723Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:37.9605907Z main() 2025-10-14T22:33:37.9616170Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:37.9679351Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:37.9681532Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:37.9792985Z return next(self.gen) 2025-10-14T22:33:37.9861076Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:33:38.1388236Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:33:38.1912722Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1892æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1892æ' 2025-10-14T22:33:38.1930125Z Traceback (most recent call last): 2025-10-14T22:33:38.1961854Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:33:38.2011168Z os.chdir(os.path.realpath(path)) 2025-10-14T22:33:38.2372626Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:33:38.2393427Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1892æ' 2025-10-14T22:33:38.2407812Z Stack (most recent call last): 2025-10-14T22:33:38.3307451Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:38.4418672Z File "", line 88, in _run_code 2025-10-14T22:33:38.5224980Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:38.6334511Z main() 2025-10-14T22:33:38.8453585Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:38.8454517Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:39.0357306Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:39.0359992Z return next(self.gen) 2025-10-14T22:33:39.0360494Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:33:39.0360918Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:33:39.0361543Z test_attach_to_process_with_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_with_colors) ... ok 2025-10-14T22:33:39.0362120Z test_attach_to_process_without_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_without_colors) ... ok 2025-10-14T22:33:39.0362692Z test_completion_in_interact_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_interact_state) 2025-10-14T22:33:39.0363149Z Test requesting tab completions at a >>> prompt. ... ok 2025-10-14T22:33:39.0363685Z test_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_pdb_state) 2025-10-14T22:33:39.0364155Z Test requesting tab completions at a (Pdb) prompt. ... ok 2025-10-14T22:33:39.0364635Z test_completion_in_unknown_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_unknown_state) 2025-10-14T22:33:39.0365161Z Test requesting tab completions at an unrecognized prompt. ... ok 2025-10-14T22:33:39.0365816Z test_continuing_after_getting_a_non_json_payload (test.test_remote_pdb.PdbClientTestCase.test_continuing_after_getting_a_non_json_payload) 2025-10-14T22:33:39.0366383Z Test continuing after getting a non JSON payload. ... ok 2025-10-14T22:33:39.0366902Z test_eof_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_eof_at_prompt) 2025-10-14T22:33:39.0367408Z Test signaling when a prompt gets an EOFError. ... ok 2025-10-14T22:33:39.0367953Z test_handling_command_list (test.test_remote_pdb.PdbClientTestCase.test_handling_command_list) 2025-10-14T22:33:39.0368459Z Test handling the command_list message. ... ok 2025-10-14T22:33:39.0368933Z test_handling_error_message (test.test_remote_pdb.PdbClientTestCase.test_handling_error_message) 2025-10-14T22:33:39.0369444Z Test handling a message payload with type='error'. ... ok 2025-10-14T22:33:39.0369975Z test_handling_help_when_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_available) 2025-10-14T22:33:39.0370537Z Test handling help requests when help is available. ... ok 2025-10-14T22:33:39.0371136Z test_handling_help_when_not_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_not_available) 2025-10-14T22:33:39.0371843Z Test handling help requests when help is not available. ... skipped 'Needs -OO' 2025-10-14T22:33:39.0373141Z test_handling_info_message (test.test_remote_pdb.PdbClientTestCase.test_handling_info_message) 2025-10-14T22:33:39.8146306Z Test handling a message payload with type='info'. ... ok 2025-10-14T22:33:39.8155518Z test_handling_interact_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_interact_prompts) 2025-10-14T22:33:40.0064216Z Test responding to pdb's interact mode prompts. ... ok 2025-10-14T22:33:40.0164694Z test_handling_other_message (test.test_remote_pdb.PdbClientTestCase.test_handling_other_message) 2025-10-14T22:33:40.2080991Z Test handling a message payload with an unrecognized type. ... ok 2025-10-14T22:33:40.2133421Z test_handling_pdb_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_pdb_prompts) 2025-10-14T22:33:40.5361399Z Test responding to pdb's normal prompts. ... ok 2025-10-14T22:33:40.6080287Z test_handling_unrecognized_prompt_type (test.test_remote_pdb.PdbClientTestCase.test_handling_unrecognized_prompt_type) 2025-10-14T22:33:40.7291520Z Test fallback to "dumb" single-line mode for unknown states. ... ok 2025-10-14T22:33:40.8387888Z test_multiline_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_multiline_completion_in_pdb_state) 2025-10-14T22:33:40.9323169Z Test requesting tab completions at a (Pdb) continuation prompt. ... ok 2025-10-14T22:33:41.0416624Z test_read_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_read_failure_during_completion) 2025-10-14T22:33:41.1371629Z Test failing to read tab completions from the socket. ... ok 2025-10-14T22:33:41.2448185Z test_reading_empty_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_empty_json_during_completion) 2025-10-14T22:33:41.3385632Z Test receiving an empty JSON object when getting tab completions. ... ok 2025-10-14T22:33:41.4474129Z test_reading_invalid_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_invalid_json_during_completion) 2025-10-14T22:33:41.4651786Z Test receiving invalid JSON when getting tab completions. ... ok 2025-10-14T22:33:41.4696706Z test_remote_immediately_closing_the_connection (test.test_remote_pdb.PdbClientTestCase.test_remote_immediately_closing_the_connection) 2025-10-14T22:33:41.4795179Z Test the behavior when the remote closes the connection immediately. ... ok 2025-10-14T22:33:41.4882216Z test_retry_interact_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_interact_prompt_on_syntax_error) 2025-10-14T22:33:41.4964257Z Test re-prompting after a SyntaxError in a Python expression. ... ok 2025-10-14T22:33:41.5075119Z test_retry_pdb_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_pdb_prompt_on_syntax_error) 2025-10-14T22:33:41.5730989Z Test re-prompting after a SyntaxError in a Python expression. ... ok 2025-10-14T22:33:41.7213817Z test_sigint_at_continuation_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_continuation_prompt) 2025-10-14T22:33:41.7226935Z Test signaling when a continuation prompt gets interrupted. ... ok 2025-10-14T22:33:41.7281544Z test_sigint_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_prompt) 2025-10-14T22:33:41.7321989Z Test signaling when a prompt gets interrupted. ... ok 2025-10-14T22:33:41.7762529Z test_sigint_when_writing (test.test_remote_pdb.PdbClientTestCase.test_sigint_when_writing) 2025-10-14T22:33:41.9009032Z Test siginaling when sys.stdout.write() gets interrupted. ... ok 2025-10-14T22:33:41.9431407Z test_unrecognized_json_message (test.test_remote_pdb.PdbClientTestCase.test_unrecognized_json_message) 2025-10-14T22:33:41.9441149Z Test failing after getting an unrecognized payload. ... ok 2025-10-14T22:33:41.9442949Z test_write_failing (test.test_remote_pdb.PdbClientTestCase.test_write_failing) 2025-10-14T22:33:41.9791444Z Test terminating if write fails due to a half closed socket. ... ok 2025-10-14T22:33:42.1532732Z test_write_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_write_failure_during_completion) 2025-10-14T22:33:42.1554018Z Test failing to write to the socket to request tab completions. ... ok 2025-10-14T22:33:42.1606676Z test_breakpoints (test.test_remote_pdb.PdbConnectTestCase.test_breakpoints) 2025-10-14T22:33:42.1691271Z Test setting and hitting breakpoints. ... ok 2025-10-14T22:33:42.1693288Z test_connect_and_basic_commands (test.test_remote_pdb.PdbConnectTestCase.test_connect_and_basic_commands) 2025-10-14T22:33:42.3394390Z Test connecting to a remote debugger and sending basic commands. ... ok 2025-10-14T22:33:42.3940879Z test_handle_eof (test.test_remote_pdb.PdbConnectTestCase.test_handle_eof) 2025-10-14T22:33:42.4196235Z Test that EOF signal properly exits the debugger. ... ok 2025-10-14T22:33:42.4197448Z test_help_system (test.test_remote_pdb.PdbConnectTestCase.test_help_system) 2025-10-14T22:33:42.4294172Z Test that the help system properly sends help text to the client. ... ok 2025-10-14T22:33:42.4335767Z test_keyboard_interrupt (test.test_remote_pdb.PdbConnectTestCase.test_keyboard_interrupt) 2025-10-14T22:33:42.5733085Z Test that sending keyboard interrupt breaks into pdb. ... ok 2025-10-14T22:33:42.6310410Z test_multi_line_commands (test.test_remote_pdb.PdbConnectTestCase.test_multi_line_commands) 2025-10-14T22:33:42.6330728Z Test that multi-line commands work properly over remote connection. ... ok 2025-10-14T22:33:42.6354203Z test_protocol_version (test.test_remote_pdb.PdbConnectTestCase.test_protocol_version) 2025-10-14T22:33:42.6404870Z Test that incompatible protocol versions are properly detected. ... ok 2025-10-14T22:33:42.6442908Z test_cmdloop (test.test_remote_pdb.RemotePdbTestCase.test_cmdloop) 2025-10-14T22:33:42.7769009Z Test the command loop with various commands. ... ok 2025-10-14T22:33:42.8360342Z test_completion (test.test_remote_pdb.RemotePdbTestCase.test_completion) 2025-10-14T22:33:42.8364072Z Test handling completion requests. ... ok 2025-10-14T22:33:42.8381514Z test_detach (test.test_remote_pdb.RemotePdbTestCase.test_detach) 2025-10-14T22:33:42.8445295Z Test the detach method. ... ok 2025-10-14T22:33:42.8447748Z test_do_help (test.test_remote_pdb.RemotePdbTestCase.test_do_help) 2025-10-14T22:33:42.9800665Z Test that do_help sends the help message. ... ok 2025-10-14T22:33:43.0433478Z test_interact_mode (test.test_remote_pdb.RemotePdbTestCase.test_interact_mode) 2025-10-14T22:33:43.0829156Z Test interaction mode setup and execution. ... ok 2025-10-14T22:33:43.0842275Z test_message_and_error (test.test_remote_pdb.RemotePdbTestCase.test_message_and_error) 2025-10-14T22:33:43.2464207Z Test message and error methods send correct JSON. ... ok 2025-10-14T22:33:43.2925675Z test_read_command (test.test_remote_pdb.RemotePdbTestCase.test_read_command) 2025-10-14T22:33:43.2937961Z Test reading commands from the socket. ... ok 2025-10-14T22:33:43.4024477Z test_read_command_EOF (test.test_remote_pdb.RemotePdbTestCase.test_read_command_EOF) 2025-10-14T22:33:43.4114004Z Test reading EOF command. ... ok 2025-10-14T22:33:43.4158632Z test_registering_commands (test.test_remote_pdb.RemotePdbTestCase.test_registering_commands) 2025-10-14T22:33:43.4236671Z Test registering breakpoint commands. ... ok 2025-10-14T22:33:43.4489473Z 2025-10-14T22:33:43.6199463Z ---------------------------------------------------------------------- 2025-10-14T22:33:43.6244301Z Ran 45 tests in 11.730s 2025-10-14T22:33:43.6521421Z 2025-10-14T22:33:43.8284752Z OK (skipped=1) 2025-10-14T22:33:43.8557223Z Warning -- files was modified by test_remote_pdb 2025-10-14T22:33:43.8713291Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1604_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:43.8849096Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'build/', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:43.8854984Z 0:08:00 load avg: 14.43 [385/495/55] test_except_star passed -- running (1): test_urllib2_localnet (44.4 sec) 2025-10-14T22:33:43.8905566Z 0:08:00 load avg: 14.43 [386/495/56] test.test_multiprocessing_spawn.test_processes failed (env changed) (1 min 6 sec) -- running (1): test_urllib2_localnet (45.0 sec) 2025-10-14T22:33:43.8950863Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_5848æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5848æ' 2025-10-14T22:33:43.8973987Z Traceback (most recent call last): 2025-10-14T22:33:43.9031224Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:33:43.9078146Z os.mkdir(path) 2025-10-14T22:33:44.0583611Z ~~~~~~~~^^^^^^ 2025-10-14T22:33:44.1268576Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5848æ' 2025-10-14T22:33:44.1272572Z Stack (most recent call last): 2025-10-14T22:33:44.3239877Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:44.4531967Z File "", line 88, in _run_code 2025-10-14T22:33:44.4652235Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:44.4766295Z main() 2025-10-14T22:33:44.4769262Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:44.4884294Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:44.4888134Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:44.5266740Z return next(self.gen) 2025-10-14T22:33:44.5273916Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:33:44.5304594Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:33:44.5374801Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_5848æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5848æ' 2025-10-14T22:33:44.5412867Z Traceback (most recent call last): 2025-10-14T22:33:44.7307495Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:33:44.7323780Z os.chdir(os.path.realpath(path)) 2025-10-14T22:33:44.7364487Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:33:44.7483013Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_5848æ' 2025-10-14T22:33:44.8876192Z Stack (most recent call last): 2025-10-14T22:33:44.8900009Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:44.8902054Z File "", line 88, in _run_code 2025-10-14T22:33:44.8948691Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:44.8968616Z main() 2025-10-14T22:33:44.9014581Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:44.9050723Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:44.9339900Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:44.9344132Z return next(self.gen) 2025-10-14T22:33:44.9345311Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:33:45.1370130Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:33:45.1453111Z test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array) ... ok 2025-10-14T22:33:45.1460815Z test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size) ... ok 2025-10-14T22:33:45.1949155Z test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj) ... ok 2025-10-14T22:33:45.2323581Z test_invalid_typecode (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_invalid_typecode) ... ok 2025-10-14T22:33:45.2654334Z test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray) ... ok 2025-10-14T22:33:45.3292800Z test_atexit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit) ... ok 2025-10-14T22:33:45.3564000Z test_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort) 2025-10-14T22:33:45.3565786Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:33:45.5199941Z test_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset) 2025-10-14T22:33:45.5445987Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:33:45.5814609Z test_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action) 2025-10-14T22:33:45.5818924Z Test the 'action' callback ... ok 2025-10-14T22:33:45.5877116Z test_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier) 2025-10-14T22:33:45.5923850Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:33:45.5926397Z test_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10) 2025-10-14T22:33:45.5969853Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:33:45.6037131Z test_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout) 2025-10-14T22:33:45.6093238Z Test the barrier's default timeout ... ok 2025-10-14T22:33:45.6132013Z test_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset) 2025-10-14T22:33:45.7320246Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:33:45.8644158Z test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread) ... ok 2025-10-14T22:33:45.8758013Z test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand) ... ok 2025-10-14T22:33:45.9413394Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout) 2025-10-14T22:33:45.9414852Z Test wait(timeout) ... ok 2025-10-14T22:33:46.1075811Z test_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return) 2025-10-14T22:33:46.2186985Z test the return value from barrier.wait ... ok 2025-10-14T22:33:46.2270520Z test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify) ... ok 2025-10-14T22:33:46.2649031Z test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all) ... ok 2025-10-14T22:33:46.2736926Z test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n) ... ok 2025-10-14T22:33:46.3086088Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout) ... ok 2025-10-14T22:33:46.3128361Z test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result) ... ok 2025-10-14T22:33:46.3172237Z test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor) ... ok 2025-10-14T22:33:46.3561427Z test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout) ... ok 2025-10-14T22:33:46.3671520Z test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection) ... ok 2025-10-14T22:33:46.3689593Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context) ... ok 2025-10-14T22:33:46.3851878Z test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false) ... ok 2025-10-14T22:33:46.5175315Z test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer) ... ok 2025-10-14T22:33:46.6178321Z test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:33:46.6221793Z test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer) ... skipped "doesn't make sense on Windows" 2025-10-14T22:33:46.6342844Z test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes) ... ok 2025-10-14T22:33:46.6571158Z test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close) ... ok 2025-10-14T22:33:46.6865091Z test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event) ... ok 2025-10-14T22:33:46.7028462Z test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr) ... ok 2025-10-14T22:33:46.7271624Z test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize) ... ok 2025-10-14T22:33:46.7281946Z test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:33:46.7568907Z test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc) ... ok 2025-10-14T22:33:46.7747934Z test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap) ... ok 2025-10-14T22:33:46.8896411Z test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket) ... skipped 'test needs abstract socket support' 2025-10-14T22:33:46.9637831Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context) ... ok 2025-10-14T22:33:47.0920934Z test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey) ... ok 2025-10-14T22:33:47.2950306Z test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind) ... ok 2025-10-14T22:33:47.2951854Z test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725) ... ok 2025-10-14T22:33:47.4717807Z test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955) ... ok 2025-10-14T22:33:47.4838452Z test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client) ... ok 2025-10-14T22:33:47.5022431Z test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock) ... ok 2025-10-14T22:33:47.5999713Z test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context) ... ok 2025-10-14T22:33:47.6015192Z test_lock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_locked_2processes) ... ok 2025-10-14T22:33:47.6037538Z test_repr_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock) ... ok 2025-10-14T22:33:47.7079656Z test_repr_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock) ... ok 2025-10-14T22:33:47.7781862Z test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock) ... ok 2025-10-14T22:33:47.7839333Z test_rlock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_context) ... ok 2025-10-14T22:33:47.9068376Z test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_locked_2processes) ... ok 2025-10-14T22:33:47.9235387Z test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging) ... ok 2025-10-14T22:33:48.1090699Z test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename) ... ok 2025-10-14T22:33:48.1192902Z test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level) ... ok 2025-10-14T22:33:48.1212915Z test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart) ... ok 2025-10-14T22:33:48.1347579Z test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access) ... ok 2025-10-14T22:33:48.1483323Z test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling) ... ok 2025-10-14T22:33:48.1485800Z test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries) ... ok 2025-10-14T22:33:48.1531495Z test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge) ... ok 2025-10-14T22:33:48.1537236Z test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string) ... ok 2025-10-14T22:33:48.1555745Z test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings) ... ok 2025-10-14T22:33:48.1694271Z test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr) ... skipped 'requires SIGUSR1' 2025-10-14T22:33:48.1767493Z test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply) ... ok 2025-10-14T22:33:52.6460209Z test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async) ... ok 2025-10-14T22:33:52.6461269Z test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout) ... ok 2025-10-14T22:33:52.6462000Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context) ... ok 2025-10-14T22:33:52.6462670Z test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable) ... ok 2025-10-14T22:33:52.6463272Z test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter) ... ok 2025-10-14T22:33:52.6463853Z test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap) ... ok 2025-10-14T22:33:52.6464468Z test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok 2025-10-14T22:33:52.6465313Z test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered) ... ok 2025-10-14T22:33:52.6466036Z test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok 2025-10-14T22:33:52.6466783Z test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool) ... ok 2025-10-14T22:33:52.6467420Z test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map) ... ok 2025-10-14T22:33:52.6468026Z test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async) ... ok 2025-10-14T22:33:52.6468680Z test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks) ... ok 2025-10-14T22:33:52.6469415Z test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize) ... ok 2025-10-14T22:33:52.6470105Z test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok 2025-10-14T22:33:52.6470786Z test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast) ... ok 2025-10-14T22:33:52.6471633Z test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable) ... ok 2025-10-14T22:33:52.6472315Z test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs) ... ok 2025-10-14T22:33:52.6472995Z test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning) ... ok 2025-10-14T22:33:52.6473597Z test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap) ... ok 2025-10-14T22:33:52.6474339Z test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async) ... ok 2025-10-14T22:33:52.6474957Z test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate) ... ok 2025-10-14T22:33:52.6475548Z test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback) ... ok 2025-10-14T22:33:52.6476169Z test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception) ... ok 2025-10-14T22:33:52.6477002Z test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok 2025-10-14T22:33:52.6477723Z test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok 2025-10-14T22:33:52.6478448Z test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok 2025-10-14T22:33:52.6479223Z test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok 2025-10-14T22:33:52.6480016Z test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok 2025-10-14T22:33:52.6480861Z test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok 2025-10-14T22:33:52.6481921Z test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) ... ok 2025-10-14T22:33:52.6482541Z test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:33:52.6483196Z test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation) ... ok 2025-10-14T22:33:52.6483736Z test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close) ... ok 2025-10-14T22:33:52.6484337Z test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count) ... ok 2025-10-14T22:33:52.6484955Z test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current) ... ok 2025-10-14T22:33:52.6485596Z test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument) ... ok 2025-10-14T22:33:52.6486284Z test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok 2025-10-14T22:33:52.6486998Z test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok 2025-10-14T22:33:52.6487800Z test_forkserver_auth_is_enabled (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_auth_is_enabled) ... skipped 'forkserver start method specific' 2025-10-14T22:33:52.6488689Z test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for spawn' 2025-10-14T22:33:52.6489574Z test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) ... ok 2025-10-14T22:33:52.6490327Z test_forkserver_without_auth_fails (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_without_auth_fails) ... skipped 'forkserver start method specific' 2025-10-14T22:33:52.6491071Z test_interrupt (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt) ... skipped 'POSIX only' 2025-10-14T22:33:52.6491747Z test_interrupt_no_handler (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt_no_handler) ... skipped 'POSIX only' 2025-10-14T22:33:52.6492535Z test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill) ... ok 2025-10-14T22:33:52.6493149Z test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref) ... ok 2025-10-14T22:33:52.6493833Z test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) ... ok 2025-10-14T22:33:52.6494503Z test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process) ... ok 2025-10-14T22:33:52.6495186Z test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes) ... ok 2025-10-14T22:33:52.6495888Z test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process) ... ok 2025-10-14T22:33:52.6496595Z test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok 2025-10-14T22:33:52.6497289Z test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion) ... ok 2025-10-14T22:33:52.6497938Z test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel) ... ok 2025-10-14T22:33:52.6498510Z test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable) ... ok 2025-10-14T22:33:52.6499104Z test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate) ... ok 2025-10-14T22:33:52.6499864Z test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads) ... ok 2025-10-14T22:33:52.6500572Z test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions) ... ok 2025-10-14T22:33:52.6501329Z test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok 2025-10-14T22:33:52.6502037Z test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork) ... ok 2025-10-14T22:33:52.6502668Z test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get) ... ok 2025-10-14T22:33:52.6503357Z test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention) ... ok 2025-10-14T22:33:52.6504016Z test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put) ... ok 2025-10-14T22:33:52.6504568Z test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) ... ok 2025-10-14T22:33:52.6505210Z test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok 2025-10-14T22:33:52.6505944Z test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok 2025-10-14T22:33:52.6506584Z test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done) ... ok 2025-10-14T22:33:52.6507323Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout) ... ok 2025-10-14T22:33:52.6507982Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok 2025-10-14T22:33:52.6508659Z test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore) ... ok 2025-10-14T22:33:52.6509337Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout) ... ok 2025-10-14T22:33:52.6510096Z test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy) ... ok 2025-10-14T22:33:52.6510760Z test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok 2025-10-14T22:33:52.6511517Z test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize) ... ok 2025-10-14T22:33:52.6512244Z test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation) ... ok 2025-10-14T22:33:52.6513020Z test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ok 2025-10-14T22:33:52.6513718Z test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... ok 2025-10-14T22:33:52.6514495Z test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok 2025-10-14T22:33:52.6515313Z test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ok 2025-10-14T22:33:52.6516162Z test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... skipped 'resource_tracker is posix only' 2025-10-14T22:33:52.6517079Z test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... skipped 'not feasible in non-posix platforms' 2025-10-14T22:33:52.6517897Z test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... ok 2025-10-14T22:33:52.6518589Z test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ok 2025-10-14T22:33:52.6519299Z test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... ok 2025-10-14T22:33:52.6520068Z test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null) ... ok 2025-10-14T22:33:52.6520800Z test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... ok 2025-10-14T22:33:52.6521559Z test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok 2025-10-14T22:33:52.6522390Z test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok 2025-10-14T22:33:52.6523126Z test_shared_memory_tracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking) ... skipped 'resource_tracker is posix only' 2025-10-14T22:33:52.6524039Z test_shared_memory_untracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking) ... skipped 'resource_tracker is posix only' 2025-10-14T22:33:52.6524766Z test_child_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path) ... ok 2025-10-14T22:33:52.6525471Z test_forkserver_preload_imports_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path) ... skipped 'forkserver specific test.' 2025-10-14T22:33:52.6526351Z test_std_streams_flushed_after_preload (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_std_streams_flushed_after_preload) ... skipped 'forkserver specific test' 2025-10-14T22:33:52.6527102Z test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok 2025-10-14T22:33:52.6527780Z test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing) ... ok 2025-10-14T22:33:52.6528418Z test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok 2025-10-14T22:33:52.6529056Z test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock) ... ok 2025-10-14T22:33:52.6529700Z test_invalid_typecode (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_invalid_typecode) ... ok 2025-10-14T22:33:52.6530326Z test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue) ... ok 2025-10-14T22:33:52.6530935Z test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value) ... ok 2025-10-14T22:33:52.6531413Z 2025-10-14T22:33:52.6531857Z ---------------------------------------------------------------------- 2025-10-14T22:33:52.6532352Z Ran 165 tests in 65.671s 2025-10-14T22:33:52.6532615Z 2025-10-14T22:33:52.6533062Z OK (skipped=17) 2025-10-14T22:33:52.6533536Z Warning -- files was modified by test.test_multiprocessing_spawn.test_processes 2025-10-14T22:33:52.6534632Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:52.6536360Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'build/', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:52.6537532Z 0:08:13 load avg: 14.80 [387/495/56] test_bigmem passed 2025-10-14T22:33:52.6691171Z 0:08:13 load avg: 14.80 [388/495/56] test.test_future_stmt.test_future_multiple_imports passed 2025-10-14T22:33:52.8565989Z 0:08:14 load avg: 14.80 [389/495/56] test_build_details passed 2025-10-14T22:33:52.8746316Z 0:08:14 load avg: 14.80 [390/495/56] test_str passed 2025-10-14T22:33:52.8856907Z 0:08:14 load avg: 14.80 [391/495/56] test_string passed 2025-10-14T22:33:52.9647041Z 0:08:14 load avg: 14.80 [392/495/56] test_timeit passed 2025-10-14T22:33:53.1303765Z 0:08:14 load avg: 14.80 [393/495/56] test_buffer passed 2025-10-14T22:33:53.1481091Z 0:08:14 load avg: 14.80 [394/495/56] test_pep646_syntax passed 2025-10-14T22:33:53.6294337Z 0:08:14 load avg: 14.80 [395/495/57] test_urllib2_localnet failed (env changed) (45.4 sec) 2025-10-14T22:33:53.6387161Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_1584æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1584æ' 2025-10-14T22:33:53.6481669Z Traceback (most recent call last): 2025-10-14T22:33:53.6520437Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:33:53.6622287Z os.mkdir(path) 2025-10-14T22:33:53.6731290Z ~~~~~~~~^^^^^^ 2025-10-14T22:33:53.7145045Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1584æ' 2025-10-14T22:33:53.7200892Z Stack (most recent call last): 2025-10-14T22:33:53.7258940Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:53.7356753Z File "", line 88, in _run_code 2025-10-14T22:33:53.7496210Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:53.7713418Z main() 2025-10-14T22:33:53.7765705Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:53.7813894Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:53.8206695Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:53.8222570Z return next(self.gen) 2025-10-14T22:33:53.8254473Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:33:53.8295355Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:33:53.8336877Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_1584æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1584æ' 2025-10-14T22:33:53.8390507Z Traceback (most recent call last): 2025-10-14T22:33:53.8456315Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:33:53.8859002Z os.chdir(os.path.realpath(path)) 2025-10-14T22:33:53.8899619Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:33:53.8971705Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_1584æ' 2025-10-14T22:33:53.9042341Z Stack (most recent call last): 2025-10-14T22:33:53.9107086Z File "", line 198, in _run_module_as_main 2025-10-14T22:33:53.9182484Z File "", line 88, in _run_code 2025-10-14T22:33:53.9380364Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:33:53.9712937Z main() 2025-10-14T22:33:53.9961705Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:33:54.0350764Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:33:54.0548117Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:33:54.0574277Z return next(self.gen) 2025-10-14T22:33:54.0585867Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:33:54.0686986Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:33:54.0760421Z test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror) ... ok 2025-10-14T22:33:54.1747966Z test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success) ... ok 2025-10-14T22:33:54.2937865Z test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror) ... ok 2025-10-14T22:33:54.3346777Z test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works) ... ok 2025-10-14T22:33:54.3540821Z test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror) ... ok 2025-10-14T22:33:54.3584456Z test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror) ... ok 2025-10-14T22:33:54.3662887Z test_200 (test.test_urllib2_localnet.TestUrlopen.test_200) ... ok 2025-10-14T22:33:54.3741307Z test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters) ... ok 2025-10-14T22:33:54.4389833Z test_404 (test.test_urllib2_localnet.TestUrlopen.test_404) ... ok 2025-10-14T22:33:54.4460837Z test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic) ... ok 2025-10-14T22:33:54.6105648Z test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked) ... ok 2025-10-14T22:33:54.6373009Z test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl) ... ok 2025-10-14T22:33:54.6386427Z test_https (test.test_urllib2_localnet.TestUrlopen.test_https) ... ok 2025-10-14T22:33:54.6485049Z test_https_sni (test.test_urllib2_localnet.TestUrlopen.test_https_sni) ... ok 2025-10-14T22:33:54.6490753Z test_info (test.test_urllib2_localnet.TestUrlopen.test_info) ... ok 2025-10-14T22:33:54.6720589Z test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464) ... ok 2025-10-14T22:33:54.7273887Z test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration) ... ok 2025-10-14T22:33:54.7692303Z test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration) ... ok 2025-10-14T22:33:54.9737383Z test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection) ... ok 2025-10-14T22:33:55.0016557Z test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers) ... ok 2025-10-14T22:33:55.1041279Z test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel) ... ok 2025-10-14T22:33:55.1162291Z 2025-10-14T22:33:55.1170610Z ---------------------------------------------------------------------- 2025-10-14T22:33:55.1796612Z Ran 21 tests in 43.721s 2025-10-14T22:33:55.2401501Z 2025-10-14T22:33:55.2472569Z OK 2025-10-14T22:33:55.2570290Z Warning -- files was modified by test_urllib2_localnet 2025-10-14T22:33:55.2961140Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1604_tmpæ', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:55.3019036Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'build/', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:33:55.3174199Z 0:08:14 load avg: 14.82 [396/495/57] test_set passed -- running (1): test_regrtest (30.4 sec) 2025-10-14T22:33:55.3179361Z 0:08:14 load avg: 14.82 [397/495/57] test_pickle passed -- running (1): test_regrtest (30.4 sec) 2025-10-14T22:33:55.3183943Z 0:08:14 load avg: 14.82 [398/495/57] test_type_comments passed -- running (1): test_regrtest (30.4 sec) 2025-10-14T22:33:55.3509640Z 0:08:14 load avg: 14.82 [399/495/57] test_enum passed -- running (1): test_regrtest (30.4 sec) 2025-10-14T22:33:55.3551962Z 0:08:15 load avg: 14.82 [400/495/57] test_enumerate passed -- running (1): test_regrtest (30.5 sec) 2025-10-14T22:33:55.3553809Z 0:08:15 load avg: 14.82 [401/495/57] test.test_concurrent_futures.test_future passed -- running (1): test_regrtest (30.5 sec) 2025-10-14T22:33:55.3554589Z 0:08:15 load avg: 14.82 [402/495/57] test_shutil passed -- running (1): test_regrtest (30.5 sec) 2025-10-14T22:33:55.3555882Z 0:08:15 load avg: 14.82 [403/495/57] test_flufl passed -- running (1): test_regrtest (30.5 sec) 2025-10-14T22:33:55.3658612Z 0:08:15 load avg: 14.82 [404/495/57] test_osx_env passed -- running (1): test_regrtest (30.6 sec) 2025-10-14T22:33:55.3669320Z 0:08:15 load avg: 14.82 [405/495/57] test_bytes passed -- running (1): test_regrtest (30.6 sec) 2025-10-14T22:33:55.3703125Z 0:08:15 load avg: 14.82 [406/495/57] test_decorators passed -- running (1): test_regrtest (30.6 sec) 2025-10-14T22:33:55.3920752Z 0:08:15 load avg: 14.82 [407/495/57] test_pty skipped -- running (1): test_regrtest (30.7 sec) 2025-10-14T22:33:55.3960639Z test_pty skipped -- No module named 'termios' 2025-10-14T22:33:55.3967025Z 0:08:15 load avg: 14.82 [408/495/57] test_warnings passed -- running (1): test_regrtest (30.8 sec) 2025-10-14T22:33:55.4025049Z 0:08:16 load avg: 14.89 [409/495/57] test_popen passed -- running (1): test_regrtest (32.1 sec) 2025-10-14T22:33:58.1469863Z 0:08:19 load avg: 14.79 [410/495/57] test_unittest passed -- running (1): test_regrtest (34.8 sec) 2025-10-14T22:33:58.4177115Z 0:08:19 load avg: 14.79 [411/495/57] test_sys_settrace passed -- running (1): test_regrtest (35.1 sec) 2025-10-14T22:33:58.9478108Z 0:08:20 load avg: 14.96 [412/495/57] test_pkg passed -- running (1): test_regrtest (35.7 sec) 2025-10-14T22:33:58.9657146Z 0:08:20 load avg: 14.96 [413/495/57] test_venv passed -- running (1): test_regrtest (35.7 sec) 2025-10-14T22:33:59.5270345Z 0:08:20 load avg: 14.96 [414/495/57] test_format passed -- running (1): test_regrtest (36.2 sec) 2025-10-14T22:33:59.9098100Z 0:08:21 load avg: 15.00 [415/495/57] test.test_asyncio.test_windows_utils passed -- running (1): test_regrtest (36.6 sec) 2025-10-14T22:34:00.1827280Z 0:08:21 load avg: 15.00 [416/495/57] test_pickletools passed -- running (1): test_regrtest (36.9 sec) 2025-10-14T22:34:00.7987786Z 0:08:22 load avg: 15.05 [417/495/57] test_dynamic passed -- running (1): test_regrtest (37.5 sec) 2025-10-14T22:34:01.4681351Z 0:08:22 load avg: 15.05 [418/495/57] test_descr passed -- running (1): test_regrtest (38.2 sec) 2025-10-14T22:34:02.0386985Z 0:08:23 load avg: 15.16 [419/495/57] test_compare passed -- running (1): test_regrtest (38.7 sec) 2025-10-14T22:34:03.8548352Z 0:08:25 load avg: 15.37 [420/495/57] test_tabnanny passed -- running (1): test_regrtest (40.5 sec) 2025-10-14T22:34:08.9450817Z 0:08:30 load avg: 15.99 [421/495/57] test_compile passed -- running (1): test_regrtest (45.7 sec) 2025-10-14T22:34:22.7277628Z 0:08:43 load avg: 15.82 [422/495/57] test.test_concurrent_futures.test_shutdown passed -- running (1): test_regrtest (59.4 sec) 2025-10-14T22:34:23.4276407Z 0:08:44 load avg: 15.82 [423/495/57] test_cmd_line passed -- running (1): test_regrtest (1 min) 2025-10-14T22:34:23.8101032Z 0:08:45 load avg: 15.83 [424/495/57] test_string_literals passed -- running (1): test_regrtest (1 min) 2025-10-14T22:34:29.2146738Z 0:08:50 load avg: 15.85 [425/495/58] test_regrtest failed (env changed) (1 min 5 sec) 2025-10-14T22:34:29.2219957Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_4128æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4128æ' 2025-10-14T22:34:29.2285537Z Traceback (most recent call last): 2025-10-14T22:34:29.2401285Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:34:29.3202896Z os.mkdir(path) 2025-10-14T22:34:29.3244973Z ~~~~~~~~^^^^^^ 2025-10-14T22:34:29.4196384Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4128æ' 2025-10-14T22:34:29.4269935Z Stack (most recent call last): 2025-10-14T22:34:29.4403809Z File "", line 198, in _run_module_as_main 2025-10-14T22:34:29.5276006Z File "", line 88, in _run_code 2025-10-14T22:34:29.5289685Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:34:29.5331498Z main() 2025-10-14T22:34:29.5710388Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:34:29.5756526Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:34:29.6276128Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:34:29.6679037Z return next(self.gen) 2025-10-14T22:34:29.6690231Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:34:29.6759164Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:34:29.6827841Z tests may fail, unable to change the current working directory to 'D:\\a\\1\\s\\build\\test_python_4128æ': [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4128æ' 2025-10-14T22:34:29.7807142Z Traceback (most recent call last): 2025-10-14T22:34:29.8002611Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 563, in change_cwd 2025-10-14T22:34:29.8626562Z os.chdir(os.path.realpath(path)) 2025-10-14T22:34:29.8787895Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:34:29.9744974Z FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\a\\1\\s\\build\\test_python_4128æ' 2025-10-14T22:34:29.9806762Z Stack (most recent call last): 2025-10-14T22:34:29.9885953Z File "", line 198, in _run_module_as_main 2025-10-14T22:34:30.0694788Z File "", line 88, in _run_code 2025-10-14T22:34:30.0729603Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:34:30.1227407Z main() 2025-10-14T22:34:30.1716209Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:34:30.1760082Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:34:30.2662416Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:34:30.2719179Z return next(self.gen) 2025-10-14T22:34:30.2782726Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 598, in temp_cwd 2025-10-14T22:34:30.2870459Z with change_cwd(temp_path, quiet=quiet) as cwd_dir: 2025-10-14T22:34:30.3430646Z test_add_python_opts (test.test_regrtest.ArgsTestCase.test_add_python_opts) ... ok 2025-10-14T22:34:30.4573994Z test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup) ... ok 2025-10-14T22:34:30.5463217Z test_coverage (test.test_regrtest.ArgsTestCase.test_coverage) ... ok 2025-10-14T22:34:30.5469141Z test_crashed (test.test_regrtest.ArgsTestCase.test_crashed) ... ok 2025-10-14T22:34:30.5474241Z test_doctest (test.test_regrtest.ArgsTestCase.test_doctest) ... ok 2025-10-14T22:34:30.6113131Z test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed) ... ok 2025-10-14T22:34:30.6179479Z test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test) ... ok 2025-10-14T22:34:30.6217804Z test_forever (test.test_regrtest.ArgsTestCase.test_forever) ... ok 2025-10-14T22:34:30.6605194Z test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile) ... ok 2025-10-14T22:34:30.7188297Z test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) ... skipped 'need a debug build' 2025-10-14T22:34:30.7246321Z test_huntrleaks_bisect (test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect) ... skipped 'need a debug build' 2025-10-14T22:34:30.7303450Z test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) ... skipped 'need a debug build' 2025-10-14T22:34:30.8278700Z test_huntrleaks_mp (test.test_regrtest.ArgsTestCase.test_huntrleaks_mp) ... skipped 'need a debug build' 2025-10-14T22:34:30.8384872Z test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile) ... ok 2025-10-14T22:34:30.8426317Z test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted) ... ok 2025-10-14T22:34:30.9056424Z test_leak_tmp_file (test.test_regrtest.ArgsTestCase.test_leak_tmp_file) ... ok 2025-10-14T22:34:30.9439945Z test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases) ... ok 2025-10-14T22:34:30.9760503Z test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests) ... ok 2025-10-14T22:34:30.9802833Z test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile) ... ok 2025-10-14T22:34:30.9841525Z test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout) ... ok 2025-10-14T22:34:31.0352862Z test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not) ... ok 2025-10-14T22:34:31.0417016Z test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran) ... ok 2025-10-14T22:34:31.0472399Z test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent) ... ok 2025-10-14T22:34:31.0485733Z test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip) ... ok 2025-10-14T22:34:31.0816820Z test_nonascii (test.test_regrtest.ArgsTestCase.test_nonascii) ... ok 2025-10-14T22:34:31.0859972Z test_pgo_exclude (test.test_regrtest.ArgsTestCase.test_pgo_exclude) ... ok 2025-10-14T22:34:31.1385236Z test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning) ... ok 2025-10-14T22:34:31.1466346Z test_python_command (test.test_regrtest.ArgsTestCase.test_python_command) ... ok 2025-10-14T22:34:31.1792662Z test_random (test.test_regrtest.ArgsTestCase.test_random) ... ok 2025-10-14T22:34:31.1849419Z test_random_seed (test.test_regrtest.ArgsTestCase.test_random_seed) ... ok 2025-10-14T22:34:31.1933375Z test_random_seed_workers (test.test_regrtest.ArgsTestCase.test_random_seed_workers) ... ok 2025-10-14T22:34:31.2393926Z test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure) ... ok 2025-10-14T22:34:31.2496124Z test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure) ... ok 2025-10-14T22:34:31.2539853Z test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail) ... ok 2025-10-14T22:34:31.2630748Z test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure) ... ok 2025-10-14T22:34:31.3148655Z test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure) ... ok 2025-10-14T22:34:31.3163871Z test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure) ... ok 2025-10-14T22:34:31.3195104Z test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success) ... ok 2025-10-14T22:34:31.3317616Z test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure) ... ok 2025-10-14T22:34:31.4389061Z test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure) ... ok 2025-10-14T22:34:31.4757474Z test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure) ... ok 2025-10-14T22:34:31.4928108Z test_resources (test.test_regrtest.ArgsTestCase.test_resources) ... ok 2025-10-14T22:34:31.4973143Z test_skip (test.test_regrtest.ArgsTestCase.test_skip) ... ok 2025-10-14T22:34:31.5055069Z test_slowest (test.test_regrtest.ArgsTestCase.test_slowest) ... ok 2025-10-14T22:34:31.5338889Z test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted) ... ok 2025-10-14T22:34:31.5359876Z test_success (test.test_regrtest.ArgsTestCase.test_success) ... ok 2025-10-14T22:34:31.5368591Z test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook) ... ok 2025-10-14T22:34:31.5415110Z test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable) ... ok 2025-10-14T22:34:31.5735575Z test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env) ... ok 2025-10-14T22:34:31.5776951Z test_unload_tests (test.test_regrtest.ArgsTestCase.test_unload_tests) ... ok 2025-10-14T22:34:31.6095091Z test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc) ... ok 2025-10-14T22:34:31.6176781Z test_verbose3 (test.test_regrtest.ArgsTestCase.test_verbose3) ... ok 2025-10-14T22:34:31.6230602Z test_wait (test.test_regrtest.ArgsTestCase.test_wait) ... ok 2025-10-14T22:34:31.6289594Z test_worker_decode_error (test.test_regrtest.ArgsTestCase.test_worker_decode_error) ... ok 2025-10-14T22:34:31.6656975Z test_worker_output_on_failure (test.test_regrtest.ArgsTestCase.test_worker_output_on_failure) ... ok 2025-10-14T22:34:31.6701853Z test_xml (test.test_regrtest.ArgsTestCase.test_xml) ... ok 2025-10-14T22:34:31.7083992Z test_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests) 2025-10-14T22:34:31.8098368Z Check that regrtest appears to find the expected set of tests. ... ok 2025-10-14T22:34:31.8159603Z test_arg (test.test_regrtest.ParseArgsTestCase.test_arg) ... ok 2025-10-14T22:34:31.8485149Z test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg) ... ok 2025-10-14T22:34:31.8845365Z test_bisect (test.test_regrtest.ParseArgsTestCase.test_bisect) ... ok 2025-10-14T22:34:31.8851690Z test_ci_no_randomize (test.test_regrtest.ParseArgsTestCase.test_ci_no_randomize) ... ok 2025-10-14T22:34:31.9083822Z test_coverage_mp (test.test_regrtest.ParseArgsTestCase.test_coverage_mp) ... skipped 'need a debug build' 2025-10-14T22:34:31.9223735Z test_coverage_sequential (test.test_regrtest.ParseArgsTestCase.test_coverage_sequential) ... ok 2025-10-14T22:34:31.9251888Z test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir) ... ok 2025-10-14T22:34:31.9296164Z test_dont_add_python_opts (test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts) ... ok 2025-10-14T22:34:31.9338145Z test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude) ... ok 2025-10-14T22:34:31.9349508Z test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast) ... ok 2025-10-14T22:34:31.9358288Z test_fast_ci (test.test_regrtest.ParseArgsTestCase.test_fast_ci) ... ok 2025-10-14T22:34:31.9393468Z test_fast_ci_python_cmd (test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd) ... ok 2025-10-14T22:34:31.9499530Z test_fast_ci_resource (test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource) ... ok 2025-10-14T22:34:31.9534556Z test_fast_ci_verbose (test.test_regrtest.ParseArgsTestCase.test_fast_ci_verbose) ... ok 2025-10-14T22:34:32.0241157Z test_forever (test.test_regrtest.ParseArgsTestCase.test_forever) ... ok 2025-10-14T22:34:32.1117004Z test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile) ... ok 2025-10-14T22:34:32.1766936Z test_header (test.test_regrtest.ParseArgsTestCase.test_header) ... ok 2025-10-14T22:34:32.1922610Z test_help (test.test_regrtest.ParseArgsTestCase.test_help) ... ok 2025-10-14T22:34:32.2579006Z test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks) ... ok 2025-10-14T22:34:32.3066266Z test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial) ... ok 2025-10-14T22:34:32.3073424Z test_match (test.test_regrtest.ParseArgsTestCase.test_match) ... ok 2025-10-14T22:34:32.3334203Z test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit) ... ok 2025-10-14T22:34:32.3669571Z test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess) ... ok 2025-10-14T22:34:32.3778533Z test_no_randomize (test.test_regrtest.ParseArgsTestCase.test_no_randomize) ... ok 2025-10-14T22:34:32.3860886Z test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir) ... ok 2025-10-14T22:34:32.4827571Z test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows) ... ok 2025-10-14T22:34:32.4965770Z test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg) ... ok 2025-10-14T22:34:32.5096486Z test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value) ... ok 2025-10-14T22:34:32.5110445Z test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet) ... ok 2025-10-14T22:34:32.5184368Z test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize) ... ok 2025-10-14T22:34:32.5263966Z test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed) ... ok 2025-10-14T22:34:32.5519842Z test_rerun (test.test_regrtest.ParseArgsTestCase.test_rerun) ... ok 2025-10-14T22:34:32.6361921Z test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks) ... ok 2025-10-14T22:34:32.6370320Z test_single (test.test_regrtest.ParseArgsTestCase.test_single) ... ok 2025-10-14T22:34:32.6417946Z test_single_process (test.test_regrtest.ParseArgsTestCase.test_single_process) ... ok 2025-10-14T22:34:32.6458064Z test_slow_ci (test.test_regrtest.ParseArgsTestCase.test_slow_ci) ... ok 2025-10-14T22:34:32.6926523Z test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest) ... ok 2025-10-14T22:34:32.7048760Z test_start (test.test_regrtest.ParseArgsTestCase.test_start) ... ok 2025-10-14T22:34:32.7051479Z test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir) ... ok 2025-10-14T22:34:32.7052678Z test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold) ... ok 2025-10-14T22:34:32.7054295Z test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout) ... ok 2025-10-14T22:34:32.7259458Z test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options) ... ok 2025-10-14T22:34:32.7268054Z test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option) ... ok 2025-10-14T22:34:32.7273986Z test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument) ... ok 2025-10-14T22:34:32.7325519Z test_use (test.test_regrtest.ParseArgsTestCase.test_use) ... ok 2025-10-14T22:34:32.7360968Z test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose) ... ok 2025-10-14T22:34:32.7410647Z test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3) ... ok 2025-10-14T22:34:32.7413348Z test_verbose3_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks) ... ok 2025-10-14T22:34:32.7418249Z test_wait (test.test_regrtest.ParseArgsTestCase.test_wait) ... ok 2025-10-14T22:34:32.7456208Z test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest) ... ok 2025-10-14T22:34:32.7490353Z test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest) ... ok 2025-10-14T22:34:32.8410037Z test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest) ... ok 2025-10-14T22:34:32.8420426Z test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test) ... ok 2025-10-14T22:34:32.8425936Z test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) ... ok 2025-10-14T22:34:32.8487346Z test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest) ... ok 2025-10-14T22:34:32.8527104Z test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest) ... ok 2025-10-14T22:34:32.9043692Z test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) ... ok 2025-10-14T22:34:32.9059537Z test_test_result_get_state (test.test_regrtest.TestColorized.test_test_result_get_state) ... ok 2025-10-14T22:34:32.9066133Z test_format_duration (test.test_regrtest.TestUtils.test_format_duration) ... ok 2025-10-14T22:34:32.9119368Z test_format_resources (test.test_regrtest.TestUtils.test_format_resources) ... ok 2025-10-14T22:34:32.9126042Z test_match_test (test.test_regrtest.TestUtils.test_match_test) ... ok 2025-10-14T22:34:32.9128096Z test_normalize_test_name (test.test_regrtest.TestUtils.test_normalize_test_name) ... ok 2025-10-14T22:34:32.9132889Z test_sanitize_xml (test.test_regrtest.TestUtils.test_sanitize_xml) ... ok 2025-10-14T22:34:32.9331418Z 2025-10-14T22:34:32.9339733Z ---------------------------------------------------------------------- 2025-10-14T22:34:32.9347685Z Ran 120 tests in 65.535s 2025-10-14T22:34:32.9428968Z 2025-10-14T22:34:32.9463720Z OK (skipped=5) 2025-10-14T22:34:32.9506995Z Warning -- files was modified by test_regrtest 2025-10-14T22:34:32.9514372Z Warning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', '@test_1892_tmpæ_connect_test.py', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:34:32.9560523Z Warning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '.ruff.toml', '.well-known/', 'Android/', 'Apple/', 'Doc/', 'Grammar/', 'Include/', 'InternalDocs/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', 'aclocal.m4', 'build/', 'config.guess', 'config.sub', 'configure', 'configure.ac', 'iOS/', 'install-sh', 'pyconfig.h.in', 'python.bat'] 2025-10-14T22:34:32.9596185Z 0:08:53 load avg: 15.88 [426/495/58] test_exceptions passed 2025-10-14T22:34:33.0547012Z 0:08:53 load avg: 15.88 [427/495/58] test_fcntl skipped 2025-10-14T22:34:33.0563042Z test_fcntl skipped -- No module named 'fcntl' 2025-10-14T22:34:33.0604984Z 0:08:53 load avg: 15.88 [428/495/58] test_codeop passed 2025-10-14T22:34:33.0642046Z 0:08:53 load avg: 15.88 [429/495/58] test_tokenize passed 2025-10-14T22:34:33.1274621Z 0:08:53 load avg: 15.89 [430/495/58] test_utf8source passed 2025-10-14T22:34:33.1574347Z 0:08:53 load avg: 15.89 [431/495/58] test_secrets passed 2025-10-14T22:34:33.1577329Z 0:08:53 load avg: 15.89 [432/495/58] test_fileinput passed 2025-10-14T22:34:33.1582869Z 0:08:53 load avg: 15.89 [433/495/58] test_xml_dom_minicompat passed 2025-10-14T22:34:34.3223331Z 0:08:55 load avg: 15.80 [434/495/58] test_repl passed -- running (1): test.test_multiprocessing_spawn.test_threads (30.5 sec) 2025-10-14T22:34:35.4527127Z 0:08:56 load avg: 15.65 [435/495/58] test_import passed -- running (1): test.test_multiprocessing_spawn.test_threads (31.5 sec) 2025-10-14T22:34:40.9392653Z 0:09:02 load avg: 15.31 [436/495/58] test_email passed -- running (1): test.test_multiprocessing_spawn.test_threads (37.1 sec) 2025-10-14T22:34:47.0914006Z 0:09:08 load avg: 15.48 [437/495/58] test.test_multiprocessing_spawn.test_threads passed (43.3 sec) 2025-10-14T22:34:48.0852698Z 0:09:09 load avg: 15.49 [438/495/58] test_profiling passed 2025-10-14T22:34:48.7783273Z 0:09:10 load avg: 15.36 [439/495/59] test_external_inspection worker non-zero exit code (Exit code 1) 2025-10-14T22:34:48.7801001Z test_thread_status_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_detection) ... ok 2025-10-14T22:34:48.7840474Z test_thread_status_gil_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_gil_detection) ... ok 2025-10-14T22:34:48.8558330Z test_async_gather_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_gather_remote_stack_trace) ... ok 2025-10-14T22:34:49.0016155Z test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by) ... ok 2025-10-14T22:34:49.0019923Z test_async_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_remote_stack_trace) ... ok 2025-10-14T22:34:49.0021335Z test_async_staggered_race_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_staggered_race_remote_stack_trace) ... ok 2025-10-14T22:34:49.0026520Z test_asyncgen_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_asyncgen_remote_stack_trace) ... ok 2025-10-14T22:34:49.0027437Z test_multiple_subinterpreters_with_threads (test.test_external_inspection.TestGetStackTrace.test_multiple_subinterpreters_with_threads) ... ok 2025-10-14T22:34:49.0028415Z test_only_active_thread (test.test_external_inspection.TestGetStackTrace.test_only_active_thread) ... ok 2025-10-14T22:34:49.0029295Z test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace) ... ok 2025-10-14T22:34:49.0029979Z test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace) ... ok 2025-10-14T22:34:49.0961184Z test_subinterpreter_stack_trace (test.test_external_inspection.TestGetStackTrace.test_subinterpreter_stack_trace) ... ok 2025-10-14T22:34:49.0964358Z test_unsupported_platform_error (test.test_external_inspection.TestUnsupportedPlatformHandling.test_unsupported_platform_error) ... skipped 'Test only runs on unsupported platforms (not Linux, macOS, or Windows)' 2025-10-14T22:34:49.1007142Z 2025-10-14T22:34:49.1009629Z ---------------------------------------------------------------------- 2025-10-14T22:34:49.1014972Z Ran 13 tests in 7.215s 2025-10-14T22:34:49.1033345Z 2025-10-14T22:34:49.1093911Z OK (skipped=1) 2025-10-14T22:34:49.1133196Z Traceback (most recent call last): 2025-10-14T22:34:49.1547266Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 540, in temp_dir 2025-10-14T22:34:49.1704289Z yield path 2025-10-14T22:34:49.1706700Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 599, in temp_cwd 2025-10-14T22:34:49.1726348Z yield cwd_dir 2025-10-14T22:34:49.1727215Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 127, in main 2025-10-14T22:34:49.1728108Z worker_process(worker_json) 2025-10-14T22:34:49.1728746Z ~~~~~~~~~~~~~~^^^^^^^^^^^^^ 2025-10-14T22:34:49.1729370Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 113, in worker_process 2025-10-14T22:34:49.1732051Z sys.exit(0) 2025-10-14T22:34:49.1734867Z ~~~~~~~~^^^ 2025-10-14T22:34:49.1735652Z SystemExit: 0 2025-10-14T22:34:49.1736195Z 2025-10-14T22:34:49.1738174Z During handling of the above exception, another exception occurred: 2025-10-14T22:34:49.1738791Z 2025-10-14T22:34:49.1739510Z Traceback (most recent call last): 2025-10-14T22:34:49.1757602Z File "D:\a\1\s\Lib\test\support\__init__.py", line 208, in _force_run 2025-10-14T22:34:49.1758427Z return func(*args) 2025-10-14T22:34:49.1759205Z PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\1\\s\\build\\test_python_1128æ' 2025-10-14T22:34:49.1761103Z 2025-10-14T22:34:49.1820747Z During handling of the above exception, another exception occurred: 2025-10-14T22:34:49.1823328Z 2025-10-14T22:34:49.1824373Z Traceback (most recent call last): 2025-10-14T22:34:49.1825126Z File "", line 198, in _run_module_as_main 2025-10-14T22:34:49.1904926Z File "", line 88, in _run_code 2025-10-14T22:34:49.1909218Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:34:49.1910439Z main() 2025-10-14T22:34:49.1913762Z ~~~~^^ 2025-10-14T22:34:49.1917545Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:34:49.1918994Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:34:49.1921330Z ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:34:49.1922563Z File "D:\a\1\s\Lib\contextlib.py", line 162, in __exit__ 2025-10-14T22:34:49.1923627Z self.gen.throw(value) 2025-10-14T22:34:49.1935263Z ~~~~~~~~~~~~~~^^^^^^^ 2025-10-14T22:34:49.1937212Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:34:49.1939769Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:34:49.1946453Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:34:49.1954694Z File "D:\a\1\s\Lib\contextlib.py", line 162, in __exit__ 2025-10-14T22:34:49.1956677Z self.gen.throw(value) 2025-10-14T22:34:49.1957481Z ~~~~~~~~~~~~~~^^^^^^^ 2025-10-14T22:34:49.1961540Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 545, in temp_dir 2025-10-14T22:34:49.1995153Z rmtree(path) 2025-10-14T22:34:49.1996330Z ~~~~~~^^^^^^ 2025-10-14T22:34:49.1999328Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 497, in rmtree 2025-10-14T22:34:49.2003103Z _rmtree(path) 2025-10-14T22:34:49.2020924Z ~~~~~~~^^^^^^ 2025-10-14T22:34:49.2023533Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 441, in _rmtree 2025-10-14T22:34:49.2026366Z _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 2025-10-14T22:34:49.2028540Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:34:49.2042840Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 381, in _waitfor 2025-10-14T22:34:49.2044841Z func(pathname) 2025-10-14T22:34:49.2067140Z ~~~~^^^^^^^^^^ 2025-10-14T22:34:49.2069534Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 441, in 2025-10-14T22:34:49.2099617Z _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 2025-10-14T22:34:49.2129440Z ~~~~~~~~~~^^^^^^^^^^^^^^^^ 2025-10-14T22:34:49.2135256Z File "D:\a\1\s\Lib\test\support\__init__.py", line 219, in _force_run 2025-10-14T22:34:49.2139040Z return func(*args) 2025-10-14T22:34:49.2140658Z PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\1\\s\\build\\test_python_1128æ' 2025-10-14T22:34:49.2142230Z 0:09:10 load avg: 15.36 [440/495/59] test_weakset passed 2025-10-14T22:34:49.8628266Z 0:09:11 load avg: 15.26 [441/495/59] test.test_asyncio.test_proactor_events passed 2025-10-14T22:34:49.9545322Z 0:09:11 load avg: 15.26 [442/495/59] test___all__ passed 2025-10-14T22:34:50.8295565Z 0:09:12 load avg: 15.02 [443/495/59] test_xml_etree_c passed 2025-10-14T22:34:51.1389042Z 0:09:12 load avg: 15.02 [444/495/59] test__colorize passed 2025-10-14T22:34:51.3989261Z 0:09:12 load avg: 15.02 [445/495/59] test_ttk_textonly passed 2025-10-14T22:34:51.6200060Z 0:09:12 load avg: 14.89 [446/495/59] test_charmapcodec passed 2025-10-14T22:34:52.1215327Z 0:09:13 load avg: 14.89 [447/495/59] test_itertools passed 2025-10-14T22:34:54.8927898Z 0:09:16 load avg: 14.36 [448/495/59] test_math passed 2025-10-14T22:34:55.6701048Z 0:09:16 load avg: 14.12 [449/495/59] test_clinic passed 2025-10-14T22:34:56.2546981Z 0:09:17 load avg: 14.12 [450/495/59] test_codecmaps_hk passed 2025-10-14T22:34:56.8589176Z 0:09:18 load avg: 13.91 [451/495/59] test_robotparser passed 2025-10-14T22:34:57.5008142Z 0:09:18 load avg: 13.69 [452/495/59] test.test_asyncio.test_timeouts passed 2025-10-14T22:34:58.2213213Z 0:09:19 load avg: 13.69 [453/495/59] test_signal passed 2025-10-14T22:34:58.7043897Z 0:09:19 load avg: 13.48 [454/495/59] test_codecencodings_jp passed 2025-10-14T22:35:06.3910375Z 0:09:27 load avg: 12.01 [455/495/59] test_urllib2 passed -- running (1): test_zipimport (34.4 sec) 2025-10-14T22:35:06.5640245Z 0:09:27 load avg: 11.85 [456/495/59] test_tstring passed -- running (1): test_zipimport (34.6 sec) 2025-10-14T22:35:06.9435776Z 0:09:28 load avg: 11.85 [457/495/59] test_filecmp passed -- running (1): test_zipimport (35.0 sec) 2025-10-14T22:35:07.3945435Z 0:09:28 load avg: 11.85 [458/495/59] test_genericalias passed -- running (1): test_zipimport (35.4 sec) 2025-10-14T22:35:07.6836827Z 0:09:28 load avg: 11.74 [459/495/59] test_annotationlib passed -- running (1): test_zipimport (35.7 sec) 2025-10-14T22:35:11.0735621Z 0:09:32 load avg: 11.49 [460/495/59] test.test_concurrent_futures.test_wait passed -- running (1): test_zipimport (39.1 sec) 2025-10-14T22:35:11.3861117Z 0:09:32 load avg: 11.49 [461/495/59] test_exception_hierarchy passed -- running (1): test_zipimport (39.4 sec) 2025-10-14T22:35:12.6784134Z 0:09:33 load avg: 11.21 [462/495/59] test_platform passed -- running (1): test_zipimport (40.7 sec) 2025-10-14T22:35:13.0640910Z 0:09:34 load avg: 11.21 [463/495/59] test_code passed -- running (1): test_zipimport (41.1 sec) 2025-10-14T22:35:13.9019001Z 0:09:35 load avg: 11.07 [464/495/59] test_pow passed -- running (1): test_zipimport (42.0 sec) 2025-10-14T22:35:14.3153904Z 0:09:35 load avg: 11.07 [465/495/59] test_sqlite3 passed -- running (1): test_zipimport (42.4 sec) 2025-10-14T22:35:14.3956247Z 0:09:35 load avg: 11.07 [466/495/59] test_zipimport passed (42.4 sec) 2025-10-14T22:35:15.2931450Z 0:09:36 load avg: 11.24 [467/495/59] test_contextlib_async passed 2025-10-14T22:35:15.3531419Z 0:09:36 load avg: 11.24 [468/495/59] test_mailbox passed 2025-10-14T22:35:15.3588642Z 0:09:36 load avg: 11.24 [469/495/59] test_devpoll skipped 2025-10-14T22:35:15.3769622Z test_devpoll skipped -- test works only on Solaris OS family 2025-10-14T22:35:15.5280382Z 0:09:36 load avg: 11.24 [470/495/59] test.test_asyncio.test_selector_events passed 2025-10-14T22:35:15.8382088Z 0:09:37 load avg: 11.24 [471/495/59] test_epoll skipped 2025-10-14T22:35:15.9013871Z test_epoll skipped -- test works only on Linux 2.6 2025-10-14T22:35:16.0899041Z 0:09:37 load avg: 11.37 [472/495/59] test.test_future_stmt.test_future_single_import passed 2025-10-14T22:35:16.3294760Z 0:09:37 load avg: 11.37 [473/495/59] test_getopt passed 2025-10-14T22:35:16.6292819Z 0:09:37 load avg: 11.37 [474/495/59] test_pulldom passed 2025-10-14T22:35:16.8505794Z 0:09:38 load avg: 11.37 [475/495/59] test_turtle passed 2025-10-14T22:35:17.2597130Z 0:09:38 load avg: 11.52 [476/495/59] test.test_gdb.test_pretty_print skipped 2025-10-14T22:35:17.4129898Z test.test_gdb.test_pretty_print skipped -- test_gdb doesn't work on Windows 2025-10-14T22:35:18.1163714Z 0:09:39 load avg: 11.52 [477/495/59] test_codecencodings_kr passed 2025-10-14T22:35:18.2996756Z 0:09:39 load avg: 11.66 [478/495/59] test_modulefinder passed 2025-10-14T22:35:18.7070909Z 0:09:39 load avg: 11.66 [479/495/59] test_pyexpat passed 2025-10-14T22:35:18.9806475Z 0:09:40 load avg: 11.66 [480/495/59] test_binop passed 2025-10-14T22:35:19.2881838Z 0:09:40 load avg: 11.57 [481/495/59] test_copy passed 2025-10-14T22:35:22.0512637Z 0:09:43 load avg: 11.73 [482/495/59] test_winapi passed 2025-10-14T22:35:25.7142969Z 0:09:46 load avg: 12.19 [483/495/59] test_hashlib passed 2025-10-14T22:35:25.9856363Z 0:09:47 load avg: 12.19 [484/495/59] test_openpty skipped 2025-10-14T22:35:25.9895874Z test_openpty skipped -- os.openpty() not available. 2025-10-14T22:35:26.3562177Z 0:09:47 load avg: 12.19 [485/495/59] test_monitoring passed 2025-10-14T22:35:26.6335888Z 0:09:47 load avg: 12.25 [486/495/59] test_math_property passed 2025-10-14T22:35:30.0217382Z 0:09:51 load avg: 12.42 [487/495/59] test_tracemalloc passed 2025-10-14T22:35:30.2037538Z 0:09:51 load avg: 12.42 [488/495/59] test_wmi passed 2025-10-14T22:35:30.5988910Z 0:09:51 load avg: 12.42 [489/495/59] test_tools passed 2025-10-14T22:35:30.9704600Z 0:09:52 load avg: 12.47 [490/495/59] test_htmlparser passed 2025-10-14T22:35:31.2219878Z 0:09:52 load avg: 12.47 [491/495/59] test_genexps passed 2025-10-14T22:35:32.6943902Z 0:09:53 load avg: 12.48 [492/495/59] test_unicodedata passed 2025-10-14T22:35:36.9295300Z 0:09:58 load avg: 12.20 [493/495/59] test_sys passed 2025-10-14T22:35:40.7053782Z 0:10:01 load avg: 11.71 [494/495/59] test.test_asyncio.test_sock_lowlevel passed 2025-10-14T22:35:41.6696343Z 0:10:02 load avg: 11.53 [495/495/59] test_pdb passed 2025-10-14T22:35:41.6700437Z 2025-10-14T22:35:41.6701078Z == Tests result: FAILURE == 2025-10-14T22:35:41.6702035Z 2025-10-14T22:35:41.6702731Z 10 slowest tests: 2025-10-14T22:35:41.6703341Z - test.test_multiprocessing_spawn.test_misc: 1 min 19 sec 2025-10-14T22:35:41.6703962Z - test_socket: 1 min 7 sec 2025-10-14T22:35:41.6704512Z - test.test_multiprocessing_spawn.test_processes: 1 min 6 sec 2025-10-14T22:35:41.6705005Z - test_regrtest: 1 min 5 sec 2025-10-14T22:35:41.6705459Z - test_mmap: 58.8 sec 2025-10-14T22:35:41.6705966Z - test_xmlrpc: 52.8 sec 2025-10-14T22:35:41.6706442Z - test_fstring: 50.9 sec 2025-10-14T22:35:41.6706912Z - test_ssl: 50.0 sec 2025-10-14T22:35:41.6707472Z - test.test_io.test_general: 48.2 sec 2025-10-14T22:35:41.6708126Z - test_urllib2_localnet: 45.4 sec 2025-10-14T22:35:41.6708542Z 2025-10-14T22:35:41.6709183Z 43 tests skipped: 2025-10-14T22:35:41.6711713Z test.test_asyncio.test_unix_events test.test_gdb.test_backtrace 2025-10-14T22:35:41.6712399Z test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full 2025-10-14T22:35:41.6713021Z test.test_gdb.test_misc test.test_gdb.test_pretty_print 2025-10-14T22:35:41.6713643Z test.test_multiprocessing_fork.test_manager 2025-10-14T22:35:41.6714178Z test.test_multiprocessing_fork.test_misc 2025-10-14T22:35:41.6714693Z test.test_multiprocessing_fork.test_processes 2025-10-14T22:35:41.6715221Z test.test_multiprocessing_fork.test_threads 2025-10-14T22:35:41.6715773Z test.test_multiprocessing_forkserver.test_manager 2025-10-14T22:35:41.6716607Z test.test_multiprocessing_forkserver.test_misc 2025-10-14T22:35:41.6717268Z test.test_multiprocessing_forkserver.test_processes 2025-10-14T22:35:41.6717898Z test.test_multiprocessing_forkserver.test_threads test_android 2025-10-14T22:35:41.6718499Z test_apple test_curses test_dbm_gnu test_dbm_ndbm test_devpoll 2025-10-14T22:35:41.6719079Z test_epoll test_fcntl test_fork1 test_free_threading test_grp 2025-10-14T22:35:41.6719729Z test_ioctl test_kqueue test_openpty test_perf_profiler 2025-10-14T22:35:41.6720273Z test_perfmaps test_poll test_pty test_pwd test_readline 2025-10-14T22:35:41.6720845Z test_resource test_samply_profiler test_syslog test_termios 2025-10-14T22:35:41.6721503Z test_threadsignals test_tty test_wait3 test_wait4 test_xxtestfuzz 2025-10-14T22:35:41.6721904Z 2025-10-14T22:35:41.6722425Z 2 tests skipped (resource denied): 2025-10-14T22:35:41.6722935Z test_peg_generator test_zipfile64 2025-10-14T22:35:41.6723282Z 2025-10-14T22:35:41.6723820Z 56 tests altered the execution environment (env changed): 2025-10-14T22:35:41.6724412Z test.test_asyncio.test_events test.test_asyncio.test_futures 2025-10-14T22:35:41.6725071Z test.test_asyncio.test_ssl test.test_asyncio.test_taskgroups 2025-10-14T22:35:41.6725694Z test.test_concurrent_futures.test_as_completed 2025-10-14T22:35:41.6726320Z test.test_concurrent_futures.test_deadlock 2025-10-14T22:35:41.6726971Z test.test_concurrent_futures.test_thread_pool 2025-10-14T22:35:41.6727606Z test.test_io.test_bufferedio test.test_io.test_general 2025-10-14T22:35:41.6728150Z test.test_io.test_largefile test.test_io.test_signals 2025-10-14T22:35:41.6728616Z test.test_io.test_textio 2025-10-14T22:35:41.6729114Z test.test_multiprocessing_spawn.test_manager 2025-10-14T22:35:41.6729942Z test.test_multiprocessing_spawn.test_misc 2025-10-14T22:35:41.6731708Z test.test_multiprocessing_spawn.test_processes 2025-10-14T22:35:41.6733054Z test.test_pydoc.test_pydoc test_cmd test_codecmaps_kr test_decimal 2025-10-14T22:35:41.6734067Z test_dis test_embed test_gc test_heapq test_httplib test_imaplib 2025-10-14T22:35:41.6737866Z test_importlib test_interpreters test_json test_logging test_long 2025-10-14T22:35:41.6740677Z test_mimetypes test_mmap test_pathlib test_poplib test_regrtest 2025-10-14T22:35:41.6745297Z test_remote_pdb test_rlcompleter test_sched test_socket 2025-10-14T22:35:41.6746639Z test_startfile test_structseq test_tarfile test_tempfile 2025-10-14T22:35:41.6747277Z test_threading test_time test_timeout test_tkinter test_traceback 2025-10-14T22:35:41.6747862Z test_unpack test_urllib2_localnet test_userdict test_userlist 2025-10-14T22:35:41.6748494Z test_utf8_mode test_winsound test_xmlrpc test_zstd 2025-10-14T22:35:41.6748871Z 2025-10-14T22:35:41.6749334Z 3 tests failed: 2025-10-14T22:35:41.6750749Z test.test_os.test_os test_capi test_external_inspection 2025-10-14T22:35:41.6757668Z 2025-10-14T22:35:41.6758234Z 391 tests OK. 2025-10-14T22:35:41.6758577Z 2025-10-14T22:35:41.6759149Z 0:10:02 load avg: 11.53 Re-running 59 failed tests in verbose mode in subprocesses 2025-10-14T22:35:41.6759882Z 0:10:02 load avg: 11.53 Run 59 tests in parallel using 4 worker processes (timeout: 20 min, worker timeout: 25 min) 2025-10-14T22:35:42.4726693Z 0:10:03 load avg: 11.64 [ 1/59] test_userdict passed 2025-10-14T22:35:42.4774208Z Re-running test_userdict in verbose mode 2025-10-14T22:35:42.4783359Z test_all (test.test_userdict.UserDictTest.test_all) ... ok 2025-10-14T22:35:42.6648341Z test_bool (test.test_userdict.UserDictTest.test_bool) ... ok 2025-10-14T22:35:42.6755560Z test_clear (test.test_userdict.UserDictTest.test_clear) ... ok 2025-10-14T22:35:42.7720557Z test_constructor (test.test_userdict.UserDictTest.test_constructor) ... ok 2025-10-14T22:35:42.8480426Z test_contains (test.test_userdict.UserDictTest.test_contains) ... ok 2025-10-14T22:35:42.8483459Z test_copy (test.test_userdict.UserDictTest.test_copy) ... ok 2025-10-14T22:35:42.8484880Z test_eq (test.test_userdict.UserDictTest.test_eq) ... ok 2025-10-14T22:35:42.8566098Z test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys) ... ok 2025-10-14T22:35:42.8877488Z test_get (test.test_userdict.UserDictTest.test_get) ... ok 2025-10-14T22:35:42.8880842Z test_getitem (test.test_userdict.UserDictTest.test_getitem) ... ok 2025-10-14T22:35:42.8884951Z test_init (test.test_userdict.UserDictTest.test_init) ... ok 2025-10-14T22:35:42.8886321Z test_items (test.test_userdict.UserDictTest.test_items) ... ok 2025-10-14T22:35:42.8887127Z test_keys (test.test_userdict.UserDictTest.test_keys) ... ok 2025-10-14T22:35:42.8891035Z test_len (test.test_userdict.UserDictTest.test_len) ... ok 2025-10-14T22:35:42.8892546Z test_missing (test.test_userdict.UserDictTest.test_missing) ... ok 2025-10-14T22:35:42.8893377Z test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration) ... ok 2025-10-14T22:35:42.8897128Z test_pop (test.test_userdict.UserDictTest.test_pop) ... ok 2025-10-14T22:35:42.8898490Z test_popitem (test.test_userdict.UserDictTest.test_popitem) ... ok 2025-10-14T22:35:42.8899360Z test_read (test.test_userdict.UserDictTest.test_read) ... ok 2025-10-14T22:35:42.8903945Z test_repr (test.test_userdict.UserDictTest.test_repr) ... ok 2025-10-14T22:35:42.8905156Z test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep) ... ok 2025-10-14T22:35:42.8906031Z test_setdefault (test.test_userdict.UserDictTest.test_setdefault) ... ok 2025-10-14T22:35:42.8909955Z test_update (test.test_userdict.UserDictTest.test_update) ... ok 2025-10-14T22:35:42.8920405Z test_values (test.test_userdict.UserDictTest.test_values) ... ok 2025-10-14T22:35:42.8921299Z test_write (test.test_userdict.UserDictTest.test_write) ... ok 2025-10-14T22:35:42.8924023Z 2025-10-14T22:35:42.8925218Z ---------------------------------------------------------------------- 2025-10-14T22:35:42.8925892Z Ran 25 tests in 0.307s 2025-10-14T22:35:42.8927908Z 2025-10-14T22:35:42.8931320Z OK 2025-10-14T22:35:43.2026475Z 0:10:04 load avg: 11.59 [ 2/59] test_dis passed 2025-10-14T22:35:43.2027727Z Re-running test_dis in verbose mode 2025-10-14T22:35:43.2028475Z test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions) ... ok 2025-10-14T22:35:43.2029292Z test_disassembled (test.test_dis.BytecodeTests.test_disassembled) ... ok 2025-10-14T22:35:43.2030289Z test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line) ... ok 2025-10-14T22:35:43.2031143Z test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback) ... ok 2025-10-14T22:35:43.2031855Z test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis) ... ok 2025-10-14T22:35:43.2032601Z test_info (test.test_dis.BytecodeTests.test_info) ... ok 2025-10-14T22:35:43.2033261Z test_instantiation (test.test_dis.BytecodeTests.test_instantiation) ... ok 2025-10-14T22:35:43.2034397Z test_iteration (test.test_dis.BytecodeTests.test_iteration) ... ok 2025-10-14T22:35:43.2035294Z test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly) ... ok 2025-10-14T22:35:43.2035996Z test_code_info (test.test_dis.CodeInfoTests.test_code_info) ... ok 2025-10-14T22:35:43.2036696Z test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object) ... ok 2025-10-14T22:35:43.2037507Z test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags) ... ok 2025-10-14T22:35:43.2038099Z test_show_code (test.test_dis.CodeInfoTests.test_show_code) ... ok 2025-10-14T22:35:43.2038708Z test__try_compile_no_context_exc_on_error (test.test_dis.DisTests.test__try_compile_no_context_exc_on_error) ... ok 2025-10-14T22:35:43.2039347Z test_async_for_presentation (test.test_dis.DisTests.test_async_for_presentation) ... ok 2025-10-14T22:35:43.2039924Z test_big_linenos (test.test_dis.DisTests.test_big_linenos) ... ok 2025-10-14T22:35:43.2040500Z test_boundaries (test.test_dis.DisTests.test_boundaries) ... ok 2025-10-14T22:35:43.2041269Z test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982) ... ok 2025-10-14T22:35:43.2041822Z test_bug_42562 (test.test_dis.DisTests.test_bug_42562) ... ok 2025-10-14T22:35:43.2042349Z test_bug_45757 (test.test_dis.DisTests.test_bug_45757) ... ok 2025-10-14T22:35:43.2042887Z test_bug_46724 (test.test_dis.DisTests.test_bug_46724) ... ok 2025-10-14T22:35:43.2043482Z test_bug_708901 (test.test_dis.DisTests.test_bug_708901) ... ok 2025-10-14T22:35:43.2044022Z test_call_specialize (test.test_dis.DisTests.test_call_specialize) ... ok 2025-10-14T22:35:43.2044542Z test_dis (test.test_dis.DisTests.test_dis) ... ok 2025-10-14T22:35:43.2045043Z test_dis_none (test.test_dis.DisTests.test_dis_none) ... ok 2025-10-14T22:35:43.2045576Z test_dis_object (test.test_dis.DisTests.test_dis_object) ... ok 2025-10-14T22:35:43.2046117Z test_dis_traceback (test.test_dis.DisTests.test_dis_traceback) ... ok 2025-10-14T22:35:43.2046674Z test_dis_with_all_positions (test.test_dis.DisTests.test_dis_with_all_positions) ... ok 2025-10-14T22:35:43.2047437Z test_dis_with_linenos_but_no_columns (test.test_dis.DisTests.test_dis_with_linenos_but_no_columns) ... ok 2025-10-14T22:35:43.2048135Z test_dis_with_no_positions (test.test_dis.DisTests.test_dis_with_no_positions) ... ok 2025-10-14T22:35:43.2048771Z test_dis_with_offsets (test.test_dis.DisTests.test_dis_with_offsets) ... ok 2025-10-14T22:35:43.2049420Z test_dis_with_some_positions (test.test_dis.DisTests.test_dis_with_some_positions) ... ok 2025-10-14T22:35:43.2050097Z test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator) ... ok 2025-10-14T22:35:43.2050759Z test_disassemble_asyncwith (test.test_dis.DisTests.test_disassemble_asyncwith) ... ok 2025-10-14T22:35:43.2051428Z test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes) ... ok 2025-10-14T22:35:43.2052422Z test_disassemble_class (test.test_dis.DisTests.test_disassemble_class) ... ok 2025-10-14T22:35:43.2053156Z test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method) ... ok 2025-10-14T22:35:43.2053888Z test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine) ... ok 2025-10-14T22:35:43.2054789Z test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring) ... ok 2025-10-14T22:35:43.2055546Z test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator) ... ok 2025-10-14T22:35:43.2056202Z test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method) ... ok 2025-10-14T22:35:43.2056873Z test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes) ... ok 2025-10-14T22:35:43.2057572Z test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive) ... ok 2025-10-14T22:35:43.2058311Z test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method) ... ok 2025-10-14T22:35:43.2058996Z test_disassemble_str (test.test_dis.DisTests.test_disassemble_str) ... ok 2025-10-14T22:35:43.2059676Z test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally) ... ok 2025-10-14T22:35:43.2060718Z test_disassemble_with (test.test_dis.DisTests.test_disassemble_with) ... ok 2025-10-14T22:35:43.2061493Z test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick) ... ok 2025-10-14T22:35:43.2062485Z test_intrinsic_1 (test.test_dis.DisTests.test_intrinsic_1) ... ok 2025-10-14T22:35:43.2063130Z test_intrinsic_2 (test.test_dis.DisTests.test_intrinsic_2) ... ok 2025-10-14T22:35:43.2063724Z test_kw_names (test.test_dis.DisTests.test_kw_names) ... ok 2025-10-14T22:35:43.2064282Z test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize) ... ok 2025-10-14T22:35:43.2064975Z test_loop_quicken (test.test_dis.DisTests.test_loop_quicken) ... ok 2025-10-14T22:35:43.2065663Z test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisTests.test_loop_with_conditional_at_end_is_quickened) ... ok 2025-10-14T22:35:43.2066415Z test_opmap (test.test_dis.DisTests.test_opmap) ... ok 2025-10-14T22:35:43.2066931Z test_opname (test.test_dis.DisTests.test_opname) ... ok 2025-10-14T22:35:43.2067444Z test_show_caches (test.test_dis.DisTests.test_show_caches) ... ok 2025-10-14T22:35:43.2067993Z test_show_currinstr_with_cache (test.test_dis.DisTests.test_show_currinstr_with_cache) 2025-10-14T22:35:43.2068554Z Make sure that with lasti pointing to CACHE, it still shows the current ... ok 2025-10-14T22:35:43.2069107Z test_super_instructions (test.test_dis.DisTests.test_super_instructions) ... ok 2025-10-14T22:35:43.2069681Z test_widths (test.test_dis.DisTests.test_widths) ... ok 2025-10-14T22:35:43.2070402Z test__try_compile_no_context_exc_on_error (test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error) ... ok 2025-10-14T22:35:43.2071199Z test_async_for_presentation (test.test_dis.DisWithFileTests.test_async_for_presentation) ... ok 2025-10-14T22:35:43.2071909Z test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos) ... ok 2025-10-14T22:35:43.2072588Z test_boundaries (test.test_dis.DisWithFileTests.test_boundaries) ... ok 2025-10-14T22:35:43.2073187Z test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982) ... ok 2025-10-14T22:35:43.2073827Z test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562) ... ok 2025-10-14T22:35:43.2074483Z test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757) ... ok 2025-10-14T22:35:43.2075209Z test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724) ... ok 2025-10-14T22:35:43.2075915Z test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901) ... ok 2025-10-14T22:35:43.2076588Z test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize) ... ok 2025-10-14T22:35:43.2077165Z test_dis (test.test_dis.DisWithFileTests.test_dis) ... ok 2025-10-14T22:35:43.2077698Z test_dis_none (test.test_dis.DisWithFileTests.test_dis_none) ... ok 2025-10-14T22:35:43.2078247Z test_dis_object (test.test_dis.DisWithFileTests.test_dis_object) ... ok 2025-10-14T22:35:43.2078820Z test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback) ... ok 2025-10-14T22:35:43.2079476Z test_dis_with_all_positions (test.test_dis.DisWithFileTests.test_dis_with_all_positions) ... ok 2025-10-14T22:35:43.2080237Z test_dis_with_linenos_but_no_columns (test.test_dis.DisWithFileTests.test_dis_with_linenos_but_no_columns) ... ok 2025-10-14T22:35:43.2081022Z test_dis_with_no_positions (test.test_dis.DisWithFileTests.test_dis_with_no_positions) ... ok 2025-10-14T22:35:43.2081703Z test_dis_with_offsets (test.test_dis.DisWithFileTests.test_dis_with_offsets) ... ok 2025-10-14T22:35:43.2082396Z test_dis_with_some_positions (test.test_dis.DisWithFileTests.test_dis_with_some_positions) ... ok 2025-10-14T22:35:43.2083057Z test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator) ... ok 2025-10-14T22:35:43.2083693Z test_disassemble_asyncwith (test.test_dis.DisWithFileTests.test_disassemble_asyncwith) ... ok 2025-10-14T22:35:43.2084294Z test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes) ... ok 2025-10-14T22:35:43.2084863Z test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class) ... ok 2025-10-14T22:35:43.2085437Z test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method) ... ok 2025-10-14T22:35:43.2086204Z test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine) ... ok 2025-10-14T22:35:43.2086927Z test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring) ... ok 2025-10-14T22:35:43.2087663Z test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator) ... ok 2025-10-14T22:35:43.2088437Z test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method) ... ok 2025-10-14T22:35:43.2089171Z test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes) ... ok 2025-10-14T22:35:43.2089965Z test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive) ... ok 2025-10-14T22:35:43.2090565Z test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method) ... ok 2025-10-14T22:35:43.2091150Z test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str) ... ok 2025-10-14T22:35:43.2091740Z test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally) ... ok 2025-10-14T22:35:43.2092334Z test_disassemble_with (test.test_dis.DisWithFileTests.test_disassemble_with) ... ok 2025-10-14T22:35:43.2092929Z test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick) ... ok 2025-10-14T22:35:43.2093542Z test_intrinsic_1 (test.test_dis.DisWithFileTests.test_intrinsic_1) ... ok 2025-10-14T22:35:43.2094489Z test_intrinsic_2 (test.test_dis.DisWithFileTests.test_intrinsic_2) ... ok 2025-10-14T22:35:43.2096617Z test_kw_names (test.test_dis.DisWithFileTests.test_kw_names) ... ok 2025-10-14T22:35:43.2097638Z test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize) ... ok 2025-10-14T22:35:43.2099037Z test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken) ... ok 2025-10-14T22:35:43.2099860Z test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisWithFileTests.test_loop_with_conditional_at_end_is_quickened) ... ok 2025-10-14T22:35:43.2101021Z test_opmap (test.test_dis.DisWithFileTests.test_opmap) ... ok 2025-10-14T22:35:43.2101705Z test_opname (test.test_dis.DisWithFileTests.test_opname) ... ok 2025-10-14T22:35:43.2102329Z test_show_caches (test.test_dis.DisWithFileTests.test_show_caches) ... ok 2025-10-14T22:35:43.2102990Z test_show_currinstr_with_cache (test.test_dis.DisWithFileTests.test_show_currinstr_with_cache) 2025-10-14T22:35:43.2103603Z Make sure that with lasti pointing to CACHE, it still shows the current ... ok 2025-10-14T22:35:43.2104243Z test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions) ... ok 2025-10-14T22:35:43.2104994Z test_widths (test.test_dis.DisWithFileTests.test_widths) ... ok 2025-10-14T22:35:43.2105569Z test_argval_argrepr (test.test_dis.InstructionTests.test_argval_argrepr) ... ok 2025-10-14T22:35:43.2106155Z test_baseopname_and_baseopcode (test.test_dis.InstructionTests.test_baseopname_and_baseopcode) ... ok 2025-10-14T22:35:43.2106766Z test_cache_offset_and_end_offset (test.test_dis.InstructionTests.test_cache_offset_and_end_offset) ... ok 2025-10-14T22:35:43.2107441Z test_co_positions (test.test_dis.InstructionTests.test_co_positions) ... ok 2025-10-14T22:35:43.2109472Z test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info) ... ok 2025-10-14T22:35:43.2114415Z test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches) ... ok 2025-10-14T22:35:43.2115280Z test_contains_op_format (test.test_dis.InstructionTests.test_contains_op_format) ... ok 2025-10-14T22:35:43.2115989Z test_custom_arg_resolver (test.test_dis.InstructionTests.test_custom_arg_resolver) ... ok 2025-10-14T22:35:43.2116703Z test_default_first_line (test.test_dis.InstructionTests.test_default_first_line) ... ok 2025-10-14T22:35:43.2117503Z test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested) ... ok 2025-10-14T22:35:43.2118260Z test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None) ... ok 2025-10-14T22:35:43.2127198Z test_instruction_str (test.test_dis.InstructionTests.test_instruction_str) ... ok 2025-10-14T22:35:43.2128128Z test_is_op_format (test.test_dis.InstructionTests.test_is_op_format) ... ok 2025-10-14T22:35:43.2128775Z test_jump_target (test.test_dis.InstructionTests.test_jump_target) ... ok 2025-10-14T22:35:43.2129361Z test_jumpy (test.test_dis.InstructionTests.test_jumpy) ... ok 2025-10-14T22:35:43.2129961Z test_nested (test.test_dis.InstructionTests.test_nested) ... ok 2025-10-14T22:35:43.2130561Z test_oparg_alias (test.test_dis.InstructionTests.test_oparg_alias) ... ok 2025-10-14T22:35:43.2131304Z test_outer (test.test_dis.InstructionTests.test_outer) ... ok 2025-10-14T22:35:43.2131934Z test_show_caches_with_label (test.test_dis.InstructionTests.test_show_caches_with_label) ... ok 2025-10-14T22:35:43.2132663Z test_start_offset (test.test_dis.InstructionTests.test_start_offset) ... ok 2025-10-14T22:35:43.2133360Z test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode) ... ok 2025-10-14T22:35:43.2134112Z test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode) ... ok 2025-10-14T22:35:43.2134867Z test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode) ... ok 2025-10-14T22:35:43.2135584Z test_invocation (test.test_dis.TestDisCLI.test_invocation) ... ok 2025-10-14T22:35:43.2136205Z test_show_cache (test.test_dis.TestDisCLI.test_show_cache) ... ok 2025-10-14T22:35:43.2136800Z test_show_offsets (test.test_dis.TestDisCLI.test_show_offsets) ... ok 2025-10-14T22:35:43.2137374Z test_show_positions (test.test_dis.TestDisCLI.test_show_positions) ... ok 2025-10-14T22:35:43.2137954Z test_specialized_code (test.test_dis.TestDisCLI.test_specialized_code) ... ok 2025-10-14T22:35:43.2138607Z test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty) ... ok 2025-10-14T22:35:43.2139256Z test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg) ... ok 2025-10-14T22:35:43.2139960Z test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback) ... ok 2025-10-14T22:35:43.2140676Z test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty) ... ok 2025-10-14T22:35:43.2141446Z test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg) ... ok 2025-10-14T22:35:43.2142382Z test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback) ... ok 2025-10-14T22:35:43.2142997Z test__find_imports (test.test_dis.TestFinderMethods.test__find_imports) ... ok 2025-10-14T22:35:43.2143605Z test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names) ... ok 2025-10-14T22:35:43.2144359Z test_findlabels (test.test_dis.TestFinderMethods.test_findlabels) ... ok 2025-10-14T22:35:43.2145164Z test_findlinestarts (test.test_dis.TestFinderMethods.test_findlinestarts) ... ok 2025-10-14T22:35:43.2145684Z 2025-10-14T22:35:43.2146227Z ---------------------------------------------------------------------- 2025-10-14T22:35:43.2146810Z Ran 145 tests in 1.266s 2025-10-14T22:35:43.2147169Z 2025-10-14T22:35:43.2147667Z OK 2025-10-14T22:35:48.6412313Z 0:10:09 load avg: 10.83 [ 3/59] test_winsound passed 2025-10-14T22:35:48.6448633Z Re-running test_winsound in verbose mode 2025-10-14T22:35:48.6452844Z test_errors (test.test_winsound.BeepTest.test_errors) ... ok 2025-10-14T22:35:48.6791809Z test_extremes (test.test_winsound.BeepTest.test_extremes) ... ok 2025-10-14T22:35:48.6936865Z test_increasingfrequency (test.test_winsound.BeepTest.test_increasingfrequency) ... ok 2025-10-14T22:35:48.7721055Z test_keyword_args (test.test_winsound.BeepTest.test_keyword_args) ... ok 2025-10-14T22:35:48.8166720Z test_asterisk (test.test_winsound.MessageBeepTest.test_asterisk) ... ok 2025-10-14T22:35:48.8168488Z test_default (test.test_winsound.MessageBeepTest.test_default) ... ok 2025-10-14T22:35:48.8454029Z test_error (test.test_winsound.MessageBeepTest.test_error) ... ok 2025-10-14T22:35:48.8455932Z test_exclamation (test.test_winsound.MessageBeepTest.test_exclamation) ... ok 2025-10-14T22:35:48.8457009Z test_hand (test.test_winsound.MessageBeepTest.test_hand) ... ok 2025-10-14T22:35:48.8461602Z test_information (test.test_winsound.MessageBeepTest.test_information) ... ok 2025-10-14T22:35:48.8462419Z test_keyword_args (test.test_winsound.MessageBeepTest.test_keyword_args) ... ok 2025-10-14T22:35:48.8463071Z test_ok (test.test_winsound.MessageBeepTest.test_ok) ... ok 2025-10-14T22:35:48.8463886Z test_question (test.test_winsound.MessageBeepTest.test_question) ... ok 2025-10-14T22:35:48.8464534Z test_stop (test.test_winsound.MessageBeepTest.test_stop) ... ok 2025-10-14T22:35:48.8465169Z test_warning (test.test_winsound.MessageBeepTest.test_warning) ... ok 2025-10-14T22:35:48.8465822Z test_alias_fallback (test.test_winsound.PlaySoundTest.test_alias_fallback) ... ok 2025-10-14T22:35:48.8466620Z test_alias_nofallback (test.test_winsound.PlaySoundTest.test_alias_nofallback) ... ok 2025-10-14T22:35:48.8467283Z test_aliases (test.test_winsound.PlaySoundTest.test_aliases) ... ok 2025-10-14T22:35:48.8467911Z test_errors (test.test_winsound.PlaySoundTest.test_errors) ... ok 2025-10-14T22:35:48.8468539Z test_keyword_args (test.test_winsound.PlaySoundTest.test_keyword_args) ... ok 2025-10-14T22:35:48.8670883Z test_snd_filename (test.test_winsound.PlaySoundTest.test_snd_filename) ... ok 2025-10-14T22:35:48.8796000Z test_snd_filepath (test.test_winsound.PlaySoundTest.test_snd_filepath) ... ok 2025-10-14T22:35:48.8797455Z test_snd_filepath_as_bytes (test.test_winsound.PlaySoundTest.test_snd_filepath_as_bytes) ... ok 2025-10-14T22:35:48.8798406Z test_snd_memory (test.test_winsound.PlaySoundTest.test_snd_memory) ... ok 2025-10-14T22:35:48.8841534Z test_sound_sentry (test.test_winsound.PlaySoundTest.test_sound_sentry) ... ok 2025-10-14T22:35:48.8846955Z test_sound_sync (test.test_winsound.PlaySoundTest.test_sound_sync) ... ok 2025-10-14T22:35:48.8864689Z test_sound_system (test.test_winsound.PlaySoundTest.test_sound_system) ... ok 2025-10-14T22:35:48.8918451Z test_stopasync (test.test_winsound.PlaySoundTest.test_stopasync) ... ok 2025-10-14T22:35:48.8958132Z 2025-10-14T22:35:48.9759829Z ---------------------------------------------------------------------- 2025-10-14T22:35:49.0134925Z Ran 28 tests in 6.286s 2025-10-14T22:35:49.0375444Z 2025-10-14T22:35:49.0455074Z OK 2025-10-14T22:35:49.0686642Z 0:10:10 load avg: 10.83 [ 4/59] test.test_io.test_signals passed 2025-10-14T22:35:49.0692300Z Re-running test.test_io.test_signals in verbose mode 2025-10-14T22:35:49.1306194Z test_interrupted_read_retry_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_read_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.2395704Z test_interrupted_read_retry_text (test.test_io.test_signals.CSignalsTest.test_interrupted_read_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.3332945Z test_interrupted_write_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4429845Z test_interrupted_write_retry_buffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4503672Z test_interrupted_write_retry_text (test.test_io.test_signals.CSignalsTest.test_interrupted_write_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4540599Z test_interrupted_write_text (test.test_io.test_signals.CSignalsTest.test_interrupted_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4850041Z test_interrupted_write_unbuffered (test.test_io.test_signals.CSignalsTest.test_interrupted_write_unbuffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4864550Z test_reentrant_write_buffered (test.test_io.test_signals.CSignalsTest.test_reentrant_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4892443Z test_reentrant_write_text (test.test_io.test_signals.CSignalsTest.test_reentrant_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.4928883Z test_interrupted_read_retry_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_read_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.5173310Z test_interrupted_read_retry_text (test.test_io.test_signals.PySignalsTest.test_interrupted_read_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.5184477Z test_interrupted_write_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.5195442Z test_interrupted_write_retry_buffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_retry_buffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.6470082Z test_interrupted_write_retry_text (test.test_io.test_signals.PySignalsTest.test_interrupted_write_retry_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.7082685Z test_interrupted_write_text (test.test_io.test_signals.PySignalsTest.test_interrupted_write_text) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.8482009Z test_interrupted_write_unbuffered (test.test_io.test_signals.PySignalsTest.test_interrupted_write_unbuffered) ... skipped 'POSIX signals required for this test.' 2025-10-14T22:35:49.9113130Z 2025-10-14T22:35:49.9768156Z ---------------------------------------------------------------------- 2025-10-14T22:35:49.9769249Z Ran 16 tests in 0.003s 2025-10-14T22:35:49.9943071Z 2025-10-14T22:35:49.9944966Z OK (skipped=16) 2025-10-14T22:35:50.0079105Z 0:10:11 load avg: 10.88 [ 5/59] test_mimetypes passed 2025-10-14T22:35:50.0093036Z Re-running test_mimetypes in verbose mode 2025-10-14T22:35:50.0136423Z test_invocation (test.test_mimetypes.CommandLineTest.test_invocation) ... ok 2025-10-14T22:35:50.0139841Z test_invocation_error (test.test_mimetypes.CommandLineTest.test_invocation_error) ... ok 2025-10-14T22:35:50.0503654Z test_multiple_inputs (test.test_mimetypes.CommandLineTest.test_multiple_inputs) ... ok 2025-10-14T22:35:50.0768998Z test_multiple_inputs_error (test.test_mimetypes.CommandLineTest.test_multiple_inputs_error) ... ok 2025-10-14T22:35:50.1068848Z test_parse_args (test.test_mimetypes.CommandLineTest.test_parse_args) ... ok 2025-10-14T22:35:50.1354066Z test_add_type_with_undotted_extension_deprecated (test.test_mimetypes.MimeTypesTestCase.test_add_type_with_undotted_extension_deprecated) ... ok 2025-10-14T22:35:50.2227247Z test_added_types_are_used (test.test_mimetypes.MimeTypesTestCase.test_added_types_are_used) ... ok 2025-10-14T22:35:50.3019792Z test_bytes_path (test.test_mimetypes.MimeTypesTestCase.test_bytes_path) ... ok 2025-10-14T22:35:50.3030440Z test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity) ... ok 2025-10-14T22:35:50.4743444Z test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls) ... ok 2025-10-14T22:35:50.4939962Z test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data) ... ok 2025-10-14T22:35:50.5204007Z test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding) ... ok 2025-10-14T22:35:50.6950196Z test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing) ... ok 2025-10-14T22:35:50.8999722Z test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters) ... ok 2025-10-14T22:35:50.9387693Z test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types) ... ok 2025-10-14T22:35:51.0613479Z test_guess_file_type (test.test_mimetypes.MimeTypesTestCase.test_guess_file_type) ... ok 2025-10-14T22:35:51.1378955Z test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions) ... skipped 'Non-Windows only' 2025-10-14T22:35:51.2596851Z test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes) ... ok 2025-10-14T22:35:51.2850591Z test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability) ... ok 2025-10-14T22:35:51.3482476Z test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api) ... ok 2025-10-14T22:35:51.3694005Z test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types) ... ok 2025-10-14T22:35:51.3942044Z test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob) ... ok 2025-10-14T22:35:51.4279566Z test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension) ... ok 2025-10-14T22:35:51.4711109Z test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types) ... ok 2025-10-14T22:35:51.4926475Z test_url (test.test_mimetypes.MimeTypesTestCase.test_url) ... ok 2025-10-14T22:35:51.5149062Z test__all__ (test.test_mimetypes.MiscTestCase.test__all__) ... ok 2025-10-14T22:35:51.5242328Z test_lazy_import (test.test_mimetypes.MiscTestCase.test_lazy_import) ... ok 2025-10-14T22:35:51.5287250Z test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) ... ok 2025-10-14T22:35:51.5595931Z test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) ... ok 2025-10-14T22:35:51.5802656Z 2025-10-14T22:35:51.5969050Z ---------------------------------------------------------------------- 2025-10-14T22:35:51.6093880Z Ran 29 tests in 0.810s 2025-10-14T22:35:51.6162271Z 2025-10-14T22:35:51.6308499Z OK (skipped=1) 2025-10-14T22:35:51.6417174Z 0:10:11 load avg: 10.97 [ 6/59] test.test_concurrent_futures.test_thread_pool passed 2025-10-14T22:35:51.7109138Z Re-running test.test_concurrent_futures.test_thread_pool in verbose mode 2025-10-14T22:35:51.8385939Z test_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... ok 2025-10-14T22:35:51.9137429Z test_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... ok 2025-10-14T22:35:52.0449942Z test_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... ok 2025-10-14T22:35:52.1241868Z test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) ... skipped 'requires working os.fork()' 2025-10-14T22:35:52.1780273Z test_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... ok 2025-10-14T22:35:52.2379591Z test_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... ok 2025-10-14T22:35:52.3438657Z test_map_buffersize (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize) ... ok 2025-10-14T22:35:52.4424333Z test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... ok 2025-10-14T22:35:52.5739344Z test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... ok 2025-10-14T22:35:52.6589130Z test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... ok 2025-10-14T22:35:52.6590304Z test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... ok 2025-10-14T22:35:52.6591072Z test_map_buffersize_type_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_type_validation) ... ok 2025-10-14T22:35:52.7732572Z test_map_buffersize_value_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_value_validation) ... ok 2025-10-14T22:35:52.8550407Z test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... ok 2025-10-14T22:35:52.9657926Z test_map_buffersize_without_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_without_iterable) ... ok 2025-10-14T22:35:53.0606748Z test_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... ok 2025-10-14T22:35:53.1857362Z test_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration) 2025-10-14T22:35:53.2569032Z Tests verifying issue 11777. ... ok 2025-10-14T22:35:53.2611434Z test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) ... ok 2025-10-14T22:35:53.3980542Z test_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... ok 2025-10-14T22:35:53.4254781Z test_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... ok 2025-10-14T22:35:53.4755267Z test_process_fork_from_a_threadpool (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_process_fork_from_a_threadpool) ... skipped 'requires working os.fork()' 2025-10-14T22:35:53.5983744Z test_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... ok 2025-10-14T22:35:53.6500128Z test_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... ok 2025-10-14T22:35:53.6829171Z test_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... ok 2025-10-14T22:35:53.7432693Z test_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... ok 2025-10-14T22:35:53.8206753Z test_swallows_falsey_exceptions (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_swallows_falsey_exceptions) ... ok 2025-10-14T22:35:53.9249112Z 2025-10-14T22:35:54.0124851Z ---------------------------------------------------------------------- 2025-10-14T22:35:54.0362612Z Ran 26 tests in 8.120s 2025-10-14T22:35:54.0910475Z 2025-10-14T22:35:54.1948192Z OK (skipped=2) 2025-10-14T22:35:54.2207747Z 0:10:15 load avg: 11.25 [ 7/59] test_startfile passed 2025-10-14T22:35:54.3677665Z Re-running test_startfile in verbose mode 2025-10-14T22:35:54.6605317Z test_empty (test.test_startfile.TestCase.test_empty) ... ok 2025-10-14T22:35:54.8581080Z test_nonexisting (test.test_startfile.TestCase.test_nonexisting) ... ok 2025-10-14T22:35:55.0010814Z test_python (test.test_startfile.TestCase.test_python) ... ok 2025-10-14T22:35:55.0012250Z 2025-10-14T22:35:55.0667313Z ---------------------------------------------------------------------- 2025-10-14T22:35:55.0749628Z Ran 3 tests in 2.790s 2025-10-14T22:35:55.0752201Z 2025-10-14T22:35:55.0904217Z OK 2025-10-14T22:35:55.0985448Z 0:10:16 load avg: 11.57 [ 8/59] test_long passed 2025-10-14T22:35:55.1057137Z Re-running test_long in verbose mode 2025-10-14T22:35:55.1066225Z test___sizeof__ (test.test_long.LongTest.test___sizeof__) ... ok 2025-10-14T22:35:55.1435947Z test__format__ (test.test_long.LongTest.test__format__) ... ok 2025-10-14T22:35:55.2537095Z test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0) ... ok 2025-10-14T22:35:55.2855549Z test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio) ... ok 2025-10-14T22:35:55.2970229Z test_big_lshift (test.test_long.LongTest.test_big_lshift) ... ok 2025-10-14T22:35:55.3735891Z test_big_rshift (test.test_long.LongTest.test_big_rshift) ... ok 2025-10-14T22:35:55.4208959Z test_bit_count (test.test_long.LongTest.test_bit_count) ... ok 2025-10-14T22:35:55.5605494Z test_bit_length (test.test_long.LongTest.test_bit_length) ... ok 2025-10-14T22:35:55.5743366Z test_bitop_identities (test.test_long.LongTest.test_bitop_identities) ... ok 2025-10-14T22:35:55.5962301Z test_conversion (test.test_long.LongTest.test_conversion) ... ok 2025-10-14T22:35:55.6101629Z test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division) ... ok 2025-10-14T22:35:55.6104125Z test_division (test.test_long.LongTest.test_division) ... ok 2025-10-14T22:35:55.6122268Z test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints) ... ok 2025-10-14T22:35:55.6907524Z test_float_conversion (test.test_long.LongTest.test_float_conversion) ... ok 2025-10-14T22:35:55.6961323Z test_float_conversion_huge_integer (test.test_long.LongTest.test_float_conversion_huge_integer) ... ok 2025-10-14T22:35:55.7206928Z test_float_overflow (test.test_long.LongTest.test_float_overflow) ... ok 2025-10-14T22:35:55.7223719Z test_floordiv (test.test_long.LongTest.test_floordiv) ... ok 2025-10-14T22:35:55.7225651Z test_format (test.test_long.LongTest.test_format) ... ok 2025-10-14T22:35:55.7308582Z test_from_bytes (test.test_long.LongTest.test_from_bytes) ... ok 2025-10-14T22:35:55.7309616Z test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small) ... ok 2025-10-14T22:35:55.7310522Z test_hash (test.test_long.LongTest.test_hash) ... ok 2025-10-14T22:35:55.7311405Z test_huge_lshift (test.test_long.LongTest.test_huge_lshift) ... ok 2025-10-14T22:35:55.7312207Z test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero) ... ok 2025-10-14T22:35:55.7313086Z test_huge_rshift (test.test_long.LongTest.test_huge_rshift) ... ok 2025-10-14T22:35:55.7313963Z test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge) ... ok 2025-10-14T22:35:55.7314787Z test_is_integer (test.test_long.LongTest.test_is_integer) ... ok 2025-10-14T22:35:55.7315544Z test_karatsuba (test.test_long.LongTest.test_karatsuba) ... ok 2025-10-14T22:35:55.7316435Z test_logs (test.test_long.LongTest.test_logs) ... ok 2025-10-14T22:35:55.7317256Z test_long (test.test_long.LongTest.test_long) ... ok 2025-10-14T22:35:55.7318026Z test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero) ... ok 2025-10-14T22:35:55.7323515Z test_medium_lshift (test.test_long.LongTest.test_medium_lshift) ... ok 2025-10-14T22:35:55.7327788Z test_medium_rshift (test.test_long.LongTest.test_medium_rshift) ... ok 2025-10-14T22:35:55.7337202Z test_mixed_compares (test.test_long.LongTest.test_mixed_compares) ... ok 2025-10-14T22:35:55.7340539Z test_mixed_compares_huge_integer (test.test_long.LongTest.test_mixed_compares_huge_integer) ... ok 2025-10-14T22:35:55.7347609Z test_mod_division (test.test_long.LongTest.test_mod_division) ... ok 2025-10-14T22:35:55.7356741Z test_nan_inf (test.test_long.LongTest.test_nan_inf) ... ok 2025-10-14T22:35:55.7359940Z test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count) ... ok 2025-10-14T22:35:55.7385527Z test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints) ... ok 2025-10-14T22:35:55.7386506Z test_round (test.test_long.LongTest.test_round) ... ok 2025-10-14T22:35:55.7387239Z test_shift_bool (test.test_long.LongTest.test_shift_bool) ... ok 2025-10-14T22:35:55.7387881Z test_small_ints (test.test_long.LongTest.test_small_ints) ... ok 2025-10-14T22:35:55.7388609Z test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation) ... ok 2025-10-14T22:35:55.7389411Z test_small_lshift (test.test_long.LongTest.test_small_lshift) ... ok 2025-10-14T22:35:55.7390089Z test_small_rshift (test.test_long.LongTest.test_small_rshift) ... ok 2025-10-14T22:35:55.7391494Z test_square (test.test_long.LongTest.test_square) ... ok 2025-10-14T22:35:55.7392218Z test_to_bytes (test.test_long.LongTest.test_to_bytes) ... ok 2025-10-14T22:35:55.7393005Z test_true_division (test.test_long.LongTest.test_true_division) ... ok 2025-10-14T22:35:55.7393453Z 2025-10-14T22:35:55.7394074Z ---------------------------------------------------------------------- 2025-10-14T22:35:55.7394719Z Ran 47 tests in 4.738s 2025-10-14T22:35:55.7395091Z 2025-10-14T22:35:55.7395576Z OK 2025-10-14T22:35:55.7396209Z 0:10:16 load avg: 11.57 [ 9/59] test_codecmaps_kr passed 2025-10-14T22:35:55.7396786Z Re-running test_codecmaps_kr in verbose mode 2025-10-14T22:35:55.7397382Z test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) ... ok 2025-10-14T22:35:55.7398022Z test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) ... ok 2025-10-14T22:35:55.7398950Z test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) ... ok 2025-10-14T22:35:55.7399704Z test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) ... ok 2025-10-14T22:35:55.7400349Z test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) ... ok 2025-10-14T22:35:55.7401014Z test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) ... ok 2025-10-14T22:35:55.7401749Z test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) ... ok 2025-10-14T22:35:55.7402397Z test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) ... ok 2025-10-14T22:35:55.7403049Z test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) ... ok 2025-10-14T22:35:55.7403547Z 2025-10-14T22:35:55.7404170Z ---------------------------------------------------------------------- 2025-10-14T22:35:55.7404746Z Ran 9 tests in 0.586s 2025-10-14T22:35:55.7405104Z 2025-10-14T22:35:55.7405562Z OK 2025-10-14T22:35:55.8314331Z 0:10:17 load avg: 11.66 [10/59] test_cmd passed 2025-10-14T22:35:55.8327035Z Re-running test_cmd in verbose mode 2025-10-14T22:35:55.8362340Z setUpClass (test.test_cmd.CmdTestReadline) ... skipped "No module named 'readline'" 2025-10-14T22:35:55.8364102Z test_lazy_import (test.test_cmd.LazyImportTest.test_lazy_import) ... ok 2025-10-14T22:35:55.8713421Z test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl) ... ok 2025-10-14T22:35:55.9515998Z test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF) ... ok 2025-10-14T22:35:55.9870705Z CmdPrintExceptionClass (test.test_cmd) 2025-10-14T22:35:56.0104753Z Doctest: test.test_cmd.CmdPrintExceptionClass ... ok 2025-10-14T22:35:56.0938815Z samplecmdclass (test.test_cmd) 2025-10-14T22:35:56.0977872Z Doctest: test.test_cmd.samplecmdclass ... ok 2025-10-14T22:35:56.1291131Z 2025-10-14T22:35:56.1299695Z ---------------------------------------------------------------------- 2025-10-14T22:35:56.1310357Z Ran 5 tests in 0.179s 2025-10-14T22:35:56.1337780Z 2025-10-14T22:35:56.1371642Z OK (skipped=1) 2025-10-14T22:36:06.3732877Z 0:10:27 load avg: 9.98 [11/59] test_pathlib passed 2025-10-14T22:36:06.3752126Z Re-running test_pathlib in verbose mode 2025-10-14T22:36:06.3785691Z test_copy_dir (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:36:06.3790649Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:36:06.4063540Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:36:06.4066379Z test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:36:06.4067947Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok 2025-10-14T22:36:06.4399990Z test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:36:06.4402499Z test_copy_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file) ... ok 2025-10-14T22:36:06.4403730Z test_copy_file_empty (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:36:06.4742736Z test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_directory) ... ok 2025-10-14T22:36:06.4747734Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:36:06.4749007Z test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:36:06.5080632Z test_copy_into (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into) ... ok 2025-10-14T22:36:06.5129192Z test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:36:06.5135195Z test_copy_dir (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:36:06.5513551Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:36:06.5550650Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:36:06.5684159Z test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:36:06.6183092Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' 2025-10-14T22:36:06.6596605Z test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:36:06.6598173Z test_copy_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file) ... ok 2025-10-14T22:36:06.6599325Z test_copy_file_empty (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:36:06.6600293Z test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' 2025-10-14T22:36:06.6601278Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:36:06.6602187Z test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:36:06.6603084Z test_copy_into (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into) ... ok 2025-10-14T22:36:06.6603968Z test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:36:06.6604844Z test_copy_dir (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:36:06.6605656Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:36:06.6606536Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:36:06.6607469Z test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:36:06.6608390Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok 2025-10-14T22:36:06.6609328Z test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:36:06.6610203Z test_copy_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file) ... ok 2025-10-14T22:36:06.6610971Z test_copy_file_empty (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:36:06.6611711Z test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_directory) ... ok 2025-10-14T22:36:06.6612767Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:36:06.6613810Z test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:36:06.6614607Z test_copy_into (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into) ... ok 2025-10-14T22:36:06.6615371Z test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:36:06.6616208Z test_copy_dir (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir) ... ok 2025-10-14T22:36:06.6616924Z test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok 2025-10-14T22:36:06.6618037Z test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok 2025-10-14T22:36:06.6618985Z test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_into_itself) ... ok 2025-10-14T22:36:06.6620038Z test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' 2025-10-14T22:36:06.6620908Z test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_itself) ... ok 2025-10-14T22:36:06.6621937Z test_copy_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file) ... ok 2025-10-14T22:36:06.6622672Z test_copy_file_empty (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_empty) ... ok 2025-10-14T22:36:06.6623463Z test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' 2025-10-14T22:36:06.6624265Z test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_existing_file) ... ok 2025-10-14T22:36:06.6625014Z test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_itself) ... ok 2025-10-14T22:36:06.6626205Z test_copy_into (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into) ... ok 2025-10-14T22:36:06.6627152Z test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into_empty_name) ... ok 2025-10-14T22:36:06.6627952Z test_anchor (test.test_pathlib.test_join.LexicalPathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.6628687Z test_constructor (test.test_pathlib.test_join.LexicalPathJoinTest.test_constructor) ... ok 2025-10-14T22:36:06.6629432Z test_div (test.test_pathlib.test_join.LexicalPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6630123Z test_full_match (test.test_pathlib.test_join.LexicalPathJoinTest.test_full_match) ... ok 2025-10-14T22:36:06.6631037Z test_is_joinable (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_joinable) ... ok 2025-10-14T22:36:06.6631824Z test_is_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:36:06.6632609Z test_join (test.test_pathlib.test_join.LexicalPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6633370Z test_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_name) ... ok 2025-10-14T22:36:06.6634103Z test_parent (test.test_pathlib.test_join.LexicalPathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.6634857Z test_parents (test.test_pathlib.test_join.LexicalPathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.6635686Z test_parser (test.test_pathlib.test_join.LexicalPathJoinTest.test_parser) ... ok 2025-10-14T22:36:06.6636494Z test_parts (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.6637319Z test_parts_multithreaded (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:36:06.6638159Z test_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_relative_to) ... ok 2025-10-14T22:36:06.6638884Z test_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.6639779Z test_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.6640508Z test_suffixes (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.6641234Z test_with_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.6641991Z test_with_segments (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_segments) ... ok 2025-10-14T22:36:06.6642673Z test_with_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.6643419Z test_with_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.6644296Z test_anchor (test.test_pathlib.test_join.PathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.6645024Z test_constructor (test.test_pathlib.test_join.PathJoinTest.test_constructor) ... ok 2025-10-14T22:36:06.6645736Z test_div (test.test_pathlib.test_join.PathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6646459Z test_full_match (test.test_pathlib.test_join.PathJoinTest.test_full_match) ... ok 2025-10-14T22:36:06.6647296Z test_is_joinable (test.test_pathlib.test_join.PathJoinTest.test_is_joinable) ... ok 2025-10-14T22:36:06.6648067Z test_is_relative_to (test.test_pathlib.test_join.PathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:36:06.6648820Z test_join (test.test_pathlib.test_join.PathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6649550Z test_name (test.test_pathlib.test_join.PathJoinTest.test_name) ... ok 2025-10-14T22:36:06.6650339Z test_parent (test.test_pathlib.test_join.PathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.6651029Z test_parents (test.test_pathlib.test_join.PathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.6651712Z test_parser (test.test_pathlib.test_join.PathJoinTest.test_parser) ... ok 2025-10-14T22:36:06.6652404Z test_parts (test.test_pathlib.test_join.PathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.6653133Z test_parts_multithreaded (test.test_pathlib.test_join.PathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:36:06.6653999Z test_relative_to (test.test_pathlib.test_join.PathJoinTest.test_relative_to) ... ok 2025-10-14T22:36:06.6654681Z test_stem (test.test_pathlib.test_join.PathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.6655390Z test_suffix (test.test_pathlib.test_join.PathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.6656002Z test_suffixes (test.test_pathlib.test_join.PathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.6656646Z test_with_name (test.test_pathlib.test_join.PathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.6657310Z test_with_segments (test.test_pathlib.test_join.PathJoinTest.test_with_segments) ... ok 2025-10-14T22:36:06.6657996Z test_with_stem (test.test_pathlib.test_join.PathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.6658646Z test_with_suffix (test.test_pathlib.test_join.PathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.6659647Z test_anchor (test.test_pathlib.test_join.PurePathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.6660339Z test_constructor (test.test_pathlib.test_join.PurePathJoinTest.test_constructor) ... ok 2025-10-14T22:36:06.6660988Z test_div (test.test_pathlib.test_join.PurePathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6661892Z test_full_match (test.test_pathlib.test_join.PurePathJoinTest.test_full_match) ... ok 2025-10-14T22:36:06.6662633Z test_is_joinable (test.test_pathlib.test_join.PurePathJoinTest.test_is_joinable) ... ok 2025-10-14T22:36:06.6663347Z test_is_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_is_relative_to) ... ok 2025-10-14T22:36:06.6664081Z test_join (test.test_pathlib.test_join.PurePathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6664688Z test_name (test.test_pathlib.test_join.PurePathJoinTest.test_name) ... ok 2025-10-14T22:36:06.6665339Z test_parent (test.test_pathlib.test_join.PurePathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.6666062Z test_parents (test.test_pathlib.test_join.PurePathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.6666932Z test_parser (test.test_pathlib.test_join.PurePathJoinTest.test_parser) ... ok 2025-10-14T22:36:06.6667620Z test_parts (test.test_pathlib.test_join.PurePathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.6671860Z test_parts_multithreaded (test.test_pathlib.test_join.PurePathJoinTest.test_parts_multithreaded) ... ok 2025-10-14T22:36:06.6672913Z test_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_relative_to) ... ok 2025-10-14T22:36:06.6673616Z test_stem (test.test_pathlib.test_join.PurePathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.6674212Z test_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.6674952Z test_suffixes (test.test_pathlib.test_join.PurePathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.6675543Z test_with_name (test.test_pathlib.test_join.PurePathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.6676158Z test_with_segments (test.test_pathlib.test_join.PurePathJoinTest.test_with_segments) ... ok 2025-10-14T22:36:06.6676840Z test_with_stem (test.test_pathlib.test_join.PurePathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.6677461Z test_with_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.6678150Z test_div (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6678967Z test_join (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6679687Z test_div (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6680417Z test_join (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6681123Z test_anchor (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.6681790Z test_div (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6682501Z test_join (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6683327Z test_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_name) ... ok 2025-10-14T22:36:06.6684110Z test_parent (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.6684827Z test_parents (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.6685475Z test_parts (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.6686138Z test_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.6686770Z test_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.6687684Z test_suffixes (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.6688420Z test_vfspath (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:36:06.6689173Z test_with_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.6689908Z test_with_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.6690719Z test_with_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.6691391Z test_anchor (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.6692000Z test_div (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.6692596Z test_join (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.6693199Z test_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_name) ... ok 2025-10-14T22:36:06.6693817Z test_parent (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.6694575Z test_parents (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.6706077Z test_parts (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.6706746Z test_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.6707427Z test_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.6708523Z test_suffixes (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.7033956Z test_vfspath (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:36:06.7038513Z test_with_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.7040598Z test_with_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.7368727Z test_with_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.7370850Z test_anchor (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_anchor) ... ok 2025-10-14T22:36:06.7371830Z test_div (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_div) ... ok 2025-10-14T22:36:06.7699029Z test_join (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_join) ... ok 2025-10-14T22:36:06.7716667Z test_name (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_name) ... ok 2025-10-14T22:36:06.7723549Z test_parent (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parent) ... ok 2025-10-14T22:36:06.8048268Z test_parents (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parents) ... ok 2025-10-14T22:36:06.8097321Z test_parts (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_parts) ... ok 2025-10-14T22:36:06.8103497Z test_stem (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_stem) ... ok 2025-10-14T22:36:06.8451411Z test_suffix (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_suffix) ... ok 2025-10-14T22:36:06.8453591Z test_suffixes (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_suffixes) ... ok 2025-10-14T22:36:06.8454709Z test_vfspath (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_vfspath) ... ok 2025-10-14T22:36:06.8667365Z test_with_name (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_name) ... ok 2025-10-14T22:36:06.8670728Z test_with_stem (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_stem) ... ok 2025-10-14T22:36:06.8671918Z test_with_suffix (test.test_pathlib.test_join_windows.WindowsPathJoinTest.test_with_suffix) ... ok 2025-10-14T22:36:06.8684663Z test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok 2025-10-14T22:36:06.8686471Z test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv) ... ok 2025-10-14T22:36:06.8687376Z test_lazy_import (test.test_pathlib.test_pathlib.LazyImportTest.test_lazy_import) ... ok 2025-10-14T22:36:06.8701752Z test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common) ... ok 2025-10-14T22:36:06.8703516Z test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8704551Z test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) ... ok 2025-10-14T22:36:06.8716108Z test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.8717791Z test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.8718765Z test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.8729872Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8731817Z test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8732754Z test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.8746948Z test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes) ... ok 2025-10-14T22:36:06.8748879Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.8749745Z test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod) ... ok 2025-10-14T22:36:06.8763786Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8769076Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:36:06.8770268Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:36:06.8773588Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:36:06.8776151Z test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class) ... ok 2025-10-14T22:36:06.8779144Z test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.8780704Z test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.8782310Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.8783392Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:36:06.8784521Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:36:06.8786818Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:36:06.8792474Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.8793352Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8794146Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:36:06.8794859Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.8795589Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.8796251Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:36:06.8796817Z test_copy_error_handling (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_error_handling) ... ok 2025-10-14T22:36:06.8798651Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:36:06.8799466Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.8800157Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:36:06.8801060Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8801815Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:36:06.8802668Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8803744Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:36:06.8804727Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.8805664Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.8806519Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:36:06.8807435Z test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd) ... ok 2025-10-14T22:36:06.8808082Z test_delete_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_dir) ... ok 2025-10-14T22:36:06.8809834Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:36:06.8811049Z test_delete_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_file) ... ok 2025-10-14T22:36:06.8811714Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_junction) ... ok 2025-10-14T22:36:06.8812388Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_symlink) ... ok 2025-10-14T22:36:06.8813006Z test_delete_missing (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_missing) ... ok 2025-10-14T22:36:06.8813773Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:36:06.8814607Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_outer_junction) ... ok 2025-10-14T22:36:06.8815457Z test_delete_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_symlink) ... ok 2025-10-14T22:36:06.8816135Z test_delete_unwritable (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_unwritable) ... ok 2025-10-14T22:36:06.8816911Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.8817656Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.8818566Z test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested) ... ok 2025-10-14T22:36:06.8819228Z test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common) ... ok 2025-10-14T22:36:06.8819939Z test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) ... ok 2025-10-14T22:36:06.8820717Z test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path) ... ok 2025-10-14T22:36:06.8821425Z test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common) ... ok 2025-10-14T22:36:06.8822183Z test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8822926Z test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) ... ok 2025-10-14T22:36:06.8823585Z test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences) ... ok 2025-10-14T22:36:06.8824755Z test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.8825570Z test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists) ... ok 2025-10-14T22:36:06.8826406Z test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common) ... ok 2025-10-14T22:36:06.8847697Z test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:36:06.8848413Z test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) ... ok 2025-10-14T22:36:06.8849134Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8849746Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:36:06.8850370Z test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8850987Z test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) ... ok 2025-10-14T22:36:06.8851557Z test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common) ... ok 2025-10-14T22:36:06.8852139Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.8852759Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:36:06.8853393Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive) ... ok 2025-10-14T22:36:06.8853967Z test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot) ... ok 2025-10-14T22:36:06.8854597Z test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot) ... ok 2025-10-14T22:36:06.8855184Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern) ... ok 2025-10-14T22:36:06.8855764Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible) ... ok 2025-10-14T22:36:06.8856341Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink) ... ok 2025-10-14T22:36:06.8856896Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files) ... ok 2025-10-14T22:36:06.8857565Z test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike) ... ok 2025-10-14T22:36:06.8858126Z test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions) ... ok 2025-10-14T22:36:06.8858735Z test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8859363Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.8860321Z test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) ... ok 2025-10-14T22:36:06.8860933Z test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.8861874Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.8862580Z test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) ... ok 2025-10-14T22:36:06.8863237Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:36:06.8864235Z test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to) ... ok 2025-10-14T22:36:06.8865011Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:36:06.8866091Z test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:36:06.8866795Z test_info_exists_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_exists_caching) ... ok 2025-10-14T22:36:06.8867703Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_dir_caching) ... ok 2025-10-14T22:36:06.8868339Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_file_caching) ... ok 2025-10-14T22:36:06.8869370Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:36:06.8870047Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8870980Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.8871627Z test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false) ... ok 2025-10-14T22:36:06.8872260Z test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false) ... ok 2025-10-14T22:36:06.8873230Z test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true) ... ok 2025-10-14T22:36:06.8873837Z test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir) ... ok 2025-10-14T22:36:06.8874528Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:36:06.8875151Z test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false) ... ok 2025-10-14T22:36:06.8876048Z test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:36:06.8876692Z test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file) ... ok 2025-10-14T22:36:06.8877256Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:36:06.8877976Z test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false) ... ok 2025-10-14T22:36:06.8878617Z test_is_junction_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_true) ... ok 2025-10-14T22:36:06.8880381Z test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount) ... ok 2025-10-14T22:36:06.8881030Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.8881692Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.8882356Z test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false) ... ok 2025-10-14T22:36:06.8883084Z test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:36:06.8883772Z test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink) ... ok 2025-10-14T22:36:06.8885302Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink) ... ok 2025-10-14T22:36:06.8887508Z test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested) ... ok 2025-10-14T22:36:06.8888214Z test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat) ... ok 2025-10-14T22:36:06.8888835Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink) ... ok 2025-10-14T22:36:06.8889411Z test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common) ... ok 2025-10-14T22:36:06.8890133Z test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty) ... ok 2025-10-14T22:36:06.8891011Z test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8891679Z test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) ... ok 2025-10-14T22:36:06.8892346Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:36:06.8904614Z test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir) ... ok 2025-10-14T22:36:06.8905407Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:36:06.8906304Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:36:06.8906953Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:36:06.8907656Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:36:06.8908586Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:36:06.8909190Z test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ... ok 2025-10-14T22:36:06.8910035Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:36:06.8910729Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:36:06.8911330Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink) ... ok 2025-10-14T22:36:06.8912207Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:36:06.8912879Z test_move_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir) ... ok 2025-10-14T22:36:06.8913467Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself) ... ok 2025-10-14T22:36:06.8914376Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:36:06.8915005Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_other_fs) ... ok 2025-10-14T22:36:06.8915849Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink) ... ok 2025-10-14T22:36:06.8916485Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:36:06.8917126Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:36:06.8918094Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.8918730Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir) ... ok 2025-10-14T22:36:06.8919357Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:36:06.8919988Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_itself) ... ok 2025-10-14T22:36:06.8920561Z test_move_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file) ... ok 2025-10-14T22:36:06.8921114Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_other_fs) ... ok 2025-10-14T22:36:06.8921673Z test_move_file_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink) ... ok 2025-10-14T22:36:06.8922417Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:36:06.8923045Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:36:06.8923702Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.8924322Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir) ... ok 2025-10-14T22:36:06.8924939Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:36:06.8925651Z test_move_file_to_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file) ... ok 2025-10-14T22:36:06.8926217Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:36:06.8926830Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_itself) ... ok 2025-10-14T22:36:06.8927387Z test_move_into (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into) ... ok 2025-10-14T22:36:06.8927922Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name) ... ok 2025-10-14T22:36:06.8928513Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:36:06.8929087Z test_move_into_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_other_os) ... ok 2025-10-14T22:36:06.8929661Z test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty) ... ok 2025-10-14T22:36:06.8930223Z test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common) ... ok 2025-10-14T22:36:06.8930842Z test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8931474Z test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered) ... ok 2025-10-14T22:36:06.8932092Z test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common) ... ok 2025-10-14T22:36:06.8932724Z test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.8933337Z test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.8934019Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.8934694Z test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) ... ok 2025-10-14T22:36:06.8935280Z test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.8935930Z test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8936614Z test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.8937282Z test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8937915Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:36:06.8938564Z test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common) ... ok 2025-10-14T22:36:06.8939209Z test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink) ... ok 2025-10-14T22:36:06.8939874Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:36:06.8941376Z test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.8942023Z test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.8942619Z test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename) ... ok 2025-10-14T22:36:06.8943185Z test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace) ... ok 2025-10-14T22:36:06.8943762Z test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common) ... ok 2025-10-14T22:36:06.8945220Z test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common) ... ok 2025-10-14T22:36:06.8945821Z test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot) ... ok 2025-10-14T22:36:06.8946477Z test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8947189Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:36:06.8948130Z test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8948812Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike) ... ok 2025-10-14T22:36:06.8949444Z test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8951024Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.8951741Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:36:06.8953229Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:36:06.8954204Z test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) ... ok 2025-10-14T22:36:06.8956329Z test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir) ... ok 2025-10-14T22:36:06.8956995Z test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common) ... ok 2025-10-14T22:36:06.8957676Z test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8958316Z test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) ... ok 2025-10-14T22:36:06.8958925Z test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile) ... ok 2025-10-14T22:36:06.8959499Z test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat) ... ok 2025-10-14T22:36:06.8960103Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:36:06.8960759Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:36:06.8961340Z test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty) ... ok 2025-10-14T22:36:06.8961815Z test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common) ... ok 2025-10-14T22:36:06.8962325Z test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.8962858Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.8963372Z test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) ... ok 2025-10-14T22:36:06.8963838Z test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to) ... ok 2025-10-14T22:36:06.8964554Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:36:06.8965136Z test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common) ... ok 2025-10-14T22:36:06.8965707Z test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8966381Z test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange) ... ok 2025-10-14T22:36:06.8967083Z test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink) ... ok 2025-10-14T22:36:06.8967976Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok) ... ok 2025-10-14T22:36:06.8968627Z test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:36:06.8969247Z test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.8969791Z test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.8970281Z test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments) ... ok 2025-10-14T22:36:06.8970934Z test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.8971656Z test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.8972310Z test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common) ... ok 2025-10-14T22:36:06.8972919Z test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8973504Z test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) ... ok 2025-10-14T22:36:06.8974070Z test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.8974623Z test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.8975172Z test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.8975755Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8976375Z test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8976984Z test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.8977669Z test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes) ... ok 2025-10-14T22:36:06.8978216Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.8978732Z test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod) ... ok 2025-10-14T22:36:06.8979370Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.8980053Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:36:06.8980638Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:36:06.8981248Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:36:06.8981830Z test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class) ... ok 2025-10-14T22:36:06.8982395Z test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.8983022Z test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.8983739Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.8984371Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:36:06.8985011Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:36:06.8985661Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:36:06.8986412Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.8987102Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8987773Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:36:06.8988507Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.8989278Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.8990013Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:36:06.8990623Z test_copy_error_handling (test.test_pathlib.test_pathlib.PathTest.test_copy_error_handling) ... ok 2025-10-14T22:36:06.8991198Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:36:06.8991854Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.8992501Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:36:06.8993161Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8993791Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:36:06.8994387Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.8994997Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:36:06.8995621Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.8996249Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.8996820Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:36:06.8997324Z test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd) ... ok 2025-10-14T22:36:06.8997804Z test_delete_dir (test.test_pathlib.test_pathlib.PathTest.test_delete_dir) ... ok 2025-10-14T22:36:06.8998368Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:36:06.8998970Z test_delete_file (test.test_pathlib.test_pathlib.PathTest.test_delete_file) ... ok 2025-10-14T22:36:06.8999520Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_junction) ... ok 2025-10-14T22:36:06.9000183Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_symlink) ... ok 2025-10-14T22:36:06.9000704Z test_delete_missing (test.test_pathlib.test_pathlib.PathTest.test_delete_missing) ... ok 2025-10-14T22:36:06.9001248Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:36:06.9001824Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_outer_junction) ... ok 2025-10-14T22:36:06.9002340Z test_delete_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_symlink) ... ok 2025-10-14T22:36:06.9002947Z test_delete_unwritable (test.test_pathlib.test_pathlib.PathTest.test_delete_unwritable) ... ok 2025-10-14T22:36:06.9003505Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9004136Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9004680Z test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested) ... ok 2025-10-14T22:36:06.9005247Z test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common) ... ok 2025-10-14T22:36:06.9005800Z test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) ... ok 2025-10-14T22:36:06.9006359Z test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path) ... ok 2025-10-14T22:36:06.9006954Z test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common) ... ok 2025-10-14T22:36:06.9007617Z test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9008262Z test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) ... ok 2025-10-14T22:36:06.9008850Z test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences) ... ok 2025-10-14T22:36:06.9009448Z test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.9009972Z test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists) ... ok 2025-10-14T22:36:06.9010468Z test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common) ... ok 2025-10-14T22:36:06.9011074Z test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:36:06.9011658Z test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) ... ok 2025-10-14T22:36:06.9012256Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9012869Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:36:06.9013470Z test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9014024Z test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) ... ok 2025-10-14T22:36:06.9014600Z test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9015163Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9015787Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:36:06.9016366Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive) ... ok 2025-10-14T22:36:06.9016899Z test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot) ... ok 2025-10-14T22:36:06.9017411Z test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot) ... ok 2025-10-14T22:36:06.9018175Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern) ... ok 2025-10-14T22:36:06.9018717Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible) ... ok 2025-10-14T22:36:06.9019274Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink) ... ok 2025-10-14T22:36:06.9019880Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files) ... ok 2025-10-14T22:36:06.9020422Z test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike) ... ok 2025-10-14T22:36:06.9020974Z test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions) ... ok 2025-10-14T22:36:06.9021650Z test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9022229Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.9022773Z test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) ... ok 2025-10-14T22:36:06.9023299Z test_group (test.test_pathlib.test_pathlib.PathTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.9023909Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.9024481Z test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) ... ok 2025-10-14T22:36:06.9025074Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:36:06.9025657Z test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to) ... ok 2025-10-14T22:36:06.9026210Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:36:06.9026802Z test_home (test.test_pathlib.test_pathlib.PathTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:36:06.9027434Z test_info_exists_caching (test.test_pathlib.test_pathlib.PathTest.test_info_exists_caching) ... ok 2025-10-14T22:36:06.9027964Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_dir_caching) ... ok 2025-10-14T22:36:06.9028498Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_file_caching) ... ok 2025-10-14T22:36:06.9029038Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:36:06.9029621Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9030205Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.9030740Z test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false) ... ok 2025-10-14T22:36:06.9031272Z test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false) ... ok 2025-10-14T22:36:06.9031802Z test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true) ... ok 2025-10-14T22:36:06.9032295Z test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir) ... ok 2025-10-14T22:36:06.9032822Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9033343Z test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false) ... ok 2025-10-14T22:36:06.9033878Z test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:36:06.9034389Z test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file) ... ok 2025-10-14T22:36:06.9034916Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9035569Z test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false) ... ok 2025-10-14T22:36:06.9036088Z test_is_junction_true (test.test_pathlib.test_pathlib.PathTest.test_is_junction_true) ... ok 2025-10-14T22:36:06.9036576Z test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount) ... ok 2025-10-14T22:36:06.9037083Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9037625Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.9038238Z test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false) ... ok 2025-10-14T22:36:06.9038792Z test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:36:06.9039330Z test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink) ... ok 2025-10-14T22:36:06.9039833Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink) ... ok 2025-10-14T22:36:06.9040332Z test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested) ... ok 2025-10-14T22:36:06.9040808Z test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat) ... ok 2025-10-14T22:36:06.9041321Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink) ... ok 2025-10-14T22:36:06.9041839Z test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common) ... ok 2025-10-14T22:36:06.9042334Z test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty) ... ok 2025-10-14T22:36:06.9042875Z test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9043415Z test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) ... ok 2025-10-14T22:36:06.9043954Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:36:06.9044480Z test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir) ... ok 2025-10-14T22:36:06.9045010Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:36:06.9045553Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:36:06.9046064Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:36:06.9046614Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:36:06.9047167Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:36:06.9047680Z test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ... ok 2025-10-14T22:36:06.9048197Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:36:06.9048736Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:36:06.9049273Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink) ... ok 2025-10-14T22:36:06.9049826Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:36:06.9050363Z test_move_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir) ... ok 2025-10-14T22:36:06.9050876Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself) ... ok 2025-10-14T22:36:06.9051413Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:36:06.9051956Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_other_fs) ... ok 2025-10-14T22:36:06.9052567Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink) ... ok 2025-10-14T22:36:06.9053322Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:36:06.9054179Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:36:06.9054746Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.9055464Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir) ... ok 2025-10-14T22:36:06.9055976Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:36:06.9056512Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_itself) ... ok 2025-10-14T22:36:06.9056982Z test_move_file (test.test_pathlib.test_pathlib.PathTest.test_move_file) ... ok 2025-10-14T22:36:06.9057447Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_other_fs) ... ok 2025-10-14T22:36:06.9057922Z test_move_file_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink) ... ok 2025-10-14T22:36:06.9058418Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:36:06.9058943Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:36:06.9059500Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.9060098Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir) ... ok 2025-10-14T22:36:06.9060589Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:36:06.9061078Z test_move_file_to_file (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file) ... ok 2025-10-14T22:36:06.9061568Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:36:06.9062075Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_itself) ... ok 2025-10-14T22:36:06.9062534Z test_move_into (test.test_pathlib.test_pathlib.PathTest.test_move_into) ... ok 2025-10-14T22:36:06.9062999Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name) ... ok 2025-10-14T22:36:06.9063507Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:36:06.9064011Z test_move_into_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_other_os) ... ok 2025-10-14T22:36:06.9064532Z test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty) ... ok 2025-10-14T22:36:06.9064988Z test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common) ... ok 2025-10-14T22:36:06.9065483Z test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9065973Z test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered) ... ok 2025-10-14T22:36:06.9066432Z test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9066896Z test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.9067395Z test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.9067951Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.9068576Z test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) ... ok 2025-10-14T22:36:06.9069047Z test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9069564Z test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9070094Z test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.9070621Z test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9071232Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:36:06.9071712Z test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9072158Z test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink) ... ok 2025-10-14T22:36:06.9072662Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:36:06.9073174Z test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9073706Z test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.9074161Z test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename) ... ok 2025-10-14T22:36:06.9074664Z test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace) ... ok 2025-10-14T22:36:06.9075101Z test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common) ... ok 2025-10-14T22:36:06.9075575Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips) ... ok 2025-10-14T22:36:06.9076031Z test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common) ... ok 2025-10-14T22:36:06.9076483Z test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot) ... ok 2025-10-14T22:36:06.9076975Z test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9077521Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:36:06.9078075Z test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9078573Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike) ... ok 2025-10-14T22:36:06.9079074Z test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9079599Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.9080125Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:36:06.9080631Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:36:06.9081094Z test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) ... ok 2025-10-14T22:36:06.9081528Z test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir) ... ok 2025-10-14T22:36:06.9081952Z test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common) ... ok 2025-10-14T22:36:06.9082434Z test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9082976Z test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) ... ok 2025-10-14T22:36:06.9083420Z test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile) ... ok 2025-10-14T22:36:06.9083837Z test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat) ... ok 2025-10-14T22:36:06.9084456Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9084987Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:36:06.9085486Z test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9085929Z test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common) ... ok 2025-10-14T22:36:06.9086390Z test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9086952Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.9087431Z test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) ... ok 2025-10-14T22:36:06.9087868Z test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to) ... ok 2025-10-14T22:36:06.9088370Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:36:06.9088880Z test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common) ... ok 2025-10-14T22:36:06.9089367Z test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9089869Z test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange) ... ok 2025-10-14T22:36:06.9090304Z test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink) ... ok 2025-10-14T22:36:06.9090749Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok) ... ok 2025-10-14T22:36:06.9091264Z test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:36:06.9091772Z test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9092297Z test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.9092761Z test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments) ... ok 2025-10-14T22:36:06.9093219Z test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9093721Z test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.9094266Z test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_above_recursion_limit) ... ok 2025-10-14T22:36:06.9094782Z test_walk_bad_dir (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_bad_dir) ... ok 2025-10-14T22:36:06.9095278Z test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_follow_symlinks) ... ok 2025-10-14T22:36:06.9095791Z test_walk_many_open_files (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_many_open_files) ... ok 2025-10-14T22:36:06.9096311Z test_walk_symlink_location (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_symlink_location) ... ok 2025-10-14T22:36:06.9096906Z test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9097505Z test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9098103Z test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9098703Z test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9099297Z test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9100007Z test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9100606Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9101199Z test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9101826Z test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9102510Z test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9103103Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9103688Z test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9104292Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9104937Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9105620Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9106285Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9106924Z test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9107519Z test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9108147Z test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9108793Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9109467Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dangling_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9110101Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_no_read_permission) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9110779Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9111484Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9112190Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9112904Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_into_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9113669Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9114501Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9115199Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9115868Z test_copy_error_handling (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_error_handling) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9116573Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9117254Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9117930Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9118675Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9119384Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_link_preserve_metadata) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9120058Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9120746Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9121529Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_directory_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9122232Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9122884Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9123468Z test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9124062Z test_delete_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9124714Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_does_not_choke_on_failing_lstat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9125358Z test_delete_file (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9125960Z test_delete_inner_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_junction) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9126607Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9127248Z test_delete_missing (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_missing) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9127863Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_on_named_pipe) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9128562Z test_delete_outer_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_outer_junction) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9129171Z test_delete_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9129798Z test_delete_unwritable (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_unwritable) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9130497Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9131194Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9131814Z test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9132419Z test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9133016Z test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9133594Z test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9134159Z test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9134753Z test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9135319Z test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9135902Z test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9136516Z test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9137097Z test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9137704Z test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9138306Z test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9138928Z test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9139551Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9140271Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9140906Z test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9141506Z test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9142090Z test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9142794Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_case_sensitive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9143471Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9144102Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9144685Z test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9145331Z test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9145966Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9146579Z test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9147182Z test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9147782Z test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9148411Z test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9149008Z test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9149605Z test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9150262Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9150879Z test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9151467Z test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9152060Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9152691Z test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9153304Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9153941Z test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9154607Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9155271Z test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9155854Z test_info_exists_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_exists_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9156503Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_dir_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9157200Z test_info_is_file_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_file_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9157831Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_symlink_caching) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9158447Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9159053Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9159834Z test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9160477Z test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9161108Z test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9161693Z test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9162328Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9162957Z test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9163559Z test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9164134Z test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9164768Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9165394Z test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9165996Z test_is_junction_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9166574Z test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9167175Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9167838Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9168456Z test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9169090Z test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9169673Z test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9170280Z test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9170880Z test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9171443Z test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9172099Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9172689Z test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9173289Z test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9173858Z test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9174521Z test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9175145Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_writablepath_docstrings) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9175780Z test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9176396Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9177025Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9177626Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9178292Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9178975Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9179588Z test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9180187Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9180818Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9181487Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9182125Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9182748Z test_move_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9183338Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9184050Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9184713Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9185323Z test_move_dir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9186029Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9186701Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9187369Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9188013Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9188745Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9189411Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9190007Z test_move_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9190598Z test_move_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9191250Z test_move_file_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9191896Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9192558Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9193231Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9193877Z test_move_file_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9194520Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9195139Z test_move_file_to_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9195787Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file_other_fs) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9196412Z test_move_file_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_itself) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9197005Z test_move_into (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9197629Z test_move_into_empty_name (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9198313Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name_other_os) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9198963Z test_move_into_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_other_os) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9199553Z test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9200160Z test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9201259Z test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9201858Z test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9202464Z test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9203084Z test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9204251Z test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9204860Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9205494Z test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9206087Z test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9206721Z test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9207326Z test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9207938Z test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9208617Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_errors) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9209254Z test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9210504Z test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9211226Z test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9211904Z test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9212580Z test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9213246Z test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9213853Z test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9214474Z test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9215104Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9215796Z test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9216435Z test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9217189Z test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9217880Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9218601Z test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9219243Z test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9219981Z test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9220660Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9221372Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9222086Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9222749Z test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9223368Z test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9223980Z test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9224627Z test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9225254Z test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9225876Z test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9226494Z test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9227133Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9227865Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9228538Z test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9229164Z test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9229798Z test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9230496Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9231145Z test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9231776Z test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9232422Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9233175Z test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9233835Z test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9234468Z test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9235088Z test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9235799Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9236482Z test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9237144Z test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9237798Z test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9238433Z test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9239098Z test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9239746Z test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) ... skipped 'test requires a POSIX-compatible system' 2025-10-14T22:36:06.9240347Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.9240924Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.9241478Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.9242092Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9242731Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9243338Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.9243889Z test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes) ... ok 2025-10-14T22:36:06.9244431Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.9245025Z test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class) ... ok 2025-10-14T22:36:06.9245577Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.9246145Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.9246755Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.9247386Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9248025Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9248597Z test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested) ... ok 2025-10-14T22:36:06.9249360Z test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common) ... ok 2025-10-14T22:36:06.9249910Z test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) ... ok 2025-10-14T22:36:06.9250447Z test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path) ... ok 2025-10-14T22:36:06.9250989Z test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common) ... ok 2025-10-14T22:36:06.9251595Z test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9252268Z test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) ... ok 2025-10-14T22:36:06.9252812Z test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences) ... ok 2025-10-14T22:36:06.9253387Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.9253956Z test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9254569Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9255207Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9255827Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.9256423Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9257016Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.9257612Z test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested) ... ok 2025-10-14T22:36:06.9258171Z test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common) ... ok 2025-10-14T22:36:06.9258717Z test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty) ... ok 2025-10-14T22:36:06.9259304Z test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9259894Z test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) ... ok 2025-10-14T22:36:06.9260461Z test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty) ... ok 2025-10-14T22:36:06.9261017Z test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9261587Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.9262158Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9262769Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9263411Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.9264028Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9264643Z test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9265228Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9265796Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.9266382Z test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common) ... ok 2025-10-14T22:36:06.9267029Z test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common) ... ok 2025-10-14T22:36:06.9267620Z test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9268210Z test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) ... ok 2025-10-14T22:36:06.9268748Z test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9269297Z test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common) ... ok 2025-10-14T22:36:06.9269982Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9270582Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.9271151Z test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) ... ok 2025-10-14T22:36:06.9271702Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9272264Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.9272859Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9273424Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.9274000Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.9274544Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.9275081Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.9275695Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9276320Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9276903Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.9277414Z test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes) ... ok 2025-10-14T22:36:06.9278145Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.9278663Z test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class) ... ok 2025-10-14T22:36:06.9279181Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.9279674Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.9280227Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.9280784Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9281321Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9281850Z test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested) ... ok 2025-10-14T22:36:06.9282379Z test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common) ... ok 2025-10-14T22:36:06.9282905Z test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) ... ok 2025-10-14T22:36:06.9283424Z test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path) ... ok 2025-10-14T22:36:06.9283896Z test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common) ... ok 2025-10-14T22:36:06.9284645Z test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9285164Z test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) ... ok 2025-10-14T22:36:06.9285642Z test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences) ... ok 2025-10-14T22:36:06.9286147Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.9286724Z test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9287320Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9287926Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9288495Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.9289020Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9289538Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.9290048Z test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested) ... ok 2025-10-14T22:36:06.9290604Z test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common) ... ok 2025-10-14T22:36:06.9292633Z test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty) ... ok 2025-10-14T22:36:06.9293351Z test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9293963Z test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) ... ok 2025-10-14T22:36:06.9294464Z test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty) ... ok 2025-10-14T22:36:06.9295009Z test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9295554Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.9296136Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9296716Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9297314Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.9297904Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9298505Z test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9299012Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9299537Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.9300054Z test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common) ... ok 2025-10-14T22:36:06.9300632Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips) ... ok 2025-10-14T22:36:06.9301244Z test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common) ... ok 2025-10-14T22:36:06.9301850Z test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9302393Z test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) ... ok 2025-10-14T22:36:06.9303004Z test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9303470Z test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common) ... ok 2025-10-14T22:36:06.9303958Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9304550Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.9305046Z test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) ... ok 2025-10-14T22:36:06.9305537Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9306225Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.9306773Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9307384Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.9307918Z test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.9308471Z test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.9312699Z test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.9315029Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii) ... ok 2025-10-14T22:36:06.9317658Z test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix) ... ok 2025-10-14T22:36:06.9318493Z test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9319177Z test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes) ... ok 2025-10-14T22:36:06.9320033Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.9320727Z test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class) ... ok 2025-10-14T22:36:06.9321569Z test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.9323404Z test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.9324191Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9325430Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9326441Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9327909Z test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested) ... ok 2025-10-14T22:36:06.9329237Z test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common) ... ok 2025-10-14T22:36:06.9331002Z test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9332172Z test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path) ... ok 2025-10-14T22:36:06.9332791Z test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common) ... ok 2025-10-14T22:36:06.9333372Z test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix) ... ok 2025-10-14T22:36:06.9334156Z test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9334883Z test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences) ... ok 2025-10-14T22:36:06.9335779Z test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9336545Z test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9337226Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9337955Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix) ... ok 2025-10-14T22:36:06.9338665Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9339537Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9340376Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9341346Z test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested) ... ok 2025-10-14T22:36:06.9342529Z test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common) ... ok 2025-10-14T22:36:06.9343234Z test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty) ... ok 2025-10-14T22:36:06.9343826Z test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix) ... ok 2025-10-14T22:36:06.9344725Z test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9345480Z test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty) ... ok 2025-10-14T22:36:06.9346188Z test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9346913Z test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9347640Z test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9348369Z test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix) ... ok 2025-10-14T22:36:06.9349070Z test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9349913Z test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path) ... ok 2025-10-14T22:36:06.9350832Z test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9351736Z test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9353099Z test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9355370Z test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common) ... ok 2025-10-14T22:36:06.9356100Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:36:06.9356761Z test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common) ... ok 2025-10-14T22:36:06.9357346Z test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix) ... ok 2025-10-14T22:36:06.9358003Z test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9358873Z test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9360037Z test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common) ... ok 2025-10-14T22:36:06.9360804Z test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9361492Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9362302Z test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9363192Z test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9364807Z test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9371811Z test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9372900Z test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' 2025-10-14T22:36:06.9373587Z test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.9374161Z test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.9374729Z test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.9375365Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9376287Z test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9376939Z test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.9377534Z test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes) ... ok 2025-10-14T22:36:06.9378167Z test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.9378771Z test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class) ... ok 2025-10-14T22:36:06.9379371Z test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.9380026Z test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.9380725Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.9381455Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9382133Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9382860Z test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested) ... ok 2025-10-14T22:36:06.9383462Z test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common) ... ok 2025-10-14T22:36:06.9384138Z test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows) ... ok 2025-10-14T22:36:06.9384821Z test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path) ... ok 2025-10-14T22:36:06.9385426Z test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common) ... ok 2025-10-14T22:36:06.9386136Z test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9386787Z test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows) ... ok 2025-10-14T22:36:06.9387615Z test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences) ... ok 2025-10-14T22:36:06.9388487Z test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.9389147Z test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9390238Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9391030Z test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9391857Z test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.9392699Z test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9393804Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.9394410Z test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested) ... ok 2025-10-14T22:36:06.9394922Z test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common) ... ok 2025-10-14T22:36:06.9395427Z test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty) ... ok 2025-10-14T22:36:06.9395974Z test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9396530Z test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows) ... ok 2025-10-14T22:36:06.9397041Z test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty) ... ok 2025-10-14T22:36:06.9397554Z test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9398132Z test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.9398756Z test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9399422Z test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9400383Z test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.9403905Z test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9404528Z test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9405133Z test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9405726Z test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.9406246Z test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common) ... ok 2025-10-14T22:36:06.9406818Z test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:36:06.9407345Z test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common) ... ok 2025-10-14T22:36:06.9407883Z test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9408432Z test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows) ... ok 2025-10-14T22:36:06.9408946Z test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9409444Z test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common) ... ok 2025-10-14T22:36:06.9410076Z test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9410603Z test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.9411097Z test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows) ... ok 2025-10-14T22:36:06.9411587Z test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9412136Z test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.9412821Z test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9413434Z test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.9414002Z test_is_notimplemented (test.test_pathlib.test_pathlib.UnsupportedOperationTest.test_is_notimplemented) ... ok 2025-10-14T22:36:06.9414532Z test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) ... ok 2025-10-14T22:36:06.9415059Z test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9415658Z test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) ... ok 2025-10-14T22:36:06.9416149Z test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) ... ok 2025-10-14T22:36:06.9416630Z test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) ... ok 2025-10-14T22:36:06.9417117Z test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) ... ok 2025-10-14T22:36:06.9417645Z test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9418221Z test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9418741Z test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) ... ok 2025-10-14T22:36:06.9419198Z test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) ... ok 2025-10-14T22:36:06.9419661Z test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) ... ok 2025-10-14T22:36:06.9420130Z test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) ... ok 2025-10-14T22:36:06.9420668Z test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9421245Z test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... ok 2025-10-14T22:36:06.9421772Z test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... ok 2025-10-14T22:36:06.9422315Z test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... ok 2025-10-14T22:36:06.9422838Z test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) ... ok 2025-10-14T22:36:06.9423313Z test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) ... ok 2025-10-14T22:36:06.9423844Z test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) ... ok 2025-10-14T22:36:06.9424467Z test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) ... ok 2025-10-14T22:36:06.9425058Z test_copy_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dangling_symlink) ... ok 2025-10-14T22:36:06.9425911Z test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_no_read_permission) ... skipped 'directories are always readable on Windows and WASI' 2025-10-14T22:36:06.9426660Z test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata) ... ok 2025-10-14T22:36:06.9427351Z test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.9428015Z test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.9428781Z test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_into_itself) ... ok 2025-10-14T22:36:06.9429401Z test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.9430042Z test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.9430624Z test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_itself) ... ok 2025-10-14T22:36:06.9431185Z test_copy_error_handling (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_error_handling) ... ok 2025-10-14T22:36:06.9431736Z test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata) ... ok 2025-10-14T22:36:06.9432372Z test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' 2025-10-14T22:36:06.9432997Z test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink) ... ok 2025-10-14T22:36:06.9433650Z test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.9434289Z test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_link_preserve_metadata) ... ok 2025-10-14T22:36:06.9434956Z test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_false) ... ok 2025-10-14T22:36:06.9435546Z test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_true) ... ok 2025-10-14T22:36:06.9436136Z test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_directory_symlink) ... ok 2025-10-14T22:36:06.9436722Z test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_symlink) ... ok 2025-10-14T22:36:06.9437256Z test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_itself) ... ok 2025-10-14T22:36:06.9437722Z test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) ... ok 2025-10-14T22:36:06.9438175Z test_delete_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_dir) ... ok 2025-10-14T22:36:06.9438699Z test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_does_not_choke_on_failing_lstat) ... ok 2025-10-14T22:36:06.9439229Z test_delete_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_file) ... ok 2025-10-14T22:36:06.9439713Z test_delete_inner_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_junction) ... ok 2025-10-14T22:36:06.9440214Z test_delete_inner_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_symlink) ... ok 2025-10-14T22:36:06.9440815Z test_delete_missing (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_missing) ... ok 2025-10-14T22:36:06.9441341Z test_delete_on_named_pipe (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_on_named_pipe) ... skipped 'requires os.mkfifo()' 2025-10-14T22:36:06.9441883Z test_delete_outer_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_outer_junction) ... ok 2025-10-14T22:36:06.9442370Z test_delete_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_symlink) ... ok 2025-10-14T22:36:06.9442849Z test_delete_unwritable (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_unwritable) ... ok 2025-10-14T22:36:06.9443430Z test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) ... ok 2025-10-14T22:36:06.9444015Z test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) ... ok 2025-10-14T22:36:06.9444516Z test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) ... ok 2025-10-14T22:36:06.9444994Z test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) ... ok 2025-10-14T22:36:06.9445460Z test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) ... ok 2025-10-14T22:36:06.9445919Z test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) ... ok 2025-10-14T22:36:06.9446374Z test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) ... ok 2025-10-14T22:36:06.9446864Z test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9447371Z test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) ... ok 2025-10-14T22:36:06.9447832Z test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) ... ok 2025-10-14T22:36:06.9448309Z test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) ... ok 2025-10-14T22:36:06.9448781Z test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) ... ok 2025-10-14T22:36:06.9449245Z test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) ... ok 2025-10-14T22:36:06.9449775Z test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) ... skipped 'pwd module does not expose getpwall()' 2025-10-14T22:36:06.9450314Z test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) ... ok 2025-10-14T22:36:06.9450893Z test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9451492Z test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) ... ok 2025-10-14T22:36:06.9452052Z test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9452586Z test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) ... ok 2025-10-14T22:36:06.9453117Z test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) ... ok 2025-10-14T22:36:06.9453611Z test_full_match_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_case_sensitive) ... ok 2025-10-14T22:36:06.9454133Z test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) ... ok 2025-10-14T22:36:06.9454645Z test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) ... ok 2025-10-14T22:36:06.9455122Z test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) ... ok 2025-10-14T22:36:06.9455575Z test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) ... ok 2025-10-14T22:36:06.9456141Z test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) ... ok 2025-10-14T22:36:06.9456631Z test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) ... ok 2025-10-14T22:36:06.9457115Z test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... ok 2025-10-14T22:36:06.9457610Z test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... ok 2025-10-14T22:36:06.9458107Z test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) ... ok 2025-10-14T22:36:06.9458654Z test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) ... ok 2025-10-14T22:36:06.9459171Z test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9459713Z test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.9460223Z test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) ... ok 2025-10-14T22:36:06.9460734Z test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.9461318Z test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) ... skipped 'the grp module is needed for this test' 2025-10-14T22:36:06.9461889Z test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) ... ok 2025-10-14T22:36:06.9462506Z test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' 2025-10-14T22:36:06.9463064Z test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) ... ok 2025-10-14T22:36:06.9463601Z test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' 2025-10-14T22:36:06.9464158Z test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) ... skipped 'Test requires pwd module to get homedir.' 2025-10-14T22:36:06.9464673Z test_info_exists_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_exists_caching) ... ok 2025-10-14T22:36:06.9465174Z test_info_is_dir_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_dir_caching) ... ok 2025-10-14T22:36:06.9465678Z test_info_is_file_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_file_caching) ... ok 2025-10-14T22:36:06.9466212Z test_info_is_symlink_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_symlink_caching) ... ok 2025-10-14T22:36:06.9466761Z test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9467303Z test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) ... ok 2025-10-14T22:36:06.9467802Z test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) ... ok 2025-10-14T22:36:06.9468303Z test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) ... ok 2025-10-14T22:36:06.9468814Z test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) ... ok 2025-10-14T22:36:06.9469280Z test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) ... ok 2025-10-14T22:36:06.9469775Z test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9470273Z test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) ... ok 2025-10-14T22:36:06.9470773Z test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'os.mkfifo() required' 2025-10-14T22:36:06.9471403Z test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) ... ok 2025-10-14T22:36:06.9471895Z test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9472406Z test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) ... ok 2025-10-14T22:36:06.9472887Z test_is_junction_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_true) ... ok 2025-10-14T22:36:06.9473346Z test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) ... ok 2025-10-14T22:36:06.9473903Z test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) ... ok 2025-10-14T22:36:06.9474412Z test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) ... ok 2025-10-14T22:36:06.9474909Z test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) ... ok 2025-10-14T22:36:06.9475419Z test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'Unix sockets required' 2025-10-14T22:36:06.9475927Z test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) ... ok 2025-10-14T22:36:06.9476431Z test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... ok 2025-10-14T22:36:06.9476909Z test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) ... ok 2025-10-14T22:36:06.9477356Z test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) ... ok 2025-10-14T22:36:06.9477816Z test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... ok 2025-10-14T22:36:06.9478288Z test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) ... ok 2025-10-14T22:36:06.9478747Z test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) ... ok 2025-10-14T22:36:06.9479268Z test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9479779Z test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) ... ok 2025-10-14T22:36:06.9480286Z test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_writablepath_docstrings) ... ok 2025-10-14T22:36:06.9480828Z test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) ... ok 2025-10-14T22:36:06.9481328Z test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... ok 2025-10-14T22:36:06.9481851Z test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... ok 2025-10-14T22:36:06.9482334Z test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... ok 2025-10-14T22:36:06.9482848Z test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... ok 2025-10-14T22:36:06.9483366Z test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... ok 2025-10-14T22:36:06.9483850Z test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) ... ok 2025-10-14T22:36:06.9484428Z test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... ok 2025-10-14T22:36:06.9484955Z test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... ok 2025-10-14T22:36:06.9485471Z test_move_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink) ... ok 2025-10-14T22:36:06.9486006Z test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink_other_fs) ... ok 2025-10-14T22:36:06.9486592Z test_move_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir) ... ok 2025-10-14T22:36:06.9487067Z test_move_dir_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself) ... ok 2025-10-14T22:36:06.9487597Z test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself_other_fs) ... ok 2025-10-14T22:36:06.9488110Z test_move_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_other_fs) ... ok 2025-10-14T22:36:06.9488594Z test_move_dir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink) ... ok 2025-10-14T22:36:06.9489169Z test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_other_fs) ... ok 2025-10-14T22:36:06.9489695Z test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself) ... ok 2025-10-14T22:36:06.9490301Z test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.9490833Z test_move_dir_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir) ... ok 2025-10-14T22:36:06.9491329Z test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir_other_fs) ... ok 2025-10-14T22:36:06.9491838Z test_move_dir_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_itself) ... ok 2025-10-14T22:36:06.9492312Z test_move_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file) ... ok 2025-10-14T22:36:06.9492795Z test_move_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_other_fs) ... ok 2025-10-14T22:36:06.9493290Z test_move_file_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink) ... ok 2025-10-14T22:36:06.9493798Z test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_other_fs) ... ok 2025-10-14T22:36:06.9494331Z test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself) ... ok 2025-10-14T22:36:06.9494883Z test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself_other_fs) ... ok 2025-10-14T22:36:06.9495422Z test_move_file_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir) ... ok 2025-10-14T22:36:06.9495923Z test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir_other_fs) ... ok 2025-10-14T22:36:06.9496427Z test_move_file_to_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file) ... ok 2025-10-14T22:36:06.9496938Z test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file_other_fs) ... ok 2025-10-14T22:36:06.9497448Z test_move_file_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_itself) ... ok 2025-10-14T22:36:06.9497934Z test_move_into (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into) ... ok 2025-10-14T22:36:06.9498411Z test_move_into_empty_name (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name) ... ok 2025-10-14T22:36:06.9498986Z test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name_other_os) ... ok 2025-10-14T22:36:06.9499506Z test_move_into_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_other_os) ... ok 2025-10-14T22:36:06.9499984Z test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) ... ok 2025-10-14T22:36:06.9500459Z test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) ... ok 2025-10-14T22:36:06.9500969Z test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9501476Z test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) ... ok 2025-10-14T22:36:06.9502654Z test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) ... ok 2025-10-14T22:36:06.9503144Z test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) ... ok 2025-10-14T22:36:06.9503652Z test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.9504231Z test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) ... skipped 'the pwd module is needed for this test' 2025-10-14T22:36:06.9505362Z test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) ... ok 2025-10-14T22:36:06.9505853Z test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) ... ok 2025-10-14T22:36:06.9506381Z test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9506931Z test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) ... ok 2025-10-14T22:36:06.9507481Z test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9508022Z test_passing_kwargs_errors (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_errors) ... ok 2025-10-14T22:36:06.9508514Z test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) ... ok 2025-10-14T22:36:06.9508978Z test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) ... ok 2025-10-14T22:36:06.9509548Z test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' 2025-10-14T22:36:06.9510089Z test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) ... ok 2025-10-14T22:36:06.9510589Z test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) ... ok 2025-10-14T22:36:06.9511065Z test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) ... ok 2025-10-14T22:36:06.9511505Z test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) ... ok 2025-10-14T22:36:06.9511977Z test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) ... ok 2025-10-14T22:36:06.9512451Z test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) ... ok 2025-10-14T22:36:06.9512928Z test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) ... ok 2025-10-14T22:36:06.9513392Z test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) ... ok 2025-10-14T22:36:06.9513898Z test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9514469Z test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... ok 2025-10-14T22:36:06.9515041Z test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9515550Z test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) ... ok 2025-10-14T22:36:06.9516065Z test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9516624Z test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) ... ok 2025-10-14T22:36:06.9517163Z test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) ... ok 2025-10-14T22:36:06.9517679Z test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... ok 2025-10-14T22:36:06.9518246Z test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) ... ok 2025-10-14T22:36:06.9518748Z test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) ... ok 2025-10-14T22:36:06.9519216Z test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) ... ok 2025-10-14T22:36:06.9519717Z test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9520224Z test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) ... ok 2025-10-14T22:36:06.9520758Z test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) ... ok 2025-10-14T22:36:06.9521197Z test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) ... ok 2025-10-14T22:36:06.9521666Z test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... ok 2025-10-14T22:36:06.9522850Z test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok 2025-10-14T22:36:06.9523443Z test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) ... ok 2025-10-14T22:36:06.9523916Z test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) ... ok 2025-10-14T22:36:06.9524386Z test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) ... ok 2025-10-14T22:36:06.9524890Z test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) ... ok 2025-10-14T22:36:06.9525379Z test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) ... ok 2025-10-14T22:36:06.9525836Z test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) ... ok 2025-10-14T22:36:06.9526360Z test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' 2025-10-14T22:36:06.9526883Z test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) ... ok 2025-10-14T22:36:06.9527394Z test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) ... skipped 'requires POSIX-flavoured path class' 2025-10-14T22:36:06.9527908Z test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) ... ok 2025-10-14T22:36:06.9528422Z test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) ... ok 2025-10-14T22:36:06.9528897Z test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... ok 2025-10-14T22:36:06.9529429Z test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) ... skipped 'path parser is supported' 2025-10-14T22:36:06.9529951Z test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) ... ok 2025-10-14T22:36:06.9530435Z test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) ... ok 2025-10-14T22:36:06.9530958Z test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) ... ok 2025-10-14T22:36:06.9531431Z test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) ... ok 2025-10-14T22:36:06.9531918Z test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) ... ok 2025-10-14T22:36:06.9532373Z test_glob (test.test_pathlib.test_read.LocalPathReadTest.test_glob) ... ok 2025-10-14T22:36:06.9532815Z test_info_exists (test.test_pathlib.test_read.LocalPathReadTest.test_info_exists) ... ok 2025-10-14T22:36:06.9533269Z test_info_is_dir (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_dir) ... ok 2025-10-14T22:36:06.9533723Z test_info_is_file (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_file) ... ok 2025-10-14T22:36:06.9534299Z test_info_is_symlink (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:36:06.9534778Z test_is_readable (test.test_pathlib.test_read.LocalPathReadTest.test_is_readable) ... ok 2025-10-14T22:36:06.9535228Z test_iterdir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir) ... ok 2025-10-14T22:36:06.9535681Z test_iterdir_info (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_info) ... ok 2025-10-14T22:36:06.9536148Z test_iterdir_nodir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:36:06.9536595Z test_open_r (test.test_pathlib.test_read.LocalPathReadTest.test_open_r) ... ok 2025-10-14T22:36:06.9537146Z test_open_r_buffering_error (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:36:06.9537756Z test_open_r_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9538285Z test_open_rb (test.test_pathlib.test_read.LocalPathReadTest.test_open_rb) ... ok 2025-10-14T22:36:06.9538731Z test_read_bytes (test.test_pathlib.test_read.LocalPathReadTest.test_read_bytes) ... ok 2025-10-14T22:36:06.9539179Z test_read_text (test.test_pathlib.test_read.LocalPathReadTest.test_read_text) ... ok 2025-10-14T22:36:06.9539708Z test_read_text_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9540279Z test_read_text_with_newlines (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:36:06.9540776Z test_walk_bottom_up (test.test_pathlib.test_read.LocalPathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:36:06.9541234Z test_walk_prune (test.test_pathlib.test_read.LocalPathReadTest.test_walk_prune) ... ok 2025-10-14T22:36:06.9541691Z test_walk_top_down (test.test_pathlib.test_read.LocalPathReadTest.test_walk_top_down) ... ok 2025-10-14T22:36:06.9542134Z test_glob (test.test_pathlib.test_read.PathReadTest.test_glob) ... ok 2025-10-14T22:36:06.9542572Z test_info_exists (test.test_pathlib.test_read.PathReadTest.test_info_exists) ... ok 2025-10-14T22:36:06.9543016Z test_info_is_dir (test.test_pathlib.test_read.PathReadTest.test_info_is_dir) ... ok 2025-10-14T22:36:06.9543471Z test_info_is_file (test.test_pathlib.test_read.PathReadTest.test_info_is_file) ... ok 2025-10-14T22:36:06.9543928Z test_info_is_symlink (test.test_pathlib.test_read.PathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:36:06.9544454Z test_is_readable (test.test_pathlib.test_read.PathReadTest.test_is_readable) ... ok 2025-10-14T22:36:06.9544891Z test_iterdir (test.test_pathlib.test_read.PathReadTest.test_iterdir) ... ok 2025-10-14T22:36:06.9545345Z test_iterdir_info (test.test_pathlib.test_read.PathReadTest.test_iterdir_info) ... ok 2025-10-14T22:36:06.9545803Z test_iterdir_nodir (test.test_pathlib.test_read.PathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:36:06.9546242Z test_open_r (test.test_pathlib.test_read.PathReadTest.test_open_r) ... ok 2025-10-14T22:36:06.9546751Z test_open_r_buffering_error (test.test_pathlib.test_read.PathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:36:06.9547298Z test_open_r_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9547812Z test_open_rb (test.test_pathlib.test_read.PathReadTest.test_open_rb) ... ok 2025-10-14T22:36:06.9548244Z test_read_bytes (test.test_pathlib.test_read.PathReadTest.test_read_bytes) ... ok 2025-10-14T22:36:06.9548682Z test_read_text (test.test_pathlib.test_read.PathReadTest.test_read_text) ... ok 2025-10-14T22:36:06.9549203Z test_read_text_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9549753Z test_read_text_with_newlines (test.test_pathlib.test_read.PathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:36:06.9550322Z test_walk_bottom_up (test.test_pathlib.test_read.PathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:36:06.9550782Z test_walk_prune (test.test_pathlib.test_read.PathReadTest.test_walk_prune) ... ok 2025-10-14T22:36:06.9551230Z test_walk_top_down (test.test_pathlib.test_read.PathReadTest.test_walk_top_down) ... ok 2025-10-14T22:36:06.9551665Z test_glob (test.test_pathlib.test_read.ZipPathReadTest.test_glob) ... ok 2025-10-14T22:36:06.9552101Z test_info_exists (test.test_pathlib.test_read.ZipPathReadTest.test_info_exists) ... ok 2025-10-14T22:36:06.9552554Z test_info_is_dir (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_dir) ... ok 2025-10-14T22:36:06.9553078Z test_info_is_file (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_file) ... ok 2025-10-14T22:36:06.9553555Z test_info_is_symlink (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_symlink) ... ok 2025-10-14T22:36:06.9554021Z test_is_readable (test.test_pathlib.test_read.ZipPathReadTest.test_is_readable) ... ok 2025-10-14T22:36:06.9554460Z test_iterdir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir) ... ok 2025-10-14T22:36:06.9554902Z test_iterdir_info (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_info) ... ok 2025-10-14T22:36:06.9555358Z test_iterdir_nodir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_nodir) ... ok 2025-10-14T22:36:06.9555859Z test_open_r (test.test_pathlib.test_read.ZipPathReadTest.test_open_r) ... ok 2025-10-14T22:36:06.9556330Z test_open_r_buffering_error (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_buffering_error) ... ok 2025-10-14T22:36:06.9556880Z test_open_r_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9557393Z test_open_rb (test.test_pathlib.test_read.ZipPathReadTest.test_open_rb) ... ok 2025-10-14T22:36:06.9557834Z test_read_bytes (test.test_pathlib.test_read.ZipPathReadTest.test_read_bytes) ... ok 2025-10-14T22:36:06.9558284Z test_read_text (test.test_pathlib.test_read.ZipPathReadTest.test_read_text) ... ok 2025-10-14T22:36:06.9558821Z test_read_text_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9559374Z test_read_text_with_newlines (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_with_newlines) ... ok 2025-10-14T22:36:06.9559861Z test_walk_bottom_up (test.test_pathlib.test_read.ZipPathReadTest.test_walk_bottom_up) ... ok 2025-10-14T22:36:06.9560314Z test_walk_prune (test.test_pathlib.test_read.ZipPathReadTest.test_walk_prune) ... ok 2025-10-14T22:36:06.9560767Z test_walk_top_down (test.test_pathlib.test_read.ZipPathReadTest.test_walk_top_down) ... ok 2025-10-14T22:36:06.9561336Z test_is_writable (test.test_pathlib.test_write.LocalPathWriteTest.test_is_writable) ... ok 2025-10-14T22:36:06.9561782Z test_mkdir (test.test_pathlib.test_write.LocalPathWriteTest.test_mkdir) ... ok 2025-10-14T22:36:06.9562215Z test_open_w (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w) ... ok 2025-10-14T22:36:06.9562692Z test_open_w_buffering_error (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:36:06.9563250Z test_open_w_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9563772Z test_open_wb (test.test_pathlib.test_write.LocalPathWriteTest.test_open_wb) ... ok 2025-10-14T22:36:06.9564247Z test_symlink_to (test.test_pathlib.test_write.LocalPathWriteTest.test_symlink_to) ... ok 2025-10-14T22:36:06.9564707Z test_write_bytes (test.test_pathlib.test_write.LocalPathWriteTest.test_write_bytes) ... ok 2025-10-14T22:36:06.9565211Z test_write_text (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text) ... ok 2025-10-14T22:36:06.9565756Z test_write_text_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9566432Z test_write_text_with_newlines (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:36:06.9566946Z test_is_writable (test.test_pathlib.test_write.PathWriteTest.test_is_writable) ... ok 2025-10-14T22:36:06.9567386Z test_mkdir (test.test_pathlib.test_write.PathWriteTest.test_mkdir) ... ok 2025-10-14T22:36:06.9567816Z test_open_w (test.test_pathlib.test_write.PathWriteTest.test_open_w) ... ok 2025-10-14T22:36:06.9568391Z test_open_w_buffering_error (test.test_pathlib.test_write.PathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:36:06.9569016Z test_open_w_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9569542Z test_open_wb (test.test_pathlib.test_write.PathWriteTest.test_open_wb) ... ok 2025-10-14T22:36:06.9569989Z test_symlink_to (test.test_pathlib.test_write.PathWriteTest.test_symlink_to) ... ok 2025-10-14T22:36:06.9570437Z test_write_bytes (test.test_pathlib.test_write.PathWriteTest.test_write_bytes) ... ok 2025-10-14T22:36:06.9570882Z test_write_text (test.test_pathlib.test_write.PathWriteTest.test_write_text) ... ok 2025-10-14T22:36:06.9571408Z test_write_text_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9571963Z test_write_text_with_newlines (test.test_pathlib.test_write.PathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:36:06.9572452Z test_is_writable (test.test_pathlib.test_write.ZipPathWriteTest.test_is_writable) ... ok 2025-10-14T22:36:06.9572891Z test_mkdir (test.test_pathlib.test_write.ZipPathWriteTest.test_mkdir) ... ok 2025-10-14T22:36:06.9573320Z test_open_w (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w) ... ok 2025-10-14T22:36:06.9573789Z test_open_w_buffering_error (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_buffering_error) ... ok 2025-10-14T22:36:06.9574342Z test_open_w_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9574916Z test_open_wb (test.test_pathlib.test_write.ZipPathWriteTest.test_open_wb) ... ok 2025-10-14T22:36:06.9575362Z test_symlink_to (test.test_pathlib.test_write.ZipPathWriteTest.test_symlink_to) ... ok 2025-10-14T22:36:06.9575812Z test_write_bytes (test.test_pathlib.test_write.ZipPathWriteTest.test_write_bytes) ... ok 2025-10-14T22:36:06.9576265Z test_write_text (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text) ... ok 2025-10-14T22:36:06.9576802Z test_write_text_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' 2025-10-14T22:36:06.9577374Z test_write_text_with_newlines (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_with_newlines) ... ok 2025-10-14T22:36:06.9577663Z 2025-10-14T22:36:06.9578012Z ---------------------------------------------------------------------- 2025-10-14T22:36:06.9578375Z Ran 1377 tests in 22.811s 2025-10-14T22:36:06.9578569Z 2025-10-14T22:36:06.9578842Z OK (skipped=382) 2025-10-14T22:36:08.2980211Z 0:10:29 load avg: 10.07 [12/59] test_imaplib passed 2025-10-14T22:36:08.3347234Z Re-running test_imaplib in verbose mode 2025-10-14T22:36:08.3361445Z test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message) ... ok 2025-10-14T22:36:08.3363619Z test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... ok 2025-10-14T22:36:08.3367308Z test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... ok 2025-10-14T22:36:08.4118158Z test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:36:08.4176468Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:36:08.4195778Z test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:36:08.4262527Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:36:08.4271747Z test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPSSLTests.test_file_property_should_not_be_accessed) ... ok 2025-10-14T22:36:08.4273845Z test_idle_burst (test.test_imaplib.NewIMAPSSLTests.test_idle_burst) ... ok 2025-10-14T22:36:08.4274932Z test_idle_capability (test.test_imaplib.NewIMAPSSLTests.test_idle_capability) ... ok 2025-10-14T22:36:08.4286880Z test_idle_delayed_packet (test.test_imaplib.NewIMAPSSLTests.test_idle_delayed_packet) ... ok 2025-10-14T22:36:08.4288515Z test_idle_denied (test.test_imaplib.NewIMAPSSLTests.test_idle_denied) ... ok 2025-10-14T22:36:08.4289587Z test_idle_iter (test.test_imaplib.NewIMAPSSLTests.test_idle_iter) ... ok 2025-10-14T22:36:08.4300571Z test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... ok 2025-10-14T22:36:08.4302582Z test_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... ok 2025-10-14T22:36:08.4303749Z test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... ok 2025-10-14T22:36:08.4321818Z test_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... ok 2025-10-14T22:36:08.4323587Z test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong) ... ok 2025-10-14T22:36:08.4324645Z test_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... ok 2025-10-14T22:36:08.4336227Z test_login_cram_md5_blocked (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_blocked) ... ok 2025-10-14T22:36:08.4338143Z test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... ok 2025-10-14T22:36:08.4339267Z test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_plain_text) ... ok 2025-10-14T22:36:08.4350594Z test_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... ok 2025-10-14T22:36:08.4352438Z test_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... ok 2025-10-14T22:36:08.4353583Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:36:08.4364548Z test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... ok 2025-10-14T22:36:08.4366423Z test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises) ... ok 2025-10-14T22:36:08.4367478Z test_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... ok 2025-10-14T22:36:08.4379953Z test_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... ok 2025-10-14T22:36:08.4382024Z test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_bytes) ... ok 2025-10-14T22:36:08.4383245Z test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... ok 2025-10-14T22:36:08.4397461Z test_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... ok 2025-10-14T22:36:08.4399361Z test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... ok 2025-10-14T22:36:08.4400522Z test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message) ... ok 2025-10-14T22:36:08.4411642Z test_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... ok 2025-10-14T22:36:08.4413533Z test_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... ok 2025-10-14T22:36:08.4414553Z test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:36:08.4425928Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:36:08.4427901Z test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:36:08.4429046Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:36:08.4443442Z test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPTests.test_file_property_should_not_be_accessed) ... ok 2025-10-14T22:36:08.4445951Z test_idle_burst (test.test_imaplib.NewIMAPTests.test_idle_burst) ... ok 2025-10-14T22:36:08.4447045Z test_idle_capability (test.test_imaplib.NewIMAPTests.test_idle_capability) ... ok 2025-10-14T22:36:08.4460381Z test_idle_delayed_packet (test.test_imaplib.NewIMAPTests.test_idle_delayed_packet) ... ok 2025-10-14T22:36:08.4462218Z test_idle_denied (test.test_imaplib.NewIMAPTests.test_idle_denied) ... ok 2025-10-14T22:36:08.4463359Z test_idle_iter (test.test_imaplib.NewIMAPTests.test_idle_iter) ... ok 2025-10-14T22:36:08.4473892Z test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... ok 2025-10-14T22:36:08.4475852Z test_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... ok 2025-10-14T22:36:08.4476996Z test_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... ok 2025-10-14T22:36:08.4487643Z test_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... ok 2025-10-14T22:36:08.4489574Z test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong) ... ok 2025-10-14T22:36:08.4490612Z test_login (test.test_imaplib.NewIMAPTests.test_login) ... ok 2025-10-14T22:36:08.4856664Z test_login_cram_md5_blocked (test.test_imaplib.NewIMAPTests.test_login_cram_md5_blocked) ... ok 2025-10-14T22:36:08.5006919Z test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... ok 2025-10-14T22:36:08.5134104Z test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text) ... ok 2025-10-14T22:36:08.5139618Z test_logout (test.test_imaplib.NewIMAPTests.test_logout) ... ok 2025-10-14T22:36:08.5141130Z test_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... ok 2025-10-14T22:36:08.5158404Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:36:08.5160155Z test_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... ok 2025-10-14T22:36:08.5161243Z test_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... ok 2025-10-14T22:36:08.5173189Z test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests.test_valid_authentication_bytes) ... ok 2025-10-14T22:36:08.5175205Z test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... ok 2025-10-14T22:36:08.5176503Z test_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... ok 2025-10-14T22:36:08.5188093Z test_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... ok 2025-10-14T22:36:08.5190021Z test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple) ... ok 2025-10-14T22:36:08.5191235Z test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941) ... skipped 'tzset required' 2025-10-14T22:36:08.5202763Z test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate) ... skipped 'tzset required' 2025-10-14T22:36:08.5204646Z test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value) ... ok 2025-10-14T22:36:08.5205792Z test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result) ... ok 2025-10-14T22:36:08.5221951Z test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... ok 2025-10-14T22:36:08.5223730Z test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... ok 2025-10-14T22:36:08.5224752Z test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags) ... ok 2025-10-14T22:36:08.5235428Z test_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... ok 2025-10-14T22:36:08.5236925Z test_dump_ur (test.test_imaplib.ThreadedNetworkedTests.test_dump_ur) ... ok 2025-10-14T22:36:08.5237942Z test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append) ... ok 2025-10-14T22:36:08.5247392Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:36:08.5249328Z test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:36:08.5250419Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:36:08.5259934Z test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... ok 2025-10-14T22:36:08.5261319Z test_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... ok 2025-10-14T22:36:08.5262306Z test_line_termination (test.test_imaplib.ThreadedNetworkedTests.test_line_termination) ... ok 2025-10-14T22:36:08.5271313Z test_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... ok 2025-10-14T22:36:08.5272608Z test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5) ... ok 2025-10-14T22:36:08.5273741Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:36:08.5282899Z test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_simple_with_statement) ... ok 2025-10-14T22:36:08.5284538Z test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal) ... ok 2025-10-14T22:36:08.5285539Z test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... ok 2025-10-14T22:36:08.5286962Z test_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_with_statement) ... ok 2025-10-14T22:36:08.5294666Z test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests.test_with_statement_logout) ... ok 2025-10-14T22:36:08.5296017Z test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_aborted_authentication) ... ok 2025-10-14T22:36:08.5296909Z test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bad_auth_name) ... ok 2025-10-14T22:36:08.5328583Z test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bracket_flags) ... ok 2025-10-14T22:36:08.5670084Z test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... ok 2025-10-14T22:36:08.5753071Z test_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL.test_dump_ur) ... ok 2025-10-14T22:36:08.5950271Z test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_True_append) ... ok 2025-10-14T22:36:08.9549183Z test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_raises_error_if_not_supported) ... ok 2025-10-14T22:36:08.9877297Z test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_no_capability) ... ok 2025-10-14T22:36:09.1230708Z test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_not_AUTH) ... ok 2025-10-14T22:36:09.1412994Z test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_invalid_authentication) ... ok 2025-10-14T22:36:09.1421634Z test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... ok 2025-10-14T22:36:09.1434659Z test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL.test_line_termination) ... ok 2025-10-14T22:36:09.1478262Z test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... ok 2025-10-14T22:36:09.1514362Z test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_login_cram_md5) ... ok 2025-10-14T22:36:09.1589427Z test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL.test_search_disallows_charset_in_utf8_mode) ... ok 2025-10-14T22:36:09.1603957Z test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_simple_with_statement) ... ok 2025-10-14T22:36:09.1606530Z test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... ok 2025-10-14T22:36:09.1659437Z test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTestsSSL.test_truncated_large_literal) ... ok 2025-10-14T22:36:09.1661387Z test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... ok 2025-10-14T22:36:09.1665865Z test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement) ... ok 2025-10-14T22:36:09.2206155Z test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... ok 2025-10-14T22:36:09.2282458Z 2025-10-14T22:36:09.2299276Z ---------------------------------------------------------------------- 2025-10-14T22:36:09.2399742Z Ran 110 tests in 24.879s 2025-10-14T22:36:09.2595818Z 2025-10-14T22:36:09.2622450Z OK (skipped=2) 2025-10-14T22:36:11.9664650Z 0:10:33 load avg: 10.50 [13/59] test_utf8_mode passed 2025-10-14T22:36:11.9696014Z Re-running test_utf8_mode in verbose mode 2025-10-14T22:36:11.9760215Z test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line) ... skipped 'test specific to Unix' 2025-10-14T22:36:11.9763105Z test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) ... skipped "os.device_encoding() doesn't implement the UTF-8 Mode on Windows" 2025-10-14T22:36:11.9768099Z test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var) ... ok 2025-10-14T22:36:11.9814400Z test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding) ... ok 2025-10-14T22:36:11.9849476Z test_io (test.test_utf8_mode.UTF8ModeTests.test_io) ... ok 2025-10-14T22:36:12.0117426Z test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding) ... ok 2025-10-14T22:36:12.0151137Z test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding) ... ok 2025-10-14T22:36:12.0153777Z test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level) ... ok 2025-10-14T22:36:12.0155040Z test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale) ... skipped 'Windows has no POSIX locale' 2025-10-14T22:36:12.0236727Z test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding) ... ok 2025-10-14T22:36:12.0288671Z test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio) ... ok 2025-10-14T22:36:12.0327524Z test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption) ... ok 2025-10-14T22:36:12.0635261Z 2025-10-14T22:36:12.0640666Z ---------------------------------------------------------------------- 2025-10-14T22:36:12.0642528Z Ran 12 tests in 3.398s 2025-10-14T22:36:12.0930371Z 2025-10-14T22:36:12.1201215Z OK (skipped=3) 2025-10-14T22:36:12.4095667Z 0:10:33 load avg: 10.51 [14/59] test_userlist passed 2025-10-14T22:36:12.4100427Z Re-running test_userlist in verbose mode 2025-10-14T22:36:12.4101242Z test_add_specials (test.test_userlist.UserListTest.test_add_specials) ... ok 2025-10-14T22:36:12.4102372Z test_addmul (test.test_userlist.UserListTest.test_addmul) ... ok 2025-10-14T22:36:12.4103293Z test_append (test.test_userlist.UserListTest.test_append) ... ok 2025-10-14T22:36:12.4103934Z test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat) ... ok 2025-10-14T22:36:12.4104529Z test_clear (test.test_userlist.UserListTest.test_clear) ... ok 2025-10-14T22:36:12.4105275Z test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling) ... ok 2025-10-14T22:36:12.4105874Z test_constructors (test.test_userlist.UserListTest.test_constructors) ... ok 2025-10-14T22:36:12.4106421Z test_contains (test.test_userlist.UserListTest.test_contains) ... ok 2025-10-14T22:36:12.4107137Z test_contains_fake (test.test_userlist.UserListTest.test_contains_fake) ... ok 2025-10-14T22:36:12.4107687Z test_contains_order (test.test_userlist.UserListTest.test_contains_order) ... ok 2025-10-14T22:36:12.4108209Z test_copy (test.test_userlist.UserListTest.test_copy) ... ok 2025-10-14T22:36:12.4108871Z test_count (test.test_userlist.UserListTest.test_count) ... ok 2025-10-14T22:36:12.4109580Z test_delitem (test.test_userlist.UserListTest.test_delitem) ... ok 2025-10-14T22:36:12.4110119Z test_delslice (test.test_userlist.UserListTest.test_delslice) ... ok 2025-10-14T22:36:12.4110653Z test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator) ... ok 2025-10-14T22:36:12.4111184Z test_extend (test.test_userlist.UserListTest.test_extend) ... ok 2025-10-14T22:36:12.4111727Z test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing) ... ok 2025-10-14T22:36:12.4112313Z test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating) ... ok 2025-10-14T22:36:12.4112837Z test_getitem (test.test_userlist.UserListTest.test_getitem) ... ok 2025-10-14T22:36:12.4113340Z test_getitem_error (test.test_userlist.UserListTest.test_getitem_error) ... ok 2025-10-14T22:36:12.4113874Z test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter) ... ok 2025-10-14T22:36:12.4116974Z test_getslice (test.test_userlist.UserListTest.test_getslice) ... ok 2025-10-14T22:36:12.4117735Z test_iadd (test.test_userlist.UserListTest.test_iadd) ... ok 2025-10-14T22:36:12.4118318Z test_imul (test.test_userlist.UserListTest.test_imul) ... ok 2025-10-14T22:36:12.4118860Z test_index (test.test_userlist.UserListTest.test_index) ... ok 2025-10-14T22:36:12.4119422Z test_init (test.test_userlist.UserListTest.test_init) ... ok 2025-10-14T22:36:12.4119970Z test_insert (test.test_userlist.UserListTest.test_insert) ... ok 2025-10-14T22:36:12.4120487Z test_len (test.test_userlist.UserListTest.test_len) ... ok 2025-10-14T22:36:12.4121047Z test_minmax (test.test_userlist.UserListTest.test_minmax) ... ok 2025-10-14T22:36:12.4121651Z test_mixedadd (test.test_userlist.UserListTest.test_mixedadd) ... ok 2025-10-14T22:36:12.4122320Z test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp) ... ok 2025-10-14T22:36:12.4122895Z test_pickle (test.test_userlist.UserListTest.test_pickle) ... ok 2025-10-14T22:36:12.4123500Z test_pop (test.test_userlist.UserListTest.test_pop) ... ok 2025-10-14T22:36:12.4124274Z test_radd_specials (test.test_userlist.UserListTest.test_radd_specials) ... ok 2025-10-14T22:36:12.4124924Z test_remove (test.test_userlist.UserListTest.test_remove) ... ok 2025-10-14T22:36:12.4125484Z test_repeat (test.test_userlist.UserListTest.test_repeat) ... ok 2025-10-14T22:36:12.4125967Z test_repr (test.test_userlist.UserListTest.test_repr) ... ok 2025-10-14T22:36:12.4126506Z test_repr_deep (test.test_userlist.UserListTest.test_repr_deep) ... ok 2025-10-14T22:36:12.4127084Z test_reverse (test.test_userlist.UserListTest.test_reverse) ... ok 2025-10-14T22:36:12.4127689Z test_reversed (test.test_userlist.UserListTest.test_reversed) ... ok 2025-10-14T22:36:12.4128425Z test_set_subscript (test.test_userlist.UserListTest.test_set_subscript) ... ok 2025-10-14T22:36:12.4129034Z test_setitem (test.test_userlist.UserListTest.test_setitem) ... ok 2025-10-14T22:36:12.4130254Z test_setitem_error (test.test_userlist.UserListTest.test_setitem_error) ... ok 2025-10-14T22:36:12.4131211Z test_setslice (test.test_userlist.UserListTest.test_setslice) ... ok 2025-10-14T22:36:12.4131853Z test_slice (test.test_userlist.UserListTest.test_slice) ... ok 2025-10-14T22:36:12.4132476Z test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator) ... ok 2025-10-14T22:36:12.4133180Z test_slice_type (test.test_userlist.UserListTest.test_slice_type) ... ok 2025-10-14T22:36:12.4133697Z test_sort (test.test_userlist.UserListTest.test_sort) ... ok 2025-10-14T22:36:12.4134254Z test_subscript (test.test_userlist.UserListTest.test_subscript) ... ok 2025-10-14T22:36:12.4134778Z test_truth (test.test_userlist.UserListTest.test_truth) ... ok 2025-10-14T22:36:12.4135300Z test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy) ... ok 2025-10-14T22:36:12.4135696Z 2025-10-14T22:36:12.4136199Z ---------------------------------------------------------------------- 2025-10-14T22:36:12.4137516Z Ran 51 tests in 0.184s 2025-10-14T22:36:12.4137882Z 2025-10-14T22:36:12.4138243Z OK 2025-10-14T22:36:26.1743220Z 0:10:47 load avg: 10.79 [15/59] test_threading passed (30.3 sec) -- running (1): test.test_io.test_general (30.9 sec) 2025-10-14T22:36:26.1744619Z Re-running test_threading in verbose mode 2025-10-14T22:36:26.1745409Z test_atexit_after_shutdown (test.test_threading.AtexitTests.test_atexit_after_shutdown) ... ok 2025-10-14T22:36:26.1746292Z test_atexit_called_once (test.test_threading.AtexitTests.test_atexit_called_once) ... ok 2025-10-14T22:36:26.1747071Z test_atexit_output (test.test_threading.AtexitTests.test_atexit_output) ... ok 2025-10-14T22:36:26.1747697Z test_abort (test.test_threading.BarrierTests.test_abort) 2025-10-14T22:36:26.1748301Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:36:26.1748949Z test_abort_and_reset (test.test_threading.BarrierTests.test_abort_and_reset) 2025-10-14T22:36:26.1749606Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:36:26.1750476Z test_action (test.test_threading.BarrierTests.test_action) 2025-10-14T22:36:26.1751102Z Test the 'action' callback ... ok 2025-10-14T22:36:26.1751693Z test_barrier (test.test_threading.BarrierTests.test_barrier) 2025-10-14T22:36:26.1752251Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:36:26.1752897Z test_barrier_10 (test.test_threading.BarrierTests.test_barrier_10) 2025-10-14T22:36:26.1753448Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:36:26.1753987Z test_constructor (test.test_threading.BarrierTests.test_constructor) ... ok 2025-10-14T22:36:26.1754556Z test_default_timeout (test.test_threading.BarrierTests.test_default_timeout) 2025-10-14T22:36:26.1755078Z Test the barrier's default timeout ... ok 2025-10-14T22:36:26.1755806Z test_repr (test.test_threading.BarrierTests.test_repr) ... ok 2025-10-14T22:36:26.1756425Z test_reset (test.test_threading.BarrierTests.test_reset) 2025-10-14T22:36:26.1757005Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:36:26.1757567Z test_single_thread (test.test_threading.BarrierTests.test_single_thread) ... ok 2025-10-14T22:36:26.1758119Z test_timeout (test.test_threading.BarrierTests.test_timeout) 2025-10-14T22:36:26.1758626Z Test wait(timeout) ... ok 2025-10-14T22:36:26.1759170Z test_wait_return (test.test_threading.BarrierTests.test_wait_return) 2025-10-14T22:36:26.1759697Z test the return value from barrier.wait ... ok 2025-10-14T22:36:26.1760210Z test_acquire (test.test_threading.BoundedSemaphoreTests.test_acquire) ... ok 2025-10-14T22:36:26.1760802Z test_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1761399Z test_acquire_destroy (test.test_threading.BoundedSemaphoreTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1762001Z test_acquire_timeout (test.test_threading.BoundedSemaphoreTests.test_acquire_timeout) ... ok 2025-10-14T22:36:26.1762634Z test_constructor (test.test_threading.BoundedSemaphoreTests.test_constructor) ... ok 2025-10-14T22:36:26.1763273Z test_default_value (test.test_threading.BoundedSemaphoreTests.test_default_value) ... ok 2025-10-14T22:36:26.1763985Z test_multirelease (test.test_threading.BoundedSemaphoreTests.test_multirelease) ... ok 2025-10-14T22:36:26.1764940Z test_release_unacquired (test.test_threading.BoundedSemaphoreTests.test_release_unacquired) ... ok 2025-10-14T22:36:26.1765609Z test_repr (test.test_threading.BoundedSemaphoreTests.test_repr) ... ok 2025-10-14T22:36:26.1766206Z test_try_acquire (test.test_threading.BoundedSemaphoreTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1766900Z test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1767962Z test_with (test.test_threading.BoundedSemaphoreTests.test_with) ... ok 2025-10-14T22:36:26.1768588Z test__is_owned (test.test_threading.CRLockTests.test__is_owned) ... ok 2025-10-14T22:36:26.1769416Z test_acquire_contended (test.test_threading.CRLockTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1770291Z test_acquire_destroy (test.test_threading.CRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1770982Z test_acquire_release (test.test_threading.CRLockTests.test_acquire_release) ... ok 2025-10-14T22:36:26.1771646Z test_constructor (test.test_threading.CRLockTests.test_constructor) ... ok 2025-10-14T22:36:26.1772320Z test_constructor_noargs (test.test_threading.CRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:36:26.1772924Z test_different_thread (test.test_threading.CRLockTests.test_different_thread) ... ok 2025-10-14T22:36:26.1773536Z test_locked (test.test_threading.CRLockTests.test_locked) ... ok 2025-10-14T22:36:26.1774195Z test_locked_repr (test.test_threading.CRLockTests.test_locked_repr) ... ok 2025-10-14T22:36:26.1774877Z test_locked_with_2threads (test.test_threading.CRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:36:26.1776320Z test_reacquire (test.test_threading.CRLockTests.test_reacquire) ... ok 2025-10-14T22:36:26.1777072Z test_recursion_count (test.test_threading.CRLockTests.test_recursion_count) ... ok 2025-10-14T22:36:26.1778165Z test_release_save_unacquired (test.test_threading.CRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:36:26.1779218Z test_release_unacquired (test.test_threading.CRLockTests.test_release_unacquired) ... ok 2025-10-14T22:36:26.1779937Z test_repr (test.test_threading.CRLockTests.test_repr) ... ok 2025-10-14T22:36:26.1780573Z test_repr_count (test.test_threading.CRLockTests.test_repr_count) ... ok 2025-10-14T22:36:26.1781148Z test_signature (test.test_threading.CRLockTests.test_signature) ... ok 2025-10-14T22:36:26.1781717Z test_thread_leak (test.test_threading.CRLockTests.test_thread_leak) ... ok 2025-10-14T22:36:26.1782371Z test_timeout (test.test_threading.CRLockTests.test_timeout) ... ok 2025-10-14T22:36:26.1782960Z test_try_acquire (test.test_threading.CRLockTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1783562Z test_try_acquire_contended (test.test_threading.CRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1784146Z test_weakref_deleted (test.test_threading.CRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:36:26.1784794Z test_weakref_exists (test.test_threading.CRLockTests.test_weakref_exists) ... ok 2025-10-14T22:36:26.1785348Z test_with (test.test_threading.CRLockTests.test_with) ... ok 2025-10-14T22:36:26.1785883Z test__is_owned (test.test_threading.ConditionAsRLockTests.test__is_owned) ... ok 2025-10-14T22:36:26.1786496Z test_acquire_contended (test.test_threading.ConditionAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1787168Z test_acquire_destroy (test.test_threading.ConditionAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1787917Z test_acquire_release (test.test_threading.ConditionAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:36:26.1788626Z test_constructor (test.test_threading.ConditionAsRLockTests.test_constructor) ... ok 2025-10-14T22:36:26.1789419Z test_constructor_noargs (test.test_threading.ConditionAsRLockTests.test_constructor_noargs) ... skipped 'Condition allows positional arguments' 2025-10-14T22:36:26.1790189Z test_different_thread (test.test_threading.ConditionAsRLockTests.test_different_thread) ... ok 2025-10-14T22:36:26.1791046Z test_locked (test.test_threading.ConditionAsRLockTests.test_locked) ... ok 2025-10-14T22:36:26.1791731Z test_locked_repr (test.test_threading.ConditionAsRLockTests.test_locked_repr) ... ok 2025-10-14T22:36:26.1792436Z test_locked_with_2threads (test.test_threading.ConditionAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:36:26.1793226Z test_reacquire (test.test_threading.ConditionAsRLockTests.test_reacquire) ... ok 2025-10-14T22:36:26.1793971Z test_recursion_count (test.test_threading.ConditionAsRLockTests.test_recursion_count) ... skipped 'Condition does not expose _recursion_count()' 2025-10-14T22:36:26.1794693Z test_release_save_unacquired (test.test_threading.ConditionAsRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:36:26.1795439Z test_release_unacquired (test.test_threading.ConditionAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:36:26.1796050Z test_repr (test.test_threading.ConditionAsRLockTests.test_repr) ... ok 2025-10-14T22:36:26.1796703Z test_repr_count (test.test_threading.ConditionAsRLockTests.test_repr_count) ... ok 2025-10-14T22:36:26.1797394Z test_thread_leak (test.test_threading.ConditionAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:36:26.1798159Z test_timeout (test.test_threading.ConditionAsRLockTests.test_timeout) ... ok 2025-10-14T22:36:26.1798855Z test_try_acquire (test.test_threading.ConditionAsRLockTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1799541Z test_try_acquire_contended (test.test_threading.ConditionAsRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1800197Z test_weakref_deleted (test.test_threading.ConditionAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:36:26.1800819Z test_weakref_exists (test.test_threading.ConditionAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:36:26.1801393Z test_with (test.test_threading.ConditionAsRLockTests.test_with) ... ok 2025-10-14T22:36:26.1801940Z test_acquire (test.test_threading.ConditionTests.test_acquire) ... ok 2025-10-14T22:36:26.1802468Z test_notify (test.test_threading.ConditionTests.test_notify) ... ok 2025-10-14T22:36:26.1803004Z test_timeout (test.test_threading.ConditionTests.test_timeout) ... ok 2025-10-14T22:36:26.1803630Z test_unacquired_notify (test.test_threading.ConditionTests.test_unacquired_notify) ... ok 2025-10-14T22:36:26.1804368Z test_unacquired_wait (test.test_threading.ConditionTests.test_unacquired_wait) ... ok 2025-10-14T22:36:26.1805067Z test_waitfor (test.test_threading.ConditionTests.test_waitfor) ... ok 2025-10-14T22:36:26.1805734Z test_waitfor_timeout (test.test_threading.ConditionTests.test_waitfor_timeout) ... ok 2025-10-14T22:36:26.1806457Z test_at_fork_reinit (test.test_threading.EventTests.test_at_fork_reinit) ... skipped "platform doesn't support fork (no _at_fork_reinit method)" 2025-10-14T22:36:26.1807094Z test_is_set (test.test_threading.EventTests.test_is_set) ... ok 2025-10-14T22:36:26.1807651Z test_notify (test.test_threading.EventTests.test_notify) ... ok 2025-10-14T22:36:26.1808157Z test_repr (test.test_threading.EventTests.test_repr) ... ok 2025-10-14T22:36:26.1808719Z test_set_and_clear (test.test_threading.EventTests.test_set_and_clear) ... ok 2025-10-14T22:36:26.1809267Z test_timeout (test.test_threading.EventTests.test_timeout) ... ok 2025-10-14T22:36:26.1809847Z test_custom_excepthook (test.test_threading.ExceptHookTests.test_custom_excepthook) ... ok 2025-10-14T22:36:26.1810568Z test_custom_excepthook_fail (test.test_threading.ExceptHookTests.test_custom_excepthook_fail) ... ok 2025-10-14T22:36:26.1811553Z test_excepthook (test.test_threading.ExceptHookTests.test_excepthook) ... ok 2025-10-14T22:36:26.1812346Z test_excepthook_thread_None (test.test_threading.ExceptHookTests.test_excepthook_thread_None) ... ok 2025-10-14T22:36:26.1812975Z test_original_excepthook (test.test_threading.ExceptHookTests.test_original_excepthook) ... ok 2025-10-14T22:36:26.1813889Z test_system_exit (test.test_threading.ExceptHookTests.test_system_exit) ... ok 2025-10-14T22:36:26.1814676Z test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops) ... ok 2025-10-14T22:36:26.1815497Z test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal) ... ok 2025-10-14T22:36:26.1816286Z test_interrupt_main_mainthread (test.test_threading.InterruptMainTests.test_interrupt_main_mainthread) ... ok 2025-10-14T22:36:26.1817025Z test_interrupt_main_noerror (test.test_threading.InterruptMainTests.test_interrupt_main_noerror) ... ok 2025-10-14T22:36:26.1817740Z test_interrupt_main_subthread (test.test_threading.InterruptMainTests.test_interrupt_main_subthread) ... ok 2025-10-14T22:36:26.1818606Z test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler) ... ok 2025-10-14T22:36:26.1819350Z test_acquire_contended (test.test_threading.LockTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1820023Z test_acquire_destroy (test.test_threading.LockTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1820616Z test_acquire_release (test.test_threading.LockTests.test_acquire_release) ... ok 2025-10-14T22:36:26.1821255Z test_at_fork_reinit (test.test_threading.LockTests.test_at_fork_reinit) ... skipped "platform doesn't support fork (no _at_fork_reinit method)" 2025-10-14T22:36:26.1821962Z test_constructor (test.test_threading.LockTests.test_constructor) ... ok 2025-10-14T22:36:26.1823983Z test_constructor_noargs (test.test_threading.LockTests.test_constructor_noargs) ... ok 2025-10-14T22:36:26.1827908Z test_different_thread (test.test_threading.LockTests.test_different_thread) ... ok 2025-10-14T22:36:26.1829100Z test_locked_repr (test.test_threading.LockTests.test_locked_repr) ... ok 2025-10-14T22:36:26.1829927Z test_reacquire (test.test_threading.LockTests.test_reacquire) ... ok 2025-10-14T22:36:26.1830588Z test_repr (test.test_threading.LockTests.test_repr) ... ok 2025-10-14T22:36:26.1831273Z test_state_after_timeout (test.test_threading.LockTests.test_state_after_timeout) ... ok 2025-10-14T22:36:26.1832005Z test_thread_leak (test.test_threading.LockTests.test_thread_leak) ... ok 2025-10-14T22:36:26.1832721Z test_timeout (test.test_threading.LockTests.test_timeout) ... ok 2025-10-14T22:36:26.1841554Z test_try_acquire (test.test_threading.LockTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1842428Z test_try_acquire_contended (test.test_threading.LockTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1843109Z test_weakref_deleted (test.test_threading.LockTests.test_weakref_deleted) ... ok 2025-10-14T22:36:26.1843757Z test_weakref_exists (test.test_threading.LockTests.test_weakref_exists) ... ok 2025-10-14T22:36:26.1844398Z test_with (test.test_threading.LockTests.test_with) ... ok 2025-10-14T22:36:26.1845019Z test__all__ (test.test_threading.MiscTestCase.test__all__) ... ok 2025-10-14T22:36:26.1845641Z test_change_name (test.test_threading.MiscTestCase.test_change_name) ... ok 2025-10-14T22:36:26.1846283Z test_set_name (test.test_threading.MiscTestCase.test_set_name) ... ok 2025-10-14T22:36:26.1846927Z test__is_owned (test.test_threading.PyRLockTests.test__is_owned) ... ok 2025-10-14T22:36:26.1847587Z test_acquire_contended (test.test_threading.PyRLockTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1848245Z test_acquire_destroy (test.test_threading.PyRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1848909Z test_acquire_release (test.test_threading.PyRLockTests.test_acquire_release) ... ok 2025-10-14T22:36:26.1849618Z test_constructor (test.test_threading.PyRLockTests.test_constructor) ... ok 2025-10-14T22:36:26.1850248Z test_constructor_noargs (test.test_threading.PyRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:36:26.1850905Z test_different_thread (test.test_threading.PyRLockTests.test_different_thread) ... ok 2025-10-14T22:36:26.1851483Z test_locked (test.test_threading.PyRLockTests.test_locked) ... ok 2025-10-14T22:36:26.1852174Z test_locked_repr (test.test_threading.PyRLockTests.test_locked_repr) ... ok 2025-10-14T22:36:26.1852991Z test_locked_with_2threads (test.test_threading.PyRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:36:26.1853612Z test_reacquire (test.test_threading.PyRLockTests.test_reacquire) ... ok 2025-10-14T22:36:26.1854266Z test_recursion_count (test.test_threading.PyRLockTests.test_recursion_count) ... ok 2025-10-14T22:36:26.1855009Z test_release_save_unacquired (test.test_threading.PyRLockTests.test_release_save_unacquired) ... ok 2025-10-14T22:36:26.1855687Z test_release_unacquired (test.test_threading.PyRLockTests.test_release_unacquired) ... ok 2025-10-14T22:36:26.1856288Z test_repr (test.test_threading.PyRLockTests.test_repr) ... ok 2025-10-14T22:36:26.1856980Z test_repr_count (test.test_threading.PyRLockTests.test_repr_count) ... ok 2025-10-14T22:36:26.1857605Z test_thread_leak (test.test_threading.PyRLockTests.test_thread_leak) ... ok 2025-10-14T22:36:26.1858265Z test_timeout (test.test_threading.PyRLockTests.test_timeout) ... ok 2025-10-14T22:36:26.1858944Z test_try_acquire (test.test_threading.PyRLockTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1859620Z test_try_acquire_contended (test.test_threading.PyRLockTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1860306Z test_weakref_deleted (test.test_threading.PyRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:36:26.1861000Z test_weakref_exists (test.test_threading.PyRLockTests.test_weakref_exists) ... ok 2025-10-14T22:36:26.1861747Z test_with (test.test_threading.PyRLockTests.test_with) ... ok 2025-10-14T22:36:26.1862394Z test_acquire (test.test_threading.SemaphoreTests.test_acquire) ... ok 2025-10-14T22:36:26.1863046Z test_acquire_contended (test.test_threading.SemaphoreTests.test_acquire_contended) ... ok 2025-10-14T22:36:26.1863736Z test_acquire_destroy (test.test_threading.SemaphoreTests.test_acquire_destroy) ... ok 2025-10-14T22:36:26.1864449Z test_acquire_timeout (test.test_threading.SemaphoreTests.test_acquire_timeout) ... ok 2025-10-14T22:36:26.1865077Z test_constructor (test.test_threading.SemaphoreTests.test_constructor) ... ok 2025-10-14T22:36:26.1865694Z test_default_value (test.test_threading.SemaphoreTests.test_default_value) ... ok 2025-10-14T22:36:26.1866378Z test_multirelease (test.test_threading.SemaphoreTests.test_multirelease) ... ok 2025-10-14T22:36:26.1867018Z test_release_unacquired (test.test_threading.SemaphoreTests.test_release_unacquired) ... ok 2025-10-14T22:36:26.1867627Z test_repr (test.test_threading.SemaphoreTests.test_repr) ... ok 2025-10-14T22:36:26.1868199Z test_try_acquire (test.test_threading.SemaphoreTests.test_try_acquire) ... ok 2025-10-14T22:36:26.1868819Z test_try_acquire_contended (test.test_threading.SemaphoreTests.test_try_acquire_contended) ... ok 2025-10-14T22:36:26.1869441Z test_with (test.test_threading.SemaphoreTests.test_with) ... ok 2025-10-14T22:36:26.1870118Z test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error) ... ok 2025-10-14T22:36:26.1870842Z test_daemon_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_daemon_threads_not_allowed) ... ok 2025-10-14T22:36:26.1871518Z test_threads_join (test.test_threading.SubinterpThreadingTests.test_threads_join) ... ok 2025-10-14T22:36:26.1872163Z test_threads_join_2 (test.test_threading.SubinterpThreadingTests.test_threads_join_2) ... ok 2025-10-14T22:36:26.1872839Z test_threads_join_with_no_main (test.test_threading.SubinterpThreadingTests.test_threads_join_with_no_main) ... ok 2025-10-14T22:36:26.1873528Z test_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_threads_not_allowed) ... ok 2025-10-14T22:36:26.1874177Z test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown) ... ok 2025-10-14T22:36:26.1874875Z test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1875638Z test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1876543Z test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads) ... skipped 'not enough memory: 2.7G minimum needed' 2025-10-14T22:36:26.1877316Z test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1878106Z test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1878895Z test_thread_from_thread (test.test_threading.ThreadJoinOnShutdown.test_thread_from_thread) ... ok 2025-10-14T22:36:26.1879796Z test_BoundedSemaphore_limit (test.test_threading.ThreadTests.test_BoundedSemaphore_limit) ... ok 2025-10-14T22:36:26.1880509Z test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests.test_PyThreadState_SetAsyncExc) ... ok 2025-10-14T22:36:26.1881227Z test_acquire_daemon_thread_lock_in_finalization (test.test_threading.ThreadTests.test_acquire_daemon_thread_lock_in_finalization) ... ok 2025-10-14T22:36:26.1881905Z test_args_argument (test.test_threading.ThreadTests.test_args_argument) ... ok 2025-10-14T22:36:26.1882522Z test_boolean_target (test.test_threading.ThreadTests.test_boolean_target) ... ok 2025-10-14T22:36:26.1883138Z test_daemon_param (test.test_threading.ThreadTests.test_daemon_param) ... ok 2025-10-14T22:36:26.1883804Z test_dummy_thread_after_fork (test.test_threading.ThreadTests.test_dummy_thread_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1884466Z test_enumerate_after_join (test.test_threading.ThreadTests.test_enumerate_after_join) ... ok 2025-10-14T22:36:26.1885134Z test_finalization_shutdown (test.test_threading.ThreadTests.test_finalization_shutdown) ... ok 2025-10-14T22:36:26.1885788Z test_finalize_daemon_thread_hang (test.test_threading.ThreadTests.test_finalize_daemon_thread_hang) ... ok 2025-10-14T22:36:26.1886459Z test_finalize_running_thread (test.test_threading.ThreadTests.test_finalize_running_thread) ... ok 2025-10-14T22:36:26.1887126Z test_finalize_with_trace (test.test_threading.ThreadTests.test_finalize_with_trace) ... ok 2025-10-14T22:36:26.1887748Z test_foreign_thread (test.test_threading.ThreadTests.test_foreign_thread) ... ok 2025-10-14T22:36:26.1890376Z test_frame_tstate_tracing (test.test_threading.ThreadTests.test_frame_tstate_tracing) ... ok 2025-10-14T22:36:26.1917443Z test_getprofile (test.test_threading.ThreadTests.test_getprofile) ... ok 2025-10-14T22:36:26.1929318Z test_getprofile_all_threads (test.test_threading.ThreadTests.test_getprofile_all_threads) ... ok 2025-10-14T22:36:26.1931469Z test_gettrace (test.test_threading.ThreadTests.test_gettrace) ... ok 2025-10-14T22:36:26.1933681Z test_gettrace_all_threads (test.test_threading.ThreadTests.test_gettrace_all_threads) ... ok 2025-10-14T22:36:26.1934760Z test_ident_of_no_threading_threads (test.test_threading.ThreadTests.test_ident_of_no_threading_threads) ... ok 2025-10-14T22:36:26.1935625Z test_import_from_another_thread (test.test_threading.ThreadTests.test_import_from_another_thread) ... ok 2025-10-14T22:36:26.1936440Z test_is_alive_after_fork (test.test_threading.ThreadTests.test_is_alive_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1937360Z test_join_daemon_thread_in_finalization (test.test_threading.ThreadTests.test_join_daemon_thread_in_finalization) ... ok 2025-10-14T22:36:26.1938304Z test_join_finished_daemon_thread_in_finalization (test.test_threading.ThreadTests.test_join_finished_daemon_thread_in_finalization) ... ok 2025-10-14T22:36:26.1939230Z test_join_from_multiple_threads (test.test_threading.ThreadTests.test_join_from_multiple_threads) ... skipped 'not enough memory: 1.4G minimum needed' 2025-10-14T22:36:26.1940080Z test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown) ... ok 2025-10-14T22:36:26.1940856Z test_join_with_timeout (test.test_threading.ThreadTests.test_join_with_timeout) ... ok 2025-10-14T22:36:26.1942296Z test_lazy_import (test.test_threading.ThreadTests.test_lazy_import) ... ok 2025-10-14T22:36:26.1943169Z test_leak_without_join (test.test_threading.ThreadTests.test_leak_without_join) ... ok 2025-10-14T22:36:26.1943850Z test_limbo_cleanup (test.test_threading.ThreadTests.test_limbo_cleanup) ... ok 2025-10-14T22:36:26.1944557Z test_locals_at_exit (test.test_threading.ThreadTests.test_locals_at_exit) ... ok 2025-10-14T22:36:26.1945272Z test_lock_no_args (test.test_threading.ThreadTests.test_lock_no_args) ... ok 2025-10-14T22:36:26.1945991Z test_lock_no_subclass (test.test_threading.ThreadTests.test_lock_no_subclass) ... ok 2025-10-14T22:36:26.1947520Z test_lock_or_none (test.test_threading.ThreadTests.test_lock_or_none) ... ok 2025-10-14T22:36:26.1948298Z test_main_thread (test.test_threading.ThreadTests.test_main_thread) ... ok 2025-10-14T22:36:26.1949105Z test_main_thread_after_fork (test.test_threading.ThreadTests.test_main_thread_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1950008Z test_main_thread_after_fork_from_dummy_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_dummy_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1951033Z test_main_thread_after_fork_from_foreign_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_foreign_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1951910Z test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1952661Z test_main_thread_during_shutdown (test.test_threading.ThreadTests.test_main_thread_during_shutdown) ... ok 2025-10-14T22:36:26.1953289Z test_name (test.test_threading.ThreadTests.test_name) ... ok 2025-10-14T22:36:26.1953945Z test_native_id_after_fork (test.test_threading.ThreadTests.test_native_id_after_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:36:26.1954863Z test_no_refcycle_through_target (test.test_threading.ThreadTests.test_no_refcycle_through_target) ... ok 2025-10-14T22:36:26.1955648Z test_old_threading_api (test.test_threading.ThreadTests.test_old_threading_api) ... ok 2025-10-14T22:36:26.1956385Z test_repr_daemon (test.test_threading.ThreadTests.test_repr_daemon) ... ok 2025-10-14T22:36:26.1957020Z test_repr_stopped (test.test_threading.ThreadTests.test_repr_stopped) ... ok 2025-10-14T22:36:26.1957701Z test_start_new_thread_at_finalization (test.test_threading.ThreadTests.test_start_new_thread_at_finalization) ... ok 2025-10-14T22:36:26.1958434Z test_start_new_thread_failed (test.test_threading.ThreadTests.test_start_new_thread_failed) ... skipped "No module named 'resource'" 2025-10-14T22:36:26.1959188Z test_stop_the_world_during_finalization (test.test_threading.ThreadTests.test_stop_the_world_during_finalization) ... ok 2025-10-14T22:36:26.1959859Z test_various_ops (test.test_threading.ThreadTests.test_various_ops) ... ok 2025-10-14T22:36:26.1960563Z test_various_ops_large_stack (test.test_threading.ThreadTests.test_various_ops_large_stack) ... ok 2025-10-14T22:36:26.1961350Z test_various_ops_small_stack (test.test_threading.ThreadTests.test_various_ops_small_stack) ... ok 2025-10-14T22:36:26.1962169Z test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread) ... ok 2025-10-14T22:36:26.1963084Z test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread) ... ok 2025-10-14T22:36:26.1963917Z test_dummy_thread_on_interpreter_shutdown (test.test_threading.ThreadingExceptionTests.test_dummy_thread_on_interpreter_shutdown) ... ok 2025-10-14T22:36:26.1964842Z test_joining_current_thread (test.test_threading.ThreadingExceptionTests.test_joining_current_thread) ... ok 2025-10-14T22:36:26.1965621Z test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread) ... ok 2025-10-14T22:36:26.1966608Z test_keyboard_interrupt_during_threading_shutdown (test.test_threading.ThreadingExceptionTests.test_keyboard_interrupt_during_threading_shutdown) ... skipped "signals don't work well on windows" 2025-10-14T22:36:26.1967510Z test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror) ... ok 2025-10-14T22:36:26.1968209Z test_print_exception (test.test_threading.ThreadingExceptionTests.test_print_exception) ... ok 2025-10-14T22:36:26.1968888Z test_print_exception_gh_102056 (test.test_threading.ThreadingExceptionTests.test_print_exception_gh_102056) ... ok 2025-10-14T22:36:26.1969696Z test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1) ... ok 2025-10-14T22:36:26.1970409Z test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2) ... ok 2025-10-14T22:36:26.1971156Z test_recursion_limit (test.test_threading.ThreadingExceptionTests.test_recursion_limit) ... ok 2025-10-14T22:36:26.1971894Z test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock) ... ok 2025-10-14T22:36:26.1972618Z test_start_thread_again (test.test_threading.ThreadingExceptionTests.test_start_thread_again) ... ok 2025-10-14T22:36:26.1973299Z test_init_immutable_default_args (test.test_threading.TimerTests.test_init_immutable_default_args) ... ok 2025-10-14T22:36:26.1973751Z 2025-10-14T22:36:26.1974329Z ---------------------------------------------------------------------- 2025-10-14T22:36:26.1974953Z Ran 234 tests in 30.039s 2025-10-14T22:36:26.1975401Z 2025-10-14T22:36:26.1975949Z OK (skipped=19) 2025-10-14T22:36:28.9944543Z 0:10:50 load avg: 10.65 [16/59] test_poplib passed -- running (1): test.test_io.test_general (33.7 sec) 2025-10-14T22:36:29.0002581Z Re-running test_poplib in verbose mode 2025-10-14T22:36:29.1341655Z test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS) ... ok 2025-10-14T22:36:29.1364746Z test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal) ... ok 2025-10-14T22:36:29.1378098Z test_capa (test.test_poplib.TestPOP3Class.test_capa) ... ok 2025-10-14T22:36:29.1379612Z test_dele (test.test_poplib.TestPOP3Class.test_dele) ... ok 2025-10-14T22:36:29.1809664Z test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions) ... ok 2025-10-14T22:36:29.1825958Z test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome) ... ok 2025-10-14T22:36:29.1827492Z test_list (test.test_poplib.TestPOP3Class.test_list) ... ok 2025-10-14T22:36:29.3705014Z test_noop (test.test_poplib.TestPOP3Class.test_noop) ... ok 2025-10-14T22:36:29.3715476Z test_pass_ (test.test_poplib.TestPOP3Class.test_pass_) ... ok 2025-10-14T22:36:29.3726873Z test_quit (test.test_poplib.TestPOP3Class.test_quit) ... ok 2025-10-14T22:36:29.3736540Z test_retr (test.test_poplib.TestPOP3Class.test_retr) ... ok 2025-10-14T22:36:29.3737865Z test_rpop (test.test_poplib.TestPOP3Class.test_rpop) ... ok 2025-10-14T22:36:29.3746591Z test_stat (test.test_poplib.TestPOP3Class.test_stat) ... ok 2025-10-14T22:36:29.3770819Z test_stls (test.test_poplib.TestPOP3Class.test_stls) ... ok 2025-10-14T22:36:29.3772394Z test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa) ... ok 2025-10-14T22:36:29.3791245Z test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context) ... ok 2025-10-14T22:36:29.3796998Z test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines) ... ok 2025-10-14T22:36:29.3820903Z test_top (test.test_poplib.TestPOP3Class.test_top) ... ok 2025-10-14T22:36:29.3881845Z test_uidl (test.test_poplib.TestPOP3Class.test_uidl) ... ok 2025-10-14T22:36:29.3919912Z test_user (test.test_poplib.TestPOP3Class.test_user) ... ok 2025-10-14T22:36:29.5252334Z test_utf8 (test.test_poplib.TestPOP3Class.test_utf8) ... ok 2025-10-14T22:36:29.5719214Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:36:29.5735006Z test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__) ... ok 2025-10-14T22:36:29.5742223Z test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS) ... ok 2025-10-14T22:36:29.5913131Z test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal) ... ok 2025-10-14T22:36:29.5914836Z test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa) ... ok 2025-10-14T22:36:29.5916091Z test_context (test.test_poplib.TestPOP3_SSLClass.test_context) ... ok 2025-10-14T22:36:29.5926726Z test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele) ... ok 2025-10-14T22:36:29.5928305Z test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions) ... ok 2025-10-14T22:36:29.5929473Z test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome) ... ok 2025-10-14T22:36:29.5933403Z test_list (test.test_poplib.TestPOP3_SSLClass.test_list) ... ok 2025-10-14T22:36:29.5935806Z test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop) ... ok 2025-10-14T22:36:29.5938384Z test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_) ... ok 2025-10-14T22:36:29.5939059Z test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit) ... ok 2025-10-14T22:36:29.5940614Z test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr) ... ok 2025-10-14T22:36:29.5941472Z test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop) ... ok 2025-10-14T22:36:29.5950984Z test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat) ... ok 2025-10-14T22:36:29.5952258Z test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls) ... ok 2025-10-14T22:36:29.5953037Z test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa) ... ok 2025-10-14T22:36:29.6224966Z test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context) ... ok 2025-10-14T22:36:29.6227473Z test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines) ... ok 2025-10-14T22:36:29.6238068Z test_top (test.test_poplib.TestPOP3_SSLClass.test_top) ... ok 2025-10-14T22:36:29.6239868Z test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl) ... ok 2025-10-14T22:36:29.6240763Z test_user (test.test_poplib.TestPOP3_SSLClass.test_user) ... ok 2025-10-14T22:36:29.6246980Z test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8) ... ok 2025-10-14T22:36:29.6295083Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:36:29.6330271Z test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS) ... ok 2025-10-14T22:36:29.7750538Z test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal) ... ok 2025-10-14T22:36:29.8380982Z test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa) ... ok 2025-10-14T22:36:29.8608510Z test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele) ... ok 2025-10-14T22:36:29.8626301Z test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions) ... ok 2025-10-14T22:36:29.8628460Z test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome) ... ok 2025-10-14T22:36:29.8629642Z test_list (test.test_poplib.TestPOP3_TLSClass.test_list) ... ok 2025-10-14T22:36:29.8865639Z test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop) ... ok 2025-10-14T22:36:29.8867016Z test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_) ... ok 2025-10-14T22:36:29.8867818Z test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit) ... ok 2025-10-14T22:36:29.8873993Z test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr) ... ok 2025-10-14T22:36:29.8875242Z test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop) ... ok 2025-10-14T22:36:29.8876152Z test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat) ... ok 2025-10-14T22:36:29.8886905Z test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls) ... ok 2025-10-14T22:36:29.8888156Z test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa) ... ok 2025-10-14T22:36:29.8888932Z test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context) ... ok 2025-10-14T22:36:29.8897140Z test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines) ... ok 2025-10-14T22:36:29.8898564Z test_top (test.test_poplib.TestPOP3_TLSClass.test_top) ... ok 2025-10-14T22:36:29.8899291Z test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl) ... ok 2025-10-14T22:36:29.8907011Z test_user (test.test_poplib.TestPOP3_TLSClass.test_user) ... ok 2025-10-14T22:36:29.8908167Z test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8) ... ok 2025-10-14T22:36:29.8908934Z test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported) ... ok 2025-10-14T22:36:29.8916891Z testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault) ... ok 2025-10-14T22:36:29.8918247Z testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone) ... ok 2025-10-14T22:36:29.8919000Z testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue) ... ok 2025-10-14T22:36:29.8926443Z 2025-10-14T22:36:29.8927666Z ---------------------------------------------------------------------- 2025-10-14T22:36:29.8928369Z Ran 71 tests in 16.201s 2025-10-14T22:36:29.8936107Z 2025-10-14T22:36:29.8937170Z OK 2025-10-14T22:36:29.8937887Z 0:10:50 load avg: 10.65 [17/59] test_capi passed -- running (1): test.test_io.test_general (34.1 sec) 2025-10-14T22:36:29.8945720Z Re-running test_capi in verbose mode (matching: test_py_fopen, test_py_fopen, test_run_fileexflags) 2025-10-14T22:36:29.8946933Z test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen) ... ok 2025-10-14T22:36:29.8947682Z test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags) ... ok 2025-10-14T22:36:29.8955047Z 2025-10-14T22:36:29.8956236Z ---------------------------------------------------------------------- 2025-10-14T22:36:29.8956929Z Ran 2 tests in 0.006s 2025-10-14T22:36:29.8964756Z 2025-10-14T22:36:29.8965862Z OK 2025-10-14T22:36:38.4094483Z 0:10:59 load avg: 9.97 [18/59] test.test_multiprocessing_spawn.test_manager passed (32.0 sec) -- running (1): test.test_io.test_general (43.1 sec) 2025-10-14T22:36:38.4096001Z Re-running test.test_multiprocessing_spawn.test_manager in verbose mode 2025-10-14T22:36:38.4097019Z test_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort) 2025-10-14T22:36:38.4099203Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:36:38.4099990Z test_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset) 2025-10-14T22:36:38.4100694Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:36:38.4101357Z test_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action) 2025-10-14T22:36:38.4102016Z Test the 'action' callback ... ok 2025-10-14T22:36:38.4102888Z test_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier) 2025-10-14T22:36:38.4103587Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:36:38.4104428Z test_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10) 2025-10-14T22:36:38.4106197Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:36:38.4106952Z test_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout) 2025-10-14T22:36:38.4107562Z Test the barrier's default timeout ... ok 2025-10-14T22:36:38.4108143Z test_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset) 2025-10-14T22:36:38.4108721Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:36:38.4109370Z test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread) ... ok 2025-10-14T22:36:38.4110159Z test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4110851Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout) 2025-10-14T22:36:38.4112659Z Test wait(timeout) ... ok 2025-10-14T22:36:38.4113575Z test_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return) 2025-10-14T22:36:38.4114160Z test the return value from barrier.wait ... ok 2025-10-14T22:36:38.4114735Z test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify) ... ok 2025-10-14T22:36:38.4115383Z test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all) ... ok 2025-10-14T22:36:38.4116107Z test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n) ... ok 2025-10-14T22:36:38.4116886Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout) ... ok 2025-10-14T22:36:38.4117893Z test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result) ... ok 2025-10-14T22:36:38.4120756Z test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor) ... ok 2025-10-14T22:36:38.4121629Z test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout) ... ok 2025-10-14T22:36:38.4122388Z test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict) ... ok 2025-10-14T22:36:38.4123457Z test_dict_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_isinstance) ... ok 2025-10-14T22:36:38.4124234Z test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter) ... ok 2025-10-14T22:36:38.4125296Z test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested) ... ok 2025-10-14T22:36:38.4126058Z test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list) ... ok 2025-10-14T22:36:38.4128020Z test_list_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_isinstance) ... ok 2025-10-14T22:36:38.4128869Z test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter) ... ok 2025-10-14T22:36:38.4129605Z test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list) ... ok 2025-10-14T22:36:38.4130420Z test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace) ... ok 2025-10-14T22:36:38.4131166Z test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue) ... ok 2025-10-14T22:36:38.4131927Z test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event) ... ok 2025-10-14T22:36:38.4133280Z test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr) ... ok 2025-10-14T22:36:38.4135428Z test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock) ... ok 2025-10-14T22:36:38.4136235Z test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context) ... ok 2025-10-14T22:36:38.4138851Z test_lock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_locked_2processes) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4140767Z test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4143142Z test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4144417Z test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock) ... ok 2025-10-14T22:36:38.4145758Z test_rlock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_context) ... ok 2025-10-14T22:36:38.4147107Z test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_locked_2processes) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4150087Z test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart) ... ok 2025-10-14T22:36:38.4150999Z test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager) ... ok 2025-10-14T22:36:38.4151824Z test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context) ... ok 2025-10-14T22:36:38.4152607Z test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok 2025-10-14T22:36:38.4153421Z test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply) ... ok 2025-10-14T22:36:38.4154053Z test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async) ... ok 2025-10-14T22:36:38.4155302Z test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout) ... ok 2025-10-14T22:36:38.4157470Z test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context) ... ok 2025-10-14T22:36:38.4158328Z test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable) ... ok 2025-10-14T22:36:38.4159197Z test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' 2025-10-14T22:36:38.4159876Z test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap) ... ok 2025-10-14T22:36:38.4160585Z test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4161313Z test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered) ... ok 2025-10-14T22:36:38.4162476Z test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4164730Z test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool) ... ok 2025-10-14T22:36:38.4165567Z test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map) ... ok 2025-10-14T22:36:38.4166254Z test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async) ... ok 2025-10-14T22:36:38.4166914Z test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks) ... ok 2025-10-14T22:36:38.4167568Z test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize) ... ok 2025-10-14T22:36:38.4168298Z test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4169037Z test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast) ... ok 2025-10-14T22:36:38.4170912Z test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable) ... ok 2025-10-14T22:36:38.4172453Z test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs) ... ok 2025-10-14T22:36:38.4173353Z test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' 2025-10-14T22:36:38.4174285Z test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap) ... ok 2025-10-14T22:36:38.4175073Z test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async) ... ok 2025-10-14T22:36:38.4175992Z test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate) ... ok 2025-10-14T22:36:38.4176877Z test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback) ... ok 2025-10-14T22:36:38.4177787Z test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception) ... ok 2025-10-14T22:36:38.4179729Z test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions) ... ok 2025-10-14T22:36:38.4180691Z test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok 2025-10-14T22:36:38.4181533Z test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork) ... ok 2025-10-14T22:36:38.4182149Z test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get) ... ok 2025-10-14T22:36:38.4182830Z test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention) ... ok 2025-10-14T22:36:38.4185460Z test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put) ... ok 2025-10-14T22:36:38.4191458Z test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize) ... ok 2025-10-14T22:36:38.4192440Z test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4193478Z test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4194420Z test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done) ... ok 2025-10-14T22:36:38.4203163Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout) ... ok 2025-10-14T22:36:38.4205401Z test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote) ... ok 2025-10-14T22:36:38.4206250Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore) ... ok 2025-10-14T22:36:38.4207070Z test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore) ... ok 2025-10-14T22:36:38.4207902Z test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' 2025-10-14T22:36:38.4208443Z 2025-10-14T22:36:38.4209011Z ---------------------------------------------------------------------- 2025-10-14T22:36:38.4209603Z Ran 82 tests in 31.693s 2025-10-14T22:36:38.4209976Z 2025-10-14T22:36:38.4210625Z OK (skipped=13) 2025-10-14T22:36:38.6933699Z 0:10:59 load avg: 9.82 [19/59] test_structseq passed -- running (1): test.test_io.test_general (43.4 sec) 2025-10-14T22:36:38.6937793Z Re-running test_structseq in verbose mode 2025-10-14T22:36:38.6940359Z test_cmp (test.test_structseq.StructSeqTest.test_cmp) ... ok 2025-10-14T22:36:38.6941453Z test_concat (test.test_structseq.StructSeqTest.test_concat) ... ok 2025-10-14T22:36:38.6942874Z test_constructor (test.test_structseq.StructSeqTest.test_constructor) ... ok 2025-10-14T22:36:38.6943707Z test_constructor_with_duplicate_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields) ... ok 2025-10-14T22:36:38.6945170Z test_constructor_with_duplicate_unnamed_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields) ... ok 2025-10-14T22:36:38.6947156Z test_constructor_with_unknown_fields (test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields) ... ok 2025-10-14T22:36:38.6947941Z test_contains (test.test_structseq.StructSeqTest.test_contains) ... ok 2025-10-14T22:36:38.6948647Z test_copy_replace_all_fields_visible (test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible) ... ok 2025-10-14T22:36:38.6949586Z test_copy_replace_with_invisible_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields) ... ok 2025-10-14T22:36:38.6950295Z test_copy_replace_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields) ... ok 2025-10-14T22:36:38.6950931Z test_copying (test.test_structseq.StructSeqTest.test_copying) ... ok 2025-10-14T22:36:38.6951605Z test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields) ... ok 2025-10-14T22:36:38.6954244Z test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple) ... ok 2025-10-14T22:36:38.6955201Z test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice) ... ok 2025-10-14T22:36:38.6955888Z test_fields (test.test_structseq.StructSeqTest.test_fields) ... ok 2025-10-14T22:36:38.6956544Z test_hash (test.test_structseq.StructSeqTest.test_hash) ... ok 2025-10-14T22:36:38.6957257Z test_match_args (test.test_structseq.StructSeqTest.test_match_args) ... ok 2025-10-14T22:36:38.6957960Z test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields) ... ok 2025-10-14T22:36:38.6958637Z test_pickling (test.test_structseq.StructSeqTest.test_pickling) ... ok 2025-10-14T22:36:38.6961635Z test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields) ... ok 2025-10-14T22:36:38.6962480Z test_reference_cycle (test.test_structseq.StructSeqTest.test_reference_cycle) ... ok 2025-10-14T22:36:38.6963444Z test_repeat (test.test_structseq.StructSeqTest.test_repeat) ... ok 2025-10-14T22:36:38.6964194Z test_repr (test.test_structseq.StructSeqTest.test_repr) ... ok 2025-10-14T22:36:38.6964800Z test_tuple (test.test_structseq.StructSeqTest.test_tuple) ... ok 2025-10-14T22:36:38.6965194Z 2025-10-14T22:36:38.6965777Z ---------------------------------------------------------------------- 2025-10-14T22:36:38.6967279Z Ran 24 tests in 0.071s 2025-10-14T22:36:38.6969035Z 2025-10-14T22:36:38.6969830Z OK 2025-10-14T22:36:49.7300268Z 0:11:10 load avg: 8.19 [20/59] test.test_io.test_general passed (54.4 sec) 2025-10-14T22:36:49.7301656Z Re-running test.test_io.test_general in verbose mode 2025-10-14T22:36:49.7302483Z test_RawIOBase_io_in_pyio_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_io_in_pyio_match) 2025-10-14T22:36:49.7303358Z Test that pyio RawIOBase class has all c RawIOBase methods ... ok 2025-10-14T22:36:49.7304121Z test_RawIOBase_pyio_in_io_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_pyio_in_io_match) 2025-10-14T22:36:49.7304954Z Test that c RawIOBase class has all pyio RawIOBase methods ... ok 2025-10-14T22:36:49.7305620Z test_BufferedIOBase_destructor (test.test_io.test_general.CIOTest.test_BufferedIOBase_destructor) ... ok 2025-10-14T22:36:49.7306366Z test_BufferedIOBase_readinto (test.test_io.test_general.CIOTest.test_BufferedIOBase_readinto) ... ok 2025-10-14T22:36:49.7307080Z test_IOBase_destructor (test.test_io.test_general.CIOTest.test_IOBase_destructor) ... ok 2025-10-14T22:36:49.7308006Z test_IOBase_finalize (test.test_io.test_general.CIOTest.test_IOBase_finalize) ... ok 2025-10-14T22:36:49.7308811Z test_RawIOBase_destructor (test.test_io.test_general.CIOTest.test_RawIOBase_destructor) ... ok 2025-10-14T22:36:49.7309467Z test_RawIOBase_read (test.test_io.test_general.CIOTest.test_RawIOBase_read) ... ok 2025-10-14T22:36:49.7310091Z test_RawIOBase_readall (test.test_io.test_general.CIOTest.test_RawIOBase_readall) ... ok 2025-10-14T22:36:49.7310708Z test_TextIOBase_destructor (test.test_io.test_general.CIOTest.test_TextIOBase_destructor) ... ok 2025-10-14T22:36:49.7311347Z test_append_mode_tell (test.test_io.test_general.CIOTest.test_append_mode_tell) ... ok 2025-10-14T22:36:49.7311932Z test_array_writes (test.test_io.test_general.CIOTest.test_array_writes) ... ok 2025-10-14T22:36:49.7312523Z test_bad_opener_negative_1 (test.test_io.test_general.CIOTest.test_bad_opener_negative_1) ... ok 2025-10-14T22:36:49.7313312Z test_bad_opener_other_negative (test.test_io.test_general.CIOTest.test_bad_opener_other_negative) ... ok 2025-10-14T22:36:49.7314028Z test_buffered_file_io (test.test_io.test_general.CIOTest.test_buffered_file_io) ... ok 2025-10-14T22:36:49.7314681Z test_buffered_readinto_mixin (test.test_io.test_general.CIOTest.test_buffered_readinto_mixin) ... ok 2025-10-14T22:36:49.7315302Z test_close_assert (test.test_io.test_general.CIOTest.test_close_assert) ... ok 2025-10-14T22:36:49.7315872Z test_close_flushes (test.test_io.test_general.CIOTest.test_close_flushes) ... ok 2025-10-14T22:36:49.7316641Z test_closefd (test.test_io.test_general.CIOTest.test_closefd) ... ok 2025-10-14T22:36:49.7317242Z test_closefd_attr (test.test_io.test_general.CIOTest.test_closefd_attr) ... ok 2025-10-14T22:36:49.7317814Z test_destructor (test.test_io.test_general.CIOTest.test_destructor) ... ok 2025-10-14T22:36:49.7318480Z test_fileio_closefd (test.test_io.test_general.CIOTest.test_fileio_closefd) ... ok 2025-10-14T22:36:49.7319086Z test_flush_error_on_close (test.test_io.test_general.CIOTest.test_flush_error_on_close) ... ok 2025-10-14T22:36:49.7319695Z test_fspath_support (test.test_io.test_general.CIOTest.test_fspath_support) ... ok 2025-10-14T22:36:49.7320322Z test_garbage_collection (test.test_io.test_general.CIOTest.test_garbage_collection) ... ok 2025-10-14T22:36:49.7320972Z test_invalid_newline (test.test_io.test_general.CIOTest.test_invalid_newline) ... ok 2025-10-14T22:36:49.7321655Z test_invalid_operations (test.test_io.test_general.CIOTest.test_invalid_operations) ... ok 2025-10-14T22:36:49.7322304Z test_large_file_ops (test.test_io.test_general.CIOTest.test_large_file_ops) ... ok 2025-10-14T22:36:49.7323010Z test_multi_close (test.test_io.test_general.CIOTest.test_multi_close) ... ok 2025-10-14T22:36:49.7323611Z test_next_nonsizeable (test.test_io.test_general.CIOTest.test_next_nonsizeable) ... ok 2025-10-14T22:36:49.7324277Z test_no_closefd_with_filename (test.test_io.test_general.CIOTest.test_no_closefd_with_filename) ... ok 2025-10-14T22:36:49.7325306Z test_nonbuffered_textio (test.test_io.test_general.CIOTest.test_nonbuffered_textio) ... ok 2025-10-14T22:36:49.7326070Z test_open_handles_NUL_chars (test.test_io.test_general.CIOTest.test_open_handles_NUL_chars) ... ok 2025-10-14T22:36:49.7326716Z test_opener (test.test_io.test_general.CIOTest.test_opener) ... ok 2025-10-14T22:36:49.7327567Z test_opener_invalid_fd (test.test_io.test_general.CIOTest.test_opener_invalid_fd) ... ok 2025-10-14T22:36:49.7328296Z test_optional_abilities (test.test_io.test_general.CIOTest.test_optional_abilities) ... ok 2025-10-14T22:36:49.7329022Z test_raw_bytes_io (test.test_io.test_general.CIOTest.test_raw_bytes_io) ... ok 2025-10-14T22:36:49.7329602Z test_raw_file_io (test.test_io.test_general.CIOTest.test_raw_file_io) ... ok 2025-10-14T22:36:49.7330210Z test_read_closed (test.test_io.test_general.CIOTest.test_read_closed) ... ok 2025-10-14T22:36:49.7330859Z test_readline (test.test_io.test_general.CIOTest.test_readline) ... ok 2025-10-14T22:36:49.7331590Z test_readline_nonsizeable (test.test_io.test_general.CIOTest.test_readline_nonsizeable) ... ok 2025-10-14T22:36:49.7332406Z test_startup_optimization (test.test_io.test_general.CIOTest.test_startup_optimization) ... ok 2025-10-14T22:36:49.7333094Z test_types_have_dict (test.test_io.test_general.CIOTest.test_types_have_dict) ... ok 2025-10-14T22:36:49.7334178Z test_unbounded_file (test.test_io.test_general.CIOTest.test_unbounded_file) ... skipped '/dev/zero does not exist' 2025-10-14T22:36:49.7334989Z test_with_open (test.test_io.test_general.CIOTest.test_with_open) ... ok 2025-10-14T22:36:49.7335706Z test_write_readline_races (test.test_io.test_general.CIOTest.test_write_readline_races) ... ok 2025-10-14T22:36:49.7336401Z test___all__ (test.test_io.test_general.CMiscIOTest.test___all__) ... ok 2025-10-14T22:36:49.7337032Z test_abc_inheritance (test.test_io.test_general.CMiscIOTest.test_abc_inheritance) ... ok 2025-10-14T22:36:49.7337799Z test_abc_inheritance_official (test.test_io.test_general.CMiscIOTest.test_abc_inheritance_official) ... ok 2025-10-14T22:36:49.7338469Z test_abcs (test.test_io.test_general.CMiscIOTest.test_abcs) ... ok 2025-10-14T22:36:49.7339064Z test_attributes (test.test_io.test_general.CMiscIOTest.test_attributes) ... ok 2025-10-14T22:36:49.7339671Z test_blockingioerror (test.test_io.test_general.CMiscIOTest.test_blockingioerror) ... ok 2025-10-14T22:36:49.7340280Z test_check_encoding_errors (test.test_io.test_general.CMiscIOTest.test_check_encoding_errors) ... ok 2025-10-14T22:36:49.7340909Z test_check_encoding_warning (test.test_io.test_general.CMiscIOTest.test_check_encoding_warning) ... ok 2025-10-14T22:36:49.7341635Z test_create_fail (test.test_io.test_general.CMiscIOTest.test_create_fail) ... ok 2025-10-14T22:36:49.7342207Z test_create_writes (test.test_io.test_general.CMiscIOTest.test_create_writes) ... ok 2025-10-14T22:36:49.7342857Z test_daemon_threads_shutdown_stderr_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) ... ok 2025-10-14T22:36:49.7343694Z test_daemon_threads_shutdown_stdout_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) ... ok 2025-10-14T22:36:49.7344485Z test_io_after_close (test.test_io.test_general.CMiscIOTest.test_io_after_close) ... ok 2025-10-14T22:36:49.7345279Z test_nonblock_pipe_write_bigbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok 2025-10-14T22:36:49.7346139Z test_nonblock_pipe_write_smallbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok 2025-10-14T22:36:49.7346842Z test_open_allargs (test.test_io.test_general.CMiscIOTest.test_open_allargs) ... ok 2025-10-14T22:36:49.7347554Z test_open_pipe_with_append (test.test_io.test_general.CMiscIOTest.test_open_pipe_with_append) ... ok 2025-10-14T22:36:49.7348252Z test_pickling (test.test_io.test_general.CMiscIOTest.test_pickling) ... ok 2025-10-14T22:36:49.7349000Z test_readinto_buffer_overflow (test.test_io.test_general.CMiscIOTest.test_readinto_buffer_overflow) ... ok 2025-10-14T22:36:49.7349761Z test_removed_u_mode (test.test_io.test_general.CMiscIOTest.test_removed_u_mode) ... ok 2025-10-14T22:36:49.7350437Z test_text_encoding (test.test_io.test_general.CMiscIOTest.test_text_encoding) ... ok 2025-10-14T22:36:49.7351038Z test_warn_on_dealloc (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc) ... ok 2025-10-14T22:36:49.7351637Z test_warn_on_dealloc_fd (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc_fd) ... ok 2025-10-14T22:36:49.7352260Z test_reader_subclass (test.test_io.test_general.ProtocolsTest.test_reader_subclass) ... ok 2025-10-14T22:36:49.7352925Z test_writer_subclass (test.test_io.test_general.ProtocolsTest.test_writer_subclass) ... ok 2025-10-14T22:36:49.7353676Z test_BufferedIOBase_destructor (test.test_io.test_general.PyIOTest.test_BufferedIOBase_destructor) ... ok 2025-10-14T22:36:49.7354475Z test_BufferedIOBase_readinto (test.test_io.test_general.PyIOTest.test_BufferedIOBase_readinto) ... ok 2025-10-14T22:36:49.7355200Z test_IOBase_destructor (test.test_io.test_general.PyIOTest.test_IOBase_destructor) ... ok 2025-10-14T22:36:49.7355896Z test_RawIOBase_destructor (test.test_io.test_general.PyIOTest.test_RawIOBase_destructor) ... ok 2025-10-14T22:36:49.7356546Z test_RawIOBase_read (test.test_io.test_general.PyIOTest.test_RawIOBase_read) ... ok 2025-10-14T22:36:49.7357150Z test_RawIOBase_readall (test.test_io.test_general.PyIOTest.test_RawIOBase_readall) ... ok 2025-10-14T22:36:49.7357761Z test_TextIOBase_destructor (test.test_io.test_general.PyIOTest.test_TextIOBase_destructor) ... ok 2025-10-14T22:36:49.7358360Z test_append_mode_tell (test.test_io.test_general.PyIOTest.test_append_mode_tell) ... ok 2025-10-14T22:36:49.7359006Z test_array_writes (test.test_io.test_general.PyIOTest.test_array_writes) ... ok 2025-10-14T22:36:49.7359608Z test_bad_opener_negative_1 (test.test_io.test_general.PyIOTest.test_bad_opener_negative_1) ... ok 2025-10-14T22:36:49.7360518Z test_bad_opener_other_negative (test.test_io.test_general.PyIOTest.test_bad_opener_other_negative) ... ok 2025-10-14T22:36:49.7361277Z test_buffered_file_io (test.test_io.test_general.PyIOTest.test_buffered_file_io) ... ok 2025-10-14T22:36:49.7361949Z test_buffered_readinto_mixin (test.test_io.test_general.PyIOTest.test_buffered_readinto_mixin) ... ok 2025-10-14T22:36:49.7362698Z test_close_assert (test.test_io.test_general.PyIOTest.test_close_assert) ... ok 2025-10-14T22:36:49.7363327Z test_close_flushes (test.test_io.test_general.PyIOTest.test_close_flushes) ... ok 2025-10-14T22:36:49.7364021Z test_closefd (test.test_io.test_general.PyIOTest.test_closefd) ... ok 2025-10-14T22:36:49.7366620Z test_closefd_attr (test.test_io.test_general.PyIOTest.test_closefd_attr) ... ok 2025-10-14T22:36:49.7368019Z test_destructor (test.test_io.test_general.PyIOTest.test_destructor) ... ok 2025-10-14T22:36:49.7368939Z test_fileio_closefd (test.test_io.test_general.PyIOTest.test_fileio_closefd) ... ok 2025-10-14T22:36:49.7370357Z test_flush_error_on_close (test.test_io.test_general.PyIOTest.test_flush_error_on_close) ... ok 2025-10-14T22:36:49.7370958Z test_fspath_support (test.test_io.test_general.PyIOTest.test_fspath_support) ... ok 2025-10-14T22:36:49.7371649Z test_garbage_collection (test.test_io.test_general.PyIOTest.test_garbage_collection) ... ok 2025-10-14T22:36:49.7372732Z test_invalid_newline (test.test_io.test_general.PyIOTest.test_invalid_newline) ... ok 2025-10-14T22:36:49.7373438Z test_invalid_operations (test.test_io.test_general.PyIOTest.test_invalid_operations) ... ok 2025-10-14T22:36:49.7374138Z test_large_file_ops (test.test_io.test_general.PyIOTest.test_large_file_ops) ... ok 2025-10-14T22:36:49.7374845Z test_multi_close (test.test_io.test_general.PyIOTest.test_multi_close) ... ok 2025-10-14T22:36:49.7375519Z test_next_nonsizeable (test.test_io.test_general.PyIOTest.test_next_nonsizeable) ... ok 2025-10-14T22:36:49.7376241Z test_no_closefd_with_filename (test.test_io.test_general.PyIOTest.test_no_closefd_with_filename) ... ok 2025-10-14T22:36:49.7376979Z test_nonbuffered_textio (test.test_io.test_general.PyIOTest.test_nonbuffered_textio) ... ok 2025-10-14T22:36:49.7377673Z test_open_handles_NUL_chars (test.test_io.test_general.PyIOTest.test_open_handles_NUL_chars) ... ok 2025-10-14T22:36:49.7378380Z test_opener (test.test_io.test_general.PyIOTest.test_opener) ... ok 2025-10-14T22:36:49.7379005Z test_opener_invalid_fd (test.test_io.test_general.PyIOTest.test_opener_invalid_fd) ... ok 2025-10-14T22:36:49.7379594Z test_optional_abilities (test.test_io.test_general.PyIOTest.test_optional_abilities) ... ok 2025-10-14T22:36:49.7380185Z test_raw_bytes_io (test.test_io.test_general.PyIOTest.test_raw_bytes_io) ... ok 2025-10-14T22:36:49.7380841Z test_raw_file_io (test.test_io.test_general.PyIOTest.test_raw_file_io) ... ok 2025-10-14T22:36:49.7382877Z test_read_closed (test.test_io.test_general.PyIOTest.test_read_closed) ... ok 2025-10-14T22:36:49.7386954Z test_readline (test.test_io.test_general.PyIOTest.test_readline) ... ok 2025-10-14T22:36:49.7388075Z test_readline_nonsizeable (test.test_io.test_general.PyIOTest.test_readline_nonsizeable) ... ok 2025-10-14T22:36:49.7388885Z test_startup_optimization (test.test_io.test_general.PyIOTest.test_startup_optimization) ... ok 2025-10-14T22:36:49.7389605Z test_types_have_dict (test.test_io.test_general.PyIOTest.test_types_have_dict) ... ok 2025-10-14T22:36:49.7390350Z test_unbounded_file (test.test_io.test_general.PyIOTest.test_unbounded_file) ... skipped '/dev/zero does not exist' 2025-10-14T22:36:49.7391131Z test_with_open (test.test_io.test_general.PyIOTest.test_with_open) ... ok 2025-10-14T22:36:49.7391911Z test_write_readline_races (test.test_io.test_general.PyIOTest.test_write_readline_races) ... ok 2025-10-14T22:36:49.7400820Z test___all__ (test.test_io.test_general.PyMiscIOTest.test___all__) ... ok 2025-10-14T22:36:49.7401670Z test_abc_inheritance (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance) ... ok 2025-10-14T22:36:49.7402552Z test_abc_inheritance_official (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance_official) ... ok 2025-10-14T22:36:49.7403208Z test_abcs (test.test_io.test_general.PyMiscIOTest.test_abcs) ... ok 2025-10-14T22:36:49.7403850Z test_attributes (test.test_io.test_general.PyMiscIOTest.test_attributes) ... ok 2025-10-14T22:36:49.7404578Z test_blockingioerror (test.test_io.test_general.PyMiscIOTest.test_blockingioerror) ... ok 2025-10-14T22:36:49.7405294Z test_check_encoding_errors (test.test_io.test_general.PyMiscIOTest.test_check_encoding_errors) ... ok 2025-10-14T22:36:49.7406138Z test_check_encoding_warning (test.test_io.test_general.PyMiscIOTest.test_check_encoding_warning) ... ok 2025-10-14T22:36:49.7406844Z test_create_fail (test.test_io.test_general.PyMiscIOTest.test_create_fail) ... ok 2025-10-14T22:36:49.7407515Z test_create_writes (test.test_io.test_general.PyMiscIOTest.test_create_writes) ... ok 2025-10-14T22:36:49.7408186Z test_io_after_close (test.test_io.test_general.PyMiscIOTest.test_io_after_close) ... ok 2025-10-14T22:36:49.7408974Z test_nonblock_pipe_write_bigbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok 2025-10-14T22:36:49.7409723Z test_nonblock_pipe_write_smallbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok 2025-10-14T22:36:49.7410434Z test_open_allargs (test.test_io.test_general.PyMiscIOTest.test_open_allargs) ... ok 2025-10-14T22:36:49.7411081Z test_open_pipe_with_append (test.test_io.test_general.PyMiscIOTest.test_open_pipe_with_append) ... ok 2025-10-14T22:36:49.7411736Z test_pickling (test.test_io.test_general.PyMiscIOTest.test_pickling) ... ok 2025-10-14T22:36:49.7412408Z test_removed_u_mode (test.test_io.test_general.PyMiscIOTest.test_removed_u_mode) ... ok 2025-10-14T22:36:49.7413086Z test_text_encoding (test.test_io.test_general.PyMiscIOTest.test_text_encoding) ... ok 2025-10-14T22:36:49.7413831Z test_warn_on_dealloc (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc) ... ok 2025-10-14T22:36:49.7414554Z test_warn_on_dealloc_fd (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc_fd) ... ok 2025-10-14T22:36:49.7415265Z test_class_hierarchy (test.test_io.test_general.TestIOCTypes.test_class_hierarchy) ... ok 2025-10-14T22:36:49.7415945Z test_disallow_instantiation (test.test_io.test_general.TestIOCTypes.test_disallow_instantiation) ... ok 2025-10-14T22:36:49.7416576Z test_immutable_types (test.test_io.test_general.TestIOCTypes.test_immutable_types) ... ok 2025-10-14T22:36:49.7417230Z test_stringio_setstate (test.test_io.test_general.TestIOCTypes.test_stringio_setstate) ... ok 2025-10-14T22:36:49.7418016Z test_subclassing (test.test_io.test_general.TestIOCTypes.test_subclassing) ... ok 2025-10-14T22:36:49.7418489Z 2025-10-14T22:36:49.7419046Z ---------------------------------------------------------------------- 2025-10-14T22:36:49.7419592Z Ran 139 tests in 54.100s 2025-10-14T22:36:49.7419992Z 2025-10-14T22:36:49.7420472Z OK (skipped=2) 2025-10-14T22:36:52.1975179Z 0:11:13 load avg: 7.92 [21/59] test.test_io.test_textio passed 2025-10-14T22:36:52.1976411Z Re-running test.test_io.test_textio in verbose mode 2025-10-14T22:36:52.1977229Z test_newline_bytes (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_bytes) ... ok 2025-10-14T22:36:52.1978009Z test_newline_decoder (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_decoder) ... ok 2025-10-14T22:36:52.1978948Z test_translate (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_translate) ... ok 2025-10-14T22:36:52.1979703Z test_uninitialized (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_uninitialized) ... ok 2025-10-14T22:36:52.1980388Z test_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_append_bom) ... ok 2025-10-14T22:36:52.1981094Z test_basic_io (test.test_io.test_textio.CTextIOWrapperTest.test_basic_io) ... ok 2025-10-14T22:36:52.1982118Z test_bufio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_bufio_write_through) ... ok 2025-10-14T22:36:52.1983181Z test_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_close_error_on_close) ... ok 2025-10-14T22:36:52.1983915Z test_constructor (test.test_io.test_textio.CTextIOWrapperTest.test_constructor) ... ok 2025-10-14T22:36:52.1984602Z test_create_at_shutdown_with_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok 2025-10-14T22:36:52.1985328Z test_create_at_shutdown_without_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok 2025-10-14T22:36:52.1986202Z test_default_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' 2025-10-14T22:36:52.1986999Z test_del__CHUNK_SIZE_SystemError (test.test_io.test_textio.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError) ... ok 2025-10-14T22:36:52.1987641Z test_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_destructor) ... ok 2025-10-14T22:36:52.1988280Z test_detach (test.test_io.test_textio.CTextIOWrapperTest.test_detach) ... ok 2025-10-14T22:36:52.1988955Z test_encoded_writes (test.test_io.test_textio.CTextIOWrapperTest.test_encoded_writes) ... ok 2025-10-14T22:36:52.1989570Z test_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_encoding) ... ok 2025-10-14T22:36:52.1990194Z test_encoding_errors_reading (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_reading) ... ok 2025-10-14T22:36:52.1990876Z test_encoding_errors_writing (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_writing) ... ok 2025-10-14T22:36:52.1991673Z test_error_through_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_error_through_destructor) ... ok 2025-10-14T22:36:52.1992325Z test_errors_property (test.test_io.test_textio.CTextIOWrapperTest.test_errors_property) ... ok 2025-10-14T22:36:52.1992954Z test_flush_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_flush_error_on_close) ... ok 2025-10-14T22:36:52.1993601Z test_garbage_collection (test.test_io.test_textio.CTextIOWrapperTest.test_garbage_collection) ... ok 2025-10-14T22:36:52.1994231Z test_illegal_decoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_decoder) ... ok 2025-10-14T22:36:52.1994876Z test_illegal_encoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_encoder) ... ok 2025-10-14T22:36:52.1995543Z test_initialization (test.test_io.test_textio.CTextIOWrapperTest.test_initialization) ... ok 2025-10-14T22:36:52.1996242Z test_internal_buffer_size (test.test_io.test_textio.CTextIOWrapperTest.test_internal_buffer_size) ... ok 2025-10-14T22:36:52.1996921Z test_issue119506 (test.test_io.test_textio.CTextIOWrapperTest.test_issue119506) ... ok 2025-10-14T22:36:52.1997600Z test_issue1395_1 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_1) ... ok 2025-10-14T22:36:52.1998233Z test_issue1395_2 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_2) ... ok 2025-10-14T22:36:52.1998935Z test_issue1395_3 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_3) ... ok 2025-10-14T22:36:52.2000374Z test_issue1395_4 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_4) ... ok 2025-10-14T22:36:52.2001154Z test_issue1395_5 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_5) ... ok 2025-10-14T22:36:52.2002044Z test_issue2282 (test.test_io.test_textio.CTextIOWrapperTest.test_issue2282) ... ok 2025-10-14T22:36:52.2002758Z test_issue22849 (test.test_io.test_textio.CTextIOWrapperTest.test_issue22849) ... ok 2025-10-14T22:36:52.2003491Z test_issue25862 (test.test_io.test_textio.CTextIOWrapperTest.test_issue25862) ... ok 2025-10-14T22:36:52.2004099Z test_issue35928 (test.test_io.test_textio.CTextIOWrapperTest.test_issue35928) ... ok 2025-10-14T22:36:52.2004750Z test_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_line_buffering) ... ok 2025-10-14T22:36:52.2005446Z test_multi_close (test.test_io.test_textio.CTextIOWrapperTest.test_multi_close) ... ok 2025-10-14T22:36:52.2006347Z test_multibyte_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok 2025-10-14T22:36:52.2007057Z test_newlines (test.test_io.test_textio.CTextIOWrapperTest.test_newlines) ... ok 2025-10-14T22:36:52.2008324Z test_newlines_input (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_input) ... ok 2025-10-14T22:36:52.2009373Z test_newlines_output (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_output) ... ok 2025-10-14T22:36:52.2010185Z test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok 2025-10-14T22:36:52.2011092Z test_nonnormalized_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:36:52.2011765Z test_override_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_override_destructor) ... ok 2025-10-14T22:36:52.2012458Z test_pickling_subclass (test.test_io.test_textio.CTextIOWrapperTest.test_pickling_subclass) ... ok 2025-10-14T22:36:52.2013070Z test_rawio (test.test_io.test_textio.CTextIOWrapperTest.test_rawio) ... ok 2025-10-14T22:36:52.2013687Z test_rawio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_rawio_write_through) ... ok 2025-10-14T22:36:52.2014294Z test_read_by_chunk (test.test_io.test_textio.CTextIOWrapperTest.test_read_by_chunk) ... ok 2025-10-14T22:36:52.2014960Z test_read_byteslike (test.test_io.test_textio.CTextIOWrapperTest.test_read_byteslike) ... ok 2025-10-14T22:36:52.2015576Z test_read_non_blocking (test.test_io.test_textio.CTextIOWrapperTest.test_read_non_blocking) ... ok 2025-10-14T22:36:52.2016192Z test_read_nonbytes (test.test_io.test_textio.CTextIOWrapperTest.test_read_nonbytes) ... ok 2025-10-14T22:36:52.2016804Z test_read_one_by_one (test.test_io.test_textio.CTextIOWrapperTest.test_read_one_by_one) ... ok 2025-10-14T22:36:52.2017531Z test_readlines (test.test_io.test_textio.CTextIOWrapperTest.test_readlines) ... ok 2025-10-14T22:36:52.2018273Z test_readonly_attributes (test.test_io.test_textio.CTextIOWrapperTest.test_readonly_attributes) ... ok 2025-10-14T22:36:52.2019032Z test_reconfigure_defaults (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_defaults) ... ok 2025-10-14T22:36:52.2019810Z test_reconfigure_encoding_read (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_encoding_read) ... ok 2025-10-14T22:36:52.2020512Z test_reconfigure_errors (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_errors) ... ok 2025-10-14T22:36:52.2021265Z test_reconfigure_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_line_buffering) ... ok 2025-10-14T22:36:52.2022020Z test_reconfigure_locale (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_locale) ... ok 2025-10-14T22:36:52.2022851Z test_reconfigure_newline (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_newline) ... ok 2025-10-14T22:36:52.2023612Z test_reconfigure_write (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write) ... ok 2025-10-14T22:36:52.2024302Z test_reconfigure_write_fromascii (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok 2025-10-14T22:36:52.2024982Z test_reconfigure_write_non_seekable (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok 2025-10-14T22:36:52.2025668Z test_reconfigure_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_through) ... ok 2025-10-14T22:36:52.2026433Z test_recursive_repr (test.test_io.test_textio.CTextIOWrapperTest.test_recursive_repr) ... ok 2025-10-14T22:36:52.2027154Z test_repr (test.test_io.test_textio.CTextIOWrapperTest.test_repr) ... ok 2025-10-14T22:36:52.2027900Z test_rwpair_cleared_before_textio (test.test_io.test_textio.CTextIOWrapperTest.test_rwpair_cleared_before_textio) ... ok 2025-10-14T22:36:52.2028741Z test_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_seek_and_tell) ... ok 2025-10-14T22:36:52.2029595Z test_seek_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_append_bom) ... ok 2025-10-14T22:36:52.2030232Z test_seek_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_bom) ... ok 2025-10-14T22:36:52.2030854Z test_seek_with_encoder_state (test.test_io.test_textio.CTextIOWrapperTest.test_seek_with_encoder_state) ... ok 2025-10-14T22:36:52.2031467Z test_seeking (test.test_io.test_textio.CTextIOWrapperTest.test_seeking) ... ok 2025-10-14T22:36:52.2032038Z test_seeking_too (test.test_io.test_textio.CTextIOWrapperTest.test_seeking_too) ... ok 2025-10-14T22:36:52.2032729Z test_subclass_repr (test.test_io.test_textio.CTextIOWrapperTest.test_subclass_repr) ... ok 2025-10-14T22:36:52.2033351Z test_telling (test.test_io.test_textio.CTextIOWrapperTest.test_telling) ... ok 2025-10-14T22:36:52.2034079Z test_threads_write (test.test_io.test_textio.CTextIOWrapperTest.test_threads_write) ... ok 2025-10-14T22:36:52.2034848Z test_uninitialized (test.test_io.test_textio.CTextIOWrapperTest.test_uninitialized) ... ok 2025-10-14T22:36:52.2035567Z test_unreadable (test.test_io.test_textio.CTextIOWrapperTest.test_unreadable) ... ok 2025-10-14T22:36:52.2036231Z test_unseekable (test.test_io.test_textio.CTextIOWrapperTest.test_unseekable) ... ok 2025-10-14T22:36:52.2036835Z test_writelines (test.test_io.test_textio.CTextIOWrapperTest.test_writelines) ... ok 2025-10-14T22:36:52.2039384Z test_writelines_error (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_error) ... ok 2025-10-14T22:36:52.2040772Z test_writelines_userlist (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_userlist) ... ok 2025-10-14T22:36:52.2041689Z test_newline_bytes (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_bytes) ... ok 2025-10-14T22:36:52.2042922Z test_newline_decoder (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_decoder) ... ok 2025-10-14T22:36:52.2043603Z test_translate (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_translate) ... ok 2025-10-14T22:36:52.2044428Z test_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_append_bom) ... ok 2025-10-14T22:36:52.2045487Z test_basic_io (test.test_io.test_textio.PyTextIOWrapperTest.test_basic_io) ... ok 2025-10-14T22:36:52.2046102Z test_bufio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_bufio_write_through) ... ok 2025-10-14T22:36:52.2046884Z test_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_close_error_on_close) ... ok 2025-10-14T22:36:52.2047653Z test_constructor (test.test_io.test_textio.PyTextIOWrapperTest.test_constructor) ... ok 2025-10-14T22:36:52.2048380Z test_create_at_shutdown_with_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok 2025-10-14T22:36:52.2049226Z test_create_at_shutdown_without_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok 2025-10-14T22:36:52.2049953Z test_default_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' 2025-10-14T22:36:52.2050668Z test_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_destructor) ... ok 2025-10-14T22:36:52.2051326Z test_detach (test.test_io.test_textio.PyTextIOWrapperTest.test_detach) ... ok 2025-10-14T22:36:52.2051924Z test_encoded_writes (test.test_io.test_textio.PyTextIOWrapperTest.test_encoded_writes) ... ok 2025-10-14T22:36:52.2052514Z test_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding) ... ok 2025-10-14T22:36:52.2053134Z test_encoding_errors_reading (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_reading) ... ok 2025-10-14T22:36:52.2053921Z test_encoding_errors_writing (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_writing) ... ok 2025-10-14T22:36:52.2055739Z test_error_through_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_error_through_destructor) ... ok 2025-10-14T22:36:52.2060587Z test_errors_property (test.test_io.test_textio.PyTextIOWrapperTest.test_errors_property) ... ok 2025-10-14T22:36:52.2061438Z test_flush_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_flush_error_on_close) ... ok 2025-10-14T22:36:52.2062168Z test_illegal_decoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_decoder) ... ok 2025-10-14T22:36:52.2062925Z test_illegal_encoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_encoder) ... ok 2025-10-14T22:36:52.2063798Z test_issue1395_1 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_1) ... ok 2025-10-14T22:36:52.2073006Z test_issue1395_2 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_2) ... ok 2025-10-14T22:36:52.2073827Z test_issue1395_3 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_3) ... ok 2025-10-14T22:36:52.2074469Z test_issue1395_4 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_4) ... ok 2025-10-14T22:36:52.2075126Z test_issue1395_5 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_5) ... ok 2025-10-14T22:36:52.2075779Z test_issue2282 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue2282) ... ok 2025-10-14T22:36:52.2076430Z test_issue22849 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue22849) ... ok 2025-10-14T22:36:52.2077090Z test_issue25862 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue25862) ... ok 2025-10-14T22:36:52.2077742Z test_issue35928 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue35928) ... ok 2025-10-14T22:36:52.2078416Z test_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_line_buffering) ... ok 2025-10-14T22:36:52.2079101Z test_multi_close (test.test_io.test_textio.PyTextIOWrapperTest.test_multi_close) ... ok 2025-10-14T22:36:52.2079796Z test_multibyte_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok 2025-10-14T22:36:52.2080486Z test_newlines (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines) ... ok 2025-10-14T22:36:52.2081178Z test_newlines_input (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_input) ... ok 2025-10-14T22:36:52.2081847Z test_newlines_output (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_output) ... ok 2025-10-14T22:36:52.2082529Z test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok 2025-10-14T22:36:52.2083300Z test_nonnormalized_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:36:52.2084159Z test_override_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_override_destructor) ... ok 2025-10-14T22:36:52.2084837Z test_pickling_subclass (test.test_io.test_textio.PyTextIOWrapperTest.test_pickling_subclass) ... ok 2025-10-14T22:36:52.2085583Z test_rawio (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio) ... ok 2025-10-14T22:36:52.2086325Z test_rawio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio_write_through) ... ok 2025-10-14T22:36:52.2087012Z test_read_by_chunk (test.test_io.test_textio.PyTextIOWrapperTest.test_read_by_chunk) ... ok 2025-10-14T22:36:52.2087649Z test_read_byteslike (test.test_io.test_textio.PyTextIOWrapperTest.test_read_byteslike) ... ok 2025-10-14T22:36:52.2088274Z test_read_non_blocking (test.test_io.test_textio.PyTextIOWrapperTest.test_read_non_blocking) ... ok 2025-10-14T22:36:52.2088966Z test_read_nonbytes (test.test_io.test_textio.PyTextIOWrapperTest.test_read_nonbytes) ... ok 2025-10-14T22:36:52.2089693Z test_read_one_by_one (test.test_io.test_textio.PyTextIOWrapperTest.test_read_one_by_one) ... ok 2025-10-14T22:36:52.2090399Z test_readlines (test.test_io.test_textio.PyTextIOWrapperTest.test_readlines) ... ok 2025-10-14T22:36:52.2091069Z test_readonly_attributes (test.test_io.test_textio.PyTextIOWrapperTest.test_readonly_attributes) ... ok 2025-10-14T22:36:52.2092597Z test_reconfigure_defaults (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_defaults) ... ok 2025-10-14T22:36:52.2093368Z test_reconfigure_encoding_read (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_encoding_read) ... ok 2025-10-14T22:36:52.2094115Z test_reconfigure_errors (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_errors) ... ok 2025-10-14T22:36:52.2094969Z test_reconfigure_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_line_buffering) ... ok 2025-10-14T22:36:52.2095737Z test_reconfigure_locale (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_locale) ... ok 2025-10-14T22:36:52.2097234Z test_reconfigure_newline (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_newline) ... ok 2025-10-14T22:36:52.2097919Z test_reconfigure_write (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write) ... ok 2025-10-14T22:36:52.2098631Z test_reconfigure_write_fromascii (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok 2025-10-14T22:36:52.2099362Z test_reconfigure_write_non_seekable (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok 2025-10-14T22:36:52.2100087Z test_reconfigure_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_through) ... ok 2025-10-14T22:36:52.2100812Z test_recursive_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_recursive_repr) ... ok 2025-10-14T22:36:52.2101444Z test_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_repr) ... ok 2025-10-14T22:36:52.2102053Z test_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_and_tell) ... ok 2025-10-14T22:36:52.2102732Z test_seek_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_append_bom) ... ok 2025-10-14T22:36:52.2103369Z test_seek_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_bom) ... ok 2025-10-14T22:36:52.2104018Z test_seek_with_encoder_state (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_with_encoder_state) ... ok 2025-10-14T22:36:52.2104669Z test_seeking (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking) ... ok 2025-10-14T22:36:52.2105278Z test_seeking_too (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking_too) ... ok 2025-10-14T22:36:52.2105914Z test_subclass_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_subclass_repr) ... ok 2025-10-14T22:36:52.2106557Z test_telling (test.test_io.test_textio.PyTextIOWrapperTest.test_telling) ... ok 2025-10-14T22:36:52.2107186Z test_threads_write (test.test_io.test_textio.PyTextIOWrapperTest.test_threads_write) ... ok 2025-10-14T22:36:52.2107831Z test_uninitialized (test.test_io.test_textio.PyTextIOWrapperTest.test_uninitialized) ... ok 2025-10-14T22:36:52.2108468Z test_unreadable (test.test_io.test_textio.PyTextIOWrapperTest.test_unreadable) ... ok 2025-10-14T22:36:52.2109091Z test_unseekable (test.test_io.test_textio.PyTextIOWrapperTest.test_unseekable) ... ok 2025-10-14T22:36:52.2109700Z test_writelines (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines) ... ok 2025-10-14T22:36:52.2110319Z test_writelines_error (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_error) ... ok 2025-10-14T22:36:52.2110989Z test_writelines_userlist (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_userlist) ... ok 2025-10-14T22:36:52.2111678Z test_decoder (test.test_io.test_textio.StatefulIncrementalDecoderTest.test_decoder) ... ok 2025-10-14T22:36:52.2112124Z 2025-10-14T22:36:52.2112723Z ---------------------------------------------------------------------- 2025-10-14T22:36:52.2113273Z Ran 162 tests in 2.286s 2025-10-14T22:36:52.2113615Z 2025-10-14T22:36:52.2114049Z OK (skipped=2) 2025-10-14T22:36:55.8961675Z 0:11:17 load avg: 7.48 [22/59] test_logging passed 2025-10-14T22:36:55.9000214Z Re-running test_logging in verbose mode 2025-10-14T22:36:55.9642125Z test_critical (test.test_logging.BasicConfigTest.test_critical) ... ok 2025-10-14T22:36:55.9654819Z test_datefmt (test.test_logging.BasicConfigTest.test_datefmt) ... ok 2025-10-14T22:36:55.9704431Z test_debug (test.test_logging.BasicConfigTest.test_debug) ... ok 2025-10-14T22:36:55.9744540Z test_encoding (test.test_logging.BasicConfigTest.test_encoding) ... ok 2025-10-14T22:36:56.0645063Z test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors) ... ok 2025-10-14T22:36:56.0811350Z test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default) ... ok 2025-10-14T22:36:56.0818423Z test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none) ... ok 2025-10-14T22:36:56.0830599Z test_error (test.test_logging.BasicConfigTest.test_error) ... ok 2025-10-14T22:36:56.0925891Z test_filemode (test.test_logging.BasicConfigTest.test_filemode) ... ok 2025-10-14T22:36:56.0963656Z test_filename (test.test_logging.BasicConfigTest.test_filename) ... ok 2025-10-14T22:36:56.0966508Z test_force (test.test_logging.BasicConfigTest.test_force) ... ok 2025-10-14T22:36:56.2166507Z test_format (test.test_logging.BasicConfigTest.test_format) ... ok 2025-10-14T22:36:56.2171351Z test_formatter_given (test.test_logging.BasicConfigTest.test_formatter_given) ... ok 2025-10-14T22:36:56.2177276Z test_formatter_not_given (test.test_logging.BasicConfigTest.test_formatter_not_given) ... ok 2025-10-14T22:36:56.2183168Z test_handlers (test.test_logging.BasicConfigTest.test_handlers) ... ok 2025-10-14T22:36:56.2185496Z test_incompatible (test.test_logging.BasicConfigTest.test_incompatible) ... ok 2025-10-14T22:36:56.2186183Z test_info (test.test_logging.BasicConfigTest.test_info) ... ok 2025-10-14T22:36:56.2186857Z test_level (test.test_logging.BasicConfigTest.test_level) ... ok 2025-10-14T22:36:56.2187424Z test_log (test.test_logging.BasicConfigTest.test_log) ... ok 2025-10-14T22:36:56.2188051Z test_log_taskName (test.test_logging.BasicConfigTest.test_log_taskName) ... ok 2025-10-14T22:36:56.2188655Z test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs) ... ok 2025-10-14T22:36:56.2189281Z test_stream (test.test_logging.BasicConfigTest.test_stream) ... ok 2025-10-14T22:36:56.2189873Z test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle) ... ok 2025-10-14T22:36:56.2190485Z test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle) ... ok 2025-10-14T22:36:56.2191061Z test_style (test.test_logging.BasicConfigTest.test_style) ... ok 2025-10-14T22:36:56.2191602Z test_warning (test.test_logging.BasicConfigTest.test_warning) ... ok 2025-10-14T22:36:56.2192210Z test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter) ... ok 2025-10-14T22:36:56.2192821Z test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter) ... ok 2025-10-14T22:36:56.2193971Z test_filter (test.test_logging.BasicFilterTest.test_filter) ... ok 2025-10-14T22:36:56.2194803Z test_custom (test.test_logging.BufferingFormatterTest.test_custom) ... ok 2025-10-14T22:36:56.2260591Z test_default (test.test_logging.BufferingFormatterTest.test_default) ... ok 2025-10-14T22:36:56.2667136Z test_flat (test.test_logging.BuiltinLevelsTest.test_flat) ... ok 2025-10-14T22:36:56.3411110Z test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935) ... ok 2025-10-14T22:36:56.3418322Z test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit) ... ok 2025-10-14T22:36:56.3431289Z test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited) ... ok 2025-10-14T22:36:56.3522387Z test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent) ... ok 2025-10-14T22:36:56.3555768Z test_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386) 2025-10-14T22:36:56.4596833Z See issue #22386 for more information. ... ok 2025-10-14T22:36:56.4691132Z test_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220) 2025-10-14T22:36:56.4696799Z See issue #29220 for more information. ... ok 2025-10-14T22:36:56.4710595Z test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers) ... ok 2025-10-14T22:36:56.4754958Z test_get_children (test.test_logging.ChildLoggerTest.test_get_children) ... ok 2025-10-14T22:36:56.4789582Z test_111615 (test.test_logging.ConfigDictTest.test_111615) ... ok 2025-10-14T22:36:56.5194084Z test_90195 (test.test_logging.ConfigDictTest.test_90195) ... ok 2025-10-14T22:36:56.5236092Z test_bad_format (test.test_logging.ConfigDictTest.test_bad_format) ... ok 2025-10-14T22:36:56.5549228Z test_bad_format_with_dollar_style (test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style) ... ok 2025-10-14T22:36:56.5552538Z test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig) ... ok 2025-10-14T22:36:56.5557564Z test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok) ... ok 2025-10-14T22:36:56.5568685Z test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok) ... ok 2025-10-14T22:36:56.5596508Z test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure) ... ok 2025-10-14T22:36:56.5632796Z test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure) ... ok 2025-10-14T22:36:56.5959796Z test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok) ... ok 2025-10-14T22:36:56.5971470Z test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok) ... ok 2025-10-14T22:36:56.6148528Z test_config16_ok (test.test_logging.ConfigDictTest.test_config16_ok) ... ok 2025-10-14T22:36:56.6188431Z test_config17_ok (test.test_logging.ConfigDictTest.test_config17_ok) ... ok 2025-10-14T22:36:56.6681300Z test_config18_ok (test.test_logging.ConfigDictTest.test_config18_ok) ... ok 2025-10-14T22:36:56.6691615Z test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok) ... ok 2025-10-14T22:36:56.6742501Z test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure) ... ok 2025-10-14T22:36:56.6781895Z test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure) ... ok 2025-10-14T22:36:56.7499338Z test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure) ... ok 2025-10-14T22:36:56.7511682Z test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure) ... ok 2025-10-14T22:36:56.7558887Z test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok) ... ok 2025-10-14T22:36:56.7598123Z test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok) ... ok 2025-10-14T22:36:56.7833021Z test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok) ... ok 2025-10-14T22:36:56.7842149Z test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure) ... ok 2025-10-14T22:36:56.7888967Z test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok) ... ok 2025-10-14T22:36:56.7927590Z test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok) ... ok 2025-10-14T22:36:56.8892467Z test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok) ... ok 2025-10-14T22:36:56.8901793Z test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok) ... ok 2025-10-14T22:36:56.8902536Z test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok) ... ok 2025-10-14T22:36:56.8964167Z test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works) ... ok 2025-10-14T22:36:56.9012840Z test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works) ... ok 2025-10-14T22:36:56.9024433Z test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works) ... ok 2025-10-14T22:36:57.0105529Z test_config_queue_handler (test.test_logging.ConfigDictTest.test_config_queue_handler) ... ok 2025-10-14T22:36:57.0115560Z test_config_queue_handler_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager) ... ok 2025-10-14T22:36:57.0122500Z test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager) ... ok 2025-10-14T22:36:57.0144404Z test_config_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context) ... skipped 'requires a debug build for testing assertions in multiprocessing' 2025-10-14T22:36:57.0179268Z test_config_reject_simple_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context) ... skipped 'requires a debug build for testing assertions in multiprocessing' 2025-10-14T22:36:57.0214331Z test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate) ... ok 2025-10-14T22:36:57.0261016Z test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2) ... ok 2025-10-14T22:36:57.0268641Z test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt) ... ok 2025-10-14T22:36:57.0311350Z test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3) ... ok 2025-10-14T22:36:57.0347190Z test_custom_formatter_function_with_defaults (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults) ... ok 2025-10-14T22:36:57.0721855Z test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate) ... ok 2025-10-14T22:36:57.1273532Z test_deprecation_warning_custom_handler_with_strm_arg (test.test_logging.ConfigDictTest.test_deprecation_warning_custom_handler_with_strm_arg) ... ok 2025-10-14T22:36:57.1277123Z test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises) ... ok 2025-10-14T22:36:57.1282809Z test_kwargs_passing (test.test_logging.ConfigDictTest.test_kwargs_passing) ... ok 2025-10-14T22:36:57.1330897Z test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok) ... ok 2025-10-14T22:36:57.1368331Z test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok) ... ok 2025-10-14T22:36:57.1556183Z test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify) ... ok 2025-10-14T22:36:57.1566522Z test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues) ... ok 2025-10-14T22:36:57.1684893Z test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple) ... ok 2025-10-14T22:36:57.1732645Z test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok) ... ok 2025-10-14T22:36:57.2423983Z test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok) ... ok 2025-10-14T22:36:57.2431286Z test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok) ... ok 2025-10-14T22:36:57.2482132Z test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure) ... ok 2025-10-14T22:36:57.2520444Z test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure) ... ok 2025-10-14T22:36:57.2925183Z test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok) ... ok 2025-10-14T22:36:57.2935148Z test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok) ... ok 2025-10-14T22:36:57.2978047Z test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok) ... ok 2025-10-14T22:36:57.3015437Z test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok) ... ok 2025-10-14T22:36:57.3571925Z test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok) ... ok 2025-10-14T22:36:57.3595585Z test_config9_ok (test.test_logging.ConfigFileTest.test_config9_ok) ... ok 2025-10-14T22:36:57.3643766Z test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names) ... ok 2025-10-14T22:36:57.3681506Z test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation) 2025-10-14T22:36:57.4231968Z bpo-33802 defaults should not get interpolated ... ok 2025-10-14T22:36:57.4243595Z test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty) ... ok 2025-10-14T22:36:57.4292115Z test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid) ... ok 2025-10-14T22:36:57.4332111Z test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist) ... ok 2025-10-14T22:36:57.4739192Z test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling) ... ok 2025-10-14T22:36:57.4763084Z test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter) ... ok 2025-10-14T22:36:57.4810583Z test_handler_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record) ... ok 2025-10-14T22:36:57.4849765Z test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter) ... ok 2025-10-14T22:36:57.5098426Z test_logging_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record) ... ok 2025-10-14T22:36:57.5666067Z test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters) ... ok 2025-10-14T22:36:57.5686347Z test_output (test.test_logging.DatagramHandlerTest.test_output) ... ok 2025-10-14T22:36:57.5790828Z test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode) ... ok 2025-10-14T22:36:57.5907559Z test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file) ... ok 2025-10-14T22:36:57.5915389Z test_formatting (test.test_logging.ExceptionTest.test_formatting) ... ok 2025-10-14T22:36:57.5958552Z test_delay (test.test_logging.FileHandlerTest.test_delay) ... ok 2025-10-14T22:36:57.5994899Z test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode) ... ok 2025-10-14T22:36:57.6895168Z test_braces (test.test_logging.FormatterTest.test_braces) ... ok 2025-10-14T22:36:57.6903914Z test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none) ... ok 2025-10-14T22:36:57.6910763Z test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter) ... ok 2025-10-14T22:36:57.6955689Z test_dollars (test.test_logging.FormatterTest.test_dollars) ... ok 2025-10-14T22:36:57.6992011Z test_format_validate (test.test_logging.FormatterTest.test_format_validate) ... ok 2025-10-14T22:36:57.7024464Z test_invalid_style (test.test_logging.FormatterTest.test_invalid_style) ... ok 2025-10-14T22:36:57.7031525Z test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047) ... ok 2025-10-14T22:36:57.7034336Z test_msecs_has_no_floating_point_precision_loss (test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss) ... ok 2025-10-14T22:36:57.7077615Z test_percent (test.test_logging.FormatterTest.test_percent) ... ok 2025-10-14T22:36:57.7112135Z test_relativeCreated_has_higher_precision (test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision) ... ok 2025-10-14T22:36:57.7673836Z test_time (test.test_logging.FormatterTest.test_time) ... ok 2025-10-14T22:36:57.8099020Z test_output (test.test_logging.HTTPHandlerTest.test_output) ... ok 2025-10-14T22:36:57.8106689Z test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers) ... ok 2025-10-14T22:36:57.8140300Z test_name (test.test_logging.HandlerTest.test_name) ... ok 2025-10-14T22:36:57.8146551Z test_pathlike_objects (test.test_logging.HandlerTest.test_pathlike_objects) 2025-10-14T22:36:57.8152120Z Test that path-like objects are accepted as filename arguments to handlers. ... ok 2025-10-14T22:36:57.8188235Z test_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock) 2025-10-14T22:36:57.8188982Z Ensure child logging locks are not held; bpo-6721 & bpo-36533. ... skipped 'requires working os.fork()' 2025-10-14T22:36:57.8192097Z test_race (test.test_logging.HandlerTest.test_race) ... skipped 'WatchedFileHandler not appropriate for Windows.' 2025-10-14T22:36:57.9251432Z test_output (test.test_logging.IPv6SysLogHandlerTest.test_output) ... ok 2025-10-14T22:36:57.9266224Z test_tcp_timeout (test.test_logging.IPv6SysLogHandlerTest.test_tcp_timeout) ... ok 2025-10-14T22:36:57.9283667Z test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection) ... ok 2025-10-14T22:36:57.9291769Z test_last_resort (test.test_logging.LastResortTest.test_last_resort) ... ok 2025-10-14T22:36:57.9298992Z test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class) ... ok 2025-10-14T22:36:57.9332229Z test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg) ... ok 2025-10-14T22:36:57.9367568Z test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing) ... ok 2025-10-14T22:36:57.9369499Z test_optional (test.test_logging.LogRecordTest.test_optional) ... ok 2025-10-14T22:36:57.9411738Z test_str_rep (test.test_logging.LogRecordTest.test_str_rep) ... ok 2025-10-14T22:36:57.9505841Z test_taskName_with_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported) ... ok 2025-10-14T22:36:57.9547236Z test_taskName_without_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported) ... ok 2025-10-14T22:36:57.9556608Z test_critical (test.test_logging.LoggerAdapterTest.test_critical) ... ok 2025-10-14T22:36:57.9566783Z test_exception (test.test_logging.LoggerAdapterTest.test_exception) ... ok 2025-10-14T22:36:57.9621605Z test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo) ... ok 2025-10-14T22:36:57.9631597Z test_extra_in_records (test.test_logging.LoggerAdapterTest.test_extra_in_records) ... ok 2025-10-14T22:36:57.9637787Z test_extra_merged (test.test_logging.LoggerAdapterTest.test_extra_merged) ... ok 2025-10-14T22:36:57.9644983Z test_extra_merged_log_call_has_precedence (test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence) ... ok 2025-10-14T22:36:57.9657959Z test_extra_not_merged_by_default (test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default) ... ok 2025-10-14T22:36:57.9663779Z test_find_caller_with_stacklevel (test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel) ... ok 2025-10-14T22:36:57.9670986Z test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers) ... ok 2025-10-14T22:36:57.9683416Z test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for) ... ok 2025-10-14T22:36:57.9782994Z test_nested (test.test_logging.LoggerAdapterTest.test_nested) ... ok 2025-10-14T22:36:58.0463377Z test_nested_styled_adapter (test.test_logging.LoggerAdapterTest.test_nested_styled_adapter) ... ok 2025-10-14T22:36:58.0469171Z test_styled_adapter (test.test_logging.LoggerAdapterTest.test_styled_adapter) ... ok 2025-10-14T22:36:58.0514317Z test_caching (test.test_logging.LoggerTest.test_caching) ... ok 2025-10-14T22:36:58.0550217Z test_exception (test.test_logging.LoggerTest.test_exception) ... ok 2025-10-14T22:36:58.0617121Z test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info) ... ok 2025-10-14T22:36:58.0622078Z test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel) ... ok 2025-10-14T22:36:58.0670285Z test_has_handlers (test.test_logging.LoggerTest.test_has_handlers) ... ok 2025-10-14T22:36:58.0708773Z test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate) ... ok 2025-10-14T22:36:58.1592047Z test_invalid_names (test.test_logging.LoggerTest.test_invalid_names) ... ok 2025-10-14T22:36:58.1598282Z test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for) ... ok 2025-10-14T22:36:58.1604454Z test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger) ... ok 2025-10-14T22:36:58.1656377Z test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise) ... ok 2025-10-14T22:36:58.1691213Z test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise) ... ok 2025-10-14T22:36:58.1887542Z test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite) ... ok 2025-10-14T22:36:58.1897814Z test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite) ... ok 2025-10-14T22:36:58.1941646Z test_pickling (test.test_logging.LoggerTest.test_pickling) ... ok 2025-10-14T22:36:58.1978989Z test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases) ... ok 2025-10-14T22:36:58.2733981Z test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level) ... ok 2025-10-14T22:36:58.2740885Z test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass) ... ok 2025-10-14T22:36:58.2747195Z test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory) ... ok 2025-10-14T22:36:58.2793899Z test_flush (test.test_logging.MemoryHandlerTest.test_flush) ... ok 2025-10-14T22:36:58.2833280Z test_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close) 2025-10-14T22:36:58.3111316Z Test that the flush-on-close configuration works as expected. ... ok 2025-10-14T22:36:58.3120656Z test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush) ... ok 2025-10-14T22:36:58.3166152Z test_shutdown_flush_on_close (test.test_logging.MemoryHandlerTest.test_shutdown_flush_on_close) 2025-10-14T22:36:58.3211163Z Test that the flush-on-close configuration is respected by the ... ok 2025-10-14T22:36:58.3890174Z test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers) ... ok 2025-10-14T22:36:58.3903725Z test__all__ (test.test_logging.MiscTestCase.test__all__) ... ok 2025-10-14T22:36:58.3951643Z test_critical (test.test_logging.ModuleLevelMiscTest.test_critical) ... ok 2025-10-14T22:36:58.3993792Z test_debug (test.test_logging.ModuleLevelMiscTest.test_debug) ... ok 2025-10-14T22:36:58.4342406Z test_disable (test.test_logging.ModuleLevelMiscTest.test_disable) ... ok 2025-10-14T22:36:58.4352318Z test_error (test.test_logging.ModuleLevelMiscTest.test_error) ... ok 2025-10-14T22:36:58.4405058Z test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping) ... ok 2025-10-14T22:36:58.4444975Z test_info (test.test_logging.ModuleLevelMiscTest.test_info) ... ok 2025-10-14T22:36:58.5104807Z test_log (test.test_logging.ModuleLevelMiscTest.test_log) ... ok 2025-10-14T22:36:58.5125735Z test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown) ... ok 2025-10-14T22:36:58.5131554Z test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open) ... ok 2025-10-14T22:36:58.5184335Z test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error) ... ok 2025-10-14T22:36:58.5224031Z test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class) ... ok 2025-10-14T22:36:58.5463530Z test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache) ... ok 2025-10-14T22:36:58.5550850Z test_warning (test.test_logging.ModuleLevelMiscTest.test_warning) ... ok 2025-10-14T22:36:58.5557140Z test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) ... skipped 'win32evtlog/win32evtlogutil/pywintypes required for this test.' 2025-10-14T22:36:58.5600706Z test_formatting (test.test_logging.QueueHandlerTest.test_formatting) ... ok 2025-10-14T22:36:58.5638959Z test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler) ... ok 2025-10-14T22:36:58.6344780Z test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener) ... ok 2025-10-14T22:36:58.6358975Z test_queue_listener_context_manager (test.test_logging.QueueHandlerTest.test_queue_listener_context_manager) ... ok 2025-10-14T22:36:58.6420634Z test_queue_listener_multi_start (test.test_logging.QueueHandlerTest.test_queue_listener_multi_start) ... ok 2025-10-14T22:36:58.6509335Z test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler) ... ok 2025-10-14T22:36:58.6762322Z test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers) ... ok 2025-10-14T22:36:58.6769982Z test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop) ... ok 2025-10-14T22:36:58.6780423Z test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue) ... ok 2025-10-14T22:36:58.6827370Z test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue) ... ok 2025-10-14T22:36:58.6867700Z test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop) 2025-10-14T22:36:58.7653757Z Five messages are logged then the QueueListener is stopped. This ... ok 2025-10-14T22:36:58.7670028Z test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created) ... ok 2025-10-14T22:36:58.7713183Z test_max_bytes (test.test_logging.RotatingFileHandlerTest.test_max_bytes) ... ok 2025-10-14T22:36:58.7762931Z test_max_bytes_delay (test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay) ... ok 2025-10-14T22:36:58.7914448Z test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance) ... ok 2025-10-14T22:36:58.7924573Z test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames) ... ok 2025-10-14T22:36:58.7974270Z test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator) ... ok 2025-10-14T22:36:58.8012011Z test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover) ... ok 2025-10-14T22:36:58.8280062Z test_should_not_rollover_non_file (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file) ... ok 2025-10-14T22:36:58.8874655Z test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover) ... ok 2025-10-14T22:36:58.8933993Z test_basic (test.test_logging.SMTPHandlerTest.test_basic) ... ok 2025-10-14T22:36:58.8973319Z test_no_failure (test.test_logging.ShutdownTest.test_no_failure) ... ok 2025-10-14T22:36:58.9086182Z test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire) ... ok 2025-10-14T22:36:58.9091310Z test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close) ... ok 2025-10-14T22:36:58.9096677Z test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush) ... ok 2025-10-14T22:36:58.9144249Z test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise) ... ok 2025-10-14T22:36:58.9180664Z test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise) ... ok 2025-10-14T22:36:59.0071306Z test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise) ... ok 2025-10-14T22:36:59.0130697Z test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise) ... ok 2025-10-14T22:36:59.0177935Z test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise) ... ok 2025-10-14T22:36:59.0359753Z test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise) ... ok 2025-10-14T22:36:59.0365004Z test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire) ... ok 2025-10-14T22:36:59.0370392Z test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close) ... ok 2025-10-14T22:36:59.0416670Z test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush) ... ok 2025-10-14T22:36:59.0453856Z test_noserver (test.test_logging.SocketHandlerTest.test_noserver) ... ok 2025-10-14T22:36:59.1299050Z test_output (test.test_logging.SocketHandlerTest.test_output) ... ok 2025-10-14T22:36:59.1305203Z test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name) ... ok 2025-10-14T22:36:59.1311824Z test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling) ... ok 2025-10-14T22:36:59.1356267Z test_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting) 2025-10-14T22:36:59.1395343Z Test setting the handler's stream ... ok 2025-10-14T22:36:59.1526275Z test_output (test.test_logging.SysLogHandlerTest.test_output) ... ok 2025-10-14T22:36:59.1534222Z test_tcp_timeout (test.test_logging.SysLogHandlerTest.test_tcp_timeout) ... ok 2025-10-14T22:36:59.1582636Z test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection) ... ok 2025-10-14T22:36:59.1620017Z test_deprecated__version__and__date__ (test.test_logging.TestModule.test_deprecated__version__and__date__) ... ok 2025-10-14T22:36:59.1994943Z test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete) ... ok 2025-10-14T22:36:59.2523882Z test_compute_files_to_delete_same_filename_different_extensions (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions) ... ok 2025-10-14T22:36:59.2526938Z test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D) ... ok 2025-10-14T22:36:59.2532548Z test_compute_rollover_D_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval) ... ok 2025-10-14T22:36:59.2586463Z test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H) ... ok 2025-10-14T22:36:59.2623111Z test_compute_rollover_H_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval) ... ok 2025-10-14T22:36:59.2802146Z test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M) ... ok 2025-10-14T22:36:59.2806790Z test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT) ... ok 2025-10-14T22:36:59.2812442Z test_compute_rollover_MIDNIGHT_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval) ... ok 2025-10-14T22:36:59.2859129Z test_compute_rollover_MIDNIGHT_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local) ... skipped 'tzset required' 2025-10-14T22:36:59.2896673Z test_compute_rollover_MIDNIGHT_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval) ... skipped 'tzset required' 2025-10-14T22:36:59.3724793Z test_compute_rollover_M_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval) ... ok 2025-10-14T22:36:59.3731085Z test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S) ... ok 2025-10-14T22:36:59.3737025Z test_compute_rollover_S_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval) ... ok 2025-10-14T22:36:59.3788592Z test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0) ... ok 2025-10-14T22:36:59.3827538Z test_compute_rollover_W0_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval) ... ok 2025-10-14T22:36:59.3942657Z test_compute_rollover_W6_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local) ... skipped 'tzset required' 2025-10-14T22:36:59.3950599Z test_compute_rollover_W6_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval) ... skipped 'tzset required' 2025-10-14T22:36:59.3994419Z test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime) ... ok 2025-10-14T22:36:59.4030746Z test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime) ... ok 2025-10-14T22:36:59.4705657Z test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid) ... ok 2025-10-14T22:36:59.4931923Z test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover) ... ok 2025-10-14T22:36:59.4988330Z test_rollover_at_midnight (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight) ... ok 2025-10-14T22:36:59.5027544Z test_rollover_at_weekday (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday) ... ok 2025-10-14T22:36:59.5219387Z test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover) ... ok 2025-10-14T22:36:59.5241567Z test_output (test.test_logging.UnixDatagramHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.5284236Z test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.5322772Z test_output (test.test_logging.UnixSocketHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.5963941Z test_output (test.test_logging.UnixSysLogHandlerTest.test_output) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.6415690Z test_tcp_timeout (test.test_logging.UnixSysLogHandlerTest.test_tcp_timeout) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.6425349Z test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection) ... skipped 'Unix sockets required' 2025-10-14T22:36:59.6527280Z test_warnings (test.test_logging.WarningsTest.test_warnings) ... ok 2025-10-14T22:36:59.6562725Z test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers) ... ok 2025-10-14T22:36:59.6587730Z 2025-10-14T22:36:59.6637350Z ---------------------------------------------------------------------- 2025-10-14T22:36:59.6991229Z Ran 273 tests in 29.320s 2025-10-14T22:36:59.7823053Z 2025-10-14T22:36:59.7842707Z OK (skipped=15) 2025-10-14T22:37:04.6508098Z 0:11:25 load avg: 8.11 [23/59] test_json passed -- running (1): test_mmap (35.3 sec) 2025-10-14T22:37:04.6544713Z Re-running test_json in verbose mode 2025-10-14T22:37:04.6545794Z json () 2025-10-14T22:37:04.7807477Z Doctest: json ... ok 2025-10-14T22:37:04.7833090Z encode (json.encoder.JSONEncoder) 2025-10-14T22:37:04.7834960Z Doctest: json.encoder.JSONEncoder.encode ... ok 2025-10-14T22:37:04.7835861Z test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok 2025-10-14T22:37:04.7836580Z test_cjson (test.test_json.TestCTest.test_cjson) ... ok 2025-10-14T22:37:04.7837198Z json () 2025-10-14T22:37:04.7837780Z Doctest: json ... ok 2025-10-14T22:37:04.7838470Z encode (json.encoder.JSONEncoder) 2025-10-14T22:37:04.7839205Z Doctest: json.encoder.JSONEncoder.encode ... ok 2025-10-14T22:37:04.7839936Z test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok 2025-10-14T22:37:04.7840709Z test_cjson (test.test_json.TestCTest.test_cjson) ... ok 2025-10-14T22:37:04.7841452Z test_bytes (test.test_json.test_decode.TestCDecode.test_bytes) ... ok 2025-10-14T22:37:04.7842340Z test_constant_invalid_case (test.test_json.test_decode.TestCDecode.test_constant_invalid_case) ... ok 2025-10-14T22:37:04.7843313Z test_decimal (test.test_json.test_decode.TestCDecode.test_decimal) ... ok 2025-10-14T22:37:04.7845075Z test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations) ... ok 2025-10-14T22:37:04.7845821Z test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects) ... ok 2025-10-14T22:37:04.7846482Z test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data) ... ok 2025-10-14T22:37:04.7847101Z test_float (test.test_json.test_decode.TestCDecode.test_float) ... ok 2025-10-14T22:37:04.7847826Z test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape) ... ok 2025-10-14T22:37:04.7848630Z test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type) ... ok 2025-10-14T22:37:04.7849659Z test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse) ... ok 2025-10-14T22:37:04.7850433Z test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int) ... ok 2025-10-14T22:37:04.7851227Z test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index) ... ok 2025-10-14T22:37:04.7852008Z test_nonascii_digits_rejected (test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected) ... ok 2025-10-14T22:37:04.7852796Z test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook) ... ok 2025-10-14T22:37:04.7853713Z test_parse_constant (test.test_json.test_decode.TestCDecode.test_parse_constant) ... ok 2025-10-14T22:37:04.7854463Z test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom) ... ok 2025-10-14T22:37:04.7855213Z test_bytes (test.test_json.test_decode.TestPyDecode.test_bytes) ... ok 2025-10-14T22:37:04.7856097Z test_constant_invalid_case (test.test_json.test_decode.TestPyDecode.test_constant_invalid_case) ... ok 2025-10-14T22:37:04.7856874Z test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal) ... ok 2025-10-14T22:37:04.7857646Z test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations) ... ok 2025-10-14T22:37:04.7861658Z test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects) ... ok 2025-10-14T22:37:04.7862623Z test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data) ... ok 2025-10-14T22:37:04.7863600Z test_float (test.test_json.test_decode.TestPyDecode.test_float) ... ok 2025-10-14T22:37:04.7864357Z test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape) ... ok 2025-10-14T22:37:04.7865048Z test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type) ... ok 2025-10-14T22:37:04.7870754Z test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse) ... ok 2025-10-14T22:37:04.7871577Z test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int) ... ok 2025-10-14T22:37:04.7872364Z test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index) ... ok 2025-10-14T22:37:04.7873180Z test_nonascii_digits_rejected (test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected) ... ok 2025-10-14T22:37:04.7873898Z test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook) ... ok 2025-10-14T22:37:04.7874654Z test_parse_constant (test.test_json.test_decode.TestPyDecode.test_parse_constant) ... ok 2025-10-14T22:37:04.7875458Z test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom) ... ok 2025-10-14T22:37:04.7876205Z test_bad_default (test.test_json.test_default.TestCDefault.test_bad_default) ... ok 2025-10-14T22:37:04.7876862Z test_default (test.test_json.test_default.TestCDefault.test_default) ... ok 2025-10-14T22:37:04.7877730Z test_ordereddict (test.test_json.test_default.TestCDefault.test_ordereddict) ... ok 2025-10-14T22:37:04.7878332Z test_bad_default (test.test_json.test_default.TestPyDefault.test_bad_default) ... ok 2025-10-14T22:37:04.7878941Z test_default (test.test_json.test_default.TestPyDefault.test_default) ... ok 2025-10-14T22:37:04.7879592Z test_ordereddict (test.test_json.test_default.TestPyDefault.test_ordereddict) ... ok 2025-10-14T22:37:04.7880212Z test_dump (test.test_json.test_dump.TestCDump.test_dump) ... ok 2025-10-14T22:37:04.7880833Z test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys) ... ok 2025-10-14T22:37:04.7881575Z test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestCDump.test_dump_skipkeys_indent_empty) ... ok 2025-10-14T22:37:04.7882279Z test_dumps (test.test_json.test_dump.TestCDump.test_dumps) ... ok 2025-10-14T22:37:04.7882917Z test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict) ... ok 2025-10-14T22:37:04.7883527Z test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated) ... ok 2025-10-14T22:37:04.7884364Z test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse) ... ok 2025-10-14T22:37:04.7885046Z test_large_list (test.test_json.test_dump.TestCDump.test_large_list) ... ok 2025-10-14T22:37:04.7885753Z test_skipkeys_indent (test.test_json.test_dump.TestCDump.test_skipkeys_indent) ... ok 2025-10-14T22:37:04.7886495Z test_dump (test.test_json.test_dump.TestPyDump.test_dump) ... ok 2025-10-14T22:37:04.7887149Z test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys) ... ok 2025-10-14T22:37:04.7887860Z test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestPyDump.test_dump_skipkeys_indent_empty) ... ok 2025-10-14T22:37:04.7888708Z test_dumps (test.test_json.test_dump.TestPyDump.test_dumps) ... ok 2025-10-14T22:37:04.7889335Z test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict) ... ok 2025-10-14T22:37:04.7890048Z test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated) ... ok 2025-10-14T22:37:04.7890762Z test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse) ... ok 2025-10-14T22:37:04.7891422Z test_skipkeys_indent (test.test_json.test_dump.TestPyDump.test_skipkeys_indent) ... ok 2025-10-14T22:37:04.7892138Z test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii) ... ok 2025-10-14T22:37:04.7892910Z test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict) ... ok 2025-10-14T22:37:04.7893714Z test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) ... skipped 'not enough memory: 2.0G minimum needed' 2025-10-14T22:37:04.7894496Z test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict) ... ok 2025-10-14T22:37:04.7895272Z test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii) ... ok 2025-10-14T22:37:04.7896054Z test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict) ... ok 2025-10-14T22:37:04.7896840Z test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict) ... ok 2025-10-14T22:37:04.7897554Z test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys) ... ok 2025-10-14T22:37:04.7898222Z test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values) ... ok 2025-10-14T22:37:04.7898858Z test_floats (test.test_json.test_enum.TestCEnum.test_floats) ... ok 2025-10-14T22:37:04.7899539Z test_ints (test.test_json.test_enum.TestCEnum.test_ints) ... ok 2025-10-14T22:37:04.7900216Z test_list (test.test_json.test_enum.TestCEnum.test_list) ... ok 2025-10-14T22:37:04.7900942Z test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats) ... ok 2025-10-14T22:37:04.7901688Z test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys) ... ok 2025-10-14T22:37:04.7902457Z test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values) ... ok 2025-10-14T22:37:04.7903247Z test_floats (test.test_json.test_enum.TestPyEnum.test_floats) ... ok 2025-10-14T22:37:04.7903963Z test_ints (test.test_json.test_enum.TestPyEnum.test_ints) ... ok 2025-10-14T22:37:04.7904716Z test_list (test.test_json.test_enum.TestPyEnum.test_list) ... ok 2025-10-14T22:37:04.7905466Z test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats) ... ok 2025-10-14T22:37:04.7906173Z test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data) ... ok 2025-10-14T22:37:04.7906879Z test_failures (test.test_json.test_fail.TestCFail.test_failures) ... ok 2025-10-14T22:37:04.7907532Z test_linecol (test.test_json.test_fail.TestCFail.test_linecol) ... ok 2025-10-14T22:37:04.7908216Z test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict) ... ok 2025-10-14T22:37:04.7909050Z test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable) ... ok 2025-10-14T22:37:04.7909745Z test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input) ... ok 2025-10-14T22:37:04.7910432Z test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data) ... ok 2025-10-14T22:37:04.7911083Z test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data) ... ok 2025-10-14T22:37:04.7911709Z test_failures (test.test_json.test_fail.TestPyFail.test_failures) ... ok 2025-10-14T22:37:04.7912354Z test_linecol (test.test_json.test_fail.TestPyFail.test_linecol) ... ok 2025-10-14T22:37:04.7913160Z test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict) ... ok 2025-10-14T22:37:04.7913845Z test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable) ... ok 2025-10-14T22:37:04.7914644Z test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input) ... ok 2025-10-14T22:37:04.7915437Z test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data) ... ok 2025-10-14T22:37:04.7916116Z test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan) ... ok 2025-10-14T22:37:04.7916803Z test_floats (test.test_json.test_float.TestCFloat.test_floats) ... ok 2025-10-14T22:37:04.7917524Z test_ints (test.test_json.test_float.TestCFloat.test_ints) ... ok 2025-10-14T22:37:04.7918296Z test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range) ... ok 2025-10-14T22:37:04.7919043Z test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan) ... ok 2025-10-14T22:37:04.7919748Z test_floats (test.test_json.test_float.TestPyFloat.test_floats) ... ok 2025-10-14T22:37:04.7920478Z test_ints (test.test_json.test_float.TestPyFloat.test_ints) ... ok 2025-10-14T22:37:04.7921227Z test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range) ... ok 2025-10-14T22:37:04.7921990Z test_indent (test.test_json.test_indent.TestCIndent.test_indent) ... ok 2025-10-14T22:37:04.7922677Z test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0) ... ok 2025-10-14T22:37:04.7923357Z test_indent (test.test_json.test_indent.TestPyIndent.test_indent) ... ok 2025-10-14T22:37:04.7923982Z test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0) ... ok 2025-10-14T22:37:04.7924665Z test_parse (test.test_json.test_pass1.TestCPass1.test_parse) ... ok 2025-10-14T22:37:04.7925340Z test_parse (test.test_json.test_pass1.TestPyPass1.test_parse) ... ok 2025-10-14T22:37:04.7926041Z test_parse (test.test_json.test_pass2.TestCPass2.test_parse) ... ok 2025-10-14T22:37:04.7926845Z test_parse (test.test_json.test_pass2.TestPyPass2.test_parse) ... ok 2025-10-14T22:37:04.7927568Z test_parse (test.test_json.test_pass3.TestCPass3.test_parse) ... ok 2025-10-14T22:37:04.7928294Z test_parse (test.test_json.test_pass3.TestPyPass3.test_parse) ... ok 2025-10-14T22:37:04.7929030Z test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion) ... ok 2025-10-14T22:37:04.7929932Z test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion) ... ok 2025-10-14T22:37:04.7930667Z test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion) ... ok 2025-10-14T22:37:04.7931439Z test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding) ... ok 2025-10-14T22:37:04.7932307Z test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:37:04.7933192Z test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion) ... ok 2025-10-14T22:37:04.7933974Z test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion) ... ok 2025-10-14T22:37:04.7934757Z test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion) ... ok 2025-10-14T22:37:04.7935737Z test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion) ... ok 2025-10-14T22:37:04.7936590Z test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding) ... ok 2025-10-14T22:37:04.7937518Z test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:37:04.7938336Z test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion) ... ok 2025-10-14T22:37:04.7938969Z test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes) ... ok 2025-10-14T22:37:04.7939749Z test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow) ... ok 2025-10-14T22:37:04.7940372Z test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring) ... ok 2025-10-14T22:37:04.7941082Z test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates) ... ok 2025-10-14T22:37:04.7941745Z test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes) ... ok 2025-10-14T22:37:04.7942496Z test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow) ... ok 2025-10-14T22:37:04.7943259Z test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring) ... ok 2025-10-14T22:37:04.7944017Z test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates) ... ok 2025-10-14T22:37:04.7944897Z test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators) ... ok 2025-10-14T22:37:04.7945694Z test_separators (test.test_json.test_separators.TestCSeparators.test_separators) ... ok 2025-10-14T22:37:04.7946521Z test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators) ... ok 2025-10-14T22:37:04.7947323Z test_separators (test.test_json.test_separators.TestPySeparators.test_separators) ... ok 2025-10-14T22:37:04.7948086Z test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args) ... ok 2025-10-14T22:37:04.7948815Z test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner) ... ok 2025-10-14T22:37:04.7949506Z test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args) ... ok 2025-10-14T22:37:04.7953089Z test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder) ... ok 2025-10-14T22:37:04.7954671Z test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder) ... ok 2025-10-14T22:37:04.7955736Z test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder) ... ok 2025-10-14T22:37:04.7957048Z test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys) ... ok 2025-10-14T22:37:04.7957910Z test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii) ... ok 2025-10-14T22:37:04.7958731Z test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring) ... ok 2025-10-14T22:37:04.7959512Z test_broken_pipe_error (test.test_json.test_tool.TestMain.test_broken_pipe_error) ... skipped 'The test is failed with ValueError on Windows' 2025-10-14T22:37:04.7960179Z test_colors (test.test_json.test_tool.TestMain.test_colors) ... ok 2025-10-14T22:37:04.7960836Z test_compact (test.test_json.test_tool.TestMain.test_compact) ... ok 2025-10-14T22:37:04.7961607Z test_ensure_ascii_default (test.test_json.test_tool.TestMain.test_ensure_ascii_default) ... ok 2025-10-14T22:37:04.7962365Z test_help_flag (test.test_json.test_tool.TestMain.test_help_flag) ... ok 2025-10-14T22:37:04.7963078Z test_indent (test.test_json.test_tool.TestMain.test_indent) ... ok 2025-10-14T22:37:04.7963925Z test_infile_outfile (test.test_json.test_tool.TestMain.test_infile_outfile) ... ok 2025-10-14T22:37:04.7964691Z test_infile_stdout (test.test_json.test_tool.TestMain.test_infile_stdout) ... ok 2025-10-14T22:37:04.7965435Z test_jsonlines (test.test_json.test_tool.TestMain.test_jsonlines) ... ok 2025-10-14T22:37:04.7966345Z test_no_ensure_ascii_flag (test.test_json.test_tool.TestMain.test_no_ensure_ascii_flag) ... ok 2025-10-14T22:37:04.7967093Z test_no_indent (test.test_json.test_tool.TestMain.test_no_indent) ... ok 2025-10-14T22:37:04.7967766Z test_non_ascii_infile (test.test_json.test_tool.TestMain.test_non_ascii_infile) ... ok 2025-10-14T22:37:04.7968537Z test_sort_keys_flag (test.test_json.test_tool.TestMain.test_sort_keys_flag) ... ok 2025-10-14T22:37:04.7969279Z test_stdin_stdout (test.test_json.test_tool.TestMain.test_stdin_stdout) ... ok 2025-10-14T22:37:04.7970015Z test_tab (test.test_json.test_tool.TestMain.test_tab) ... ok 2025-10-14T22:37:04.7970878Z test_writing_in_place (test.test_json.test_tool.TestMain.test_writing_in_place) ... ok 2025-10-14T22:37:04.7971718Z test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error) ... skipped 'The test is failed with ValueError on Windows' 2025-10-14T22:37:04.7972572Z test_colors (test.test_json.test_tool.TestTool.test_colors) ... ok 2025-10-14T22:37:04.7973291Z test_compact (test.test_json.test_tool.TestTool.test_compact) ... ok 2025-10-14T22:37:04.7973931Z test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default) ... ok 2025-10-14T22:37:04.7974632Z test_help_flag (test.test_json.test_tool.TestTool.test_help_flag) ... ok 2025-10-14T22:37:04.7975349Z test_indent (test.test_json.test_tool.TestTool.test_indent) ... ok 2025-10-14T22:37:04.7976088Z test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile) ... ok 2025-10-14T22:37:04.7976840Z test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout) ... ok 2025-10-14T22:37:04.7977615Z test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines) ... ok 2025-10-14T22:37:04.7978389Z test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag) ... ok 2025-10-14T22:37:04.7979225Z test_no_indent (test.test_json.test_tool.TestTool.test_no_indent) ... ok 2025-10-14T22:37:04.7979937Z test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile) ... ok 2025-10-14T22:37:04.7980632Z test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag) ... ok 2025-10-14T22:37:04.7981278Z test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout) ... ok 2025-10-14T22:37:04.7981851Z test_tab (test.test_json.test_tool.TestTool.test_tab) ... ok 2025-10-14T22:37:04.7982428Z test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place) ... ok 2025-10-14T22:37:04.7983068Z test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode) ... ok 2025-10-14T22:37:04.7983725Z test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode) ... ok 2025-10-14T22:37:04.7984414Z test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode) ... ok 2025-10-14T22:37:04.7985103Z test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode) ... ok 2025-10-14T22:37:04.7985761Z test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3) ... ok 2025-10-14T22:37:04.7986460Z test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4) ... ok 2025-10-14T22:37:04.7987144Z test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5) ... ok 2025-10-14T22:37:04.7987853Z test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6) ... ok 2025-10-14T22:37:04.7988542Z test_encoding7 (test.test_json.test_unicode.TestCUnicode.test_encoding7) ... ok 2025-10-14T22:37:04.7989398Z test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode) ... ok 2025-10-14T22:37:04.7990168Z test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode) ... ok 2025-10-14T22:37:04.7990930Z test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation) ... ok 2025-10-14T22:37:04.7991868Z test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode) ... ok 2025-10-14T22:37:04.7992694Z test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode) ... ok 2025-10-14T22:37:04.7993574Z test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode) ... ok 2025-10-14T22:37:04.7994352Z test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode) ... ok 2025-10-14T22:37:04.7995213Z test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3) ... ok 2025-10-14T22:37:04.7995948Z test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4) ... ok 2025-10-14T22:37:04.7996817Z test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5) ... ok 2025-10-14T22:37:04.7997611Z test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6) ... ok 2025-10-14T22:37:04.7998282Z test_encoding7 (test.test_json.test_unicode.TestPyUnicode.test_encoding7) ... ok 2025-10-14T22:37:04.7999024Z test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode) ... ok 2025-10-14T22:37:04.8001817Z test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode) ... ok 2025-10-14T22:37:04.8005042Z test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation) ... ok 2025-10-14T22:37:04.8005680Z 2025-10-14T22:37:04.8006356Z ---------------------------------------------------------------------- 2025-10-14T22:37:04.8007044Z Ran 203 tests in 8.382s 2025-10-14T22:37:04.8007501Z 2025-10-14T22:37:04.8008065Z OK (skipped=5) 2025-10-14T22:37:12.2286828Z 0:11:33 load avg: 7.29 [24/59] test.test_pydoc.test_pydoc passed -- running (2): test_mmap (42.8 sec), test_socket (33.5 sec) 2025-10-14T22:37:12.2324693Z Re-running test.test_pydoc.test_pydoc in verbose mode 2025-10-14T22:37:12.2326064Z test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports) ... ok 2025-10-14T22:37:12.4055124Z test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods) ... ok 2025-10-14T22:37:12.4561983Z test_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child) 2025-10-14T22:37:12.4565330Z Tests help on builtin object which have no child classes. ... ok 2025-10-14T22:37:12.4566473Z test_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses) 2025-10-14T22:37:12.4571801Z Tests help on metaclasses. ... ok 2025-10-14T22:37:12.4572618Z test_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child) 2025-10-14T22:37:12.4573425Z Tests help on builtin object which have only child classes. ... ok 2025-10-14T22:37:12.4574219Z test_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild) 2025-10-14T22:37:12.4575003Z Tests help on builtin classes which have grandchild classes. ... ok 2025-10-14T22:37:12.4575794Z test_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children) 2025-10-14T22:37:12.4576581Z Tests help on builtin object which have more than four child classes. ... ok 2025-10-14T22:37:12.4577301Z test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli) ... ok 2025-10-14T22:37:12.4578071Z test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect) ... ok 2025-10-14T22:37:12.4578900Z test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic) ... ok 2025-10-14T22:37:12.4579716Z test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect) ... ok 2025-10-14T22:37:12.4580608Z test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none) ... ok 2025-10-14T22:37:12.4581449Z test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager) ... ok 2025-10-14T22:37:12.4583002Z test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect) ... ok 2025-10-14T22:37:12.4583811Z test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests) ... ok 2025-10-14T22:37:12.4584601Z test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc) ... ok 2025-10-14T22:37:12.4585264Z test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip) ... ok 2025-10-14T22:37:12.4585959Z test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package) ... ok 2025-10-14T22:37:12.4586853Z test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package) ... ok 2025-10-14T22:37:12.4588473Z test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225) ... ok 2025-10-14T22:37:12.4589311Z test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation) ... ok 2025-10-14T22:37:12.4590215Z test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation) ... ok 2025-10-14T22:37:12.4591101Z test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation) ... ok 2025-10-14T22:37:12.4591956Z test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures) ... ok 2025-10-14T22:37:12.4592825Z test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases) ... ok 2025-10-14T22:37:12.4593645Z test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased) ... ok 2025-10-14T22:37:12.4594601Z test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields) ... ok 2025-10-14T22:37:12.4595419Z test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore) ... ok 2025-10-14T22:37:12.4596235Z test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name) ... ok 2025-10-14T22:37:12.4596904Z test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii) ... ok 2025-10-14T22:37:12.4597525Z test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here) ... ok 2025-10-14T22:37:12.4598142Z test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic) ... ok 2025-10-14T22:37:12.4598779Z test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect) ... ok 2025-10-14T22:37:12.4599483Z test_slotted_dataclass_with_field_docs (test.test_pydoc.test_pydoc.PydocDocTest.test_slotted_dataclass_with_field_docs) ... ok 2025-10-14T22:37:12.4600152Z test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis) ... ok 2025-10-14T22:37:12.4600798Z test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description) ... ok 2025-10-14T22:37:12.4601647Z test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid) ... ok 2025-10-14T22:37:12.4602319Z test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis) ... ok 2025-10-14T22:37:12.4602935Z test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless) ... ok 2025-10-14T22:37:12.4603600Z test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc) ... ok 2025-10-14T22:37:12.4604242Z test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc) ... ok 2025-10-14T22:37:12.4604868Z test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero) ... ok 2025-10-14T22:37:12.4605618Z test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class) ... ok 2025-10-14T22:37:12.4606327Z test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class) ... ok 2025-10-14T22:37:12.4607137Z test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module) ... ok 2025-10-14T22:37:12.4607862Z test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class) ... ok 2025-10-14T22:37:12.4608585Z test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class) ... ok 2025-10-14T22:37:12.4609286Z test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module) ... ok 2025-10-14T22:37:12.4609954Z test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc) ... ok 2025-10-14T22:37:12.4610747Z test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package) ... ok 2025-10-14T22:37:12.4611455Z test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir) ... ok 2025-10-14T22:37:12.4612205Z test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport) ... ok 2025-10-14T22:37:12.4612845Z test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile) ... ok 2025-10-14T22:37:12.4613488Z test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error) ... ok 2025-10-14T22:37:12.4614118Z test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server) ... ok 2025-10-14T22:37:12.4614798Z test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err) ... ok 2025-10-14T22:37:12.4615441Z test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests) ... ok 2025-10-14T22:37:12.4616168Z test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute) ... ok 2025-10-14T22:37:12.4616939Z test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir) ... ok 2025-10-14T22:37:12.4617636Z test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false) ... ok 2025-10-14T22:37:12.4618358Z test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta) ... ok 2025-10-14T22:37:12.4619142Z test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta) ... ok 2025-10-14T22:37:12.4619904Z test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation) ... ok 2025-10-14T22:37:12.4620666Z test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation) ... ok 2025-10-14T22:37:12.4621469Z test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs) ... ok 2025-10-14T22:37:12.4622294Z test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o) ... ok 2025-10-14T22:37:12.4623151Z test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default) ... ok 2025-10-14T22:37:12.4623921Z test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method) ... ok 2025-10-14T22:37:12.4624704Z test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o) ... ok 2025-10-14T22:37:12.4625566Z test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs) ... ok 2025-10-14T22:37:12.4626250Z test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o) ... ok 2025-10-14T22:37:12.4626956Z test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default) ... ok 2025-10-14T22:37:12.4630179Z test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method) ... ok 2025-10-14T22:37:12.4631756Z test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin) ... ok 2025-10-14T22:37:12.4632801Z test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default) ... ok 2025-10-14T22:37:12.4634096Z test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class) ... ok 2025-10-14T22:37:12.4634885Z test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod) ... ok 2025-10-14T22:37:12.4635591Z test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor) ... ok 2025-10-14T22:37:12.4636417Z test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor) ... ok 2025-10-14T22:37:12.4637131Z test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor) ... ok 2025-10-14T22:37:12.4637823Z test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples) ... ok 2025-10-14T22:37:12.4638510Z test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias) ... ok 2025-10-14T22:37:12.4639159Z test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor) ... ok 2025-10-14T22:37:12.4639877Z test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links) ... ok 2025-10-14T22:37:12.4640615Z test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor) ... ok 2025-10-14T22:37:12.4641291Z test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module) ... ok 2025-10-14T22:37:12.4641954Z test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable) ... ok 2025-10-14T22:37:12.4642673Z test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs) ... ok 2025-10-14T22:37:12.4643486Z test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o) ... ok 2025-10-14T22:37:12.4644443Z test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default) ... ok 2025-10-14T22:37:12.4645261Z test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none) ... ok 2025-10-14T22:37:12.4645910Z test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor) ... ok 2025-10-14T22:37:12.4646595Z test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature) ... ok 2025-10-14T22:37:12.4647286Z test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property) ... ok 2025-10-14T22:37:12.4647937Z test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor) ... ok 2025-10-14T22:37:12.4648666Z test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form) ... ok 2025-10-14T22:37:12.4649336Z test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod) ... ok 2025-10-14T22:37:12.4650018Z test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor) ... ok 2025-10-14T22:37:12.4650693Z test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc) ... ok 2025-10-14T22:37:12.4651471Z test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs) ... ok 2025-10-14T22:37:12.4652270Z test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o) ... ok 2025-10-14T22:37:12.4653058Z test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default) ... ok 2025-10-14T22:37:12.4653869Z test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method) ... ok 2025-10-14T22:37:12.4654805Z test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o) ... ok 2025-10-14T22:37:12.4655605Z test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs) ... ok 2025-10-14T22:37:12.4656434Z test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o) ... ok 2025-10-14T22:37:12.4657360Z test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default) ... ok 2025-10-14T22:37:12.4658408Z test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method) ... ok 2025-10-14T22:37:12.4794789Z test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type) ... ok 2025-10-14T22:37:12.4795635Z test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords) ... ok 2025-10-14T22:37:12.4796480Z test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir) ... ok 2025-10-14T22:37:12.4797332Z test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir) ... ok 2025-10-14T22:37:12.4798225Z test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir) ... ok 2025-10-14T22:37:12.4799112Z test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included) ... ok 2025-10-14T22:37:12.4799730Z 2025-10-14T22:37:12.4800349Z ---------------------------------------------------------------------- 2025-10-14T22:37:12.4800986Z Ran 114 tests in 7.231s 2025-10-14T22:37:12.4801354Z 2025-10-14T22:37:12.4801808Z OK 2025-10-14T22:37:24.9709180Z 0:11:46 load avg: 6.30 [25/59] test_interpreters passed -- running (3): test_mmap (55.6 sec), test_socket (46.3 sec), test_tarfile (32.8 sec) 2025-10-14T22:37:24.9746958Z Re-running test_interpreters in verbose mode 2025-10-14T22:37:25.1325022Z test_after_destroy_all (test.test_interpreters.test_api.CreateTests.test_after_destroy_all) ... ok 2025-10-14T22:37:25.1474745Z test_after_destroy_some (test.test_interpreters.test_api.CreateTests.test_after_destroy_some) ... ok 2025-10-14T22:37:25.2502075Z test_in_main (test.test_interpreters.test_api.CreateTests.test_in_main) ... ok 2025-10-14T22:37:25.2505328Z test_in_subinterpreter (test.test_interpreters.test_api.CreateTests.test_in_subinterpreter) ... ok 2025-10-14T22:37:25.2506494Z test_in_thread (test.test_interpreters.test_api.CreateTests.test_in_thread) ... ok 2025-10-14T22:37:25.2511275Z test_created_with_capi (test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi) ... ok 2025-10-14T22:37:25.2512141Z test_idempotent (test.test_interpreters.test_api.GetCurrentTests.test_idempotent) ... ok 2025-10-14T22:37:25.2512997Z test_main (test.test_interpreters.test_api.GetCurrentTests.test_main) ... ok 2025-10-14T22:37:25.2513736Z test_subinterpreter (test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter) ... ok 2025-10-14T22:37:25.2514465Z test_current (test.test_interpreters.test_api.GetMainTests.test_current) ... ok 2025-10-14T22:37:25.2515177Z test_id (test.test_interpreters.test_api.GetMainTests.test_id) ... ok 2025-10-14T22:37:25.2515838Z test_idempotent (test.test_interpreters.test_api.GetMainTests.test_idempotent) ... ok 2025-10-14T22:37:25.2516580Z test_cleanup_in_repl (test.test_interpreters.test_api.InterpreterObjectTests.test_cleanup_in_repl) ... ok 2025-10-14T22:37:25.2517345Z test_equality (test.test_interpreters.test_api.InterpreterObjectTests.test_equality) ... ok 2025-10-14T22:37:25.2518069Z test_hashable (test.test_interpreters.test_api.InterpreterObjectTests.test_hashable) ... ok 2025-10-14T22:37:25.2518952Z test_id_readonly (test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly) ... ok 2025-10-14T22:37:25.2519672Z test_id_type (test.test_interpreters.test_api.InterpreterObjectTests.test_id_type) ... ok 2025-10-14T22:37:25.2520405Z test_idempotent (test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent) ... ok 2025-10-14T22:37:25.2521146Z test_init_bad_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id) ... ok 2025-10-14T22:37:25.2521905Z test_init_does_not_exist (test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist) ... ok 2025-10-14T22:37:25.2522797Z test_init_int (test.test_interpreters.test_api.InterpreterObjectTests.test_init_int) ... ok 2025-10-14T22:37:25.2523552Z test_init_interpreter_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id) ... ok 2025-10-14T22:37:25.2524305Z test_init_unsupported (test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported) ... ok 2025-10-14T22:37:25.2525176Z test_keyboard_interrupt_in_thread_running_interp (test.test_interpreters.test_api.InterpreterObjectTests.test_keyboard_interrupt_in_thread_running_interp) ... skipped "signals don't work well on windows" 2025-10-14T22:37:25.2526048Z test_pickle (test.test_interpreters.test_api.InterpreterObjectTests.test_pickle) ... ok 2025-10-14T22:37:25.2526844Z test_whence (test.test_interpreters.test_api.InterpreterObjectTests.test_whence) ... ok 2025-10-14T22:37:25.2527562Z test_after_creating (test.test_interpreters.test_api.ListAllTests.test_after_creating) ... ok 2025-10-14T22:37:25.2528299Z test_after_destroying (test.test_interpreters.test_api.ListAllTests.test_after_destroying) ... ok 2025-10-14T22:37:25.2529049Z test_created_with_capi (test.test_interpreters.test_api.ListAllTests.test_created_with_capi) ... ok 2025-10-14T22:37:25.2529738Z test_idempotent (test.test_interpreters.test_api.ListAllTests.test_idempotent) ... ok 2025-10-14T22:37:25.2530433Z test_initial (test.test_interpreters.test_api.ListAllTests.test_initial) ... ok 2025-10-14T22:37:25.2531098Z test_call (test.test_interpreters.test_api.LowLevelTests.test_call) ... ok 2025-10-14T22:37:25.2531805Z test_contextvars_missing (test.test_interpreters.test_api.LowLevelTests.test_contextvars_missing) ... ok 2025-10-14T22:37:25.2532490Z test_create (test.test_interpreters.test_api.LowLevelTests.test_create) ... ok 2025-10-14T22:37:25.2533187Z test_destroy (test.test_interpreters.test_api.LowLevelTests.test_destroy) ... ok 2025-10-14T22:37:25.2533863Z test_exec (test.test_interpreters.test_api.LowLevelTests.test_exec) ... ok 2025-10-14T22:37:25.2534552Z test_get_config (test.test_interpreters.test_api.LowLevelTests.test_get_config) ... ok 2025-10-14T22:37:25.2535239Z test_get_current (test.test_interpreters.test_api.LowLevelTests.test_get_current) ... ok 2025-10-14T22:37:25.2535933Z test_get_main (test.test_interpreters.test_api.LowLevelTests.test_get_main) ... ok 2025-10-14T22:37:25.2536658Z test_is_running (test.test_interpreters.test_api.LowLevelTests.test_is_running) ... ok 2025-10-14T22:37:25.2683561Z test_list_all (test.test_interpreters.test_api.LowLevelTests.test_list_all) ... ok 2025-10-14T22:37:25.2684584Z test_new_config (test.test_interpreters.test_api.LowLevelTests.test_new_config) ... ok 2025-10-14T22:37:25.3349917Z test_set___main___attrs (test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs) ... ok 2025-10-14T22:37:25.3673076Z test_whence (test.test_interpreters.test_api.LowLevelTests.test_whence) ... ok 2025-10-14T22:37:25.3674483Z test_queue_aliases (test.test_interpreters.test_api.ModuleTests.test_queue_aliases) ... ok 2025-10-14T22:37:25.3675998Z test_call_in_thread (test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread) ... ok 2025-10-14T22:37:25.3676704Z test_call_invalid (test.test_interpreters.test_api.TestInterpreterCall.test_call_invalid) ... ok 2025-10-14T22:37:25.3677293Z test_call_valid (test.test_interpreters.test_api.TestInterpreterCall.test_call_valid) ... ok 2025-10-14T22:37:25.3678077Z test_callable_requires_frame (test.test_interpreters.test_api.TestInterpreterCall.test_callable_requires_frame) ... ok 2025-10-14T22:37:25.3678790Z test_full_args (test.test_interpreters.test_api.TestInterpreterCall.test_full_args) ... ok 2025-10-14T22:37:25.3679431Z test_full_defaults (test.test_interpreters.test_api.TestInterpreterCall.test_full_defaults) ... ok 2025-10-14T22:37:25.3680055Z test_func_in___main___hidden (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___hidden) ... ok 2025-10-14T22:37:25.3680687Z test_func_in___main___invalid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___invalid) ... ok 2025-10-14T22:37:25.3681464Z test_func_in___main___uses_globals (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___uses_globals) ... ok 2025-10-14T22:37:25.3682156Z test_func_in___main___valid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___valid) ... ok 2025-10-14T22:37:25.3682844Z test_globals_from_builtins (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_builtins) ... ok 2025-10-14T22:37:25.3683511Z test_globals_from_stateless_func (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_stateless_func) ... ok 2025-10-14T22:37:25.3684123Z test_modified_arg (test.test_interpreters.test_api.TestInterpreterCall.test_modified_arg) ... ok 2025-10-14T22:37:25.3684672Z test_raises (test.test_interpreters.test_api.TestInterpreterCall.test_raises) ... ok 2025-10-14T22:37:25.3685243Z test_stateless_func_returns_arg (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_func_returns_arg) ... ok 2025-10-14T22:37:25.3686037Z test_stateless_funcs (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_funcs) ... ok 2025-10-14T22:37:25.3686637Z test_all (test.test_interpreters.test_api.TestInterpreterClose.test_all) ... ok 2025-10-14T22:37:25.3687239Z test_already_destroyed (test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed) ... ok 2025-10-14T22:37:25.3687902Z test_basic (test.test_interpreters.test_api.TestInterpreterClose.test_basic) ... ok 2025-10-14T22:37:25.3688466Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi) ... ok 2025-10-14T22:37:25.3689155Z test_from_current (test.test_interpreters.test_api.TestInterpreterClose.test_from_current) ... ok 2025-10-14T22:37:25.3689835Z test_from_other_thread (test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread) ... ok 2025-10-14T22:37:25.3690446Z test_from_sibling (test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling) ... ok 2025-10-14T22:37:25.3691029Z test_main (test.test_interpreters.test_api.TestInterpreterClose.test_main) ... ok 2025-10-14T22:37:25.3691616Z test_remaining_daemon_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_daemon_threads) ... ok 2025-10-14T22:37:25.3692218Z test_remaining_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_threads) ... ok 2025-10-14T22:37:25.3692954Z test_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_still_running) ... skipped 'Fails on FreeBSD' 2025-10-14T22:37:25.3693709Z test_subthreads_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running) ... ok 2025-10-14T22:37:25.3694371Z test_already_running (test.test_interpreters.test_api.TestInterpreterExec.test_already_running) ... skipped 'Fails on FreeBSD' 2025-10-14T22:37:25.3694966Z test_bad_script (test.test_interpreters.test_api.TestInterpreterExec.test_bad_script) ... ok 2025-10-14T22:37:25.3695543Z test_bytes_for_script (test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script) ... ok 2025-10-14T22:37:25.3696148Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi) ... ok 2025-10-14T22:37:25.3696848Z test_display_preserved_exception (test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception) ... ok 2025-10-14T22:37:25.3697617Z test_failure (test.test_interpreters.test_api.TestInterpreterExec.test_failure) ... ok 2025-10-14T22:37:25.3698209Z test_fork (test.test_interpreters.test_api.TestInterpreterExec.test_fork) ... skipped 'requires working os.fork()' 2025-10-14T22:37:25.3698793Z test_in_thread (test.test_interpreters.test_api.TestInterpreterExec.test_in_thread) ... ok 2025-10-14T22:37:25.3699504Z test_list_comprehension (test.test_interpreters.test_api.TestInterpreterExec.test_list_comprehension) ... ok 2025-10-14T22:37:25.3700178Z test_success (test.test_interpreters.test_api.TestInterpreterExec.test_success) ... ok 2025-10-14T22:37:25.3700965Z test_with_background_threads_still_running (test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running) ... ok 2025-10-14T22:37:25.3701736Z test_already_destroyed (test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed) ... ok 2025-10-14T22:37:25.3702342Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi) ... ok 2025-10-14T22:37:25.3702910Z test_finished (test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished) ... ok 2025-10-14T22:37:25.3703540Z test_from_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter) ... ok 2025-10-14T22:37:25.3704201Z test_main (test.test_interpreters.test_api.TestInterpreterIsRunning.test_main) ... ok 2025-10-14T22:37:25.3704827Z test_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter) ... skipped 'Fails on FreeBSD' 2025-10-14T22:37:25.3705484Z test_with_only_background_threads (test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads) ... ok 2025-10-14T22:37:25.3706107Z test_created_with_capi (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi) ... ok 2025-10-14T22:37:25.3706696Z test_dict (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict) ... ok 2025-10-14T22:37:25.3707354Z test_dict_and_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs) ... ok 2025-10-14T22:37:25.3707973Z test_empty (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty) ... ok 2025-10-14T22:37:25.3708551Z test_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs) ... ok 2025-10-14T22:37:25.3709133Z test_not_shareable (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable) ... ok 2025-10-14T22:37:25.3709720Z test_running (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running) ... ok 2025-10-14T22:37:25.3710346Z test_tuple (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple) ... ok 2025-10-14T22:37:25.3711139Z test_default_shareables (test.test_interpreters.test_api.TestIsShareable.test_default_shareables) ... ok 2025-10-14T22:37:25.3711958Z test_not_shareable (test.test_interpreters.test_api.TestIsShareable.test_not_shareable) ... ok 2025-10-14T22:37:25.3712581Z test_highlevel_reloaded (test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded) ... ok 2025-10-14T22:37:25.3713147Z test_create (test.test_interpreters.test_channels.TestChannels.test_create) ... ok 2025-10-14T22:37:25.3713678Z test_is_closed (test.test_interpreters.test_channels.TestChannels.test_is_closed) ... ok 2025-10-14T22:37:25.3714215Z test_list_all (test.test_interpreters.test_channels.TestChannels.test_list_all) ... ok 2025-10-14T22:37:25.3714852Z test_shareable (test.test_interpreters.test_channels.TestChannels.test_shareable) ... ok 2025-10-14T22:37:25.3715473Z test_custom_id (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id) ... ok 2025-10-14T22:37:25.3716067Z test_equality (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality) ... ok 2025-10-14T22:37:25.3716640Z test_id_readonly (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly) ... ok 2025-10-14T22:37:25.3717323Z test_id_type (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type) ... ok 2025-10-14T22:37:25.3717917Z test_pickle (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle) ... ok 2025-10-14T22:37:25.3718591Z test_custom_id (test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id) ... ok 2025-10-14T22:37:25.3719204Z test_equality (test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality) ... ok 2025-10-14T22:37:25.3719806Z test_id_readonly (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly) ... ok 2025-10-14T22:37:25.3720498Z test_id_type (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type) ... ok 2025-10-14T22:37:25.3721084Z test_pickle (test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle) ... ok 2025-10-14T22:37:25.3721781Z test_recv_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist) ... ok 2025-10-14T22:37:25.3722846Z test_recv_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist) ... ok 2025-10-14T22:37:25.3723854Z test_recv_nowait_default (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default) ... ok 2025-10-14T22:37:25.3724479Z test_recv_nowait_empty (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty) ... ok 2025-10-14T22:37:25.3728297Z test_recv_timeout (test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout) ... ok 2025-10-14T22:37:25.3729764Z test_send_buffer (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer) ... ok 2025-10-14T22:37:25.3730657Z test_send_buffer_nowait (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait) ... ok 2025-10-14T22:37:25.3731801Z test_send_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist) ... ok 2025-10-14T22:37:25.3732511Z test_send_cleared_with_subinterpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter) ... ok 2025-10-14T22:37:25.3733268Z test_send_cleared_with_subinterpreter_mixed (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed) ... ok 2025-10-14T22:37:25.3734050Z test_send_cleared_with_subinterpreter_multiple (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple) ... ok 2025-10-14T22:37:25.3734766Z test_send_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist) ... ok 2025-10-14T22:37:25.3735481Z test_send_recv_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters) ... skipped 'broken (see BPO-...)' 2025-10-14T22:37:25.3736158Z test_send_recv_different_threads (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads) ... ok 2025-10-14T22:37:25.3736873Z test_send_recv_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main) ... ok 2025-10-14T22:37:25.3737619Z test_send_recv_nowait_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters) ... skipped 'broken (see BPO-...)' 2025-10-14T22:37:25.3738349Z test_send_recv_nowait_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main) ... ok 2025-10-14T22:37:25.3738995Z test_send_recv_nowait_main_with_default (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default) ... ok 2025-10-14T22:37:25.3739739Z test_send_recv_nowait_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter) ... ok 2025-10-14T22:37:25.3740455Z test_send_recv_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter) ... ok 2025-10-14T22:37:25.3770180Z test_gh_109793 (test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793) ... ok 2025-10-14T22:37:25.3780082Z test_sys_path_0 (test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0) ... ok 2025-10-14T22:37:25.3781078Z test_bind_release (test.test_interpreters.test_queues.LowLevelTests.test_bind_release) ... ok 2025-10-14T22:37:25.3781774Z test_create_destroy (test.test_interpreters.test_queues.LowLevelTests.test_create_destroy) ... ok 2025-10-14T22:37:25.3782407Z test_highlevel_reloaded (test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded) ... ok 2025-10-14T22:37:25.3783145Z test_not_destroyed (test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed) ... ok 2025-10-14T22:37:25.3783688Z test_create (test.test_interpreters.test_queues.QueueTests.test_create) ... ok 2025-10-14T22:37:25.3784211Z test_custom_id (test.test_interpreters.test_queues.QueueTests.test_custom_id) ... ok 2025-10-14T22:37:25.3784831Z test_equality (test.test_interpreters.test_queues.QueueTests.test_equality) ... ok 2025-10-14T22:37:25.3785447Z test_hashable (test.test_interpreters.test_queues.QueueTests.test_hashable) ... ok 2025-10-14T22:37:25.3786019Z test_id_readonly (test.test_interpreters.test_queues.QueueTests.test_id_readonly) ... ok 2025-10-14T22:37:25.3786564Z test_id_type (test.test_interpreters.test_queues.QueueTests.test_id_type) ... ok 2025-10-14T22:37:25.3787114Z test_maxsize_readonly (test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly) ... ok 2025-10-14T22:37:25.3787645Z test_pickle (test.test_interpreters.test_queues.QueueTests.test_pickle) ... ok 2025-10-14T22:37:25.3788245Z test_shareable (test.test_interpreters.test_queues.QueueTests.test_shareable) ... ok 2025-10-14T22:37:25.3788883Z test_empty (test.test_interpreters.test_queues.TestQueueOps.test_empty) ... ok 2025-10-14T22:37:25.3789557Z test_full (test.test_interpreters.test_queues.TestQueueOps.test_full) ... ok 2025-10-14T22:37:25.3790128Z test_get_nowait (test.test_interpreters.test_queues.TestQueueOps.test_get_nowait) ... ok 2025-10-14T22:37:25.3790755Z test_get_timeout (test.test_interpreters.test_queues.TestQueueOps.test_get_timeout) ... ok 2025-10-14T22:37:25.3791352Z test_put_cleared_with_subinterpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter) ... ok 2025-10-14T22:37:25.3792009Z test_put_cleared_with_subinterpreter_mixed (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed) ... ok 2025-10-14T22:37:25.3793021Z test_put_cleared_with_subinterpreter_multiple (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple) ... ok 2025-10-14T22:37:25.3793722Z test_put_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_full_fallback) ... ok 2025-10-14T22:37:25.3794344Z test_put_get_different_interpreters (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters) ... ok 2025-10-14T22:37:25.3794971Z test_put_get_different_threads (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads) ... ok 2025-10-14T22:37:25.3795575Z test_put_get_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_get_full_fallback) ... ok 2025-10-14T22:37:25.3796221Z test_put_get_main (test.test_interpreters.test_queues.TestQueueOps.test_put_get_main) ... ok 2025-10-14T22:37:25.3796850Z test_put_get_same_interpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter) ... ok 2025-10-14T22:37:25.3797452Z test_put_nowait (test.test_interpreters.test_queues.TestQueueOps.test_put_nowait) ... ok 2025-10-14T22:37:25.3798016Z test_put_timeout (test.test_interpreters.test_queues.TestQueueOps.test_put_timeout) ... ok 2025-10-14T22:37:25.3798544Z test_qsize (test.test_interpreters.test_queues.TestQueueOps.test_qsize) ... ok 2025-10-14T22:37:25.3799110Z test_create_interpreter_no_memory (test.test_interpreters.test_stress.StressTests.test_create_interpreter_no_memory) ... ok 2025-10-14T22:37:25.3799991Z test_create_many_sequential (test.test_interpreters.test_stress.StressTests.test_create_many_sequential) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:37:25.3800810Z test_create_many_threaded (test.test_interpreters.test_stress.StressTests.test_create_many_threaded) ... skipped 'not enough memory: 6.2G minimum needed' 2025-10-14T22:37:25.3801565Z test_many_threads_running_interp_in_other_interp (test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp) ... skipped 'not enough memory: 6.6G minimum needed' 2025-10-14T22:37:25.3802103Z 2025-10-14T22:37:25.3802675Z ---------------------------------------------------------------------- 2025-10-14T22:37:25.3803213Z Ran 171 tests in 12.458s 2025-10-14T22:37:25.3803553Z 2025-10-14T22:37:25.3803961Z OK (skipped=10) 2025-10-14T22:37:29.4401634Z 0:11:50 load avg: 5.92 [26/59] test_tarfile passed (37.2 sec) -- running (2): test_mmap (1 min), test_socket (50.7 sec) 2025-10-14T22:37:29.4403951Z Re-running test_tarfile in verbose mode 2025-10-14T22:37:29.4404732Z test_empty (test.test_tarfile.AppendTest.test_empty) ... ok 2025-10-14T22:37:29.4405435Z test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj) ... ok 2025-10-14T22:37:29.4406249Z test_existing (test.test_tarfile.AppendTest.test_existing) ... ok 2025-10-14T22:37:29.4406976Z test_fileobj (test.test_tarfile.AppendTest.test_fileobj) ... ok 2025-10-14T22:37:29.4407598Z test_incomplete (test.test_tarfile.AppendTest.test_incomplete) ... ok 2025-10-14T22:37:29.4408197Z test_invalid (test.test_tarfile.AppendTest.test_invalid) ... ok 2025-10-14T22:37:29.4408882Z test_non_existing (test.test_tarfile.AppendTest.test_non_existing) ... ok 2025-10-14T22:37:29.4409526Z test_null (test.test_tarfile.AppendTest.test_null) ... ok 2025-10-14T22:37:29.4410349Z test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof) ... ok 2025-10-14T22:37:29.4411223Z test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage) ... ok 2025-10-14T22:37:29.4411941Z test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed) ... ok 2025-10-14T22:37:29.4412588Z test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels) ... ok 2025-10-14T22:37:29.4413239Z test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels) ... ok 2025-10-14T22:37:29.4413838Z test_create (test.test_tarfile.Bz2CreateTest.test_create) ... ok 2025-10-14T22:37:29.4415029Z test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing) ... ok 2025-10-14T22:37:29.4415923Z test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:37:29.4416591Z test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4417271Z test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen) ... ok 2025-10-14T22:37:29.4417923Z test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4418571Z test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel) ... ok 2025-10-14T22:37:29.4419182Z test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4419799Z test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4420383Z test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file) ... ok 2025-10-14T22:37:29.4420959Z test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:37:29.4421554Z test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2) ... ok 2025-10-14T22:37:29.4422112Z test_list (test.test_tarfile.Bz2ListTest.test_list) ... ok 2025-10-14T22:37:29.4422661Z test_list_members (test.test_tarfile.Bz2ListTest.test_list_members) ... ok 2025-10-14T22:37:29.4423465Z test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose) ... ok 2025-10-14T22:37:29.4424118Z test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:37:29.4424755Z test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members) ... ok 2025-10-14T22:37:29.4425407Z test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:37:29.4426170Z test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4426774Z test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory) ... ok 2025-10-14T22:37:29.4427612Z test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:37:29.4428518Z test_extract_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:37:29.4429337Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4429984Z test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:37:29.4430921Z test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall) ... ok 2025-10-14T22:37:29.4431653Z test_extractall_default_filter (test.test_tarfile.Bz2MiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:37:29.4432437Z test_extractall_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:37:29.4433057Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4433726Z test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:37:29.4434500Z test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4435208Z test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp) ... ok 2025-10-14T22:37:29.4435897Z test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:37:29.4436592Z test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members) ... ok 2025-10-14T22:37:29.4437718Z test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4438504Z test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:37:29.4439257Z test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:37:29.4439953Z test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:37:29.4440603Z test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4441250Z test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4441930Z test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4442569Z test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4443247Z test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:37:29.4443855Z test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:37:29.4444442Z test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:37:29.4445030Z test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4445598Z test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4446184Z test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:37:29.4446880Z test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:37:29.4447603Z test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4448507Z test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4449230Z test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:37:29.4449857Z test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type) ... ok 2025-10-14T22:37:29.4450504Z test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:37:29.4451230Z test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input) ... ok 2025-10-14T22:37:29.4451950Z test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2) ... ok 2025-10-14T22:37:29.4452864Z test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:37:29.4453598Z test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members) ... ok 2025-10-14T22:37:29.4454210Z test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4454804Z test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4455424Z test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4456086Z test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4456881Z test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4457641Z test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4458383Z test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4459075Z test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4459729Z test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4460337Z test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4460951Z test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4461556Z test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:37:29.4462125Z test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through) ... ok 2025-10-14T22:37:29.4462675Z test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4463358Z test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:37:29.4464135Z test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4464843Z test_pathlike_name (test.test_tarfile.Bz2StreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4465563Z test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:37:29.4466254Z test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:37:29.4466908Z test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:37:29.4467473Z test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:37:29.4468040Z test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:37:29.4468671Z test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:37:29.4469375Z test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4470026Z test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:37:29.4470697Z test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:37:29.4471501Z test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:37:29.4472020Z test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:37:29.4472662Z test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160) ... ok 2025-10-14T22:37:29.4473694Z test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name) ... ok 2025-10-14T22:37:29.4474363Z test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames) ... ok 2025-10-14T22:37:29.4475014Z test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self) ... ok 2025-10-14T22:37:29.4475819Z test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd) ... ok 2025-10-14T22:37:29.4476455Z test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size) ... ok 2025-10-14T22:37:29.4477105Z test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4477729Z test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:37:29.4478353Z test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size) ... ok 2025-10-14T22:37:29.4479041Z test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4479644Z test_filter (test.test_tarfile.Bz2WriteTest.test_filter) ... ok 2025-10-14T22:37:29.4480224Z test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:37:29.4480798Z test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size) ... ok 2025-10-14T22:37:29.4481384Z test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj) ... ok 2025-10-14T22:37:29.4482145Z test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:37:29.4483943Z test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion) ... ok 2025-10-14T22:37:29.4488564Z test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames) ... ok 2025-10-14T22:37:29.4489339Z test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size) ... ok 2025-10-14T22:37:29.4490032Z test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size) ... ok 2025-10-14T22:37:29.4490711Z test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use) ... ok 2025-10-14T22:37:29.4491435Z test_create_command (test.test_tarfile.CommandLineTest.test_create_command) ... ok 2025-10-14T22:37:29.4492212Z test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed) ... ok 2025-10-14T22:37:29.4501486Z test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename) ... ok 2025-10-14T22:37:29.4502407Z test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename) ... ok 2025-10-14T22:37:29.4503104Z test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose) ... ok 2025-10-14T22:37:29.4503787Z test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command) ... ok 2025-10-14T22:37:29.4504499Z test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory) ... ok 2025-10-14T22:37:29.4505225Z test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter) ... ok 2025-10-14T22:37:29.4505939Z test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file) ... ok 2025-10-14T22:37:29.4506652Z test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose) ... ok 2025-10-14T22:37:29.4507330Z test_list_command (test.test_tarfile.CommandLineTest.test_list_command) ... ok 2025-10-14T22:37:29.4507988Z test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file) ... ok 2025-10-14T22:37:29.4508683Z test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose) ... ok 2025-10-14T22:37:29.4509527Z test_test_command (test.test_tarfile.CommandLineTest.test_test_command) ... ok 2025-10-14T22:37:29.4510192Z test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file) ... ok 2025-10-14T22:37:29.4510914Z test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose) ... ok 2025-10-14T22:37:29.4511566Z test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes) ... ok 2025-10-14T22:37:29.4512356Z test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels) ... ok 2025-10-14T22:37:29.4513129Z test_basic (test.test_tarfile.ContextManagerTest.test_basic) ... ok 2025-10-14T22:37:29.4513866Z test_closed (test.test_tarfile.ContextManagerTest.test_closed) ... ok 2025-10-14T22:37:29.4514542Z test_eof (test.test_tarfile.ContextManagerTest.test_eof) ... ok 2025-10-14T22:37:29.4515341Z test_exception (test.test_tarfile.ContextManagerTest.test_exception) ... ok 2025-10-14T22:37:29.4516002Z test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj) ... ok 2025-10-14T22:37:29.4516591Z test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof) ... ok 2025-10-14T22:37:29.4517148Z test_create (test.test_tarfile.CreateTest.test_create) ... ok 2025-10-14T22:37:29.4517775Z test_create_existing (test.test_tarfile.CreateTest.test_create_existing) ... ok 2025-10-14T22:37:29.4518495Z test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:37:29.4519200Z test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4519844Z test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen) ... ok 2025-10-14T22:37:29.4520526Z test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4521249Z test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4521939Z test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4522627Z test_create (test.test_tarfile.CreateWithXModeTest.test_create) ... ok 2025-10-14T22:37:29.4523271Z test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing) ... ok 2025-10-14T22:37:29.4523997Z test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4524827Z test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4525489Z test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4526149Z test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4526789Z test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file) ... ok 2025-10-14T22:37:29.4527407Z test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:37:29.4528016Z test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4528626Z test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4529307Z test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files) ... ok 2025-10-14T22:37:29.4529984Z test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset) ... ok 2025-10-14T22:37:29.4530603Z test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory) ... ok 2025-10-14T22:37:29.4531244Z test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink) ... ok 2025-10-14T22:37:29.4531851Z test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname) ... ok 2025-10-14T22:37:29.4532459Z test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00) ... ok 2025-10-14T22:37:29.4533071Z test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01) ... ok 2025-10-14T22:37:29.4533817Z test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10) ... ok 2025-10-14T22:37:29.4534429Z test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old) ... ok 2025-10-14T22:37:29.4535059Z test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname) ... ok 2025-10-14T22:37:29.4535682Z test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header) ... ok 2025-10-14T22:37:29.4536309Z test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:37:29.4537038Z test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:37:29.4537726Z test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:37:29.4538372Z test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error) ... ok 2025-10-14T22:37:29.4539013Z test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:37:29.4539662Z test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:37:29.4540289Z test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023) ... ok 2025-10-14T22:37:29.4540922Z test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024) ... ok 2025-10-14T22:37:29.4541535Z test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025) ... ok 2025-10-14T22:37:29.4542136Z test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023) ... ok 2025-10-14T22:37:29.4542727Z test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024) ... ok 2025-10-14T22:37:29.4543339Z test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025) ... ok 2025-10-14T22:37:29.4543970Z test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023) ... ok 2025-10-14T22:37:29.4544588Z test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024) ... ok 2025-10-14T22:37:29.4545215Z test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025) ... ok 2025-10-14T22:37:29.4545868Z test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels) ... ok 2025-10-14T22:37:29.4546560Z test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels) ... ok 2025-10-14T22:37:29.4547231Z test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed) ... ok 2025-10-14T22:37:29.4547847Z runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest) ... ok 2025-10-14T22:37:29.4548432Z test_create (test.test_tarfile.GzipCreateTest.test_create) ... ok 2025-10-14T22:37:29.4549029Z test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing) ... ok 2025-10-14T22:37:29.4549678Z test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:37:29.4550399Z test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4551040Z test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen) ... ok 2025-10-14T22:37:29.4551696Z test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4552390Z test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel) ... ok 2025-10-14T22:37:29.4553025Z test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4553657Z test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4554272Z test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file) ... ok 2025-10-14T22:37:29.4554905Z test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:37:29.4555520Z test_list (test.test_tarfile.GzipListTest.test_list) ... ok 2025-10-14T22:37:29.4556268Z test_list_members (test.test_tarfile.GzipListTest.test_list_members) ... ok 2025-10-14T22:37:29.4556908Z test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose) ... ok 2025-10-14T22:37:29.4557574Z test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:37:29.4558275Z test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members) ... ok 2025-10-14T22:37:29.4558983Z test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:37:29.4559693Z test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4560516Z test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:37:29.4561234Z test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:37:29.4561947Z test_extract_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:37:29.4562595Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4563254Z test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:37:29.4564009Z test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall) ... ok 2025-10-14T22:37:29.4564762Z test_extractall_default_filter (test.test_tarfile.GzipMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:37:29.4565441Z test_extractall_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:37:29.4566069Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4566708Z test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:37:29.4567330Z test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4567938Z test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:37:29.4568569Z test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:37:29.4569270Z test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members) ... ok 2025-10-14T22:37:29.4569962Z test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4571019Z test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:37:29.4571979Z test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:37:29.4572761Z test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:37:29.4573565Z test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4574326Z test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4575061Z test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4575817Z test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4576531Z test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:37:29.4577198Z test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:37:29.4577923Z test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:37:29.4578626Z test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4579278Z test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4579912Z test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:37:29.4580584Z test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:37:29.4582077Z test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4582802Z test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4583514Z test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:37:29.4584207Z test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:37:29.4584956Z test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:37:29.4586411Z test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:37:29.4587053Z test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members) ... ok 2025-10-14T22:37:29.4587678Z test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4588346Z test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4589036Z test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4589772Z test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4590486Z test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4591188Z test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4591858Z test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4592670Z test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4593413Z test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4594086Z test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4594778Z test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4595510Z test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:37:29.4596224Z test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through) ... ok 2025-10-14T22:37:29.4596939Z test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4597694Z test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:37:29.4598483Z test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4599329Z test_pathlike_name (test.test_tarfile.GzipStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4600139Z test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked) 2025-10-14T22:37:29.4600919Z Ensure the source directory is not included in the tar header ... ok 2025-10-14T22:37:29.4601626Z test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:37:29.4602392Z test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:37:29.4603202Z test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:37:29.4603935Z test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:37:29.4604680Z test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:37:29.4605437Z test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:37:29.4606258Z test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4607252Z test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:37:29.4608030Z test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:37:29.4608712Z test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:37:29.4609359Z test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:37:29.4610016Z test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160) ... ok 2025-10-14T22:37:29.4610607Z test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name) ... ok 2025-10-14T22:37:29.4611308Z test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:37:29.4611907Z test_add_self (test.test_tarfile.GzipWriteTest.test_add_self) ... ok 2025-10-14T22:37:29.4612601Z test_cwd (test.test_tarfile.GzipWriteTest.test_cwd) ... ok 2025-10-14T22:37:29.4613324Z test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size) ... ok 2025-10-14T22:37:29.4614097Z test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4614821Z test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:37:29.4615456Z test_file_size (test.test_tarfile.GzipWriteTest.test_file_size) ... ok 2025-10-14T22:37:29.4616112Z test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4616709Z test_filter (test.test_tarfile.GzipWriteTest.test_filter) ... ok 2025-10-14T22:37:29.4617330Z test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:37:29.4617979Z test_link_size (test.test_tarfile.GzipWriteTest.test_link_size) ... ok 2025-10-14T22:37:29.4618663Z test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:37:29.4619416Z test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:37:29.4620228Z test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:37:29.4620968Z test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames) ... ok 2025-10-14T22:37:29.4621784Z test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size) ... ok 2025-10-14T22:37:29.4622487Z test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size) ... ok 2025-10-14T22:37:29.4623185Z test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink) ... ok 2025-10-14T22:37:29.4623903Z test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice) ... ok 2025-10-14T22:37:29.4624594Z test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink) ... ok 2025-10-14T22:37:29.4625216Z test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits) ... ok 2025-10-14T22:37:29.4625820Z test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits) ... ok 2025-10-14T22:37:29.4626429Z test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits) ... ok 2025-10-14T22:37:29.4627115Z test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) ... skipped 'requires os.link to be missing' 2025-10-14T22:37:29.4627849Z test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) ... skipped 'requires os.link to be missing' 2025-10-14T22:37:29.4628572Z test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) ... skipped 'requires os.link to be missing' 2025-10-14T22:37:29.4629359Z test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) ... skipped 'requires os.link to be missing' 2025-10-14T22:37:29.4630098Z test_list (test.test_tarfile.ListTest.test_list) ... ok 2025-10-14T22:37:29.4630728Z test_list_members (test.test_tarfile.ListTest.test_list_members) ... ok 2025-10-14T22:37:29.4631358Z test_list_verbose (test.test_tarfile.ListTest.test_list_verbose) ... ok 2025-10-14T22:37:29.4632128Z test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed) ... ok 2025-10-14T22:37:29.4632848Z test_create (test.test_tarfile.LzmaCreateTest.test_create) ... ok 2025-10-14T22:37:29.4633575Z test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing) ... ok 2025-10-14T22:37:29.4634358Z test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:37:29.4635145Z test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4635901Z test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen) ... ok 2025-10-14T22:37:29.4636718Z test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4637384Z test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset) ... ok 2025-10-14T22:37:29.4638217Z test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4638973Z test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4639768Z test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file) ... ok 2025-10-14T22:37:29.4640508Z test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:37:29.4641242Z test_list (test.test_tarfile.LzmaListTest.test_list) ... ok 2025-10-14T22:37:29.4641866Z test_list_members (test.test_tarfile.LzmaListTest.test_list_members) ... ok 2025-10-14T22:37:29.4642477Z test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose) ... ok 2025-10-14T22:37:29.4643144Z test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:37:29.4643913Z test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members) ... ok 2025-10-14T22:37:29.4644640Z test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:37:29.4645433Z test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4646190Z test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:37:29.4647009Z test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:37:29.4647816Z test_extract_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:37:29.4648615Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4649323Z test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:37:29.4650172Z test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall) ... ok 2025-10-14T22:37:29.4651075Z test_extractall_default_filter (test.test_tarfile.LzmaMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:37:29.4651900Z test_extractall_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:37:29.4652704Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4653393Z test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:37:29.4654161Z test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4654827Z test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:37:29.4655541Z test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:37:29.4656288Z test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members) ... ok 2025-10-14T22:37:29.4657032Z test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4657744Z test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:37:29.4658650Z test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:37:29.4659424Z test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:37:29.4660204Z test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4661006Z test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4661816Z test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4662615Z test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4663657Z test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:37:29.4664422Z test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:37:29.4665206Z test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:37:29.4666093Z test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4666864Z test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4667630Z test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:37:29.4668430Z test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:37:29.4669105Z test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4669856Z test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4670502Z test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:37:29.4671188Z test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:37:29.4671939Z test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:37:29.4672640Z test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:37:29.4673334Z test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members) ... ok 2025-10-14T22:37:29.4674056Z test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4674769Z test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4675436Z test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4676093Z test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4676738Z test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4677498Z test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4678211Z test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4678849Z test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4679555Z test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4680223Z test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4680868Z test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4681631Z test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:37:29.4682304Z test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through) ... ok 2025-10-14T22:37:29.4682970Z test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4683862Z test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:37:29.4684654Z test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4685345Z test_pathlike_name (test.test_tarfile.LzmaStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4686096Z test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:37:29.4686845Z test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:37:29.4687761Z test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:37:29.4688382Z test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:37:29.4689001Z test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:37:29.4689638Z test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:37:29.4690298Z test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4690921Z test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:37:29.4691584Z test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:37:29.4692302Z test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:37:29.4693079Z test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:37:29.4693768Z test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160) ... ok 2025-10-14T22:37:29.4694456Z test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name) ... ok 2025-10-14T22:37:29.4695111Z test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:37:29.4695803Z test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self) ... ok 2025-10-14T22:37:29.4696503Z test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd) ... ok 2025-10-14T22:37:29.4697162Z test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size) ... ok 2025-10-14T22:37:29.4697814Z test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4698499Z test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:37:29.4699238Z test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size) ... ok 2025-10-14T22:37:29.4699926Z test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4700569Z test_filter (test.test_tarfile.LzmaWriteTest.test_filter) ... ok 2025-10-14T22:37:29.4701223Z test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:37:29.4701910Z test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size) ... ok 2025-10-14T22:37:29.4702599Z test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:37:29.4703324Z test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:37:29.4703992Z test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:37:29.4704605Z test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames) ... ok 2025-10-14T22:37:29.4705262Z test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size) ... ok 2025-10-14T22:37:29.4705932Z test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size) ... ok 2025-10-14T22:37:29.4706566Z test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype) ... ok 2025-10-14T22:37:29.4707323Z test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype) ... ok 2025-10-14T22:37:29.4707947Z test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype) ... ok 2025-10-14T22:37:29.4708678Z test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype) ... ok 2025-10-14T22:37:29.4709304Z test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size) ... ok 2025-10-14T22:37:29.4709991Z test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype) ... ok 2025-10-14T22:37:29.4710686Z test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse) ... ok 2025-10-14T22:37:29.4711343Z test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00) ... ok 2025-10-14T22:37:29.4712014Z test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01) ... ok 2025-10-14T22:37:29.4712846Z test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10) ... ok 2025-10-14T22:37:29.4713605Z test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype) ... ok 2025-10-14T22:37:29.4714316Z test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts) ... ok 2025-10-14T22:37:29.4714942Z test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype) ... ok 2025-10-14T22:37:29.4715543Z test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7) ... ok 2025-10-14T22:37:29.4716142Z test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse) ... ok 2025-10-14T22:37:29.4716763Z test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype) ... ok 2025-10-14T22:37:29.4717433Z test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts) ... ok 2025-10-14T22:37:29.4718156Z test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname) ... ok 2025-10-14T22:37:29.4718866Z test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:37:29.4719558Z test_check_members (test.test_tarfile.MiscReadTest.test_check_members) ... ok 2025-10-14T22:37:29.4720231Z test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:37:29.4721009Z test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4721723Z test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory) ... ok 2025-10-14T22:37:29.4722473Z test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:37:29.4723262Z test_extract_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:37:29.4724033Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4724769Z test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:37:29.4725535Z test_extractall (test.test_tarfile.MiscReadTest.test_extractall) ... ok 2025-10-14T22:37:29.4726303Z test_extractall_default_filter (test.test_tarfile.MiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:37:29.4728165Z test_extractall_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:37:29.4729290Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4730046Z test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:37:29.4730908Z test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4731758Z test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:37:29.4732528Z test_find_members (test.test_tarfile.MiscReadTest.test_find_members) ... ok 2025-10-14T22:37:29.4733257Z test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4734004Z test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:37:29.4734761Z test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:37:29.4735450Z test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:37:29.4736327Z test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4737120Z test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4738014Z test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4738758Z test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4739527Z test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:37:29.4740436Z test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:37:29.4741193Z test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:37:29.4742015Z test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4742771Z test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4743502Z test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:37:29.4744248Z test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:37:29.4744908Z test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4745986Z test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4746810Z test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:37:29.4747557Z test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type) ... ok 2025-10-14T22:37:29.4748306Z test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:37:29.4749055Z test__all__ (test.test_tarfile.MiscTest.test__all__) ... ok 2025-10-14T22:37:29.4749779Z test_char_fields (test.test_tarfile.MiscTest.test_char_fields) ... ok 2025-10-14T22:37:29.4750610Z test_deferred_directory_attributes_update (test.test_tarfile.MiscTest.test_deferred_directory_attributes_update) ... ok 2025-10-14T22:37:29.4751523Z test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits) ... ok 2025-10-14T22:37:29.4752271Z test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields) ... ok 2025-10-14T22:37:29.4753051Z test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing) ... ok 2025-10-14T22:37:29.4753905Z test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields) ... ok 2025-10-14T22:37:29.4754671Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid) ... ok 2025-10-14T22:37:29.4755406Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname) ... ok 2025-10-14T22:37:29.4756188Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode) ... ok 2025-10-14T22:37:29.4757011Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime) ... ok 2025-10-14T22:37:29.4757853Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership) ... ok 2025-10-14T22:37:29.4758653Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid) ... ok 2025-10-14T22:37:29.4759454Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname) ... ok 2025-10-14T22:37:29.4760274Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid) ... ok 2025-10-14T22:37:29.4761110Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname) ... ok 2025-10-14T22:37:29.4761936Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode) ... ok 2025-10-14T22:37:29.4762869Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime) ... ok 2025-10-14T22:37:29.4763822Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership) ... ok 2025-10-14T22:37:29.4764691Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid) ... ok 2025-10-14T22:37:29.4765537Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname) ... ok 2025-10-14T22:37:29.4766411Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid) ... ok 2025-10-14T22:37:29.4767405Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname) ... ok 2025-10-14T22:37:29.4768352Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode) ... ok 2025-10-14T22:37:29.4769190Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime) ... ok 2025-10-14T22:37:29.4770068Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership) ... ok 2025-10-14T22:37:29.4770867Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid) ... ok 2025-10-14T22:37:29.4771610Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname) ... ok 2025-10-14T22:37:29.4772406Z test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid) ... ok 2025-10-14T22:37:29.4773180Z test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname) ... ok 2025-10-14T22:37:29.4773924Z test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode) ... ok 2025-10-14T22:37:29.4774660Z test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime) ... ok 2025-10-14T22:37:29.4775420Z test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership) ... ok 2025-10-14T22:37:29.4776172Z test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid) ... ok 2025-10-14T22:37:29.4776965Z test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname) ... ok 2025-10-14T22:37:29.4777729Z test_add (test.test_tarfile.NoneInfoTests_Misc.test_add) ... ok 2025-10-14T22:37:29.4778449Z test_list (test.test_tarfile.NoneInfoTests_Misc.test_list) ... ok 2025-10-14T22:37:29.4779227Z test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:37:29.4780103Z test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:37:29.4781071Z test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner) ... skipped 'missing os.chown' 2025-10-14T22:37:29.4781964Z test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only) ... skipped 'missing os.chown' 2025-10-14T22:37:29.4782917Z test_early_stop_at_invalid_offset_header (test.test_tarfile.OffsetValidationTests.test_early_stop_at_invalid_offset_header) ... ok 2025-10-14T22:37:29.4783809Z test_ignore_invalid_archive (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_archive) ... ok 2025-10-14T22:37:29.4784670Z test_ignore_invalid_offset_headers (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_offset_headers) ... ok 2025-10-14T22:37:29.4785541Z test_invalid_offset_header_validations (test.test_tarfile.OffsetValidationTests.test_invalid_offset_header_validations) ... ok 2025-10-14T22:37:29.4786283Z test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir) ... ok 2025-10-14T22:37:29.4787108Z test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir) ... ok 2025-10-14T22:37:29.4787851Z test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir) ... ok 2025-10-14T22:37:29.4788605Z test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir) ... ok 2025-10-14T22:37:29.4789368Z test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file) ... ok 2025-10-14T22:37:29.4790206Z test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir) ... ok 2025-10-14T22:37:29.4790857Z test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file) ... ok 2025-10-14T22:37:29.4791505Z test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir) ... ok 2025-10-14T22:37:29.4792188Z test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir) ... ok 2025-10-14T22:37:29.4792875Z test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir) ... ok 2025-10-14T22:37:29.4793538Z test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir) ... ok 2025-10-14T22:37:29.4794166Z test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file) ... ok 2025-10-14T22:37:29.4794804Z test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir) ... ok 2025-10-14T22:37:29.4795473Z test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file) ... ok 2025-10-14T22:37:29.4796307Z test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header) ... ok 2025-10-14T22:37:29.4797076Z test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:37:29.4797820Z test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:37:29.4798574Z test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:37:29.4799517Z test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:37:29.4800332Z test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:37:29.4801246Z test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset) ... ok 2025-10-14T22:37:29.4802054Z test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory) ... ok 2025-10-14T22:37:29.4802784Z test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers) ... ok 2025-10-14T22:37:29.4803509Z test_pax_header_bad_formats (test.test_tarfile.PaxReadTest.test_pax_header_bad_formats) ... ok 2025-10-14T22:37:29.4804286Z test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields) ... ok 2025-10-14T22:37:29.4805094Z test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink) ... ok 2025-10-14T22:37:29.4805857Z test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname) ... ok 2025-10-14T22:37:29.4806553Z test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname) ... ok 2025-10-14T22:37:29.4807291Z test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header) ... ok 2025-10-14T22:37:29.4808043Z test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023) ... ok 2025-10-14T22:37:29.4808770Z test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024) ... ok 2025-10-14T22:37:29.4809505Z test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025) ... ok 2025-10-14T22:37:29.4810239Z test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023) ... ok 2025-10-14T22:37:29.4810998Z test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024) ... ok 2025-10-14T22:37:29.4811993Z test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025) ... ok 2025-10-14T22:37:29.4812720Z test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023) ... ok 2025-10-14T22:37:29.4813449Z test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024) ... ok 2025-10-14T22:37:29.4814131Z test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025) ... ok 2025-10-14T22:37:29.4814762Z test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header) ... ok 2025-10-14T22:37:29.4815524Z test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header) ... ok 2025-10-14T22:37:29.4816140Z test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all) ... ok 2025-10-14T22:37:29.4816735Z test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep) ... ok 2025-10-14T22:37:29.4817344Z test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal) ... ok 2025-10-14T22:37:29.4817985Z test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name) ... ok 2025-10-14T22:37:29.4818685Z test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow) ... ok 2025-10-14T22:37:29.4819411Z test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members) ... ok 2025-10-14T22:37:29.4820170Z test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4820916Z test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4821683Z test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4822455Z test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4823205Z test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4823977Z test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4824685Z test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4825342Z test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4826070Z test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4826759Z test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4827428Z test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4828050Z test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:37:29.4828665Z test_read_through (test.test_tarfile.StreamReadTest.test_read_through) ... ok 2025-10-14T22:37:29.4829302Z test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4830068Z test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:37:29.4830848Z test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4831603Z test_pathlike_name (test.test_tarfile.StreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4832346Z test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:37:29.4833135Z test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:37:29.4833922Z test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute) ... ok 2025-10-14T22:37:29.4834689Z test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink) ... ok 2025-10-14T22:37:29.4835433Z test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink) ... ok 2025-10-14T22:37:29.4836078Z test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name) ... ok 2025-10-14T22:37:29.4836847Z test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file) ... ok 2025-10-14T22:37:29.4837453Z test_chains (test.test_tarfile.TestExtractionFilters.test_chains) ... ok 2025-10-14T22:37:29.4838101Z test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class) ... ok 2025-10-14T22:37:29.4838917Z test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance) ... ok 2025-10-14T22:37:29.4839872Z test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass) ... ok 2025-10-14T22:37:29.4840876Z test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string) ... ok 2025-10-14T22:37:29.4841703Z test_chmod_outside_dir (test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir) ... ok 2025-10-14T22:37:29.4842493Z test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter) ... ok 2025-10-14T22:37:29.4843267Z test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter) ... ok 2025-10-14T22:37:29.4844038Z test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink) ... ok 2025-10-14T22:37:29.4844742Z test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel) ... ok 2025-10-14T22:37:29.4845486Z test_exfiltration_via_symlink (test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink) ... ok 2025-10-14T22:37:29.4846225Z test_extract_unencodable (test.test_tarfile.TestExtractionFilters.test_extract_unencodable) ... skipped 'requires native bytes paths' 2025-10-14T22:37:29.4847006Z test_filter_unencodable (test.test_tarfile.TestExtractionFilters.test_filter_unencodable) ... skipped 'requires native bytes paths' 2025-10-14T22:37:29.4847726Z test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter) ... ok 2025-10-14T22:37:29.4848411Z test_link_fallback_normalizes (test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes) ... ok 2025-10-14T22:37:29.4849042Z test_modes (test.test_tarfile.TestExtractionFilters.test_modes) ... ok 2025-10-14T22:37:29.4849638Z test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink) ... ok 2025-10-14T22:37:29.4850276Z test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2) ... ok 2025-10-14T22:37:29.4850938Z test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe) ... ok 2025-10-14T22:37:29.4851662Z test_realpath_limit_attack (test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack) ... ok 2025-10-14T22:37:29.4852360Z test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0) ... ok 2025-10-14T22:37:29.4853020Z test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2) ... ok 2025-10-14T22:37:29.4853896Z test_sneaky_hardlink_fallback (test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback) ... ok 2025-10-14T22:37:29.4854689Z test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files) ... ok 2025-10-14T22:37:29.4855465Z test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter) ... ok 2025-10-14T22:37:29.4856292Z test_symlink_target_seperator_rewrite_on_windows (test.test_tarfile.TestExtractionFilters.test_symlink_target_seperator_rewrite_on_windows) ... ok 2025-10-14T22:37:29.4857140Z test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter) ... ok 2025-10-14T22:37:29.4857966Z test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:37:29.4858804Z test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:37:29.4859537Z test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:37:29.4860399Z test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:37:29.4861131Z test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:37:29.4861889Z test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4862678Z test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:37:29.4863482Z test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:37:29.4864239Z test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:37:29.4865073Z test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:37:29.4865674Z test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160) ... ok 2025-10-14T22:37:29.4866288Z test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename) ... ok 2025-10-14T22:37:29.4866916Z test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode) ... ok 2025-10-14T22:37:29.4867498Z test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument) ... ok 2025-10-14T22:37:29.4868175Z test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error) ... ok 2025-10-14T22:37:29.4868822Z test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1) ... ok 2025-10-14T22:37:29.4869502Z test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2) ... ok 2025-10-14T22:37:29.4870215Z test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1) ... ok 2025-10-14T22:37:29.4870909Z test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2) ... ok 2025-10-14T22:37:29.4871617Z test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3) ... ok 2025-10-14T22:37:29.4872396Z test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4) ... ok 2025-10-14T22:37:29.4873181Z test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1) ... ok 2025-10-14T22:37:29.4873912Z test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2) ... ok 2025-10-14T22:37:29.4874665Z test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename) ... ok 2025-10-14T22:37:29.4875410Z test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename) ... ok 2025-10-14T22:37:29.4876177Z test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name) ... ok 2025-10-14T22:37:29.4876925Z test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames) ... ok 2025-10-14T22:37:29.4877589Z test_add_self (test.test_tarfile.WriteTest.test_add_self) ... ok 2025-10-14T22:37:29.4878186Z test_cwd (test.test_tarfile.WriteTest.test_cwd) ... ok 2025-10-14T22:37:29.4878840Z test_directory_size (test.test_tarfile.WriteTest.test_directory_size) ... ok 2025-10-14T22:37:29.4879540Z test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4880251Z test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:37:29.4880913Z test_file_size (test.test_tarfile.WriteTest.test_file_size) ... ok 2025-10-14T22:37:29.4881547Z test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4882164Z test_filter (test.test_tarfile.WriteTest.test_filter) ... ok 2025-10-14T22:37:29.4884435Z test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:37:29.4885520Z test_link_size (test.test_tarfile.WriteTest.test_link_size) ... ok 2025-10-14T22:37:29.4886260Z test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj) ... ok 2025-10-14T22:37:29.4886984Z test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:37:29.4887718Z test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion) ... ok 2025-10-14T22:37:29.4888497Z test_pathnames (test.test_tarfile.WriteTest.test_pathnames) ... ok 2025-10-14T22:37:29.4889109Z test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size) ... ok 2025-10-14T22:37:29.4889747Z test_tar_size (test.test_tarfile.WriteTest.test_tar_size) ... ok 2025-10-14T22:37:29.4890433Z test_append_compressed (test.test_tarfile.ZstdAppendTest.test_append_compressed) ... ok 2025-10-14T22:37:29.4891114Z test_create (test.test_tarfile.ZstdCreateTest.test_create) ... ok 2025-10-14T22:37:29.4891821Z test_create_existing (test.test_tarfile.ZstdCreateTest.test_create_existing) ... ok 2025-10-14T22:37:29.4892550Z test_create_existing_taropen (test.test_tarfile.ZstdCreateTest.test_create_existing_taropen) ... ok 2025-10-14T22:37:29.4893386Z test_create_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_pathlike_name) ... ok 2025-10-14T22:37:29.4894006Z test_create_taropen (test.test_tarfile.ZstdCreateTest.test_create_taropen) ... ok 2025-10-14T22:37:29.4894642Z test_create_taropen_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_taropen_pathlike_name) ... ok 2025-10-14T22:37:29.4895315Z test_create_with_level (test.test_tarfile.ZstdCreateTest.test_create_with_level) ... ok 2025-10-14T22:37:29.4896043Z test_eof_marker (test.test_tarfile.ZstdCreateTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4896799Z test_fileobj_no_close (test.test_tarfile.ZstdCreateTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4897535Z test_detect_file (test.test_tarfile.ZstdDetectReadTest.test_detect_file) ... ok 2025-10-14T22:37:29.4898289Z test_detect_fileobj (test.test_tarfile.ZstdDetectReadTest.test_detect_fileobj) ... ok 2025-10-14T22:37:29.4899206Z test_list (test.test_tarfile.ZstdListTest.test_list) ... ok 2025-10-14T22:37:29.4899942Z test_list_members (test.test_tarfile.ZstdListTest.test_list_members) ... ok 2025-10-14T22:37:29.4900700Z test_list_verbose (test.test_tarfile.ZstdListTest.test_list_verbose) ... ok 2025-10-14T22:37:29.4901445Z test_bytes_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_bytes_name_attribute) ... ok 2025-10-14T22:37:29.4902165Z test_check_members (test.test_tarfile.ZstdMiscReadTest.test_check_members) ... ok 2025-10-14T22:37:29.4902948Z test_empty_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_empty_name_attribute) ... ok 2025-10-14T22:37:29.4903702Z test_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4904443Z test_extract_directory (test.test_tarfile.ZstdMiscReadTest.test_extract_directory) ... ok 2025-10-14T22:37:29.4905212Z test_extract_hardlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink) ... ok 2025-10-14T22:37:29.4906032Z test_extract_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink_on_symlink) 2025-10-14T22:37:29.4906785Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4907502Z test_extract_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extract_pathlike_dir) ... ok 2025-10-14T22:37:29.4908222Z test_extractall (test.test_tarfile.ZstdMiscReadTest.test_extractall) ... ok 2025-10-14T22:37:29.4908857Z test_extractall_default_filter (test.test_tarfile.ZstdMiscReadTest.test_extractall_default_filter) ... ok 2025-10-14T22:37:29.4909554Z test_extractall_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extractall_hardlink_on_symlink) 2025-10-14T22:37:29.4910182Z This test verifies that extracting a hardlink will not follow an ... ok 2025-10-14T22:37:29.4910791Z test_extractall_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extractall_pathlike_dir) ... ok 2025-10-14T22:37:29.4911449Z test_extractfile_attrs (test.test_tarfile.ZstdMiscReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4912086Z test_fail_comp (test.test_tarfile.ZstdMiscReadTest.test_fail_comp) ... ok 2025-10-14T22:37:29.4912700Z test_fileobj_with_offset (test.test_tarfile.ZstdMiscReadTest.test_fileobj_with_offset) ... ok 2025-10-14T22:37:29.4913455Z test_find_members (test.test_tarfile.ZstdMiscReadTest.test_find_members) ... ok 2025-10-14T22:37:29.4914196Z test_ignore_zeros (test.test_tarfile.ZstdMiscReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4914869Z test_illegal_mode_arg (test.test_tarfile.ZstdMiscReadTest.test_illegal_mode_arg) ... ok 2025-10-14T22:37:29.4915530Z test_init_close_fobj (test.test_tarfile.ZstdMiscReadTest.test_init_close_fobj) ... ok 2025-10-14T22:37:29.4918628Z test_int_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_int_name_attribute) ... ok 2025-10-14T22:37:29.4920226Z test_is_tarfile_erroneous (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4921290Z test_is_tarfile_keeps_position (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4922734Z test_is_tarfile_valid (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4923548Z test_length_zero_header (test.test_tarfile.ZstdMiscReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4924309Z test_next_on_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_next_on_empty_tarfile) ... ok 2025-10-14T22:37:29.4925043Z test_no_name_argument (test.test_tarfile.ZstdMiscReadTest.test_no_name_argument) ... ok 2025-10-14T22:37:29.4925781Z test_no_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_no_name_attribute) ... ok 2025-10-14T22:37:29.4926506Z test_non_existent_tarfile (test.test_tarfile.ZstdMiscReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4927209Z test_null_tarfile (test.test_tarfile.ZstdMiscReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4927883Z test_parallel_iteration (test.test_tarfile.ZstdMiscReadTest.test_parallel_iteration) ... ok 2025-10-14T22:37:29.4928634Z test_pathlike_bytes_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_bytes_name) ... ok 2025-10-14T22:37:29.4929352Z test_pathlike_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4930058Z test_premature_end_of_archive (test.test_tarfile.ZstdMiscReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4930779Z test_v7_dirtype (test.test_tarfile.ZstdMiscReadTest.test_v7_dirtype) ... ok 2025-10-14T22:37:29.4931545Z test_xstar_type (test.test_tarfile.ZstdMiscReadTest.test_xstar_type) ... ok 2025-10-14T22:37:29.4932371Z test_zlib_error_does_not_leak (test.test_tarfile.ZstdMiscReadTest.test_zlib_error_does_not_leak) ... ok 2025-10-14T22:37:29.4933119Z test_stream_mode_no_cache (test.test_tarfile.ZstdStreamModeReadTest.test_stream_mode_no_cache) ... ok 2025-10-14T22:37:29.4933818Z test_compare_members (test.test_tarfile.ZstdStreamReadTest.test_compare_members) ... ok 2025-10-14T22:37:29.4934534Z test_empty_tarfile (test.test_tarfile.ZstdStreamReadTest.test_empty_tarfile) ... ok 2025-10-14T22:37:29.4935270Z test_extractfile_attrs (test.test_tarfile.ZstdStreamReadTest.test_extractfile_attrs) ... ok 2025-10-14T22:37:29.4936078Z test_fileobj_regular_file (test.test_tarfile.ZstdStreamReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4936845Z test_ignore_zeros (test.test_tarfile.ZstdStreamReadTest.test_ignore_zeros) ... ok 2025-10-14T22:37:29.4937606Z test_is_tarfile_erroneous (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_erroneous) ... ok 2025-10-14T22:37:29.4938401Z test_is_tarfile_keeps_position (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_keeps_position) ... ok 2025-10-14T22:37:29.4939214Z test_is_tarfile_valid (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_valid) ... ok 2025-10-14T22:37:29.4940019Z test_length_zero_header (test.test_tarfile.ZstdStreamReadTest.test_length_zero_header) ... ok 2025-10-14T22:37:29.4940782Z test_non_existent_tarfile (test.test_tarfile.ZstdStreamReadTest.test_non_existent_tarfile) ... ok 2025-10-14T22:37:29.4941491Z test_null_tarfile (test.test_tarfile.ZstdStreamReadTest.test_null_tarfile) ... ok 2025-10-14T22:37:29.4942148Z test_premature_end_of_archive (test.test_tarfile.ZstdStreamReadTest.test_premature_end_of_archive) ... ok 2025-10-14T22:37:29.4942813Z test_provoke_stream_error (test.test_tarfile.ZstdStreamReadTest.test_provoke_stream_error) ... ok 2025-10-14T22:37:29.4943565Z test_read_through (test.test_tarfile.ZstdStreamReadTest.test_read_through) ... ok 2025-10-14T22:37:29.4944170Z test_eof_marker (test.test_tarfile.ZstdStreamWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4944801Z test_file_mode (test.test_tarfile.ZstdStreamWriteTest.test_file_mode) ... skipped 'Missing umask implementation' 2025-10-14T22:37:29.4945667Z test_fileobj_no_close (test.test_tarfile.ZstdStreamWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4946472Z test_pathlike_name (test.test_tarfile.ZstdStreamWriteTest.test_pathlike_name) ... ok 2025-10-14T22:37:29.4947354Z test_stream_padding (test.test_tarfile.ZstdStreamWriteTest.test_stream_padding) ... ok 2025-10-14T22:37:29.4948164Z test_add_dir_getmember (test.test_tarfile.ZstdUstarReadTest.test_add_dir_getmember) ... skipped 'Missing getuid or getgid implementation' 2025-10-14T22:37:29.4948963Z test_fileobj_iter (test.test_tarfile.ZstdUstarReadTest.test_fileobj_iter) ... ok 2025-10-14T22:37:29.4949730Z test_fileobj_link1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link1) ... ok 2025-10-14T22:37:29.4950514Z test_fileobj_link2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link2) ... ok 2025-10-14T22:37:29.4951235Z test_fileobj_readlines (test.test_tarfile.ZstdUstarReadTest.test_fileobj_readlines) ... ok 2025-10-14T22:37:29.4951924Z test_fileobj_regular_file (test.test_tarfile.ZstdUstarReadTest.test_fileobj_regular_file) ... ok 2025-10-14T22:37:29.4952645Z test_fileobj_seek (test.test_tarfile.ZstdUstarReadTest.test_fileobj_seek) ... ok 2025-10-14T22:37:29.4953386Z test_fileobj_symlink1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink1) ... ok 2025-10-14T22:37:29.4954146Z test_fileobj_symlink2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink2) ... ok 2025-10-14T22:37:29.4954810Z test_fileobj_text (test.test_tarfile.ZstdUstarReadTest.test_fileobj_text) ... ok 2025-10-14T22:37:29.4955483Z test_issue14160 (test.test_tarfile.ZstdUstarReadTest.test_issue14160) ... ok 2025-10-14T22:37:29.4956201Z test_100_char_name (test.test_tarfile.ZstdWriteTest.test_100_char_name) ... ok 2025-10-14T22:37:29.4956938Z test_abs_pathnames (test.test_tarfile.ZstdWriteTest.test_abs_pathnames) ... ok 2025-10-14T22:37:29.4957662Z test_add_self (test.test_tarfile.ZstdWriteTest.test_add_self) ... ok 2025-10-14T22:37:29.4958349Z test_cwd (test.test_tarfile.ZstdWriteTest.test_cwd) ... ok 2025-10-14T22:37:29.4959063Z test_directory_size (test.test_tarfile.ZstdWriteTest.test_directory_size) ... ok 2025-10-14T22:37:29.4959813Z test_eof_marker (test.test_tarfile.ZstdWriteTest.test_eof_marker) ... ok 2025-10-14T22:37:29.4960668Z test_extractall_symlinks (test.test_tarfile.ZstdWriteTest.test_extractall_symlinks) ... ok 2025-10-14T22:37:29.4961418Z test_file_size (test.test_tarfile.ZstdWriteTest.test_file_size) ... ok 2025-10-14T22:37:29.4962045Z test_fileobj_no_close (test.test_tarfile.ZstdWriteTest.test_fileobj_no_close) ... ok 2025-10-14T22:37:29.4962642Z test_filter (test.test_tarfile.ZstdWriteTest.test_filter) ... ok 2025-10-14T22:37:29.4963340Z test_gettarinfo_pathlike_name (test.test_tarfile.ZstdWriteTest.test_gettarinfo_pathlike_name) ... ok 2025-10-14T22:37:29.4964031Z test_link_size (test.test_tarfile.ZstdWriteTest.test_link_size) ... ok 2025-10-14T22:37:29.4964631Z test_missing_fileobj (test.test_tarfile.ZstdWriteTest.test_missing_fileobj) ... ok 2025-10-14T22:37:29.4965268Z test_open_nonwritable_fileobj (test.test_tarfile.ZstdWriteTest.test_open_nonwritable_fileobj) ... ok 2025-10-14T22:37:29.4965898Z test_ordered_recursion (test.test_tarfile.ZstdWriteTest.test_ordered_recursion) ... ok 2025-10-14T22:37:29.4966540Z test_pathnames (test.test_tarfile.ZstdWriteTest.test_pathnames) ... ok 2025-10-14T22:37:29.4967227Z test_symlink_size (test.test_tarfile.ZstdWriteTest.test_symlink_size) ... ok 2025-10-14T22:37:29.4967878Z test_tar_size (test.test_tarfile.ZstdWriteTest.test_tar_size) ... ok 2025-10-14T22:37:29.4968478Z 2025-10-14T22:37:29.4969050Z ---------------------------------------------------------------------- 2025-10-14T22:37:29.4969631Z Ran 739 tests in 36.988s 2025-10-14T22:37:29.4970036Z 2025-10-14T22:37:29.4970518Z OK (skipped=20) 2025-10-14T22:37:29.6887901Z 0:11:50 load avg: 5.92 [27/59] test_rlcompleter passed -- running (2): test_mmap (1 min), test_socket (51.0 sec) 2025-10-14T22:37:29.6891795Z Re-running test_rlcompleter in verbose mode 2025-10-14T22:37:29.6893239Z test_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ... ok 2025-10-14T22:37:29.6894149Z test_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ... ok 2025-10-14T22:37:29.6895674Z test_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ... ok 2025-10-14T22:37:29.6896555Z test_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr) 2025-10-14T22:37:29.6897189Z Ensure getattr() is invoked no more than once per attribute ... ok 2025-10-14T22:37:29.6897791Z test_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ... ok 2025-10-14T22:37:29.6898377Z test_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ... ok 2025-10-14T22:37:29.6898988Z test_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ... ok 2025-10-14T22:37:29.6899624Z test_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ... ok 2025-10-14T22:37:29.6900007Z 2025-10-14T22:37:29.6900486Z ---------------------------------------------------------------------- 2025-10-14T22:37:29.6901076Z Ran 8 tests in 0.021s 2025-10-14T22:37:29.6901446Z 2025-10-14T22:37:29.6901853Z OK 2025-10-14T22:37:37.6025959Z 0:11:58 load avg: 5.36 [28/59] test_mmap passed (1 min 8 sec) -- running (1): test_socket (58.9 sec) 2025-10-14T22:37:37.6063604Z Re-running test_mmap in verbose mode 2025-10-14T22:37:37.6342794Z test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB) ... skipped 'test cannot run on 32-bit systems' 2025-10-14T22:37:37.6350090Z test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB) ... skipped 'test cannot run on 32-bit systems' 2025-10-14T22:37:37.6355363Z test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize) ... ok 2025-10-14T22:37:37.6409135Z test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset) ... ok 2025-10-14T22:37:37.6447054Z test_access_parameter (test.test_mmap.MmapTests.test_access_parameter) ... ok 2025-10-14T22:37:37.6877330Z test_access_violations (test.test_mmap.MmapTests.test_access_violations) ... skipped 'test needs debug build' 2025-10-14T22:37:37.6884255Z test_anonymous (test.test_mmap.MmapTests.test_anonymous) ... ok 2025-10-14T22:37:37.7206890Z test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc) ... ok 2025-10-14T22:37:37.7212958Z test_basic (test.test_mmap.MmapTests.test_basic) ... ok 2025-10-14T22:37:37.7525207Z test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception) ... ok 2025-10-14T22:37:37.7565603Z test_context_manager (test.test_mmap.MmapTests.test_context_manager) ... ok 2025-10-14T22:37:37.7966853Z test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception) ... ok 2025-10-14T22:37:37.8237517Z test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) ... ok 2025-10-14T22:37:37.8245329Z test_double_close (test.test_mmap.MmapTests.test_double_close) ... ok 2025-10-14T22:37:37.8402238Z test_empty_file (test.test_mmap.MmapTests.test_empty_file) ... ok 2025-10-14T22:37:37.8407771Z test_entire_file (test.test_mmap.MmapTests.test_entire_file) ... ok 2025-10-14T22:37:37.8457991Z test_error (test.test_mmap.MmapTests.test_error) ... ok 2025-10-14T22:37:37.8458771Z test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice) ... ok 2025-10-14T22:37:37.8494642Z test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice) ... ok 2025-10-14T22:37:37.8525143Z test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer) ... skipped 'mmap flags unavailable' 2025-10-14T22:37:37.9803989Z test_find_end (test.test_mmap.MmapTests.test_find_end) ... ok 2025-10-14T22:37:37.9806862Z test_flush_parameters (test.test_mmap.MmapTests.test_flush_parameters) ... ok 2025-10-14T22:37:37.9811655Z test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value) ... ok 2025-10-14T22:37:38.0001298Z test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) ... ok 2025-10-14T22:37:38.0051490Z test_io_methods (test.test_mmap.MmapTests.test_io_methods) ... ok 2025-10-14T22:37:38.0975561Z test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset) ... ok 2025-10-14T22:37:38.1033416Z test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset) ... ok 2025-10-14T22:37:38.1046894Z test_madvise (test.test_mmap.MmapTests.test_madvise) ... skipped 'needs madvise' 2025-10-14T22:37:38.1153529Z test_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios) 2025-10-14T22:37:38.1162994Z gh-103987: Test that mmap objects raise ValueError ... ok 2025-10-14T22:37:38.1163973Z test_move (test.test_mmap.MmapTests.test_move) ... ok 2025-10-14T22:37:38.1173958Z test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte) ... ok 2025-10-14T22:37:38.1174720Z test_offset (test.test_mmap.MmapTests.test_offset) ... ok 2025-10-14T22:37:38.1175370Z test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly) ... skipped 'needs mmap.PROT_READ' 2025-10-14T22:37:38.1176009Z test_read_all (test.test_mmap.MmapTests.test_read_all) ... ok 2025-10-14T22:37:38.1176650Z test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg) ... ok 2025-10-14T22:37:38.1177262Z test_repr (test.test_mmap.MmapTests.test_repr) ... ok 2025-10-14T22:37:38.1177842Z test_resize (test.test_mmap.MmapTests.test_resize) ... ok 2025-10-14T22:37:38.1178475Z test_resize_down_anonymous_mapping (test.test_mmap.MmapTests.test_resize_down_anonymous_mapping) 2025-10-14T22:37:38.1179126Z If the mmap is backed by the pagefile ensure a resize down up can happen ... ok 2025-10-14T22:37:38.1179785Z test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere) 2025-10-14T22:37:38.1180465Z If more than one mapping is held against a named file on Windows, neither ... ok 2025-10-14T22:37:38.1181080Z test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos) ... ok 2025-10-14T22:37:38.1181777Z test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping) 2025-10-14T22:37:38.1182476Z If a more than one mapping exists of the same name, none of them can ... ok 2025-10-14T22:37:38.1183111Z test_resize_up_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_anonymous_mapping) 2025-10-14T22:37:38.1183737Z If the mmap is backed by the pagefile ensure a resize up can happen ... ok 2025-10-14T22:37:38.1184410Z test_resize_up_private_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_private_anonymous_mapping) ... skipped 'requires Posix' 2025-10-14T22:37:38.1185403Z test_rfind (test.test_mmap.MmapTests.test_rfind) ... ok 2025-10-14T22:37:38.1186056Z test_sizeof (test.test_mmap.MmapTests.test_sizeof) ... ok 2025-10-14T22:37:38.1186706Z test_subclass (test.test_mmap.MmapTests.test_subclass) ... ok 2025-10-14T22:37:38.1187390Z test_tagname (test.test_mmap.MmapTests.test_tagname) ... ok 2025-10-14T22:37:38.1187996Z test_tougher_find (test.test_mmap.MmapTests.test_tougher_find) ... ok 2025-10-14T22:37:38.1188594Z test_trackfd_neg1 (test.test_mmap.MmapTests.test_trackfd_neg1) ... ok 2025-10-14T22:37:38.1189220Z test_trackfd_parameter (test.test_mmap.MmapTests.test_trackfd_parameter) ... ok 2025-10-14T22:37:38.1189828Z test_weakref (test.test_mmap.MmapTests.test_weakref) ... ok 2025-10-14T22:37:38.1190515Z test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written) ... ok 2025-10-14T22:37:38.1191159Z 2025-10-14T22:37:38.1191692Z ---------------------------------------------------------------------- 2025-10-14T22:37:38.1192261Z Ran 52 tests in 67.968s 2025-10-14T22:37:38.1192607Z 2025-10-14T22:37:38.1193040Z OK (skipped=7) 2025-10-14T22:37:38.1466617Z 0:11:59 load avg: 5.47 [29/59] test_embed passed -- running (1): test_socket (59.5 sec) 2025-10-14T22:37:38.1471001Z Re-running test_embed in verbose mode 2025-10-14T22:37:38.1472562Z test_audit (test.test_embed.AuditingTests.test_audit) ... ok 2025-10-14T22:37:38.1473482Z test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) ... ok 2025-10-14T22:37:38.1504451Z test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) ... ok 2025-10-14T22:37:38.1505252Z test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) ... ok 2025-10-14T22:37:38.1505949Z test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) ... ok 2025-10-14T22:37:38.1506619Z test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) ... ok 2025-10-14T22:37:38.1507239Z test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) ... ok 2025-10-14T22:37:38.1507824Z test_audit_tuple (test.test_embed.AuditingTests.test_audit_tuple) ... ok 2025-10-14T22:37:38.1508497Z test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) ... ok 2025-10-14T22:37:38.1509108Z test_gilstate_after_finalization (test.test_embed.AuditingTests.test_gilstate_after_finalization) ... ok 2025-10-14T22:37:38.1509703Z test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) ... ok 2025-10-14T22:37:38.1510252Z test_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891) 2025-10-14T22:37:38.1510837Z bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not ... ok 2025-10-14T22:37:38.1511533Z test_datetime_reset_strptime (test.test_embed.EmbeddingTests.test_datetime_reset_strptime) ... ok 2025-10-14T22:37:38.1512296Z test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) ... ok 2025-10-14T22:37:38.1513050Z test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) ... ok 2025-10-14T22:37:38.1513776Z test_getargs_reset_static_parser (test.test_embed.EmbeddingTests.test_getargs_reset_static_parser) ... ok 2025-10-14T22:37:38.1514451Z test_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain) 2025-10-14T22:37:38.1515100Z bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. ... ok 2025-10-14T22:37:38.1515750Z test_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice) 2025-10-14T22:37:38.1516444Z bpo-33932: Calling Py_Initialize() twice should do nothing (and not ... ok 2025-10-14T22:37:38.1517183Z test_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api) 2025-10-14T22:37:38.1517851Z Checks some key parts of the C-API that need to work before the runtime ... ok 2025-10-14T22:37:38.1518579Z test_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options) 2025-10-14T22:37:38.1519174Z Checks that sys.warnoptions and sys._xoptions can be set before the ... ok 2025-10-14T22:37:38.1519763Z test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) ... ok 2025-10-14T22:37:38.1520423Z test_run_main (test.test_embed.EmbeddingTests.test_run_main) ... ok 2025-10-14T22:37:38.1521094Z test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) ... ok 2025-10-14T22:37:38.1521903Z test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) ... ok 2025-10-14T22:37:38.1522731Z test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE) ... ok 2025-10-14T22:37:38.1523581Z test_static_types_inherited_slots (test.test_embed.EmbeddingTests.test_static_types_inherited_slots) ... ok 2025-10-14T22:37:38.1524410Z test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) ... ok 2025-10-14T22:37:38.1525060Z test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) ... ok 2025-10-14T22:37:38.1525661Z test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) ... ok 2025-10-14T22:37:38.1526235Z test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) ... ok 2025-10-14T22:37:38.1526799Z test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) ... ok 2025-10-14T22:37:38.1527568Z test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) ... ok 2025-10-14T22:37:38.1528305Z test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) ... ok 2025-10-14T22:37:38.1529017Z test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) ... ok 2025-10-14T22:37:38.1529779Z test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:37:38.1530533Z test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:37:38.1531164Z test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) ... ok 2025-10-14T22:37:38.1531738Z test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) ... ok 2025-10-14T22:37:38.1532343Z test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) ... ok 2025-10-14T22:37:38.1533018Z test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) ... ok 2025-10-14T22:37:38.1533627Z test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) ... ok 2025-10-14T22:37:38.1534331Z test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) ... ok 2025-10-14T22:37:38.1535028Z test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) ... ok 2025-10-14T22:37:38.1535712Z test_init_in_background_thread (test.test_embed.InitConfigTests.test_init_in_background_thread) ... ok 2025-10-14T22:37:38.1536323Z test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) ... ok 2025-10-14T22:37:38.1537020Z test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) ... ok 2025-10-14T22:37:38.1538057Z test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) ... ok 2025-10-14T22:37:38.1538825Z test_init_main_interpreter_settings (test.test_embed.InitConfigTests.test_init_main_interpreter_settings) ... ok 2025-10-14T22:37:38.1539783Z test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) ... ok 2025-10-14T22:37:38.1540678Z test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) ... skipped 'See test_init_pybuilddir_win32' 2025-10-14T22:37:38.1541422Z test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) ... ok 2025-10-14T22:37:38.1542085Z test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) ... ok 2025-10-14T22:37:38.1542763Z test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:37:38.1543518Z test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) ... ok 2025-10-14T22:37:38.1544150Z test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) ... ok 2025-10-14T22:37:38.1544729Z test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) ... ok 2025-10-14T22:37:38.1545383Z test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) ... ok 2025-10-14T22:37:38.1546053Z test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) ... ok 2025-10-14T22:37:38.1548190Z test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) ... ok 2025-10-14T22:37:38.1552111Z test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) ... ok 2025-10-14T22:37:38.1553515Z test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) ... ok 2025-10-14T22:37:38.4159435Z test_initconfig_api (test.test_embed.InitConfigTests.test_initconfig_api) ... skipped 'segfaults on BOLT instrumented binaries' 2025-10-14T22:37:38.4171677Z test_initconfig_exit (test.test_embed.InitConfigTests.test_initconfig_exit) ... ok 2025-10-14T22:37:38.4173181Z test_initconfig_get_api (test.test_embed.InitConfigTests.test_initconfig_get_api) ... ok 2025-10-14T22:37:38.4178780Z test_initconfig_module (test.test_embed.InitConfigTests.test_initconfig_module) ... ok 2025-10-14T22:37:38.4179622Z test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) ... ok 2025-10-14T22:37:38.4180580Z test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) ... ok 2025-10-14T22:37:38.4181393Z test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) ... ok 2025-10-14T22:37:38.4182294Z test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) ... ok 2025-10-14T22:37:38.4183087Z test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) ... ok 2025-10-14T22:37:38.4183917Z test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) ... ok 2025-10-14T22:37:38.4184777Z test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) ... ok 2025-10-14T22:37:38.4185573Z test_frozenmain (test.test_embed.MiscTests.test_frozenmain) ... skipped 'Py_FrozenMain is not exported on Windows' 2025-10-14T22:37:38.4186438Z test_no_memleak (test.test_embed.MiscTests.test_no_memleak) ... skipped '-X showrefcount requires a Python debug build' 2025-10-14T22:37:38.4187272Z test_presite (test.test_embed.MiscTests.test_presite) ... skipped '-X presite requires a Python debug build' 2025-10-14T22:37:38.4188078Z test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) ... ok 2025-10-14T22:37:38.4188694Z 2025-10-14T22:37:38.4189384Z ---------------------------------------------------------------------- 2025-10-14T22:37:38.4190029Z Ran 76 tests in 8.278s 2025-10-14T22:37:38.4190439Z 2025-10-14T22:37:38.4190955Z OK (skipped=8) 2025-10-14T22:37:46.9015391Z 0:12:08 load avg: 5.32 [30/59] test_httplib passed -- running (1): test_socket (1 min 8 sec) 2025-10-14T22:37:46.9026272Z Re-running test_httplib in verbose mode 2025-10-14T22:37:46.9027703Z test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr) ... ok 2025-10-14T22:37:46.9038529Z test_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request) 2025-10-14T22:37:46.9042728Z Check that request() respects the configured block size. ... ok 2025-10-14T22:37:46.9051607Z test_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send) 2025-10-14T22:37:46.9052787Z Check that send() respects the configured block size. ... ok 2025-10-14T22:37:46.9073731Z test_chunked (test.test_httplib.BasicTest.test_chunked) ... ok 2025-10-14T22:37:46.9084002Z test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension) ... ok 2025-10-14T22:37:46.9085527Z test_chunked_head (test.test_httplib.BasicTest.test_chunked_head) ... ok 2025-10-14T22:37:46.9087687Z test_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end) 2025-10-14T22:37:46.9088433Z some servers may serve up a short chunked encoding stream ... ok 2025-10-14T22:37:46.9089084Z test_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync) 2025-10-14T22:37:46.9089698Z Check that we don't read past the end of the chunked-encoding stream ... ok 2025-10-14T22:37:46.9090339Z test_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers) 2025-10-14T22:37:46.9090934Z See that trailers are read and ignored ... ok 2025-10-14T22:37:46.9091748Z test_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync) 2025-10-14T22:37:46.9092431Z Check that we don't read past the end of the Content-Length stream ... ok 2025-10-14T22:37:46.9093052Z test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status) ... ok 2025-10-14T22:37:46.9093684Z test_early_eof (test.test_httplib.BasicTest.test_early_eof) ... ok 2025-10-14T22:37:46.9094302Z test_epipe (test.test_httplib.BasicTest.test_epipe) ... ok 2025-10-14T22:37:46.9095023Z test_error_leak (test.test_httplib.BasicTest.test_error_leak) ... ok 2025-10-14T22:37:46.9095761Z test_host_port (test.test_httplib.BasicTest.test_host_port) ... ok 2025-10-14T22:37:46.9096439Z test_httpstatus_category (test.test_httplib.BasicTest.test_httpstatus_category) 2025-10-14T22:37:46.9097136Z Checks that the statuses belong to the standard categories ... ok 2025-10-14T22:37:46.9097750Z test_httpstatus_range (test.test_httplib.BasicTest.test_httpstatus_range) 2025-10-14T22:37:46.9098588Z Checks that the statuses are in the 100-599 range ... ok 2025-10-14T22:37:46.9099184Z test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read) ... ok 2025-10-14T22:37:46.9099794Z test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads) ... ok 2025-10-14T22:37:46.9100469Z test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length) ... ok 2025-10-14T22:37:46.9101214Z test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line) ... ok 2025-10-14T22:37:46.9101948Z test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100) ... ok 2025-10-14T22:37:46.9102705Z test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line) ... ok 2025-10-14T22:37:46.9103407Z test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line) ... ok 2025-10-14T22:37:46.9104177Z test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos) ... ok 2025-10-14T22:37:46.9104902Z test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body) ... ok 2025-10-14T22:37:46.9105630Z test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length) ... ok 2025-10-14T22:37:46.9106366Z test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end) ... ok 2025-10-14T22:37:46.9107156Z test_partial_reads (test.test_httplib.BasicTest.test_partial_reads) ... ok 2025-10-14T22:37:46.9107829Z test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body) ... ok 2025-10-14T22:37:46.9108523Z test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length) ... ok 2025-10-14T22:37:46.9109257Z test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end) ... ok 2025-10-14T22:37:46.9109946Z test_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation) 2025-10-14T22:37:46.9110581Z It should be possible to override the default validation ... ok 2025-10-14T22:37:46.9111188Z test_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding) 2025-10-14T22:37:46.9111798Z It should be possible to override the default encoding ... ok 2025-10-14T22:37:46.9112421Z test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation) ... ok 2025-10-14T22:37:46.9113121Z test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length) ... ok 2025-10-14T22:37:46.9113782Z test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length) ... ok 2025-10-14T22:37:46.9114394Z test_read_head (test.test_httplib.BasicTest.test_read_head) ... ok 2025-10-14T22:37:46.9115042Z test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked) ... ok 2025-10-14T22:37:46.9115819Z test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head) ... ok 2025-10-14T22:37:46.9116456Z test_readinto_head (test.test_httplib.BasicTest.test_readinto_head) ... ok 2025-10-14T22:37:46.9117088Z test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length) ... ok 2025-10-14T22:37:46.9117744Z test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length) ... ok 2025-10-14T22:37:46.9118393Z test_response_fileno (test.test_httplib.BasicTest.test_response_fileno) ... ok 2025-10-14T22:37:46.9119023Z test_response_headers (test.test_httplib.BasicTest.test_response_headers) ... ok 2025-10-14T22:37:46.9119724Z test_send (test.test_httplib.BasicTest.test_send) ... ok 2025-10-14T22:37:46.9120303Z test_send_file (test.test_httplib.BasicTest.test_send_file) ... ok 2025-10-14T22:37:46.9120873Z test_send_iter (test.test_httplib.BasicTest.test_send_iter) ... ok 2025-10-14T22:37:46.9121458Z test_send_type_error (test.test_httplib.BasicTest.test_send_type_error) ... ok 2025-10-14T22:37:46.9122144Z test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file) ... ok 2025-10-14T22:37:46.9122915Z test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus) ... ok 2025-10-14T22:37:46.9123577Z test_status_lines (test.test_httplib.BasicTest.test_status_lines) ... ok 2025-10-14T22:37:46.9124185Z test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers) ... ok 2025-10-14T22:37:46.9124786Z test_peek (test.test_httplib.ExtendedReadTest.test_peek) ... ok 2025-10-14T22:37:46.9125358Z test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0) ... ok 2025-10-14T22:37:46.9125944Z test_read1 (test.test_httplib.ExtendedReadTest.test_read1) ... ok 2025-10-14T22:37:46.9126653Z test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0) ... ok 2025-10-14T22:37:46.9127256Z test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded) ... ok 2025-10-14T22:37:46.9127906Z test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded) ... ok 2025-10-14T22:37:46.9128503Z test_readline (test.test_httplib.ExtendedReadTest.test_readline) ... ok 2025-10-14T22:37:46.9129115Z test_readline_without_limit (test.test_httplib.ExtendedReadTest.test_readline_without_limit) ... ok 2025-10-14T22:37:46.9129763Z test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek) ... ok 2025-10-14T22:37:46.9130374Z test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0) ... ok 2025-10-14T22:37:46.9130969Z test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1) ... ok 2025-10-14T22:37:46.9131562Z test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0) ... ok 2025-10-14T22:37:46.9132195Z test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded) ... ok 2025-10-14T22:37:46.9132821Z test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded) ... ok 2025-10-14T22:37:46.9133470Z test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline) ... ok 2025-10-14T22:37:46.9134109Z test_readline_without_limit (test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit) ... ok 2025-10-14T22:37:46.9134832Z test_peek (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek) ... ok 2025-10-14T22:37:46.9135462Z test_peek_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0) ... ok 2025-10-14T22:37:46.9136091Z test_read1 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1) ... ok 2025-10-14T22:37:46.9136741Z test_read1_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0) ... ok 2025-10-14T22:37:46.9137382Z test_read1_bounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded) ... ok 2025-10-14T22:37:46.9138070Z test_read1_unbounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded) ... ok 2025-10-14T22:37:46.9138722Z test_readline (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline) ... ok 2025-10-14T22:37:46.9139586Z test_readline_without_limit (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit) ... ok 2025-10-14T22:37:46.9140280Z test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header) ... ok 2025-10-14T22:37:46.9140980Z test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint) ... ok 2025-10-14T22:37:46.9141815Z test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default) ... ok 2025-10-14T22:37:46.9142853Z test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default) ... ok 2025-10-14T22:37:46.9143705Z test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default) ... ok 2025-10-14T22:37:46.9144506Z test_attributes (test.test_httplib.HTTPSTest.test_attributes) ... ok 2025-10-14T22:37:46.9145142Z test_host_port (test.test_httplib.HTTPSTest.test_host_port) ... ok 2025-10-14T22:37:46.9145748Z test_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... ok 2025-10-14T22:37:46.9148370Z test_local_good_hostname (test.test_httplib.HTTPSTest.test_local_good_hostname) ... ok 2025-10-14T22:37:46.9149736Z test_local_unknown_cert (test.test_httplib.HTTPSTest.test_local_unknown_cert) ... ok 2025-10-14T22:37:46.9150531Z test_networked (test.test_httplib.HTTPSTest.test_networked) ... ok 2025-10-14T22:37:46.9151617Z test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) ... ok 2025-10-14T22:37:46.9152289Z test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) ... ok 2025-10-14T22:37:46.9152922Z test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) ... ok 2025-10-14T22:37:46.9153669Z test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) ... ok 2025-10-14T22:37:46.9154412Z test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha) ... ok 2025-10-14T22:37:46.9155113Z test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers) ... ok 2025-10-14T22:37:46.9155847Z test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0) ... ok 2025-10-14T22:37:46.9156558Z test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel) ... ok 2025-10-14T22:37:46.9157293Z test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers) ... ok 2025-10-14T22:37:46.9158006Z test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header) ... ok 2025-10-14T22:37:46.9158710Z test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with) ... ok 2025-10-14T22:37:46.9159479Z test_max_connection_headers (test.test_httplib.HeaderTests.test_max_connection_headers) ... ok 2025-10-14T22:37:46.9160164Z test_max_response_headers (test.test_httplib.HeaderTests.test_max_response_headers) ... ok 2025-10-14T22:37:46.9160817Z test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets) ... ok 2025-10-14T22:37:46.9161409Z test_putheader (test.test_httplib.HeaderTests.test_putheader) ... ok 2025-10-14T22:37:46.9162057Z test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names) ... ok 2025-10-14T22:37:46.9162669Z test_all (test.test_httplib.OfflineTest.test_all) ... ok 2025-10-14T22:37:46.9163238Z test_client_constants (test.test_httplib.OfflineTest.test_client_constants) ... ok 2025-10-14T22:37:46.9163830Z test_responses (test.test_httplib.OfflineTest.test_responses) ... ok 2025-10-14T22:37:46.9164430Z test_100_close (test.test_httplib.PersistenceTest.test_100_close) ... ok 2025-10-14T22:37:46.9165186Z test_disconnected (test.test_httplib.PersistenceTest.test_disconnected) ... ok 2025-10-14T22:37:46.9165857Z test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect) ... ok 2025-10-14T22:37:46.9166631Z test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body) ... ok 2025-10-14T22:37:46.9167261Z test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body) ... ok 2025-10-14T22:37:46.9167928Z test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body) ... ok 2025-10-14T22:37:46.9168675Z test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body) ... ok 2025-10-14T22:37:46.9169329Z test_list_body (test.test_httplib.RequestBodyTest.test_list_body) ... ok 2025-10-14T22:37:46.9169968Z test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length) ... ok 2025-10-14T22:37:46.9170706Z test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body) ... ok 2025-10-14T22:37:46.9171318Z testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress) ... ok 2025-10-14T22:37:46.9171998Z testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress) ... ok 2025-10-14T22:37:46.9172683Z testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute) ... ok 2025-10-14T22:37:46.9173385Z test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body) ... ok 2025-10-14T22:37:46.9174070Z test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked) ... ok 2025-10-14T22:37:46.9174739Z test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers) ... ok 2025-10-14T22:37:46.9175373Z test_request (test.test_httplib.TransferEncodingTest.test_request) ... ok 2025-10-14T22:37:46.9176024Z test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request) ... ok 2025-10-14T22:37:46.9176867Z test_connect_put_request_ipv6 (test.test_httplib.TunnelTests.test_connect_put_request_ipv6) ... ok 2025-10-14T22:37:46.9177587Z test_connect_put_request_ipv6_port (test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port) ... ok 2025-10-14T22:37:46.9178288Z test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel) ... ok 2025-10-14T22:37:46.9179077Z test_connect_with_tunnel_different_host (test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host) ... ok 2025-10-14T22:37:46.9179880Z test_connect_with_tunnel_idna (test.test_httplib.TunnelTests.test_connect_with_tunnel_idna) ... ok 2025-10-14T22:37:46.9180682Z test_connect_with_tunnel_with_default_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port) ... ok 2025-10-14T22:37:46.9181625Z test_connect_with_tunnel_with_different_host_header (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header) ... ok 2025-10-14T22:37:46.9182504Z test_connect_with_tunnel_with_nonstandard_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port) ... ok 2025-10-14T22:37:46.9183385Z test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect) ... ok 2025-10-14T22:37:46.9184221Z test_no_proxy_response_headers (test.test_httplib.TunnelTests.test_no_proxy_response_headers) ... ok 2025-10-14T22:37:46.9185002Z test_proxy_response_headers (test.test_httplib.TunnelTests.test_proxy_response_headers) ... ok 2025-10-14T22:37:46.9185816Z test_set_tunnel_host_port_headers_add_host_missing (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing) ... ok 2025-10-14T22:37:46.9186695Z test_set_tunnel_host_port_headers_set_host_different (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different) ... ok 2025-10-14T22:37:46.9187660Z test_set_tunnel_host_port_headers_set_host_identical (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical) ... ok 2025-10-14T22:37:46.9188673Z test_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup) 2025-10-14T22:37:46.9189474Z Regresstion test for https://bugs.python.org/issue43332. ... ok 2025-10-14T22:37:46.9190361Z test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog) ... ok 2025-10-14T22:37:46.9191138Z test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak) ... ok 2025-10-14T22:37:46.9191655Z 2025-10-14T22:37:46.9192341Z ---------------------------------------------------------------------- 2025-10-14T22:37:46.9192937Z Ran 142 tests in 21.500s 2025-10-14T22:37:46.9193296Z 2025-10-14T22:37:46.9193811Z OK 2025-10-14T22:37:48.2797719Z 0:12:09 load avg: 5.34 [31/59] test_socket passed (1 min 9 sec) 2025-10-14T22:37:48.2835227Z Re-running test_socket in verbose mode 2025-10-14T22:37:48.3009538Z testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) ... ok 2025-10-14T22:37:48.3046203Z testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.3951225Z testBindAny (test.test_socket.BasicCANTest.testBindAny) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.3973385Z testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.3976739Z testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.4008391Z testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.4046445Z testFilter (test.test_socket.BasicCANTest.testFilter) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.4335901Z testLoopback (test.test_socket.BasicCANTest.testLoopback) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.6072602Z testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.6238741Z testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) ... ok 2025-10-14T22:37:48.6248333Z testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) ... ok 2025-10-14T22:37:48.6507269Z testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) ... ok 2025-10-14T22:37:48.6720217Z testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) ... ok 2025-10-14T22:37:48.7127614Z testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) ... ok 2025-10-14T22:37:48.7444265Z testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) ... ok 2025-10-14T22:37:48.7450687Z testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) ... ok 2025-10-14T22:37:48.7454475Z testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7455540Z testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7456389Z testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7457884Z testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7458754Z testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7459585Z testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) ... skipped 'QIPCRTR sockets required for this test.' 2025-10-14T22:37:48.7460378Z testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7461414Z testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7462232Z testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7463000Z testDefaults (test.test_socket.BasicSocketPairTest.testDefaults) ... ok 2025-10-14T22:37:48.7463694Z testRecv (test.test_socket.BasicSocketPairTest.testRecv) ... ok 2025-10-14T22:37:48.7464371Z testSend (test.test_socket.BasicSocketPairTest.testSend) ... ok 2025-10-14T22:37:48.7465047Z testDetach (test.test_socket.BasicTCPTest.testDetach) ... ok 2025-10-14T22:37:48.7465817Z testDup (test.test_socket.BasicTCPTest.testDup) ... ok 2025-10-14T22:37:48.7466520Z testFromFd (test.test_socket.BasicTCPTest.testFromFd) ... ok 2025-10-14T22:37:48.7467194Z testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv) ... ok 2025-10-14T22:37:48.7467914Z testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom) ... ok 2025-10-14T22:37:48.7468606Z testRecv (test.test_socket.BasicTCPTest.testRecv) ... ok 2025-10-14T22:37:48.7469373Z testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom) ... ok 2025-10-14T22:37:48.7470101Z testSendAll (test.test_socket.BasicTCPTest.testSendAll) ... ok 2025-10-14T22:37:48.7470807Z testShutdown (test.test_socket.BasicTCPTest.testShutdown) ... ok 2025-10-14T22:37:48.7471537Z testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow) ... ok 2025-10-14T22:37:48.7472256Z testDetach (test.test_socket.BasicTCPTest2.testDetach) ... ok 2025-10-14T22:37:48.7472983Z testDup (test.test_socket.BasicTCPTest2.testDup) ... ok 2025-10-14T22:37:48.7473705Z testFromFd (test.test_socket.BasicTCPTest2.testFromFd) ... ok 2025-10-14T22:37:48.7474386Z testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv) ... ok 2025-10-14T22:37:48.7475086Z testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom) ... ok 2025-10-14T22:37:48.7475774Z testRecv (test.test_socket.BasicTCPTest2.testRecv) ... ok 2025-10-14T22:37:48.7476450Z testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom) ... ok 2025-10-14T22:37:48.7477126Z testSendAll (test.test_socket.BasicTCPTest2.testSendAll) ... ok 2025-10-14T22:37:48.7477783Z testShutdown (test.test_socket.BasicTCPTest2.testShutdown) ... ok 2025-10-14T22:37:48.7478477Z testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow) ... ok 2025-10-14T22:37:48.7479234Z testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7480064Z testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7480883Z testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7481595Z testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom) ... ok 2025-10-14T22:37:48.7482385Z testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative) ... ok 2025-10-14T22:37:48.7483102Z testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv) ... ok 2025-10-14T22:37:48.7483814Z testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket) ... skipped 'need fcntl' 2025-10-14T22:37:48.7484667Z testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants) ... skipped 'need fcntl' 2025-10-14T22:37:48.7485454Z testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize) ... skipped 'need fcntl' 2025-10-14T22:37:48.7486232Z testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants) ... skipped 'need fcntl' 2025-10-14T22:37:48.7487022Z testBadHciAddr (test.test_socket.BluetoothTest.testBadHciAddr) ... skipped 'Bluetooth HCI sockets required for this test' 2025-10-14T22:37:48.7487900Z testBadL2capAddr (test.test_socket.BluetoothTest.testBadL2capAddr) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:37:48.7488883Z testBadRfcommAddr (test.test_socket.BluetoothTest.testBadRfcommAddr) ... ok 2025-10-14T22:37:48.7489722Z testBadScoAddr (test.test_socket.BluetoothTest.testBadScoAddr) ... skipped 'Bluetooth SCO sockets required for this test' 2025-10-14T22:37:48.7490667Z testBindBrEdrL2capSocket (test.test_socket.BluetoothTest.testBindBrEdrL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:37:48.7491612Z testBindHciSocket (test.test_socket.BluetoothTest.testBindHciSocket) ... skipped 'Bluetooth HCI sockets required for this test' 2025-10-14T22:37:48.7492635Z testBindLeAttL2capSocket (test.test_socket.BluetoothTest.testBindLeAttL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:37:48.7493440Z testBindLePsmL2capSocket (test.test_socket.BluetoothTest.testBindLePsmL2capSocket) ... skipped 'Bluetooth L2CAP sockets required for this test' 2025-10-14T22:37:48.7494230Z testBindRfcommSocket (test.test_socket.BluetoothTest.testBindRfcommSocket) ... skipped '[WinError 10050] A socket operation encountered a dead network' 2025-10-14T22:37:48.7495095Z testBindScoSocket (test.test_socket.BluetoothTest.testBindScoSocket) ... skipped 'Bluetooth SCO sockets required for this test' 2025-10-14T22:37:48.7495880Z testCreateHciSocket (test.test_socket.BluetoothTest.testCreateHciSocket) ... skipped 'windows does not support HCI sockets' 2025-10-14T22:37:48.7496675Z testCreateL2capSocket (test.test_socket.BluetoothTest.testCreateL2capSocket) ... skipped 'windows does not support L2CAP sockets' 2025-10-14T22:37:48.7497443Z testCreateRfcommSocket (test.test_socket.BluetoothTest.testCreateRfcommSocket) ... ok 2025-10-14T22:37:48.7498194Z testCreateScoSocket (test.test_socket.BluetoothTest.testCreateScoSocket) ... skipped 'windows does not support SCO sockets' 2025-10-14T22:37:48.7499035Z testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray) ... ok 2025-10-14T22:37:48.7499762Z testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray) ... ok 2025-10-14T22:37:48.7500530Z testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer) ... ok 2025-10-14T22:37:48.7501272Z testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview) ... ok 2025-10-14T22:37:48.7502045Z testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer) ... ok 2025-10-14T22:37:48.7502762Z testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray) ... ok 2025-10-14T22:37:48.7503497Z testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray) ... ok 2025-10-14T22:37:48.7504263Z testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview) ... ok 2025-10-14T22:37:48.7505125Z testBCM (test.test_socket.CANTest.testBCM) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.7505948Z testSendFrame (test.test_socket.CANTest.testSendFrame) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.7506808Z testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.7507677Z testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) ... skipped 'SocketCan required for this test.' 2025-10-14T22:37:48.7508544Z testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN) ... skipped "don't have CMSG_LEN" 2025-10-14T22:37:48.7509341Z testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE) ... skipped "don't have CMSG_SPACE" 2025-10-14T22:37:48.7510116Z testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase) ... ok 2025-10-14T22:37:48.7510850Z testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose) ... ok 2025-10-14T22:37:48.7511599Z test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4) ... ok 2025-10-14T22:37:48.7512296Z test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6) ... ok 2025-10-14T22:37:48.7513098Z test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4) ... ok 2025-10-14T22:37:48.7513913Z test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6) ... ok 2025-10-14T22:37:48.7514662Z test_address (test.test_socket.CreateServerTest.test_address) ... ok 2025-10-14T22:37:48.7515470Z test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family) ... ok 2025-10-14T22:37:48.7516393Z test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type) ... ok 2025-10-14T22:37:48.7517373Z test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default) ... ok 2025-10-14T22:37:48.7518189Z test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port) ... ok 2025-10-14T22:37:48.7518915Z testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.7519664Z testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.7520447Z testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.7521214Z testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.7522037Z testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.7522821Z testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.7523573Z testReadline (test.test_socket.FileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.7524263Z testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.7524944Z testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.7525627Z testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.7526345Z test_close_detach_race (test.test_socket.FreeThreadingTests.test_close_detach_race) ... ok 2025-10-14T22:37:48.7527145Z test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) ... skipped 'macOS specific test' 2025-10-14T22:37:48.7528013Z testCloseException (test.test_socket.GeneralModuleTests.testCloseException) ... ok 2025-10-14T22:37:48.7529554Z testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants) ... ok 2025-10-14T22:37:48.7530404Z testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants) ... ok 2025-10-14T22:37:48.7531060Z testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout) ... ok 2025-10-14T22:37:48.7531728Z testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy) ... ok 2025-10-14T22:37:48.7532335Z testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt) ... ok 2025-10-14T22:37:48.7532983Z testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo) ... ok 2025-10-14T22:37:48.7533545Z testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... ok 2025-10-14T22:37:48.7534134Z testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes) ... ok 2025-10-14T22:37:48.7534720Z testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString) ... ok 2025-10-14T22:37:48.7535282Z testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString) ... ok 2025-10-14T22:37:48.7535978Z testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex) ... ok 2025-10-14T22:37:48.7536570Z testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash) ... ok 2025-10-14T22:37:48.7537202Z testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName) ... ok 2025-10-14T22:37:48.7537866Z testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex) ... ok 2025-10-14T22:37:48.7538490Z testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes) ... ok 2025-10-14T22:37:48.7539195Z testNtoH (test.test_socket.GeneralModuleTests.testNtoH) ... ok 2025-10-14T22:37:48.7539805Z testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors) ... ok 2025-10-14T22:37:48.7540408Z testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo) ... ok 2025-10-14T22:37:48.7541011Z testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose) ... ok 2025-10-14T22:37:48.7541593Z testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors) ... ok 2025-10-14T22:37:48.7542165Z testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt) ... ok 2025-10-14T22:37:48.7542907Z testSockName (test.test_socket.GeneralModuleTests.testSockName) ... ok 2025-10-14T22:37:48.7543599Z testSocketError (test.test_socket.GeneralModuleTests.testSocketError) ... ok 2025-10-14T22:37:48.7544200Z testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4) ... ok 2025-10-14T22:37:48.7544805Z testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6) ... ok 2025-10-14T22:37:48.7545436Z testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ... ok 2025-10-14T22:37:48.7546080Z test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject) ... ok 2025-10-14T22:37:48.7546758Z test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile) ... skipped 'test needs os.sendfile()' 2025-10-14T22:37:48.7548403Z test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum) ... ok 2025-10-14T22:37:48.7549046Z test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum) ... ok 2025-10-14T22:37:48.7549658Z test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr) ... ok 2025-10-14T22:37:48.7550253Z test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn) ... ok 2025-10-14T22:37:48.7550850Z test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo) ... ok 2025-10-14T22:37:48.7551472Z test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow) ... ok 2025-10-14T22:37:48.7552153Z test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic) ... ok 2025-10-14T22:37:48.7552829Z test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) ... ok 2025-10-14T22:37:48.7553570Z test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' 2025-10-14T22:37:48.7554303Z test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost) ... ok 2025-10-14T22:37:48.7554946Z test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo) ... ok 2025-10-14T22:37:48.7555585Z test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) ... ok 2025-10-14T22:37:48.7556385Z test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' 2025-10-14T22:37:48.7557085Z test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg) ... ok 2025-10-14T22:37:48.7557696Z test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution) ... ok 2025-10-14T22:37:48.7558307Z test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address) ... ok 2025-10-14T22:37:48.7558916Z test_idna (test.test_socket.GeneralModuleTests.test_idna) ... ok 2025-10-14T22:37:48.7559493Z test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog) ... ok 2025-10-14T22:37:48.7560109Z test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow) ... ok 2025-10-14T22:37:48.7560782Z test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode) ... ok 2025-10-14T22:37:48.7561532Z test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode) ... ok 2025-10-14T22:37:48.7562142Z test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum) ... ok 2025-10-14T22:37:48.7562764Z test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio) ... ok 2025-10-14T22:37:48.7563365Z test_pickle (test.test_socket.GeneralModuleTests.test_pickle) ... ok 2025-10-14T22:37:48.7563912Z test_repr (test.test_socket.GeneralModuleTests.test_repr) ... ok 2025-10-14T22:37:48.7564582Z test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted) ... skipped 'signal.alarm and socket.socketpair required for this test' 2025-10-14T22:37:48.7565466Z test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout) ... skipped 'signal.alarm and socket.socketpair required for this test' 2025-10-14T22:37:48.7566350Z test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname) ... skipped 'test needs socket.sethostname()' 2025-10-14T22:37:48.7567010Z test_setsockopt_errors (test.test_socket.GeneralModuleTests.test_setsockopt_errors) ... ok 2025-10-14T22:37:48.7567680Z test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) ... ok 2025-10-14T22:37:48.7568386Z test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) ... ok 2025-10-14T22:37:48.7569009Z test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close) ... ok 2025-10-14T22:37:48.7569630Z test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type) ... ok 2025-10-14T22:37:48.7570288Z test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ... ok 2025-10-14T22:37:48.7570942Z test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float) ... ok 2025-10-14T22:37:48.7571658Z test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket) ... ok 2025-10-14T22:37:48.7572408Z test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative) ... skipped 'Windows disallows -1 only' 2025-10-14T22:37:48.7573152Z test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types) ... ok 2025-10-14T22:37:48.7573878Z test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd) ... ok 2025-10-14T22:37:48.7574579Z test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd) ... ok 2025-10-14T22:37:48.7575240Z test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods) ... ok 2025-10-14T22:37:48.7575876Z test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type) ... ok 2025-10-14T22:37:48.7576517Z test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum) ... ok 2025-10-14T22:37:48.7577160Z test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums) ... ok 2025-10-14T22:37:48.7577793Z test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr) ... ok 2025-10-14T22:37:48.7578467Z test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio) ... ok 2025-10-14T22:37:48.7579095Z test_weakref (test.test_socket.GeneralModuleTests.test_weakref) ... ok 2025-10-14T22:37:48.7579698Z testBind (test.test_socket.ISOTPTest.testBind) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7580354Z testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7581076Z testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7581970Z testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7582662Z testISOTP (test.test_socket.ISOTPTest.testISOTP) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7583350Z testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) ... skipped 'CAN ISOTP required for this test.' 2025-10-14T22:37:48.7584048Z test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC) ... skipped 'SOCK_CLOEXEC not defined' 2025-10-14T22:37:48.7584699Z test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable) ... ok 2025-10-14T22:37:48.7585431Z test_dup (test.test_socket.InheritanceTest.test_dup) ... ok 2025-10-14T22:37:48.7586075Z test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:37:48.7586720Z test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable) ... ok 2025-10-14T22:37:48.7587382Z test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec) ... skipped 'need fcntl' 2025-10-14T22:37:48.7588017Z test_socketpair (test.test_socket.InheritanceTest.test_socketpair) ... ok 2025-10-14T22:37:48.7588711Z testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7589466Z testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7590223Z testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7590992Z testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7591750Z testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7592513Z testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7593352Z testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7594113Z testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7594881Z testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout) ... skipped "don't have siginterrupt" 2025-10-14T22:37:48.7595572Z testBind (test.test_socket.J1939Test.testBind) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:37:48.7596212Z testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:37:48.7596895Z testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) ... skipped 'CAN J1939 required for this test.' 2025-10-14T22:37:48.7597545Z testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.7598191Z testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.7598809Z testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.7599421Z testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.7600090Z testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.7600736Z testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.7601468Z testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.7602072Z testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.7602693Z testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.7603418Z testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.7604135Z test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7604829Z test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7605649Z test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7606313Z test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7607832Z test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7608780Z test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7609413Z test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) ... skipped 'AF_ALG required' 2025-10-14T22:37:48.7609931Z testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily) ... ok 2025-10-14T22:37:48.7610434Z testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress) ... ok 2025-10-14T22:37:48.7610956Z testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault) ... ok 2025-10-14T22:37:48.7611501Z testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone) ... ok 2025-10-14T22:37:48.7612180Z testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed) ... ok 2025-10-14T22:37:48.7613649Z testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed) ... ok 2025-10-14T22:37:48.7614297Z testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout) ... ok 2025-10-14T22:37:48.7614859Z testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout) ... ok 2025-10-14T22:37:48.7615585Z test_connect (test.test_socket.NetworkConnectionNoServer.test_connect) ... ok 2025-10-14T22:37:48.7616383Z test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection) ... ok 2025-10-14T22:37:48.7617537Z test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors) ... ok 2025-10-14T22:37:48.7618192Z test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout) ... ok 2025-10-14T22:37:48.7618698Z testAccept (test.test_socket.NonBlockingTCPTests.testAccept) ... ok 2025-10-14T22:37:48.7619232Z testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking) ... ok 2025-10-14T22:37:48.7619701Z testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout) ... ok 2025-10-14T22:37:48.7620186Z testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking) ... skipped 'test needs socket.SOCK_NONBLOCK' 2025-10-14T22:37:48.7620708Z testLargeTimeout (test.test_socket.NonBlockingTCPTests.testLargeTimeout) ... ok 2025-10-14T22:37:48.7621623Z testRecv (test.test_socket.NonBlockingTCPTests.testRecv) ... ok 2025-10-14T22:37:48.7622249Z testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking) ... ok 2025-10-14T22:37:48.7622873Z testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow) ... skipped 'needs UINT_MAX < ULONG_MAX' 2025-10-14T22:37:48.7623520Z test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK) ... skipped 'SOCK_NONBLOCK not defined' 2025-10-14T22:37:48.7624921Z test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure) ... ok 2025-10-14T22:37:48.7625533Z test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4) ... ok 2025-10-14T22:37:48.7626088Z test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6) ... ok 2025-10-14T22:37:48.7626642Z test_recv (test.test_socket.PurePythonSocketPairTest.test_recv) ... ok 2025-10-14T22:37:48.7627211Z test_send (test.test_socket.PurePythonSocketPairTest.test_send) ... ok 2025-10-14T22:37:48.7627784Z testPeek (test.test_socket.RDSTest.testPeek) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7629594Z testSelect (test.test_socket.RDSTest.testSelect) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7630327Z testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7631037Z testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7631743Z testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) ... skipped 'RDS sockets required for this test.' 2025-10-14T22:37:48.7632447Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7633249Z testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7633968Z testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7634710Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7635599Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7636536Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7637366Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7638071Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7638772Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7639510Z testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7640261Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7641051Z testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7641835Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7642642Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7643425Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7644177Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7644977Z testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7646413Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7647247Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7648308Z testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7649152Z testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7650013Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7650818Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7651702Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7652582Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7653383Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7655189Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7656814Z testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7657848Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7660481Z testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7661864Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7662786Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7664741Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7665670Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7666725Z testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7667563Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7668351Z testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7669128Z testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7669960Z testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7670799Z testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7671541Z testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7672371Z testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7673079Z testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7673851Z testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7674687Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7675644Z testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7676421Z testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7677181Z testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7678001Z testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7678723Z testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7679437Z testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7680134Z testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7680928Z testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7681791Z testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg_into" 2025-10-14T22:37:48.7682638Z testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7683397Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7684081Z testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7684752Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7685435Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7686101Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7686768Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7687502Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7688589Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7689567Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7690433Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7691492Z testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7692374Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7693189Z testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7693942Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7694673Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7695503Z testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7696178Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7696917Z testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7697618Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7698273Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7698919Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7699663Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7701562Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7706720Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7708042Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7708922Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7709757Z testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7710574Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7711387Z testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7712185Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7720664Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7721505Z testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7722250Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7722965Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7723724Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7724465Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7725169Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7725908Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7726809Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7727565Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7728314Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7729073Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7729932Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7730720Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7731443Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7732158Z testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7732826Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7733523Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7734296Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7735029Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7735757Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7736578Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7737327Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7738046Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7738757Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7739523Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7740306Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7741047Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7741812Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7742581Z testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7743429Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7744234Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7745038Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7745874Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7746779Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7747529Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7748274Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7749037Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7749889Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7750657Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7751420Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7752160Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7752886Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7753584Z testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7754278Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7754981Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7755744Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7756452Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7757143Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7757846Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7758541Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7759256Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7759928Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7793050Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7793901Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7794710Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7795465Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7796254Z testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7796994Z testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7797696Z testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7798599Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7799332Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7800026Z testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7800801Z testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7801584Z testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7802714Z testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7803468Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7804220Z testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7805095Z testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7805909Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7806704Z testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7807417Z testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7808076Z testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" 2025-10-14T22:37:48.7808788Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7809530Z testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7810361Z testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7811158Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7811940Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7812747Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7813659Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7814552Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7815277Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7816010Z testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7816783Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7817573Z testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7818393Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7819361Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7820194Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7821043Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7821889Z testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7822884Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7823766Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7824628Z testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7825437Z testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7826264Z testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7827263Z testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7828224Z testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7829136Z testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7829993Z testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7830787Z testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7831533Z testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7832352Z testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7833175Z testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7833898Z testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7834706Z testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7835578Z testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7836451Z testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7837245Z testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7838054Z testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7838770Z testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7839426Z testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7840355Z testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7841167Z testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7842021Z testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7842864Z testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7843872Z testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7844739Z testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7845642Z testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7846446Z testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7847183Z testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7847890Z testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7848637Z testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7849374Z testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7850114Z testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7850833Z testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7851588Z testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7852364Z testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg" 2025-10-14T22:37:48.7853102Z testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7853862Z testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7854568Z testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7855332Z testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7856171Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7857057Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7857856Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7858592Z testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7859270Z testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7865459Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7866818Z testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7867590Z testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7868384Z testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7869163Z testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7869969Z testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7870909Z testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7871741Z testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7872525Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7873435Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7874283Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7875131Z testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7875939Z testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7876786Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7877569Z testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7878308Z testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7879083Z testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7879848Z testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7880613Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7881403Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7882185Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7882978Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7883733Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7884506Z testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7885210Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7885898Z testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7886549Z testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7887301Z testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7888057Z testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7888742Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7889634Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7890468Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7891275Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7891999Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7892750Z testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7893644Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7894430Z testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7895142Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7895823Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7896517Z testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7897230Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7897944Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7898722Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7899554Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7900464Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7901276Z testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7902063Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7902867Z testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7903656Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7904432Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7905158Z testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7905872Z testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7906605Z testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7907346Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7908066Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7908857Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7909610Z testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7910517Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7911199Z testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7911863Z testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7912615Z testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7913378Z testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7914305Z testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7915088Z testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7915801Z testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7916539Z testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7917296Z testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7918049Z testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7918799Z testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7919465Z testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7920142Z testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7920833Z testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7921573Z testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7922329Z testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" 2025-10-14T22:37:48.7923056Z testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds) ... skipped "don't have send_fds" 2025-10-14T22:37:48.7923730Z testCount (test.test_socket.SendfileUsingSendTest.testCount) ... ok 2025-10-14T22:37:48.7924394Z testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall) ... ok 2025-10-14T22:37:48.7925043Z testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset) ... ok 2025-10-14T22:37:48.7925746Z testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend) ... ok 2025-10-14T22:37:48.7926543Z testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking) ... ok 2025-10-14T22:37:48.7927305Z testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile) ... ok 2025-10-14T22:37:48.7928031Z testOffset (test.test_socket.SendfileUsingSendTest.testOffset) ... ok 2025-10-14T22:37:48.7928738Z testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile) ... ok 2025-10-14T22:37:48.7929480Z testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout) ... ok 2025-10-14T22:37:48.7930221Z testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend) ... ok 2025-10-14T22:37:48.7930986Z test_errors (test.test_socket.SendfileUsingSendTest.test_errors) ... ok 2025-10-14T22:37:48.7931743Z testCount (test.test_socket.SendfileUsingSendfileTest.testCount) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7932579Z testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7933582Z testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7934443Z testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7935228Z testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7936101Z testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7936979Z testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7938005Z testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7938761Z testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7939581Z testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7940482Z test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors) ... skipped 'os.sendfile() required for this test.' 2025-10-14T22:37:48.7941367Z testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7942182Z testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7943039Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7943888Z testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7944677Z testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7945450Z testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7946127Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7946827Z testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7947521Z testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7948230Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7948942Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7949624Z testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7950300Z testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7950942Z testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7951587Z testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7952268Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7952988Z testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7953844Z testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7954742Z testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7955665Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7956472Z testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7957290Z testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7958123Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7959063Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7959807Z testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7960472Z testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7961102Z testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7961752Z testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7962455Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7963141Z testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7963804Z testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7964510Z testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7965274Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7966011Z testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7966741Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7967623Z testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7968411Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7969205Z testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7970021Z testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7970893Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7971732Z testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7972500Z testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7973307Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7974128Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7974953Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7975804Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7976652Z testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7977495Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7978165Z testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7978918Z testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7979769Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7980575Z testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7981629Z testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7982557Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7983439Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7984341Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7985242Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7986086Z testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7986916Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.7987690Z testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7988415Z testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7989193Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7989922Z testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7990609Z testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7991306Z testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7992041Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7992804Z testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7993616Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7994410Z testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7995283Z testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7996181Z testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7997020Z testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7997876Z testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7998648Z testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.7999457Z testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8000441Z testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8001305Z testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8002140Z testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8003115Z testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8004050Z testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8004820Z testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8005668Z testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8006461Z testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" 2025-10-14T22:37:48.8007243Z testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.8008045Z testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.8008830Z testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.8009614Z testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.8010474Z testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.8011208Z testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.8012004Z testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.8012817Z testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.8013592Z testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.8014372Z testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.8015102Z testClose (test.test_socket.TCPCloserTest.testClose) ... ok 2025-10-14T22:37:48.8015833Z testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout) ... skipped 'test needs signal.alarm()' 2025-10-14T22:37:48.8019557Z testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout) ... ok 2025-10-14T22:37:48.8466810Z testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero) ... ok 2025-10-14T22:37:48.8467901Z testRDM (test.test_socket.TIPCTest.testRDM) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" 2025-10-14T22:37:48.8468711Z testStream (test.test_socket.TIPCThreadableTest.testStream) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" 2025-10-14T22:37:48.8469449Z testExceptionTree (test.test_socket.TestExceptions.testExceptionTree) ... ok 2025-10-14T22:37:48.8470166Z test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd) ... ok 2025-10-14T22:37:48.8470816Z test_lazy_import (test.test_socket.TestLazyImport.test_lazy_import) ... ok 2025-10-14T22:37:48.8471506Z testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8472525Z testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8476490Z testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8478799Z testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8480014Z testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8481357Z testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName) ... skipped 'Linux specific test' 2025-10-14T22:37:48.8482264Z test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) ... ok 2025-10-14T22:37:48.8482956Z test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) ... skipped 'macOS specific test' 2025-10-14T22:37:48.8484395Z test_set_quickack (test.test_socket.TestQuickackFlag.test_set_quickack) ... ok 2025-10-14T22:37:48.8485533Z testShare (test.test_socket.TestSocketSharing.testShare) ... ok 2025-10-14T22:37:48.8486262Z testShareLength (test.test_socket.TestSocketSharing.testShareLength) ... ok 2025-10-14T22:37:48.8486933Z testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) ... ok 2025-10-14T22:37:48.8487553Z testTypes (test.test_socket.TestSocketSharing.testTypes) ... ok 2025-10-14T22:37:48.8488204Z testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8488909Z testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8489624Z testStrAddr (test.test_socket.TestUnixDomain.testStrAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8490365Z testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8491151Z testUnbound (test.test_socket.TestUnixDomain.testUnbound) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8491919Z testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... skipped 'test needs socket.AF_UNIX' 2025-10-14T22:37:48.8492706Z testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream) ... skipped 'need fcntl' 2025-10-14T22:37:48.8493446Z testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.8494268Z testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout) ... skipped 'UDPLITE sockets required for this test.' 2025-10-14T22:37:48.8495135Z testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero) ... ok 2025-10-14T22:37:48.8495882Z testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout) ... ok 2025-10-14T22:37:48.8496603Z testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.8497407Z testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.8498214Z testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.8498963Z testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.8499774Z testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.8500562Z testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose) ... ok 2025-10-14T22:37:48.8501282Z testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy) ... ok 2025-10-14T22:37:48.8501983Z testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.8502640Z testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.8503256Z testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.8503902Z testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.8504842Z testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking) ... ok 2025-10-14T22:37:48.8505657Z testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.8506477Z testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline) ... ok 2025-10-14T22:37:48.8507289Z testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking) ... ok 2025-10-14T22:37:48.8508084Z testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.8508871Z testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.8509782Z testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.8510521Z testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.8511410Z testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.8512219Z testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.8512966Z testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.8513642Z testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.8514370Z testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.8515056Z testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.8515800Z testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.8516515Z testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.8517333Z testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.8518143Z testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.8519856Z testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.8520698Z testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.8521379Z testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.8522014Z testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.8522717Z testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.8523315Z testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.8523932Z testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes) ... ok 2025-10-14T22:37:48.8524591Z testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok 2025-10-14T22:37:48.8525311Z testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr) ... ok 2025-10-14T22:37:48.8525909Z testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead) ... ok 2025-10-14T22:37:48.8526571Z testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok 2025-10-14T22:37:48.8527252Z testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok 2025-10-14T22:37:48.8527886Z testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline) ... ok 2025-10-14T22:37:48.8528506Z testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose) ... ok 2025-10-14T22:37:48.8529262Z testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead) ... ok 2025-10-14T22:37:48.8529909Z testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead) ... ok 2025-10-14T22:37:48.8530333Z 2025-10-14T22:37:48.8530857Z ---------------------------------------------------------------------- 2025-10-14T22:37:48.8531378Z Ran 747 tests in 68.956s 2025-10-14T22:37:48.8531705Z 2025-10-14T22:37:48.8532132Z OK (skipped=495) 2025-10-14T22:37:50.6213352Z 0:12:11 load avg: 5.40 [32/59] test.test_concurrent_futures.test_as_completed passed 2025-10-14T22:37:50.6256675Z Re-running test.test_concurrent_futures.test_as_completed in verbose mode 2025-10-14T22:37:50.6901185Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:37:51.0193257Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:37:51.0759600Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:37:51.2732455Z test_future_times_out (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_future_times_out) 2025-10-14T22:37:51.4016845Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:37:51.5061275Z test_no_timeout (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:37:51.6912157Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' 2025-10-14T22:37:51.7234106Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' 2025-10-14T22:37:51.8066963Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' 2025-10-14T22:37:51.8073680Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_future_times_out) 2025-10-14T22:37:51.8213946Z Test ``futures.as_completed`` timing out before ... skipped 'require unix system' 2025-10-14T22:37:51.8701264Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... skipped 'require unix system' 2025-10-14T22:37:51.9616484Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' 2025-10-14T22:37:51.9679260Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' 2025-10-14T22:37:51.9718478Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' 2025-10-14T22:37:52.0081223Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_future_times_out) 2025-10-14T22:37:52.0120025Z Test ``futures.as_completed`` timing out before ... skipped 'require unix system' 2025-10-14T22:37:52.1043191Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... skipped 'require unix system' 2025-10-14T22:37:52.2709593Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:37:52.4325701Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:37:52.4724690Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:37:52.4770192Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out) 2025-10-14T22:37:52.5937524Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:37:52.5970399Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:37:52.5977549Z test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... ok 2025-10-14T22:37:52.5991563Z test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... ok 2025-10-14T22:37:52.6031183Z test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... ok 2025-10-14T22:37:52.6385887Z test_future_times_out (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out) 2025-10-14T22:37:52.6390757Z Test ``futures.as_completed`` timing out before ... ok 2025-10-14T22:37:52.6397940Z test_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... ok 2025-10-14T22:37:52.7419331Z 2025-10-14T22:37:52.7422165Z ---------------------------------------------------------------------- 2025-10-14T22:37:52.7430122Z Ran 25 tests in 12.586s 2025-10-14T22:37:52.7484418Z 2025-10-14T22:37:52.7518254Z OK (skipped=10) 2025-10-14T22:37:52.7648273Z 0:12:13 load avg: 5.57 [33/59] test_heapq passed 2025-10-14T22:37:52.7653575Z Re-running test_heapq in verbose mode 2025-10-14T22:37:52.7655592Z test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing) ... ok 2025-10-14T22:37:52.8422192Z test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err) ... ok 2025-10-14T22:37:52.8704081Z test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap) ... ok 2025-10-14T22:37:52.8726553Z test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap_two_heaps) ... ok 2025-10-14T22:37:52.8750781Z test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap) ... ok 2025-10-14T22:37:52.8751929Z test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap) ... ok 2025-10-14T22:37:52.8752681Z test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args) ... ok 2025-10-14T22:37:52.8753332Z test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only) ... ok 2025-10-14T22:37:52.8753934Z test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence) ... ok 2025-10-14T22:37:52.8754528Z test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing) ... ok 2025-10-14T22:37:52.8755085Z test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err) ... ok 2025-10-14T22:37:52.8755747Z test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap) ... ok 2025-10-14T22:37:52.8756601Z test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap_two_heaps) ... ok 2025-10-14T22:37:52.8757363Z test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap) ... ok 2025-10-14T22:37:52.8758032Z test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap) ... ok 2025-10-14T22:37:52.8758635Z test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args) ... ok 2025-10-14T22:37:52.8759205Z test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only) ... ok 2025-10-14T22:37:52.8759973Z test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence) ... ok 2025-10-14T22:37:52.8760633Z test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator) ... ok 2025-10-14T22:37:52.8761251Z test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges) ... ok 2025-10-14T22:37:52.8761800Z test_heapify (test.test_heapq.TestHeapC.test_heapify) ... ok 2025-10-14T22:37:52.8762337Z test_heapify_max (test.test_heapq.TestHeapC.test_heapify_max) ... ok 2025-10-14T22:37:52.8762964Z test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max) ... ok 2025-10-14T22:37:52.8830177Z test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop) ... ok 2025-10-14T22:37:52.9711118Z test_heappushpop_max (test.test_heapq.TestHeapC.test_heappushpop_max) ... ok 2025-10-14T22:37:52.9739141Z test_heapsort (test.test_heapq.TestHeapC.test_heapsort) ... ok 2025-10-14T22:37:52.9744669Z test_heapsort_max (test.test_heapq.TestHeapC.test_heapsort_max) ... ok 2025-10-14T22:37:52.9757816Z test_max_push_pop (test.test_heapq.TestHeapC.test_max_push_pop) ... ok 2025-10-14T22:37:52.9793815Z test_merge (test.test_heapq.TestHeapC.test_merge) ... ok 2025-10-14T22:37:52.9829627Z test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error) ... ok 2025-10-14T22:37:52.9998728Z test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability) ... ok 2025-10-14T22:37:53.0677637Z test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest) ... ok 2025-10-14T22:37:53.0681362Z test_naive_nworst (test.test_heapq.TestHeapC.test_naive_nworst) ... ok 2025-10-14T22:37:53.0684263Z test_nbest (test.test_heapq.TestHeapC.test_nbest) ... ok 2025-10-14T22:37:53.0727755Z test_nbest_maxheap (test.test_heapq.TestHeapC.test_nbest_maxheap) ... ok 2025-10-14T22:37:53.0733505Z test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop) ... ok 2025-10-14T22:37:53.0783776Z test_nlargest (test.test_heapq.TestHeapC.test_nlargest) ... ok 2025-10-14T22:37:53.0821430Z test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest) ... ok 2025-10-14T22:37:53.1282818Z test_nworst (test.test_heapq.TestHeapC.test_nworst) ... ok 2025-10-14T22:37:53.1720006Z test_nworst_minheap (test.test_heapq.TestHeapC.test_nworst_minheap) ... ok 2025-10-14T22:37:53.1723059Z test_nworst_with_pushpop (test.test_heapq.TestHeapC.test_nworst_with_pushpop) ... ok 2025-10-14T22:37:53.1728726Z test_push_pop (test.test_heapq.TestHeapC.test_push_pop) ... ok 2025-10-14T22:37:53.1783919Z test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator) ... ok 2025-10-14T22:37:53.2068990Z test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges) ... ok 2025-10-14T22:37:53.2963640Z test_heapify (test.test_heapq.TestHeapPython.test_heapify) ... ok 2025-10-14T22:37:53.2976571Z test_heapify_max (test.test_heapq.TestHeapPython.test_heapify_max) ... ok 2025-10-14T22:37:53.2982811Z test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max) ... ok 2025-10-14T22:37:53.2996462Z test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop) ... ok 2025-10-14T22:37:53.3041829Z test_heappushpop_max (test.test_heapq.TestHeapPython.test_heappushpop_max) ... ok 2025-10-14T22:37:53.3162304Z test_heapsort (test.test_heapq.TestHeapPython.test_heapsort) ... ok 2025-10-14T22:37:53.3704619Z test_heapsort_max (test.test_heapq.TestHeapPython.test_heapsort_max) ... ok 2025-10-14T22:37:53.3710670Z test_max_push_pop (test.test_heapq.TestHeapPython.test_max_push_pop) ... ok 2025-10-14T22:37:53.3712561Z test_merge (test.test_heapq.TestHeapPython.test_merge) ... ok 2025-10-14T22:37:53.3882004Z test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error) ... ok 2025-10-14T22:37:53.3884437Z test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability) ... ok 2025-10-14T22:37:53.3885438Z test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest) ... ok 2025-10-14T22:37:53.3899028Z test_naive_nworst (test.test_heapq.TestHeapPython.test_naive_nworst) ... ok 2025-10-14T22:37:53.3899811Z test_nbest (test.test_heapq.TestHeapPython.test_nbest) ... ok 2025-10-14T22:37:53.3900495Z test_nbest_maxheap (test.test_heapq.TestHeapPython.test_nbest_maxheap) ... ok 2025-10-14T22:37:53.3901208Z test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop) ... ok 2025-10-14T22:37:53.3901926Z test_nlargest (test.test_heapq.TestHeapPython.test_nlargest) ... ok 2025-10-14T22:37:53.3902632Z test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest) ... ok 2025-10-14T22:37:53.3903269Z test_nworst (test.test_heapq.TestHeapPython.test_nworst) ... ok 2025-10-14T22:37:53.3904178Z test_nworst_minheap (test.test_heapq.TestHeapPython.test_nworst_minheap) ... ok 2025-10-14T22:37:53.3905010Z test_nworst_with_pushpop (test.test_heapq.TestHeapPython.test_nworst_with_pushpop) ... ok 2025-10-14T22:37:53.3905718Z test_push_pop (test.test_heapq.TestHeapPython.test_push_pop) ... ok 2025-10-14T22:37:53.3906422Z test_c_functions (test.test_heapq.TestModules.test_c_functions) ... ok 2025-10-14T22:37:53.3907081Z test_py_functions (test.test_heapq.TestModules.test_py_functions) ... ok 2025-10-14T22:37:53.3907627Z merge () 2025-10-14T22:37:53.3908159Z Doctest: merge ... ok 2025-10-14T22:37:53.3908574Z 2025-10-14T22:37:53.3909184Z ---------------------------------------------------------------------- 2025-10-14T22:37:53.3909848Z Ran 69 tests in 0.770s 2025-10-14T22:37:53.3910255Z 2025-10-14T22:37:53.3910753Z OK 2025-10-14T22:37:56.1556461Z 0:12:17 load avg: 5.77 [34/59] test_traceback passed 2025-10-14T22:37:56.1559166Z Re-running test_traceback in verbose mode 2025-10-14T22:37:56.1560026Z test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok 2025-10-14T22:37:56.1560920Z test_cause (test.test_traceback.CExcReportingTests.test_cause) ... ok 2025-10-14T22:37:56.1561608Z test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context) ... ok 2025-10-14T22:37:56.1562329Z test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive) ... ok 2025-10-14T22:37:56.1563030Z test_context (test.test_traceback.CExcReportingTests.test_context) ... ok 2025-10-14T22:37:56.1564090Z test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression) ... ok 2025-10-14T22:37:56.1564881Z test_exception_angle_bracketed_filename (test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename) ... ok 2025-10-14T22:37:56.1565607Z test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__) ... ok 2025-10-14T22:37:56.1566290Z test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic) ... ok 2025-10-14T22:37:56.1567044Z test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause) ... ok 2025-10-14T22:37:56.1567721Z test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context) ... ok 2025-10-14T22:37:56.1568403Z test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit) ... ok 2025-10-14T22:37:56.1569067Z test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested) ... ok 2025-10-14T22:37:56.1569746Z test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit) ... ok 2025-10-14T22:37:56.1570492Z test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes) ... ok 2025-10-14T22:37:56.1571201Z test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes) ... ok 2025-10-14T22:37:56.1571876Z test_exception_group_wrapped_naked (test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked) ... ok 2025-10-14T22:37:56.1572764Z test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) ... ok 2025-10-14T22:37:56.1573426Z test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode) ... ok 2025-10-14T22:37:56.1574066Z test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname) ... ok 2025-10-14T22:37:56.1574712Z test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes) ... ok 2025-10-14T22:37:56.1575391Z test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes) ... ok 2025-10-14T22:37:56.1576224Z test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note) ... ok 2025-10-14T22:37:56.1576874Z test_message_none (test.test_traceback.CExcReportingTests.test_message_none) ... ok 2025-10-14T22:37:56.1577533Z test_simple (test.test_traceback.CExcReportingTests.test_simple) ... ok 2025-10-14T22:37:56.1578202Z test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno) ... ok 2025-10-14T22:37:56.1578907Z test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol) ... ok 2025-10-14T22:37:56.1579669Z test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets) ... ok 2025-10-14T22:37:56.1580397Z test_do_not_trigger_for_big_dicts (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:37:56.1581526Z test_do_not_trigger_for_long_attributes (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1582425Z test_do_not_trigger_for_small_names (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1583189Z test_suggestions (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:37:56.1584163Z test_suggestions_for_same_name (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:37:56.1585000Z test_suggestions_underscored (test.test_traceback.CPythonDelattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:37:56.1585706Z test_do_not_trigger_for_big_dicts (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:37:56.1586526Z test_do_not_trigger_for_long_attributes (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1587396Z test_do_not_trigger_for_small_names (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1588168Z test_suggestions (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:37:56.1588919Z test_suggestions_for_same_name (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:37:56.1589808Z test_suggestions_invalid_args (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_invalid_args) ... ok 2025-10-14T22:37:56.1590875Z test_suggestions_no_args (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_no_args) ... ok 2025-10-14T22:37:56.1591705Z test_suggestions_underscored (test.test_traceback.CPythonGetattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:37:56.1592514Z test_attribute_error_inside_nested_getattr (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr) ... ok 2025-10-14T22:37:56.1593341Z test_attribute_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name) ... ok 2025-10-14T22:37:56.1594088Z test_attribute_error_with_failing_dict (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict) ... ok 2025-10-14T22:37:56.1595025Z test_attribute_error_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates) ... ok 2025-10-14T22:37:56.1595789Z test_getattr_nested_attribute_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_attribute_suggestions) ... ok 2025-10-14T22:37:56.1596541Z test_getattr_nested_handles_attribute_access_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_handles_attribute_access_exceptions) ... ok 2025-10-14T22:37:56.1597415Z test_getattr_nested_handles_hasattr_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_handles_hasattr_exceptions) ... ok 2025-10-14T22:37:56.1598145Z test_getattr_nested_ignores_private_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_ignores_private_attributes) ... ok 2025-10-14T22:37:56.1598900Z test_getattr_nested_limits_attribute_checks (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_limits_attribute_checks) ... ok 2025-10-14T22:37:56.1599786Z test_getattr_nested_no_suggestion_for_deep_nesting (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_no_suggestion_for_deep_nesting) ... ok 2025-10-14T22:37:56.1600672Z test_getattr_nested_prioritizes_direct_matches (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_prioritizes_direct_matches) ... ok 2025-10-14T22:37:56.1601541Z test_getattr_nested_returns_first_match_only (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_returns_first_match_only) ... ok 2025-10-14T22:37:56.1602359Z test_getattr_nested_with_property (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_nested_with_property) ... ok 2025-10-14T22:37:56.1603202Z test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1604132Z test_import_from_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name) ... ok 2025-10-14T22:37:56.1605008Z test_import_from_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions) ... ok 2025-10-14T22:37:56.1605934Z test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces) ... ok 2025-10-14T22:37:56.1606790Z test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1607579Z test_import_from_suggestions_non_string (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string) ... ok 2025-10-14T22:37:56.1608477Z test_import_from_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored) ... ok 2025-10-14T22:37:56.1609394Z test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1610352Z test_name_error_for_private_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules) ... ok 2025-10-14T22:37:56.1611183Z test_name_error_for_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules) ... ok 2025-10-14T22:37:56.1611939Z test_name_error_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions) ... ok 2025-10-14T22:37:56.1612693Z test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok 2025-10-14T22:37:56.1613632Z test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok 2025-10-14T22:37:56.1614398Z test_name_error_suggestions_from_builtins (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins) ... ok 2025-10-14T22:37:56.1615173Z test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module) ... ok 2025-10-14T22:37:56.1616197Z test_name_error_suggestions_from_globals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals) ... ok 2025-10-14T22:37:56.1617102Z test_name_error_suggestions_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates) ... ok 2025-10-14T22:37:56.1618007Z test_name_error_with_custom_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions) ... ok 2025-10-14T22:37:56.1618799Z test_name_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance) ... ok 2025-10-14T22:37:56.1619485Z test_unbound_local_error_does_not_match (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match) ... ok 2025-10-14T22:37:56.1620172Z test_unbound_local_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance) ... ok 2025-10-14T22:37:56.1620898Z test_unbound_local_error_with_side_effect (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect) ... ok 2025-10-14T22:37:56.1621637Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:37:56.1622447Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:37:56.1623522Z test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:37:56.1624214Z test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:37:56.1625203Z test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:37:56.1626414Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:37:56.1627287Z test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:37:56.1628178Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:37:56.1629008Z test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:37:56.1629764Z test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:37:56.1630525Z test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:37:56.1631348Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:37:56.1632274Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:37:56.1633202Z test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:37:56.1633971Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1634910Z test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:37:56.1644117Z test_caret_for_call (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:37:56.1645609Z test_caret_for_call_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:37:56.1655789Z test_caret_for_call_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:37:56.1656851Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1657833Z test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:37:56.1658918Z test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:37:56.1659866Z test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:37:56.1660664Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1661517Z test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:37:56.1662297Z test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:37:56.1663066Z test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:37:56.1664139Z test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:37:56.1665284Z test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:37:56.1666412Z test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:37:56.1667083Z test_many_lines (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:37:56.1667733Z test_many_lines_binary_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:37:56.1668454Z test_many_lines_no_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:37:56.1669126Z test_memory_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:37:56.1669785Z test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:37:56.1670609Z test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:37:56.1671398Z test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:37:56.1672129Z test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:37:56.1672875Z test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:37:56.1673838Z test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:37:56.1674658Z test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:37:56.1675483Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:37:56.1676501Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:37:56.1677353Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:37:56.1678322Z test_basic_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:37:56.1679162Z test_byte_offset_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:37:56.1679942Z test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:37:56.1680802Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:37:56.1681707Z test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:37:56.1682522Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:37:56.1683310Z test_caret_exception_group (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:37:56.1684030Z test_caret_for_binary_operators (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:37:56.1684777Z test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:37:56.1685560Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:37:56.1686372Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:37:56.1687189Z test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:37:56.1688026Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1688873Z test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:37:56.1689614Z test_caret_for_call (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:37:56.1690373Z test_caret_for_call_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:37:56.1691098Z test_caret_for_call_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:37:56.1691843Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1692746Z test_caret_for_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:37:56.1693476Z test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:37:56.1694227Z test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:37:56.1695005Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1695948Z test_caret_in_type_annotation (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:37:56.1696728Z test_caret_multiline_expression (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:37:56.1697522Z test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:37:56.1698328Z test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:37:56.1699123Z test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:37:56.1699854Z test_line_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:37:56.1700569Z test_many_lines (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:37:56.1701288Z test_many_lines_binary_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:37:56.1701989Z test_many_lines_no_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:37:56.1702706Z test_memory_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:37:56.1703384Z test_multiline_method_call_a (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:37:56.1704123Z test_multiline_method_call_b (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:37:56.1704831Z test_multiline_method_call_c (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:37:56.1705539Z test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:37:56.1706289Z test_specialization_variations (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:37:56.1707057Z test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:37:56.1707837Z test_traceback_very_long_line (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:37:56.1708726Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:37:56.1709488Z test_extract_stack (test.test_traceback.LimitTests.test_extract_stack) ... ok 2025-10-14T22:37:56.1710112Z test_extract_tb (test.test_traceback.LimitTests.test_extract_tb) ... ok 2025-10-14T22:37:56.1710737Z test_format_exception (test.test_traceback.LimitTests.test_format_exception) ... ok 2025-10-14T22:37:56.1711317Z test_all (test.test_traceback.MiscTest.test_all) ... ok 2025-10-14T22:37:56.1712065Z test_levenshtein_distance (test.test_traceback.MiscTest.test_levenshtein_distance) ... ok 2025-10-14T22:37:56.1712829Z test_levenshtein_distance_short_circuit (test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:37:56.1713553Z test_no_site_package_flavour (test.test_traceback.MiscTest.test_no_site_package_flavour) ... ok 2025-10-14T22:37:56.1714226Z test_suggestions_extension (test.test_traceback.MiscTest.test_suggestions_extension) ... ok 2025-10-14T22:37:56.1714865Z test_clear (test.test_traceback.MiscTracebackCases.test_clear) ... ok 2025-10-14T22:37:56.1715725Z test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack) ... ok 2025-10-14T22:37:56.1716480Z test_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:37:56.1717333Z test_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1718190Z test_do_not_trigger_for_small_names (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1719041Z test_suggestions (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:37:56.1719764Z test_suggestions_for_same_name (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:37:56.1720518Z test_suggestions_underscored (test.test_traceback.PurePythonDelattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:37:56.1721326Z test_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_big_dicts) ... ok 2025-10-14T22:37:56.1722160Z test_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1722938Z test_do_not_trigger_for_small_names (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1723644Z test_suggestions (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions) ... ok 2025-10-14T22:37:56.1724309Z test_suggestions_for_same_name (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_for_same_name) ... ok 2025-10-14T22:37:56.1725027Z test_suggestions_invalid_args (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_invalid_args) ... ok 2025-10-14T22:37:56.1725727Z test_suggestions_no_args (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_no_args) ... ok 2025-10-14T22:37:56.1726516Z test_suggestions_underscored (test.test_traceback.PurePythonGetattrSuggestionFormattingTests.test_suggestions_underscored) ... ok 2025-10-14T22:37:56.1727350Z test_attribute_error_inside_nested_getattr (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr) ... ok 2025-10-14T22:37:56.1728267Z test_attribute_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name) ... ok 2025-10-14T22:37:56.1729095Z test_attribute_error_with_failing_dict (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict) ... ok 2025-10-14T22:37:56.1729999Z test_attribute_error_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates) ... ok 2025-10-14T22:37:56.1730931Z test_getattr_nested_attribute_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_attribute_suggestions) ... ok 2025-10-14T22:37:56.1731811Z test_getattr_nested_handles_attribute_access_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_handles_attribute_access_exceptions) ... ok 2025-10-14T22:37:56.1732901Z test_getattr_nested_handles_hasattr_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_handles_hasattr_exceptions) ... ok 2025-10-14T22:37:56.1733764Z test_getattr_nested_ignores_private_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_ignores_private_attributes) ... ok 2025-10-14T22:37:56.1734556Z test_getattr_nested_limits_attribute_checks (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_limits_attribute_checks) ... ok 2025-10-14T22:37:56.1735367Z test_getattr_nested_no_suggestion_for_deep_nesting (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_no_suggestion_for_deep_nesting) ... ok 2025-10-14T22:37:56.1736295Z test_getattr_nested_prioritizes_direct_matches (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_prioritizes_direct_matches) ... ok 2025-10-14T22:37:56.1737089Z test_getattr_nested_returns_first_match_only (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_returns_first_match_only) ... ok 2025-10-14T22:37:56.1737864Z test_getattr_nested_with_property (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_nested_with_property) ... ok 2025-10-14T22:37:56.1738774Z test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1739663Z test_import_from_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name) ... ok 2025-10-14T22:37:56.1740415Z test_import_from_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions) ... ok 2025-10-14T22:37:56.1741329Z test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces) ... ok 2025-10-14T22:37:56.1742325Z test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes) ... ok 2025-10-14T22:37:56.1743155Z test_import_from_suggestions_non_string (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string) ... ok 2025-10-14T22:37:56.1743880Z test_import_from_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored) ... ok 2025-10-14T22:37:56.1744686Z test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok 2025-10-14T22:37:56.1745542Z test_name_error_for_private_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules) ... ok 2025-10-14T22:37:56.1746403Z test_name_error_for_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules) ... ok 2025-10-14T22:37:56.1747187Z test_name_error_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions) ... ok 2025-10-14T22:37:56.1747976Z test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok 2025-10-14T22:37:56.1748904Z test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok 2025-10-14T22:37:56.1749855Z test_name_error_suggestions_from_builtins (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins) ... ok 2025-10-14T22:37:56.1750739Z test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module) ... ok 2025-10-14T22:37:56.1751743Z test_name_error_suggestions_from_globals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals) ... ok 2025-10-14T22:37:56.1752636Z test_name_error_suggestions_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates) ... ok 2025-10-14T22:37:56.1753514Z test_name_error_with_custom_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions) ... ok 2025-10-14T22:37:56.1754526Z test_name_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance) ... ok 2025-10-14T22:37:56.1755371Z test_unbound_local_error_does_not_match (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match) ... ok 2025-10-14T22:37:56.1756270Z test_unbound_local_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance) ... ok 2025-10-14T22:37:56.1757170Z test_unbound_local_error_with_side_effect (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect) ... ok 2025-10-14T22:37:56.1758102Z test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok 2025-10-14T22:37:56.1759040Z test_anchors_for_simple_return_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok 2025-10-14T22:37:56.1759911Z test_basic_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret) ... ok 2025-10-14T22:37:56.1760683Z test_byte_offset_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline) ... ok 2025-10-14T22:37:56.1761531Z test_byte_offset_wide_chars_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok 2025-10-14T22:37:56.1762441Z test_byte_offset_with_emojis_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok 2025-10-14T22:37:56.1763377Z test_byte_offset_with_wide_characters_middle (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok 2025-10-14T22:37:56.1764342Z test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok 2025-10-14T22:37:56.1765243Z test_caret_exception_group (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group) ... ok 2025-10-14T22:37:56.1765971Z test_caret_for_binary_operators (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... ok 2025-10-14T22:37:56.1766762Z test_caret_for_binary_operators_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok 2025-10-14T22:37:56.1767625Z test_caret_for_binary_operators_multiline_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok 2025-10-14T22:37:56.1768418Z test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok 2025-10-14T22:37:56.1769260Z test_caret_for_binary_operators_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok 2025-10-14T22:37:56.1770192Z test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1771302Z test_caret_for_binary_operators_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok 2025-10-14T22:37:56.1772124Z test_caret_for_call (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call) ... ok 2025-10-14T22:37:56.1772899Z test_caret_for_call_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline) ... ok 2025-10-14T22:37:56.1773610Z test_caret_for_call_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode) ... ok 2025-10-14T22:37:56.1774318Z test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1775232Z test_caret_for_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript) ... ok 2025-10-14T22:37:56.1776058Z test_caret_for_subscript_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline) ... ok 2025-10-14T22:37:56.1776955Z test_caret_for_subscript_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok 2025-10-14T22:37:56.1777887Z test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok 2025-10-14T22:37:56.1778778Z test_caret_in_type_annotation (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... ok 2025-10-14T22:37:56.1779614Z test_caret_multiline_expression (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression) ... ok 2025-10-14T22:37:56.1780441Z test_caret_multiline_expression_bin_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok 2025-10-14T22:37:56.1781393Z test_caret_multiline_expression_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok 2025-10-14T22:37:56.1782182Z test_decorator_application_lineno_correct (test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok 2025-10-14T22:37:56.1782906Z test_line_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode) ... ok 2025-10-14T22:37:56.1783578Z test_many_lines (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines) ... ok 2025-10-14T22:37:56.1784277Z test_many_lines_binary_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op) ... ok 2025-10-14T22:37:56.1784964Z test_many_lines_no_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret) ... ok 2025-10-14T22:37:56.1785638Z test_memory_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error) ... ok 2025-10-14T22:37:56.1786395Z test_multiline_method_call_a (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a) ... ok 2025-10-14T22:37:56.1787173Z test_multiline_method_call_b (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b) ... ok 2025-10-14T22:37:56.1787909Z test_multiline_method_call_c (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c) ... ok 2025-10-14T22:37:56.1788627Z test_secondary_caret_not_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok 2025-10-14T22:37:56.1789439Z test_specialization_variations (test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations) ... ok 2025-10-14T22:37:56.1790347Z test_traceback_specialization_with_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok 2025-10-14T22:37:56.1791262Z test_traceback_very_long_line (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line) ... ok 2025-10-14T22:37:56.1794204Z test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok 2025-10-14T22:37:56.1795066Z test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok 2025-10-14T22:37:56.1795817Z test_cause (test.test_traceback.PyExcReportingTests.test_cause) ... ok 2025-10-14T22:37:56.1796532Z test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context) ... ok 2025-10-14T22:37:56.1798113Z test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive) ... ok 2025-10-14T22:37:56.1798881Z test_context (test.test_traceback.PyExcReportingTests.test_context) ... ok 2025-10-14T22:37:56.1799661Z test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression) ... ok 2025-10-14T22:37:56.1800357Z test_exception_angle_bracketed_filename (test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename) ... ok 2025-10-14T22:37:56.1801060Z test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__) ... ok 2025-10-14T22:37:56.1801775Z test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic) ... ok 2025-10-14T22:37:56.1802523Z test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause) ... ok 2025-10-14T22:37:56.1803353Z test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context) ... ok 2025-10-14T22:37:56.1804236Z test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit) ... ok 2025-10-14T22:37:56.1805206Z test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested) ... ok 2025-10-14T22:37:56.1806045Z test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit) ... ok 2025-10-14T22:37:56.1806919Z test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes) ... ok 2025-10-14T22:37:56.1807731Z test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes) ... ok 2025-10-14T22:37:56.1808633Z test_exception_group_wrapped_naked (test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked) ... ok 2025-10-14T22:37:56.1809451Z test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename) ... ok 2025-10-14T22:37:56.1810288Z test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode) ... ok 2025-10-14T22:37:56.1811235Z test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname) ... ok 2025-10-14T22:37:56.1812044Z test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes) ... ok 2025-10-14T22:37:56.1812801Z test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes) ... ok 2025-10-14T22:37:56.1813590Z test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note) ... ok 2025-10-14T22:37:56.1814348Z test_message_none (test.test_traceback.PyExcReportingTests.test_message_none) ... ok 2025-10-14T22:37:56.1815135Z test_simple (test.test_traceback.PyExcReportingTests.test_simple) ... ok 2025-10-14T22:37:56.1816132Z test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno) ... ok 2025-10-14T22:37:56.1817227Z test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol) ... ok 2025-10-14T22:37:56.1818146Z test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets) ... ok 2025-10-14T22:37:56.1819150Z test_colorized_syntax_error (test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error) ... ok 2025-10-14T22:37:56.1819954Z test_colorized_traceback (test.test_traceback.TestColorizedTraceback.test_colorized_traceback) ... ok 2025-10-14T22:37:56.1820819Z test_colorized_traceback_from_exception_group (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group) ... ok 2025-10-14T22:37:56.1821691Z test_colorized_traceback_is_the_default (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default) ... ok 2025-10-14T22:37:56.1822574Z test_exception_group_deep_recursion_capi (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi) ... ok 2025-10-14T22:37:56.1823604Z test_exception_group_deep_recursion_traceback (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback) ... ok 2025-10-14T22:37:56.1824476Z test_format_stack (test.test_traceback.TestFallbackTracebackFormat.test_format_stack) ... ok 2025-10-14T22:37:56.1825306Z test_print_exception_bad_type_capi (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi) ... ok 2025-10-14T22:37:56.1826194Z test_print_exception_bad_type_python (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python) ... ok 2025-10-14T22:37:56.1827046Z test_print_stack (test.test_traceback.TestFallbackTracebackFormat.test_print_stack) ... ok 2025-10-14T22:37:56.1827719Z test_recursive_traceback (test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback) ... ok 2025-10-14T22:37:56.1828397Z test_stack_format (test.test_traceback.TestFallbackTracebackFormat.test_stack_format) ... ok 2025-10-14T22:37:56.1829059Z test_traceback_format (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format) ... ok 2025-10-14T22:37:56.1829824Z test_traceback_format_with_cleared_frames (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames) ... ok 2025-10-14T22:37:56.1830635Z test_unhashable (test.test_traceback.TestFallbackTracebackFormat.test_unhashable) ... ok 2025-10-14T22:37:56.1831268Z test_basics (test.test_traceback.TestFrame.test_basics) ... ok 2025-10-14T22:37:56.1831896Z test_explicit_line (test.test_traceback.TestFrame.test_explicit_line) ... ok 2025-10-14T22:37:56.1832614Z test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines) ... ok 2025-10-14T22:37:56.1833277Z test_len (test.test_traceback.TestFrame.test_len) ... ok 2025-10-14T22:37:56.1833861Z test_no_line (test.test_traceback.TestFrame.test_no_line) ... ok 2025-10-14T22:37:56.1834550Z test_keyword_suggestions_from_command_string (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_command_string) ... ok 2025-10-14T22:37:56.1835294Z test_keyword_suggestions_from_file (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_file) ... ok 2025-10-14T22:37:56.1836048Z test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame) ... ok 2025-10-14T22:37:56.1836706Z test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames) ... ok 2025-10-14T22:37:56.1837323Z test_extract_stack (test.test_traceback.TestStack.test_extract_stack) ... ok 2025-10-14T22:37:56.1837932Z test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit) ... ok 2025-10-14T22:37:56.1838565Z test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines) ... ok 2025-10-14T22:37:56.1839231Z test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines) ... ok 2025-10-14T22:37:56.1840013Z test_format_locals (test.test_traceback.TestStack.test_format_locals) ... ok 2025-10-14T22:37:56.1840687Z test_format_smoke (test.test_traceback.TestStack.test_format_smoke) ... ok 2025-10-14T22:37:56.1841302Z test_from_list (test.test_traceback.TestStack.test_from_list) ... ok 2025-10-14T22:37:56.1841966Z test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack) ... ok 2025-10-14T22:37:56.1842800Z test_locals (test.test_traceback.TestStack.test_locals) ... ok 2025-10-14T22:37:56.1843491Z test_no_locals (test.test_traceback.TestStack.test_no_locals) ... ok 2025-10-14T22:37:56.1844143Z test_summary_should_show_carets (test.test_traceback.TestStack.test_summary_should_show_carets) ... ok 2025-10-14T22:37:56.1844857Z test_walk_innermost_frame (test.test_traceback.TestStack.test_walk_innermost_frame) ... ok 2025-10-14T22:37:56.1845493Z test_walk_stack (test.test_traceback.TestStack.test_walk_stack) ... ok 2025-10-14T22:37:56.1846120Z test_walk_tb (test.test_traceback.TestStack.test_walk_tb) ... ok 2025-10-14T22:37:56.1846887Z test_cause (test.test_traceback.TestTracebackException.test_cause) ... ok 2025-10-14T22:37:56.1847514Z test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause) ... ok 2025-10-14T22:37:56.1848154Z test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause) ... ok 2025-10-14T22:37:56.1848821Z test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic) ... ok 2025-10-14T22:37:56.1849523Z test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok 2025-10-14T22:37:56.1850278Z test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations) ... ok 2025-10-14T22:37:56.1850989Z test_context (test.test_traceback.TestTracebackException.test_context) ... ok 2025-10-14T22:37:56.1851751Z test_dont_swallow_cause_or_context_of_falsey_exception (test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception) ... ok 2025-10-14T22:37:56.1852551Z test_from_exception (test.test_traceback.TestTracebackException.test_from_exception) ... ok 2025-10-14T22:37:56.1853323Z test_limit (test.test_traceback.TestTracebackException.test_limit) ... ok 2025-10-14T22:37:56.1853987Z test_locals (test.test_traceback.TestTracebackException.test_locals) ... ok 2025-10-14T22:37:56.1854695Z test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain) ... ok 2025-10-14T22:37:56.1855401Z test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines) ... ok 2025-10-14T22:37:56.1856100Z test_no_locals (test.test_traceback.TestTracebackException.test_no_locals) ... ok 2025-10-14T22:37:56.1856831Z test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok 2025-10-14T22:37:56.1857619Z test_no_save_exc_type (test.test_traceback.TestTracebackException.test_no_save_exc_type) ... ok 2025-10-14T22:37:56.1858369Z test_print (test.test_traceback.TestTracebackException.test_print) ... ok 2025-10-14T22:37:56.1859027Z test_smoke_builtin (test.test_traceback.TestTracebackException.test_smoke_builtin) ... ok 2025-10-14T22:37:56.1859750Z test_smoke_user_exception (test.test_traceback.TestTracebackException.test_smoke_user_exception) ... ok 2025-10-14T22:37:56.1860452Z test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header) ... ok 2025-10-14T22:37:56.1861153Z test_unhashable (test.test_traceback.TestTracebackException.test_unhashable) ... ok 2025-10-14T22:37:56.1861946Z test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison) ... ok 2025-10-14T22:37:56.1866066Z test_dont_swallow_subexceptions_of_falsey_exceptiongroup (test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup) ... ok 2025-10-14T22:37:56.1867624Z test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction) ... ok 2025-10-14T22:37:56.1868632Z test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format) ... ok 2025-10-14T22:37:56.1870106Z test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok 2025-10-14T22:37:56.1871060Z test_exception_group_format_exception_onlyi_recursive (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... ok 2025-10-14T22:37:56.1871966Z test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth) ... ok 2025-10-14T22:37:56.1872707Z test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width) ... ok 2025-10-14T22:37:56.1873647Z test_exception_group_deep_recursion_capi (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi) ... ok 2025-10-14T22:37:56.1874407Z test_exception_group_deep_recursion_traceback (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback) ... ok 2025-10-14T22:37:56.1875076Z test_format_stack (test.test_traceback.TestTracebackFormat.test_format_stack) ... ok 2025-10-14T22:37:56.1875725Z test_print_exception_bad_type_capi (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi) ... ok 2025-10-14T22:37:56.1876496Z test_print_exception_bad_type_python (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python) ... ok 2025-10-14T22:37:56.1877285Z test_print_stack (test.test_traceback.TestTracebackFormat.test_print_stack) ... ok 2025-10-14T22:37:56.1878002Z test_recursive_traceback (test.test_traceback.TestTracebackFormat.test_recursive_traceback) ... ok 2025-10-14T22:37:56.1878686Z test_stack_format (test.test_traceback.TestTracebackFormat.test_stack_format) ... ok 2025-10-14T22:37:56.1879397Z test_traceback_format (test.test_traceback.TestTracebackFormat.test_traceback_format) ... ok 2025-10-14T22:37:56.1880132Z test_traceback_format_with_cleared_frames (test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames) ... ok 2025-10-14T22:37:56.1880891Z test_unhashable (test.test_traceback.TestTracebackFormat.test_unhashable) ... ok 2025-10-14T22:37:56.1881601Z test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation) ... ok 2025-10-14T22:37:56.1882350Z test_base_exception (test.test_traceback.TracebackCases.test_base_exception) ... ok 2025-10-14T22:37:56.1883084Z test_caret (test.test_traceback.TracebackCases.test_caret) ... ok 2025-10-14T22:37:56.1883830Z test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file) ... ok 2025-10-14T22:37:56.1884559Z test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None) ... ok 2025-10-14T22:37:56.1885351Z test_format_base_exception_group (test.test_traceback.TracebackCases.test_format_base_exception_group) ... ok 2025-10-14T22:37:56.1886247Z test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc) ... ok 2025-10-14T22:37:56.1887047Z test_format_exception_group (test.test_traceback.TracebackCases.test_format_exception_group) ... ok 2025-10-14T22:37:56.1887865Z test_format_exception_group_explicit_class (test.test_traceback.TracebackCases.test_format_exception_group_explicit_class) ... ok 2025-10-14T22:37:56.1888730Z test_format_exception_group_multiline2_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages) ... ok 2025-10-14T22:37:56.1889622Z test_format_exception_group_multiline_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages) ... ok 2025-10-14T22:37:56.1890546Z test_format_exception_group_multiple_exceptions (test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions) ... ok 2025-10-14T22:37:56.1891515Z test_format_exception_group_nested_with_notes (test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes) ... ok 2025-10-14T22:37:56.1892454Z test_format_exception_group_syntax_error (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error) ... ok 2025-10-14T22:37:56.1893453Z test_format_exception_group_syntax_error_with_custom_values (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values) ... ok 2025-10-14T22:37:56.1894288Z test_format_exception_group_with_cause (test.test_traceback.TracebackCases.test_format_exception_group_with_cause) ... ok 2025-10-14T22:37:56.1895146Z test_format_exception_group_with_note (test.test_traceback.TracebackCases.test_format_exception_group_with_note) ... ok 2025-10-14T22:37:56.1896170Z test_format_exception_group_with_tracebacks (test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks) ... ok 2025-10-14T22:37:56.1897212Z test_format_exception_group_without_show_group (test.test_traceback.TracebackCases.test_format_exception_group_without_show_group) ... ok 2025-10-14T22:37:56.1898088Z test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__) ... ok 2025-10-14T22:37:56.1898908Z test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc) ... ok 2025-10-14T22:37:56.1899720Z test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ok 2025-10-14T22:37:56.1900690Z test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ok 2025-10-14T22:37:56.1901535Z test_nocaret (test.test_traceback.TracebackCases.test_nocaret) ... ok 2025-10-14T22:37:56.1902240Z test_print_exception (test.test_traceback.TracebackCases.test_print_exception) ... ok 2025-10-14T22:37:56.1902945Z test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc) ... ok 2025-10-14T22:37:56.1903607Z test_print_last (test.test_traceback.TracebackCases.test_print_last) ... ok 2025-10-14T22:37:56.1904333Z test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit) ... ok 2025-10-14T22:37:56.1905136Z test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback) ... ok 2025-10-14T22:37:56.1905897Z test_signatures (test.test_traceback.TracebackCases.test_signatures) ... ok 2025-10-14T22:37:56.1906402Z 2025-10-14T22:37:56.1906998Z ---------------------------------------------------------------------- 2025-10-14T22:37:56.1907653Z Ran 398 tests in 9.013s 2025-10-14T22:37:56.1908156Z 2025-10-14T22:37:56.1908708Z OK (skipped=1) 2025-10-14T22:37:56.2815676Z 0:12:17 load avg: 5.77 [35/59] test.test_asyncio.test_ssl passed 2025-10-14T22:37:56.2855565Z Re-running test.test_asyncio.test_ssl in verbose mode 2025-10-14T22:37:56.2967673Z test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket) ... ok 2025-10-14T22:37:56.3670070Z test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning) ... ok 2025-10-14T22:37:56.3724484Z test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) ... ok 2025-10-14T22:37:56.3726200Z test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) ... ok 2025-10-14T22:37:56.4943111Z test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate) ... ok 2025-10-14T22:37:56.4999698Z test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake) ... ok 2025-10-14T22:37:56.5004679Z test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) ... skipped 'not enough memory: 2.2G minimum needed' 2025-10-14T22:37:56.5095404Z test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) ... skipped 'not enough memory: 2.2G minimum needed' 2025-10-14T22:37:56.5134227Z test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown) ... ok 2025-10-14T22:37:56.5451877Z test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) ... ok 2025-10-14T22:37:56.5460120Z test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data) ... ok 2025-10-14T22:37:56.5473193Z test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket) ... ok 2025-10-14T22:37:56.5478887Z test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) ... ok 2025-10-14T22:37:56.5480065Z test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) ... ok 2025-10-14T22:37:56.5481123Z test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set) ... ok 2025-10-14T22:37:56.5481983Z test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:37:56.5482882Z test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost) ... ok 2025-10-14T22:37:56.5483667Z test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout) ... ok 2025-10-14T22:37:56.5484425Z test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1) ... ok 2025-10-14T22:37:56.5485155Z test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ... ok 2025-10-14T22:37:56.5485858Z test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1) ... ok 2025-10-14T22:37:56.5486548Z test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1) ... ok 2025-10-14T22:37:56.5487224Z test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel) ... ok 2025-10-14T22:37:56.5487785Z 2025-10-14T22:37:56.5488399Z ---------------------------------------------------------------------- 2025-10-14T22:37:56.5489002Z Ran 23 tests in 17.785s 2025-10-14T22:37:56.5489448Z 2025-10-14T22:37:56.5489949Z OK (skipped=2) 2025-10-14T22:37:58.9432069Z 0:12:20 load avg: 6.04 [36/59] test_tempfile passed 2025-10-14T22:37:58.9455831Z Re-running test_tempfile in verbose mode 2025-10-14T22:37:58.9468213Z test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list) ... ok 2025-10-14T22:37:58.9469383Z test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs) ... ok 2025-10-14T22:37:58.9834031Z test_exports (test.test_tempfile.TestExports.test_exports) ... ok 2025-10-14T22:37:59.2593278Z test_retval (test.test_tempfile.TestGetCandidateNames.test_retval) ... ok 2025-10-14T22:37:59.3372519Z test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing) ... ok 2025-10-14T22:37:59.3424473Z test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind) ... ok 2025-10-14T22:37:59.3430371Z test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive) ... ok 2025-10-14T22:37:59.3431148Z test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists) ... ok 2025-10-14T22:37:59.3431802Z test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable) ... ok 2025-10-14T22:37:59.3432433Z test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing) ... ok 2025-10-14T22:37:59.3433035Z test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template) ... ok 2025-10-14T22:37:59.3433648Z test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template) ... ok 2025-10-14T22:37:59.3434285Z test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples) ... ok 2025-10-14T22:37:59.3434979Z test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none) ... ok 2025-10-14T22:37:59.3435967Z test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib) ... ok 2025-10-14T22:37:59.3436651Z test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike) ... ok 2025-10-14T22:37:59.3437296Z test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles) ... ok 2025-10-14T22:37:59.3437889Z test_basic (test.test_tempfile.TestMkdtemp.test_basic) ... ok 2025-10-14T22:37:59.3438439Z test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many) ... ok 2025-10-14T22:37:59.3439011Z test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names) ... ok 2025-10-14T22:37:59.3526665Z test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory) ... ok 2025-10-14T22:38:02.6186933Z test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory) ... ok 2025-10-14T22:38:02.6197707Z test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file) ... ok 2025-10-14T22:38:02.6199220Z test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok 2025-10-14T22:38:02.6200036Z test_mode (test.test_tempfile.TestMkdtemp.test_mode) ... ok 2025-10-14T22:38:02.6245724Z test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) ... ok 2025-10-14T22:38:02.6246524Z test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory) ... ok 2025-10-14T22:38:02.6247190Z test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory) ... ok 2025-10-14T22:38:02.6247844Z test_path_is_absolute (test.test_tempfile.TestMkdtemp.test_path_is_absolute) ... ok 2025-10-14T22:38:02.6248480Z test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) ... skipped "can't set the directory read-only" 2025-10-14T22:38:02.6249097Z test_basic (test.test_tempfile.TestMkstemp.test_basic) ... ok 2025-10-14T22:38:02.6249677Z test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names) ... ok 2025-10-14T22:38:02.6250287Z test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory) ... ok 2025-10-14T22:38:02.6251038Z test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok 2025-10-14T22:38:02.6251698Z test_basic (test.test_tempfile.TestMkstempInner.test_basic) ... ok 2025-10-14T22:38:02.6252273Z test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many) ... ok 2025-10-14T22:38:02.6252898Z test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names) ... ok 2025-10-14T22:38:02.6253555Z test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory) ... ok 2025-10-14T22:38:02.6254249Z test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory) ... ok 2025-10-14T22:38:02.6254904Z test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file) ... ok 2025-10-14T22:38:02.6255580Z test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode) ... ok 2025-10-14T22:38:02.6256165Z test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit) ... ok 2025-10-14T22:38:02.6256734Z test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory) ... ok 2025-10-14T22:38:02.6265650Z test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory) ... ok 2025-10-14T22:38:02.6267047Z test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) ... skipped "can't set the directory read-only" 2025-10-14T22:38:02.6267909Z test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) ... ok 2025-10-14T22:38:02.6268904Z test_basic (test.test_tempfile.TestMktemp.test_basic) ... ok 2025-10-14T22:38:02.6269677Z test_many (test.test_tempfile.TestMktemp.test_many) ... ok 2025-10-14T22:38:02.6270258Z test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding) ... ok 2025-10-14T22:38:02.6270877Z test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode) ... ok 2025-10-14T22:38:02.6271469Z test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic) ... ok 2025-10-14T22:38:02.6272121Z test_context_man_not_del_if_delete_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false) ... ok 2025-10-14T22:38:02.6272897Z test_context_man_not_del_on_close_if_delete_on_close_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false) ... ok 2025-10-14T22:38:02.6273887Z test_context_man_ok_to_delete_manually (test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually) ... ok 2025-10-14T22:38:02.6274573Z test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager) ... ok 2025-10-14T22:38:02.6275276Z test_correct_finalizer_work_if_already_deleted (test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted) ... ok 2025-10-14T22:38:02.6275964Z test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named) ... ok 2025-10-14T22:38:02.6276612Z test_del_by_finalizer (test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer) ... ok 2025-10-14T22:38:02.6277249Z test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close) ... ok 2025-10-14T22:38:02.6277868Z test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close) ... ok 2025-10-14T22:38:02.6278475Z test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter) ... ok 2025-10-14T22:38:02.6279077Z test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup) ... ok 2025-10-14T22:38:02.6279707Z test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close) ... ok 2025-10-14T22:38:02.6281098Z test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error) ... ok 2025-10-14T22:38:02.6281754Z test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str) ... ok 2025-10-14T22:38:02.6282356Z test_many (test.test_tempfile.TestRandomNameSequence.test_many) ... ok 2025-10-14T22:38:02.6283003Z test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness) ... skipped 'requires working os.fork()' 2025-10-14T22:38:02.6283641Z test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic) ... ok 2025-10-14T22:38:02.6284234Z test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods) ... ok 2025-10-14T22:38:02.6284857Z test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem) ... ok 2025-10-14T22:38:02.6285517Z test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover) ... ok 2025-10-14T22:38:02.6286284Z test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover) ... ok 2025-10-14T22:38:02.6286983Z test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover) ... ok 2025-10-14T22:38:02.6287635Z test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close) ... ok 2025-10-14T22:38:02.6288257Z test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file) ... ok 2025-10-14T22:38:02.6288888Z test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file) ... ok 2025-10-14T22:38:02.6289535Z test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno) ... ok 2025-10-14T22:38:02.6290263Z test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface) ... ok 2025-10-14T22:38:02.6290884Z test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase) ... ok 2025-10-14T22:38:02.6291665Z test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover) ... ok 2025-10-14T22:38:02.6292364Z test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover) ... ok 2025-10-14T22:38:02.6292993Z test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties) ... ok 2025-10-14T22:38:02.6293576Z test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small) ... ok 2025-10-14T22:38:02.6294157Z test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse) ... ok 2025-10-14T22:38:02.6304226Z test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode) ... ok 2025-10-14T22:38:02.6305510Z test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding) ... ok 2025-10-14T22:38:02.6306365Z test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter) ... ok 2025-10-14T22:38:02.6307466Z test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential) ... ok 2025-10-14T22:38:02.6308136Z test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines) ... ok 2025-10-14T22:38:02.6308775Z test_writelines_fast_path (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path) ... ok 2025-10-14T22:38:02.6309496Z test_writelines_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover) ... ok 2025-10-14T22:38:02.6310150Z test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential) ... ok 2025-10-14T22:38:02.6310867Z test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) ... skipped 'requires os.chflags' 2025-10-14T22:38:02.6311584Z test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes) ... ok 2025-10-14T22:38:02.6312286Z test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory) ... ok 2025-10-14T22:38:02.6312977Z test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) ... ok 2025-10-14T22:38:02.6313640Z test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager) ... ok 2025-10-14T22:38:02.6314286Z test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection) ... ok 2025-10-14T22:38:02.6315198Z test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors) 2025-10-14T22:38:02.6315891Z Test that ignoring errors works when TemporaryDirectory is gced. ... ok 2025-10-14T22:38:02.6316536Z test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown) ... ok 2025-10-14T22:38:02.6317187Z test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors) 2025-10-14T22:38:02.6317825Z Test ignoring errors works when a tempdir is gc'ed on shutdown. ... ok 2025-10-14T22:38:02.6318425Z test_delete_false (test.test_tempfile.TestTemporaryDirectory.test_delete_false) ... ok 2025-10-14T22:38:02.6319033Z test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown) ... ok 2025-10-14T22:38:02.6319699Z test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup) ... ok 2025-10-14T22:38:02.6320355Z test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) ... ok 2025-10-14T22:38:02.6321047Z test_explicit_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_ignore_errors) 2025-10-14T22:38:02.6321745Z Test that cleanup doesn't return an error when ignoring them. ... ok 2025-10-14T22:38:02.6322344Z test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) ... skipped 'requires os.chflags' 2025-10-14T22:38:02.6323102Z test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure) ... ok 2025-10-14T22:38:02.6323709Z test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes) ... ok 2025-10-14T22:38:02.6324303Z test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close) ... ok 2025-10-14T22:38:02.6324972Z test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup) ... ok 2025-10-14T22:38:02.6325386Z 2025-10-14T22:38:02.6325884Z ---------------------------------------------------------------------- 2025-10-14T22:38:02.6326397Z Ran 111 tests in 2.327s 2025-10-14T22:38:02.6326828Z 2025-10-14T22:38:02.6327247Z OK (skipped=5) 2025-10-14T22:38:02.6327723Z 0:12:23 load avg: 6.13 [37/59] test_gc passed 2025-10-14T22:38:02.6328217Z Re-running test_gc in verbose mode 2025-10-14T22:38:02.6328741Z test_collect (test.test_gc.GCCallbackTests.test_collect) ... ok 2025-10-14T22:38:02.6329302Z test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage) ... ok 2025-10-14T22:38:02.6329898Z test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation) ... ok 2025-10-14T22:38:02.6330529Z test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) ... skipped 'built with -NDEBUG' 2025-10-14T22:38:02.6331091Z test_boom (test.test_gc.GCTests.test_boom) ... ok 2025-10-14T22:38:02.6333072Z test_boom2 (test.test_gc.GCTests.test_boom2) ... ok 2025-10-14T22:38:04.1137621Z test_bug1055820b (test.test_gc.GCTests.test_bug1055820b) ... ok 2025-10-14T22:38:04.1138535Z test_bug21435 (test.test_gc.GCTests.test_bug21435) ... ok 2025-10-14T22:38:04.1139106Z test_class (test.test_gc.GCTests.test_class) ... ok 2025-10-14T22:38:04.1139651Z test_collect_generations (test.test_gc.GCTests.test_collect_generations) ... ok 2025-10-14T22:38:04.1140368Z test_datetime_weakref_cycle (test.test_gc.GCTests.test_datetime_weakref_cycle) ... ok 2025-10-14T22:38:04.1140952Z test_deferred_refcount_frozen (test.test_gc.GCTests.test_deferred_refcount_frozen) ... ok 2025-10-14T22:38:04.1141501Z test_del (test.test_gc.GCTests.test_del) ... ok 2025-10-14T22:38:04.1142099Z test_del_newclass (test.test_gc.GCTests.test_del_newclass) ... ok 2025-10-14T22:38:04.1142612Z test_dict (test.test_gc.GCTests.test_dict) ... ok 2025-10-14T22:38:04.1143213Z test_do_not_cleanup_type_subclasses_before_finalization (test.test_gc.GCTests.test_do_not_cleanup_type_subclasses_before_finalization) ... ok 2025-10-14T22:38:04.1143860Z test_frame (test.test_gc.GCTests.test_frame) ... ok 2025-10-14T22:38:04.1144346Z test_freeze (test.test_gc.GCTests.test_freeze) ... ok 2025-10-14T22:38:04.1144839Z test_function (test.test_gc.GCTests.test_function) ... ok 2025-10-14T22:38:04.1145410Z test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state) ... ok 2025-10-14T22:38:04.1146097Z test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown) ... ok 2025-10-14T22:38:04.1146676Z test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown) ... ok 2025-10-14T22:38:04.1147314Z test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown) ... ok 2025-10-14T22:38:04.1147882Z test_get_count (test.test_gc.GCTests.test_get_count) ... ok 2025-10-14T22:38:04.1148396Z test_get_objects (test.test_gc.GCTests.test_get_objects) ... ok 2025-10-14T22:38:04.1148905Z test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments) ... ok 2025-10-14T22:38:04.1149557Z test_get_objects_during_gc (test.test_gc.GCTests.test_get_objects_during_gc) ... ok 2025-10-14T22:38:04.1150099Z test_get_objects_generations (test.test_gc.GCTests.test_get_objects_generations) ... ok 2025-10-14T22:38:04.1150628Z test_get_referents (test.test_gc.GCTests.test_get_referents) ... ok 2025-10-14T22:38:04.1151181Z test_get_referents_on_capsule (test.test_gc.GCTests.test_get_referents_on_capsule) ... ok 2025-10-14T22:38:04.1151789Z test_get_stats (test.test_gc.GCTests.test_get_stats) ... ok 2025-10-14T22:38:04.1152586Z test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit) ... ok 2025-10-14T22:38:04.1153135Z test_instance (test.test_gc.GCTests.test_instance) ... ok 2025-10-14T22:38:04.1153666Z test_is_finalized (test.test_gc.GCTests.test_is_finalized) ... ok 2025-10-14T22:38:04.1154206Z test_is_tracked (test.test_gc.GCTests.test_is_tracked) ... ok 2025-10-14T22:38:04.1154676Z test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer) ... ok 2025-10-14T22:38:04.1155137Z test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass) ... ok 2025-10-14T22:38:04.1155735Z test_list (test.test_gc.GCTests.test_list) ... ok 2025-10-14T22:38:04.1156171Z test_method (test.test_gc.GCTests.test_method) ... ok 2025-10-14T22:38:04.1156623Z test_newinstance (test.test_gc.GCTests.test_newinstance) ... ok 2025-10-14T22:38:04.1157050Z test_newstyleclass (test.test_gc.GCTests.test_newstyleclass) ... ok 2025-10-14T22:38:04.1157567Z test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects) ... ok 2025-10-14T22:38:04.1158041Z test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive) ... ok 2025-10-14T22:38:04.1158530Z test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object) ... ok 2025-10-14T22:38:04.1158954Z test_saveall (test.test_gc.GCTests.test_saveall) ... ok 2025-10-14T22:38:04.1159392Z test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear) ... ok 2025-10-14T22:38:04.1159817Z test_trashcan (test.test_gc.GCTests.test_trashcan) ... ok 2025-10-14T22:38:04.1160243Z test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads) ... ok 2025-10-14T22:38:04.1160682Z test_traverse_frozen_objects (test.test_gc.GCTests.test_traverse_frozen_objects) ... ok 2025-10-14T22:38:04.1161089Z test_tuple (test.test_gc.GCTests.test_tuple) ... ok 2025-10-14T22:38:04.1161521Z test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c) ... ok 2025-10-14T22:38:04.1161939Z test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d) ... ok 2025-10-14T22:38:04.1162464Z test_indirect_calls_with_gc_disabled (test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled) ... ok 2025-10-14T22:38:04.1163061Z test_incremental_gc_handles_fast_cycle_creation (test.test_gc.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation) ... test_incremental_gc_handles_fast_cycle_creation (__main__.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation) ... ok 2025-10-14T22:38:04.1163413Z 2025-10-14T22:38:04.1163718Z ---------------------------------------------------------------------- 2025-10-14T22:38:04.1164078Z Ran 1 test in 0.319s 2025-10-14T22:38:04.1164217Z 2025-10-14T22:38:04.1164838Z OK 2025-10-14T22:38:04.1165184Z ok 2025-10-14T22:38:04.1165616Z test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini) ... ok 2025-10-14T22:38:04.1166193Z test_warnings_fini (test.test_gc.PythonFinalizationTests.test_warnings_fini) ... ok 2025-10-14T22:38:04.1166525Z 2025-10-14T22:38:04.1166955Z ---------------------------------------------------------------------- 2025-10-14T22:38:04.1167454Z Ran 56 tests in 3.363s 2025-10-14T22:38:04.1167728Z 2025-10-14T22:38:04.1168057Z OK (skipped=1) 2025-10-14T22:38:04.1168526Z 0:12:23 load avg: 6.13 [38/59] test_zstd passed 2025-10-14T22:38:04.1168983Z Re-running test_zstd in verbose mode 2025-10-14T22:38:04.1169490Z test_compress_empty (test.test_zstd.CompressorTestCase.test_compress_empty) ... ok 2025-10-14T22:38:04.1170062Z test_compress_flushblock (test.test_zstd.CompressorTestCase.test_compress_flushblock) ... ok 2025-10-14T22:38:04.1170650Z test_compress_flushframe (test.test_zstd.CompressorTestCase.test_compress_flushframe) ... ok 2025-10-14T22:38:04.1171190Z test_compress_parameters (test.test_zstd.CompressorTestCase.test_compress_parameters) ... ok 2025-10-14T22:38:04.1171904Z test_set_pledged_input_size (test.test_zstd.CompressorTestCase.test_set_pledged_input_size) ... ok 2025-10-14T22:38:04.1172609Z test_simple_compress_bad_args (test.test_zstd.CompressorTestCase.test_simple_compress_bad_args) ... ok 2025-10-14T22:38:04.1173278Z test_unknown_compression_parameter (test.test_zstd.CompressorTestCase.test_unknown_compression_parameter) ... ok 2025-10-14T22:38:04.1173912Z test_zstd_multithread_compress (test.test_zstd.CompressorTestCase.test_zstd_multithread_compress) ... ok 2025-10-14T22:38:04.1174518Z test_decompressor_1 (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_1) ... ok 2025-10-14T22:38:04.1175225Z test_decompressor_skippable (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_skippable) ... ok 2025-10-14T22:38:04.1175908Z test_function_decompress (test.test_zstd.DecompressorFlagsTestCase.test_function_decompress) ... ok 2025-10-14T22:38:04.1176483Z test_function_skippable (test.test_zstd.DecompressorFlagsTestCase.test_function_skippable) ... ok 2025-10-14T22:38:04.1177052Z test_decompress_empty (test.test_zstd.DecompressorTestCase.test_decompress_empty) ... ok 2025-10-14T22:38:04.1177679Z test_decompress_empty_content_frame (test.test_zstd.DecompressorTestCase.test_decompress_empty_content_frame) ... ok 2025-10-14T22:38:04.1178297Z test_decompress_epilogue_flags (test.test_zstd.DecompressorTestCase.test_decompress_epilogue_flags) ... ok 2025-10-14T22:38:04.1178941Z test_decompress_parameters (test.test_zstd.DecompressorTestCase.test_decompress_parameters) ... ok 2025-10-14T22:38:04.1179511Z test_decompressor_1 (test.test_zstd.DecompressorTestCase.test_decompressor_1) ... ok 2025-10-14T22:38:04.1180083Z test_decompressor_arg (test.test_zstd.DecompressorTestCase.test_decompressor_arg) ... ok 2025-10-14T22:38:04.1180670Z test_decompressor_chunks_read_3 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_3) ... ok 2025-10-14T22:38:04.1181338Z test_decompressor_chunks_read_300 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_300) ... ok 2025-10-14T22:38:04.1181957Z test_simple_decompress_bad_args (test.test_zstd.DecompressorTestCase.test_simple_decompress_bad_args) ... ok 2025-10-14T22:38:04.1182599Z test_unknown_decompression_parameter (test.test_zstd.DecompressorTestCase.test_unknown_decompression_parameter) ... ok 2025-10-14T22:38:04.1183224Z test_UnsupportedOperation (test.test_zstd.FileTestCase.test_UnsupportedOperation) ... ok 2025-10-14T22:38:04.1183880Z test_append_new_file (test.test_zstd.FileTestCase.test_append_new_file) ... ok 2025-10-14T22:38:04.1184437Z test_close (test.test_zstd.FileTestCase.test_close) ... ok 2025-10-14T22:38:04.1184919Z test_closed (test.test_zstd.FileTestCase.test_closed) ... ok 2025-10-14T22:38:04.1185453Z test_decompress_limited (test.test_zstd.FileTestCase.test_decompress_limited) ... ok 2025-10-14T22:38:04.1186007Z test_file_dict (test.test_zstd.FileTestCase.test_file_dict) ... ok 2025-10-14T22:38:04.1186527Z test_file_prefix (test.test_zstd.FileTestCase.test_file_prefix) ... ok 2025-10-14T22:38:04.1187049Z test_fileno (test.test_zstd.FileTestCase.test_fileno) ... ok 2025-10-14T22:38:04.1187557Z test_init (test.test_zstd.FileTestCase.test_init) ... ok 2025-10-14T22:38:04.1188059Z test_init_bad_check (test.test_zstd.FileTestCase.test_init_bad_check) ... ok 2025-10-14T22:38:04.1188619Z test_init_bad_mode (test.test_zstd.FileTestCase.test_init_bad_mode) ... ok 2025-10-14T22:38:04.1189157Z test_init_close_fp (test.test_zstd.FileTestCase.test_init_close_fp) ... ok 2025-10-14T22:38:04.1189659Z test_init_mode (test.test_zstd.FileTestCase.test_init_mode) ... ok 2025-10-14T22:38:04.1190218Z test_init_with_PathLike_filename (test.test_zstd.FileTestCase.test_init_with_PathLike_filename) ... ok 2025-10-14T22:38:04.1190815Z test_init_with_filename (test.test_zstd.FileTestCase.test_init_with_filename) ... ok 2025-10-14T22:38:04.1191401Z test_init_with_x_mode (test.test_zstd.FileTestCase.test_init_with_x_mode) ... ok 2025-10-14T22:38:04.1192058Z test_iterator (test.test_zstd.FileTestCase.test_iterator) ... ok 2025-10-14T22:38:04.1192527Z test_name (test.test_zstd.FileTestCase.test_name) ... ok 2025-10-14T22:38:04.1192996Z test_peek (test.test_zstd.FileTestCase.test_peek) ... ok 2025-10-14T22:38:04.1193506Z test_peek_bad_args (test.test_zstd.FileTestCase.test_peek_bad_args) ... ok 2025-10-14T22:38:04.1194040Z test_read1 (test.test_zstd.FileTestCase.test_read1) ... ok 2025-10-14T22:38:04.1194590Z test_read1_0 (test.test_zstd.FileTestCase.test_read1_0) ... ok 2025-10-14T22:38:04.1195108Z test_read1_10 (test.test_zstd.FileTestCase.test_read1_10) ... ok 2025-10-14T22:38:04.1195775Z test_read1_bad_args (test.test_zstd.FileTestCase.test_read1_bad_args) ... ok 2025-10-14T22:38:04.1196780Z test_read1_multistream (test.test_zstd.FileTestCase.test_read1_multistream) ... ok 2025-10-14T22:38:04.1197367Z test_read_0 (test.test_zstd.FileTestCase.test_read_0) ... ok 2025-10-14T22:38:04.1197867Z test_read_10 (test.test_zstd.FileTestCase.test_read_10) ... ok 2025-10-14T22:38:04.1198387Z test_read_bad_args (test.test_zstd.FileTestCase.test_read_bad_args) ... ok 2025-10-14T22:38:04.1198949Z test_read_bad_data (test.test_zstd.FileTestCase.test_read_bad_data) ... ok 2025-10-14T22:38:04.1199470Z test_read_exception (test.test_zstd.FileTestCase.test_read_exception) ... ok 2025-10-14T22:38:04.1200019Z test_read_incomplete (test.test_zstd.FileTestCase.test_read_incomplete) ... ok 2025-10-14T22:38:04.1200558Z test_read_multistream (test.test_zstd.FileTestCase.test_read_multistream) ... ok 2025-10-14T22:38:04.1201100Z test_read_readinto_readinto1 (test.test_zstd.FileTestCase.test_read_readinto_readinto1) ... ok 2025-10-14T22:38:04.1201639Z test_read_truncated (test.test_zstd.FileTestCase.test_read_truncated) ... ok 2025-10-14T22:38:04.1202173Z test_readable (test.test_zstd.FileTestCase.test_readable) ... ok 2025-10-14T22:38:04.1202621Z test_readinto (test.test_zstd.FileTestCase.test_readinto) ... ok 2025-10-14T22:38:04.1203106Z test_seek_backward (test.test_zstd.FileTestCase.test_seek_backward) ... ok 2025-10-14T22:38:04.1203658Z test_seek_backward_across_streams (test.test_zstd.FileTestCase.test_seek_backward_across_streams) ... ok 2025-10-14T22:38:04.1204248Z test_seek_backward_relative_to_end (test.test_zstd.FileTestCase.test_seek_backward_relative_to_end) ... ok 2025-10-14T22:38:04.1204824Z test_seek_bad_args (test.test_zstd.FileTestCase.test_seek_bad_args) ... ok 2025-10-14T22:38:04.1205377Z test_seek_forward (test.test_zstd.FileTestCase.test_seek_forward) ... ok 2025-10-14T22:38:04.1205939Z test_seek_forward_across_streams (test.test_zstd.FileTestCase.test_seek_forward_across_streams) ... ok 2025-10-14T22:38:04.1206597Z test_seek_forward_relative_to_current (test.test_zstd.FileTestCase.test_seek_forward_relative_to_current) ... ok 2025-10-14T22:38:04.1207340Z test_seek_forward_relative_to_end (test.test_zstd.FileTestCase.test_seek_forward_relative_to_end) ... ok 2025-10-14T22:38:04.1207946Z test_seek_not_seekable (test.test_zstd.FileTestCase.test_seek_not_seekable) ... ok 2025-10-14T22:38:04.1208528Z test_seek_past_end (test.test_zstd.FileTestCase.test_seek_past_end) ... ok 2025-10-14T22:38:04.1209068Z test_seek_past_start (test.test_zstd.FileTestCase.test_seek_past_start) ... ok 2025-10-14T22:38:04.1209576Z test_seekable (test.test_zstd.FileTestCase.test_seekable) ... ok 2025-10-14T22:38:04.1210090Z test_tell (test.test_zstd.FileTestCase.test_tell) ... ok 2025-10-14T22:38:04.1210612Z test_tell_bad_args (test.test_zstd.FileTestCase.test_tell_bad_args) ... ok 2025-10-14T22:38:04.1211154Z test_writable (test.test_zstd.FileTestCase.test_writable) ... ok 2025-10-14T22:38:04.1211678Z test_write (test.test_zstd.FileTestCase.test_write) ... ok 2025-10-14T22:38:04.1212218Z test_write_101 (test.test_zstd.FileTestCase.test_write_101) ... ok 2025-10-14T22:38:04.1212730Z test_write_append (test.test_zstd.FileTestCase.test_write_append) ... ok 2025-10-14T22:38:04.1213277Z test_write_bad_args (test.test_zstd.FileTestCase.test_write_bad_args) ... ok 2025-10-14T22:38:04.1213967Z test_write_empty_block (test.test_zstd.FileTestCase.test_write_empty_block) ... ok 2025-10-14T22:38:04.1214508Z test_write_empty_frame (test.test_zstd.FileTestCase.test_write_empty_frame) ... ok 2025-10-14T22:38:04.1215068Z test_writelines (test.test_zstd.FileTestCase.test_writelines) ... ok 2025-10-14T22:38:04.1215632Z test_zstdfile_flush (test.test_zstd.FileTestCase.test_zstdfile_flush) ... ok 2025-10-14T22:38:04.1216171Z test_zstdfile_flush_mode (test.test_zstd.FileTestCase.test_zstdfile_flush_mode) ... ok 2025-10-14T22:38:04.1216751Z test_zstdfile_iter_issue45475 (test.test_zstd.FileTestCase.test_zstdfile_iter_issue45475) ... ok 2025-10-14T22:38:04.1217468Z test_zstdfile_truncate (test.test_zstd.FileTestCase.test_zstdfile_truncate) ... ok 2025-10-14T22:38:04.1218011Z test_compress_locking (test.test_zstd.FreeThreadingMethodTests.test_compress_locking) ... ok 2025-10-14T22:38:04.1218651Z test_compress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_compress_shared_dict) ... ok 2025-10-14T22:38:04.1219358Z test_decompress_locking (test.test_zstd.FreeThreadingMethodTests.test_decompress_locking) ... ok 2025-10-14T22:38:04.1219963Z test_decompress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_decompress_shared_dict) ... ok 2025-10-14T22:38:04.1220583Z test_compressionLevel_values (test.test_zstd.FunctionsTestCase.test_compressionLevel_values) ... ok 2025-10-14T22:38:04.1221179Z test_decompress_2x130_1K (test.test_zstd.FunctionsTestCase.test_decompress_2x130_1K) ... ok 2025-10-14T22:38:04.1221719Z test_get_frame_info (test.test_zstd.FunctionsTestCase.test_get_frame_info) ... ok 2025-10-14T22:38:04.1222288Z test_get_frame_size (test.test_zstd.FunctionsTestCase.test_get_frame_size) ... ok 2025-10-14T22:38:04.1222879Z test_roundtrip_default (test.test_zstd.FunctionsTestCase.test_roundtrip_default) ... ok 2025-10-14T22:38:04.1223462Z test_roundtrip_level (test.test_zstd.FunctionsTestCase.test_roundtrip_level) ... ok 2025-10-14T22:38:04.1224008Z test_version (test.test_zstd.FunctionsTestCase.test_version) ... ok 2025-10-14T22:38:04.1224521Z test_bad_params (test.test_zstd.OpenTestCase.test_bad_params) ... ok 2025-10-14T22:38:04.1225030Z test_binary_modes (test.test_zstd.OpenTestCase.test_binary_modes) ... ok 2025-10-14T22:38:04.1225570Z test_buffer_protocol (test.test_zstd.OpenTestCase.test_buffer_protocol) ... ok 2025-10-14T22:38:04.1226116Z test_encoding (test.test_zstd.OpenTestCase.test_encoding) ... ok 2025-10-14T22:38:04.1226646Z test_encoding_error_handler (test.test_zstd.OpenTestCase.test_encoding_error_handler) ... ok 2025-10-14T22:38:04.1227223Z test_newline (test.test_zstd.OpenTestCase.test_newline) ... ok 2025-10-14T22:38:04.1227740Z test_open_dict (test.test_zstd.OpenTestCase.test_open_dict) ... ok 2025-10-14T22:38:04.1228247Z test_open_prefix (test.test_zstd.OpenTestCase.test_open_prefix) ... ok 2025-10-14T22:38:04.1228766Z test_option (test.test_zstd.OpenTestCase.test_option) ... ok 2025-10-14T22:38:04.1229288Z test_text_modes (test.test_zstd.OpenTestCase.test_text_modes) ... ok 2025-10-14T22:38:04.1229803Z test_x_mode (test.test_zstd.OpenTestCase.test_x_mode) ... ok 2025-10-14T22:38:04.1230359Z test_advanced_compression_parameters (test.test_zstd.ZstdDictTestCase.test_advanced_compression_parameters) ... ok 2025-10-14T22:38:04.1230949Z test_as_digested_dict (test.test_zstd.ZstdDictTestCase.test_as_digested_dict) ... ok 2025-10-14T22:38:04.1231420Z test_as_prefix (test.test_zstd.ZstdDictTestCase.test_as_prefix) ... ok 2025-10-14T22:38:04.1231909Z test_finalize_dict (test.test_zstd.ZstdDictTestCase.test_finalize_dict) ... ok 2025-10-14T22:38:04.1232481Z test_finalize_dict_arguments (test.test_zstd.ZstdDictTestCase.test_finalize_dict_arguments) ... ok 2025-10-14T22:38:04.1233063Z test_finalize_dict_c (test.test_zstd.ZstdDictTestCase.test_finalize_dict_c) ... ok 2025-10-14T22:38:04.1233587Z test_invalid_dict (test.test_zstd.ZstdDictTestCase.test_invalid_dict) ... ok 2025-10-14T22:38:04.1234089Z test_is_raw (test.test_zstd.ZstdDictTestCase.test_is_raw) ... ok 2025-10-14T22:38:04.1234680Z test_len (test.test_zstd.ZstdDictTestCase.test_len) ... ok 2025-10-14T22:38:04.1235225Z test_train_buffer_protocol_samples (test.test_zstd.ZstdDictTestCase.test_train_buffer_protocol_samples) ... ok 2025-10-14T22:38:04.1235834Z test_train_dict (test.test_zstd.ZstdDictTestCase.test_train_dict) ... ok 2025-10-14T22:38:04.1236374Z test_train_dict_arguments (test.test_zstd.ZstdDictTestCase.test_train_dict_arguments) ... ok 2025-10-14T22:38:04.1236939Z test_train_dict_c (test.test_zstd.ZstdDictTestCase.test_train_dict_c) ... ok 2025-10-14T22:38:04.1237273Z 2025-10-14T22:38:04.1237710Z ---------------------------------------------------------------------- 2025-10-14T22:38:04.1238289Z Ran 119 tests in 1.460s 2025-10-14T22:38:04.1238509Z 2025-10-14T22:38:04.1238773Z OK 2025-10-14T22:38:04.1239153Z 0:12:25 load avg: 6.00 [39/59] test.test_asyncio.test_futures passed 2025-10-14T22:38:04.1239665Z Re-running test.test_asyncio.test_futures in verbose mode 2025-10-14T22:38:04.1240305Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:38:04.1241022Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:38:04.1241818Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:38:04.1242633Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:38:04.1243376Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:38:04.1244091Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:38:04.1244760Z test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:38:04.1245430Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:38:04.1246196Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:38:04.1246956Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:38:04.1247705Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:38:04.1248455Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:38:04.1249279Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1250152Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1250957Z test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok 2025-10-14T22:38:04.1251713Z test_callbacks_copy (test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy) ... ok 2025-10-14T22:38:04.1252275Z test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel) ... ok 2025-10-14T22:38:04.1252834Z test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional) ... ok 2025-10-14T22:38:04.1253701Z test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:38:04.1254293Z test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:38:04.1254779Z test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:38:04.1255235Z test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state) ... ok 2025-10-14T22:38:04.1255708Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.CFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:38:04.1256314Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:38:04.1256781Z test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception) ... ok 2025-10-14T22:38:04.1257225Z test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class) ... ok 2025-10-14T22:38:04.1257694Z test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:38:04.1258166Z test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:38:04.1258657Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:38:04.1259149Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:38:04.1259612Z test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect) ... ok 2025-10-14T22:38:04.1260062Z test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault) ... ok 2025-10-14T22:38:04.1260536Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:38:04.1261042Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:38:04.1261521Z test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:38:04.1261964Z test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr) ... ok 2025-10-14T22:38:04.1262445Z test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:38:04.1262916Z test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:38:04.1263392Z test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias) ... ok 2025-10-14T22:38:04.1264440Z test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state) ... ok 2025-10-14T22:38:04.1264980Z test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture) ... ok 2025-10-14T22:38:04.1265449Z test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter) ... ok 2025-10-14T22:38:04.1265968Z test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback) ... ok 2025-10-14T22:38:04.1266453Z test_result (test.test_asyncio.test_futures.CFutureTests.test_result) ... ok 2025-10-14T22:38:04.1267034Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:38:04.1274645Z test_stop_iteration_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:38:04.1275344Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:38:04.1276042Z test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:38:04.1277304Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:38:04.1277998Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:38:04.1278738Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:38:04.1279408Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:38:04.1280064Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:38:04.1281457Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:38:04.1282173Z test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized) ... ok 2025-10-14T22:38:04.1282771Z test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future) ... ok 2025-10-14T22:38:04.1283375Z test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:38:04.1283978Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:38:04.1284584Z test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:38:04.1285229Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:38:04.1285893Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:38:04.1286550Z test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:38:04.1287199Z test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:38:04.1287857Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:38:04.1288611Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:38:04.1289367Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:38:04.1290112Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:38:04.1290842Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:38:04.1291583Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:38:04.1292313Z test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:38:04.1293008Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:38:04.1293826Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:38:04.1294563Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:38:04.1295285Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:38:04.1296051Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:38:04.1296976Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1297810Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1298597Z test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel) ... ok 2025-10-14T22:38:04.1299320Z test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional) ... ok 2025-10-14T22:38:04.1299966Z test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:38:04.1300611Z test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:38:04.1301250Z test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:38:04.1301847Z test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state) ... ok 2025-10-14T22:38:04.1302454Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:38:04.1303031Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:38:04.1303546Z test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception) ... ok 2025-10-14T22:38:04.1304088Z test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class) ... ok 2025-10-14T22:38:04.1304777Z test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:38:04.1305446Z test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:38:04.1306123Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:38:04.1306851Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:38:04.1307526Z test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect) ... ok 2025-10-14T22:38:04.1308213Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:38:04.1308938Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:38:04.1309620Z test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:38:04.1310233Z test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr) ... ok 2025-10-14T22:38:04.1310830Z test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:38:04.1311480Z test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:38:04.1312128Z test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias) ... ok 2025-10-14T22:38:04.1312757Z test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state) ... ok 2025-10-14T22:38:04.1313392Z test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture) ... ok 2025-10-14T22:38:04.1313960Z test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter) ... ok 2025-10-14T22:38:04.1314533Z test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback) ... ok 2025-10-14T22:38:04.1315244Z test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result) ... ok 2025-10-14T22:38:04.1315854Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:38:04.1316631Z test_stop_iteration_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:38:04.1317336Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:38:04.1318013Z test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:38:04.1318824Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:38:04.1319521Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:38:04.1320215Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:38:04.1320887Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:38:04.1321562Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:38:04.1322235Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:38:04.1322869Z test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized) ... ok 2025-10-14T22:38:04.1323477Z test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future) ... ok 2025-10-14T22:38:04.1324113Z test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:38:04.1324762Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:38:04.1325393Z test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:38:04.1326027Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:38:04.1326700Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:38:04.1327397Z test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:38:04.1328334Z test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:38:04.1328970Z test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future) ... ok 2025-10-14T22:38:04.1329625Z test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future) ... ok 2025-10-14T22:38:04.1330292Z test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok 2025-10-14T22:38:04.1331004Z test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok 2025-10-14T22:38:04.1331744Z test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok 2025-10-14T22:38:04.1332423Z test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok 2025-10-14T22:38:04.1333026Z test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok 2025-10-14T22:38:04.1333668Z test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation) ... ok 2025-10-14T22:38:04.1334431Z test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback) ... ok 2025-10-14T22:38:04.1335115Z test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok 2025-10-14T22:38:04.1335814Z test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok 2025-10-14T22:38:04.1336490Z test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok 2025-10-14T22:38:04.1337323Z test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok 2025-10-14T22:38:04.1338053Z test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__) ... ok 2025-10-14T22:38:04.1338883Z test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1339823Z test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__) ... ok 2025-10-14T22:38:04.1340604Z test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok 2025-10-14T22:38:04.1341257Z test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel) ... ok 2025-10-14T22:38:04.1341862Z test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional) ... ok 2025-10-14T22:38:04.1342596Z test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop) ... ok 2025-10-14T22:38:04.1343232Z test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop) ... ok 2025-10-14T22:38:04.1343852Z test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop) ... ok 2025-10-14T22:38:04.1344454Z test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state) ... ok 2025-10-14T22:38:04.1345100Z test_copy_state_from_concurrent_futures (test.test_asyncio.test_futures.PyFutureTests.test_copy_state_from_concurrent_futures) 2025-10-14T22:38:04.1345712Z Test _copy_future_state from concurrent.futures.Future. ... ok 2025-10-14T22:38:04.1346250Z test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception) ... ok 2025-10-14T22:38:04.1346808Z test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class) ... ok 2025-10-14T22:38:04.1347426Z test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter) ... ok 2025-10-14T22:38:04.1348143Z test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter) ... ok 2025-10-14T22:38:04.1348812Z test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles) ... ok 2025-10-14T22:38:04.1349531Z test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles) ... ok 2025-10-14T22:38:04.1350178Z test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect) ... ok 2025-10-14T22:38:04.1350892Z test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved) ... ok 2025-10-14T22:38:04.1351666Z test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug) ... ok 2025-10-14T22:38:04.1352455Z test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw) ... ok 2025-10-14T22:38:04.1353091Z test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr) ... ok 2025-10-14T22:38:04.1353696Z test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback) ... ok 2025-10-14T22:38:04.1354321Z test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args) ... ok 2025-10-14T22:38:04.1354914Z test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias) ... ok 2025-10-14T22:38:04.1355707Z test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state) ... ok 2025-10-14T22:38:04.1356255Z test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture) ... ok 2025-10-14T22:38:04.1356789Z test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter) ... ok 2025-10-14T22:38:04.1357342Z test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback) ... ok 2025-10-14T22:38:04.1357838Z test_result (test.test_asyncio.test_futures.PyFutureTests.test_result) ... ok 2025-10-14T22:38:04.1358340Z test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled) ... ok 2025-10-14T22:38:04.1358821Z test_stop_iteration_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception) ... ok 2025-10-14T22:38:04.1359325Z test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception) ... ok 2025-10-14T22:38:04.1359818Z test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned) ... ok 2025-10-14T22:38:04.1360314Z test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved) ... ok 2025-10-14T22:38:04.1360822Z test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved) ... ok 2025-10-14T22:38:04.1361328Z test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved) ... ok 2025-10-14T22:38:04.1361860Z test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel) ... ok 2025-10-14T22:38:04.1362342Z test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved) ... ok 2025-10-14T22:38:04.1362826Z test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved) ... ok 2025-10-14T22:38:04.1363288Z test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized) ... ok 2025-10-14T22:38:04.1363738Z test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future) ... ok 2025-10-14T22:38:04.1364193Z test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel) ... ok 2025-10-14T22:38:04.1364653Z test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2) ... ok 2025-10-14T22:38:04.1365096Z test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future) ... ok 2025-10-14T22:38:04.1365584Z test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop) ... ok 2025-10-14T22:38:04.1366061Z test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop) ... ok 2025-10-14T22:38:04.1366540Z test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop) ... ok 2025-10-14T22:38:04.1366999Z test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice) ... ok 2025-10-14T22:38:04.1367359Z 2025-10-14T22:38:04.1367666Z ---------------------------------------------------------------------- 2025-10-14T22:38:04.1368026Z Ran 183 tests in 2.175s 2025-10-14T22:38:04.1368265Z 2025-10-14T22:38:04.1368604Z OK 2025-10-14T22:38:06.8822278Z 0:12:28 load avg: 5.98 [40/59] test.test_asyncio.test_taskgroups passed 2025-10-14T22:38:06.8855752Z Re-running test.test_asyncio.test_taskgroups in verbose mode 2025-10-14T22:38:06.8858941Z test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error) ... ok 2025-10-14T22:38:06.9681903Z test_cancellation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation) ... ok 2025-10-14T22:38:06.9687232Z test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg) ... ok 2025-10-14T22:38:06.9689225Z test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved) ... ok 2025-10-14T22:38:06.9691604Z test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation) ... ok 2025-10-14T22:38:06.9695673Z test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed) ... ok 2025-10-14T22:38:06.9696575Z test_error_and_cancel (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel) ... ok 2025-10-14T22:38:06.9697363Z test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_base_error) 2025-10-14T22:38:06.9698041Z Test that TaskGroup deletes self._base_error ... ok 2025-10-14T22:38:06.9698698Z test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_direct) 2025-10-14T22:38:06.9699405Z Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup ... ok 2025-10-14T22:38:06.9700118Z test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_errors) 2025-10-14T22:38:06.9700818Z Test that TaskGroup deletes self._errors, and __aexit__ args ... ok 2025-10-14T22:38:06.9701511Z test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task) 2025-10-14T22:38:06.9702242Z Test that TaskGroup deletes self._parent_task ... ok 2025-10-14T22:38:06.9702929Z test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task_wr) 2025-10-14T22:38:06.9703681Z Test that TaskGroup deletes self._parent_task and create_task() deletes task ... ok 2025-10-14T22:38:06.9704424Z test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_propagate_cancellation_error) 2025-10-14T22:38:06.9705282Z Test that TaskGroup deletes propagate_cancellation_error ... ok 2025-10-14T22:38:06.9705906Z test_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_name) ... ok 2025-10-14T22:38:06.9706597Z test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled) ... ok 2025-10-14T22:38:06.9707301Z test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01) ... ok 2025-10-14T22:38:06.9708015Z test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02) ... ok 2025-10-14T22:38:06.9708705Z test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03) ... ok 2025-10-14T22:38:06.9709396Z test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04) ... ok 2025-10-14T22:38:06.9710097Z test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07) ... ok 2025-10-14T22:38:06.9710951Z test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08) ... ok 2025-10-14T22:38:06.9711633Z test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09) ... ok 2025-10-14T22:38:06.9712307Z test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10) ... ok 2025-10-14T22:38:06.9713032Z test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11) ... ok 2025-10-14T22:38:06.9713804Z test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12) ... ok 2025-10-14T22:38:06.9714532Z test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13) ... ok 2025-10-14T22:38:06.9715409Z test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14) ... ok 2025-10-14T22:38:06.9716115Z test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15) ... ok 2025-10-14T22:38:06.9716830Z test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16) ... ok 2025-10-14T22:38:06.9717459Z test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17) ... ok 2025-10-14T22:38:06.9718158Z test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18) ... ok 2025-10-14T22:38:06.9721815Z test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19) ... ok 2025-10-14T22:38:06.9723238Z test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20) ... ok 2025-10-14T22:38:06.9724178Z test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a) ... ok 2025-10-14T22:38:06.9725359Z test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a) ... ok 2025-10-14T22:38:06.9726114Z test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22) ... ok 2025-10-14T22:38:06.9726768Z test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23) ... ok 2025-10-14T22:38:06.9727433Z test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24) ... ok 2025-10-14T22:38:06.9728134Z test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25) ... ok 2025-10-14T22:38:06.9728829Z test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered) ... ok 2025-10-14T22:38:06.9729558Z test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok 2025-10-14T22:38:06.9730341Z test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter) ... ok 2025-10-14T22:38:06.9731060Z test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished) ... ok 2025-10-14T22:38:06.9731796Z test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok 2025-10-14T22:38:06.9732509Z test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered) ... ok 2025-10-14T22:38:06.9733233Z test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context) ... ok 2025-10-14T22:38:06.9733939Z test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name) ... ok 2025-10-14T22:38:06.9734752Z test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task) ... ok 2025-10-14T22:38:06.9735529Z test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error) ... ok 2025-10-14T22:38:06.9736405Z test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation) ... ok 2025-10-14T22:38:06.9737130Z test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg) ... ok 2025-10-14T22:38:06.9737825Z test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved) ... ok 2025-10-14T22:38:06.9738538Z test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation) ... ok 2025-10-14T22:38:06.9739280Z test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed) ... ok 2025-10-14T22:38:06.9740142Z test_error_and_cancel (test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel) ... ok 2025-10-14T22:38:06.9740915Z test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error) 2025-10-14T22:38:06.9741535Z Test that TaskGroup deletes self._base_error ... ok 2025-10-14T22:38:06.9742160Z test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct) 2025-10-14T22:38:06.9742846Z Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup ... ok 2025-10-14T22:38:06.9743528Z test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_errors) 2025-10-14T22:38:06.9744169Z Test that TaskGroup deletes self._errors, and __aexit__ args ... ok 2025-10-14T22:38:06.9744857Z test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task) 2025-10-14T22:38:06.9745513Z Test that TaskGroup deletes self._parent_task ... ok 2025-10-14T22:38:06.9746167Z test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task_wr) 2025-10-14T22:38:06.9746837Z Test that TaskGroup deletes self._parent_task and create_task() deletes task ... ok 2025-10-14T22:38:06.9747612Z test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error) 2025-10-14T22:38:06.9778005Z Test that TaskGroup deletes propagate_cancellation_error ... ok 2025-10-14T22:38:06.9780311Z test_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_name) ... ok 2025-10-14T22:38:06.9781805Z test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled) ... ok 2025-10-14T22:38:06.9783600Z test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01) ... ok 2025-10-14T22:38:06.9784559Z test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02) ... ok 2025-10-14T22:38:06.9785424Z test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03) ... ok 2025-10-14T22:38:06.9786228Z test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04) ... ok 2025-10-14T22:38:06.9786983Z test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07) ... ok 2025-10-14T22:38:06.9787710Z test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08) ... ok 2025-10-14T22:38:06.9788340Z test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09) ... ok 2025-10-14T22:38:06.9789005Z test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10) ... ok 2025-10-14T22:38:06.9789723Z test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11) ... ok 2025-10-14T22:38:06.9790442Z test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12) ... ok 2025-10-14T22:38:06.9791144Z test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13) ... ok 2025-10-14T22:38:06.9791836Z test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14) ... ok 2025-10-14T22:38:06.9792740Z test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15) ... ok 2025-10-14T22:38:06.9793414Z test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16) ... ok 2025-10-14T22:38:06.9794199Z test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17) ... ok 2025-10-14T22:38:06.9794900Z test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18) ... ok 2025-10-14T22:38:06.9795668Z test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19) ... ok 2025-10-14T22:38:06.9796482Z test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20) ... ok 2025-10-14T22:38:06.9797142Z test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a) ... ok 2025-10-14T22:38:06.9797768Z test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a) ... ok 2025-10-14T22:38:06.9798380Z test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22) ... ok 2025-10-14T22:38:06.9798985Z test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23) ... ok 2025-10-14T22:38:06.9799592Z test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24) ... ok 2025-10-14T22:38:06.9800280Z test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25) ... ok 2025-10-14T22:38:06.9801032Z test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered) ... ok 2025-10-14T22:38:06.9801850Z test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok 2025-10-14T22:38:06.9802629Z test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter) ... ok 2025-10-14T22:38:06.9803352Z test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished) ... ok 2025-10-14T22:38:06.9804137Z test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok 2025-10-14T22:38:06.9804923Z test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered) ... ok 2025-10-14T22:38:06.9805656Z test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context) ... ok 2025-10-14T22:38:06.9806372Z test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name) ... ok 2025-10-14T22:38:06.9807061Z test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task) ... ok 2025-10-14T22:38:06.9807508Z 2025-10-14T22:38:06.9808082Z ---------------------------------------------------------------------- 2025-10-14T22:38:06.9808619Z Ran 96 tests in 18.119s 2025-10-14T22:38:06.9809011Z 2025-10-14T22:38:06.9809514Z OK 2025-10-14T22:38:08.5386172Z 0:12:29 load avg: 5.88 [41/59] test_importlib passed 2025-10-14T22:38:08.5388580Z Re-running test_importlib in verbose mode 2025-10-14T22:38:08.5389801Z test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.5427801Z test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module) ... ok 2025-10-14T22:38:08.5852500Z test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.5856373Z test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module) ... ok 2025-10-14T22:38:08.5857858Z test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.6123346Z test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.6131399Z test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6134401Z test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin) ... ok 2025-10-14T22:38:08.6364080Z test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported) ... ok 2025-10-14T22:38:08.6366948Z test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module) ... ok 2025-10-14T22:38:08.6368090Z test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:38:08.6374066Z test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable) ... ok 2025-10-14T22:38:08.6375241Z test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.6376064Z test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.6377080Z test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6377923Z test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin) ... ok 2025-10-14T22:38:08.6378775Z test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported) ... ok 2025-10-14T22:38:08.6379567Z test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module) ... ok 2025-10-14T22:38:08.6380372Z test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:38:08.6381143Z test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable) ... ok 2025-10-14T22:38:08.6382022Z test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6383055Z test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6384097Z test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6385146Z test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6386090Z test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure) ... ok 2025-10-14T22:38:08.6386906Z test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module) ... ok 2025-10-14T22:38:08.6387688Z test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure) ... ok 2025-10-14T22:38:08.6388466Z test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module) ... ok 2025-10-14T22:38:08.6389234Z test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality) ... ok 2025-10-14T22:38:08.6390024Z test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality) ... ok 2025-10-14T22:38:08.6390848Z test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6391761Z test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API) ... ok 2025-10-14T22:38:08.6392580Z test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module) ... ok 2025-10-14T22:38:08.6393388Z test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:38:08.6394197Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable) ... ok 2025-10-14T22:38:08.6395262Z test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok 2025-10-14T22:38:08.6396182Z test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality) ... ok 2025-10-14T22:38:08.6397010Z test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok 2025-10-14T22:38:08.6397845Z test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok 2025-10-14T22:38:08.6398886Z test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice) ... ok 2025-10-14T22:38:08.6399708Z test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:38:08.6400510Z test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii) ... ok 2025-10-14T22:38:08.6401367Z test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload) ... ok 2025-10-14T22:38:08.6402145Z test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration) ... ok 2025-10-14T22:38:08.6402973Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6403824Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:38:08.6404706Z test_module (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:38:08.6405574Z test_unloadable (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6406403Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:38:08.6407475Z test_nonmodule_cases (test.test_importlib.extension.test_loader.NonModuleExtensionTests.test_nonmodule_cases) ... test_nonmodule_with_methods (__main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods) ... ok 2025-10-14T22:38:08.6408436Z test_null_slots (__main__.Frozen_NonModuleExtensionTests.test_null_slots) ... ok 2025-10-14T22:38:08.6409281Z test_nonmodule_with_methods (__main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods) ... ok 2025-10-14T22:38:08.6410093Z test_null_slots (__main__.Source_NonModuleExtensionTests.test_null_slots) ... ok 2025-10-14T22:38:08.6410645Z 2025-10-14T22:38:08.6411376Z ---------------------------------------------------------------------- 2025-10-14T22:38:08.6412112Z Ran 4 tests in 0.002s 2025-10-14T22:38:08.6412624Z 2025-10-14T22:38:08.6413266Z OK 2025-10-14T22:38:08.6413951Z ok 2025-10-14T22:38:08.6414713Z test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality) ... ok 2025-10-14T22:38:08.6415489Z test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality) ... ok 2025-10-14T22:38:08.6416202Z test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6416984Z test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API) ... ok 2025-10-14T22:38:08.6417799Z test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module) ... ok 2025-10-14T22:38:08.6418578Z test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse) ... ok 2025-10-14T22:38:08.6419352Z test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable) ... ok 2025-10-14T22:38:08.6420135Z test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok 2025-10-14T22:38:08.6421125Z test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality) ... ok 2025-10-14T22:38:08.6421990Z test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok 2025-10-14T22:38:08.6423013Z test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok 2025-10-14T22:38:08.6423855Z test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice) ... ok 2025-10-14T22:38:08.6424725Z test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:38:08.6425434Z test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii) ... ok 2025-10-14T22:38:08.6426121Z test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload) ... ok 2025-10-14T22:38:08.6426835Z test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration) ... ok 2025-10-14T22:38:08.6427724Z test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6428608Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:38:08.6429425Z test_module (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module) ... ok 2025-10-14T22:38:08.6430209Z test_unloadable (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6431054Z test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii) ... ok 2025-10-14T22:38:08.6431874Z test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success) ... ok 2025-10-14T22:38:08.6432663Z test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success) ... ok 2025-10-14T22:38:08.6433345Z test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.6433989Z test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module) ... ok 2025-10-14T22:38:08.6434651Z test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen) ... ok 2025-10-14T22:38:08.6435336Z test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package) ... ok 2025-10-14T22:38:08.6436195Z test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored) ... ok 2025-10-14T22:38:08.6437000Z test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored) ... ok 2025-10-14T22:38:08.6437781Z test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.6438520Z test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module) ... ok 2025-10-14T22:38:08.6439268Z test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen) ... ok 2025-10-14T22:38:08.6440010Z test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package) ... ok 2025-10-14T22:38:08.6440769Z test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored) ... ok 2025-10-14T22:38:08.6441529Z test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored) ... ok 2025-10-14T22:38:08.6442261Z test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent) ... ok 2025-10-14T22:38:08.6443078Z test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module) ... ok 2025-10-14T22:38:08.6444071Z test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec) ... ok 2025-10-14T22:38:08.6444979Z test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package) ... ok 2025-10-14T22:38:08.6445812Z test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6446664Z test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure) ... ok 2025-10-14T22:38:08.6447645Z test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.6448513Z test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.6449386Z test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6450284Z test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent) ... ok 2025-10-14T22:38:08.6451151Z test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module) ... ok 2025-10-14T22:38:08.6452007Z test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec) ... ok 2025-10-14T22:38:08.6452750Z test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package) ... ok 2025-10-14T22:38:08.6453469Z test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable) ... ok 2025-10-14T22:38:08.6454209Z test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure) ... ok 2025-10-14T22:38:08.6454984Z test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.6455726Z test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.6456508Z test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.6457388Z test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__) ... ok 2025-10-14T22:38:08.6458295Z test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__) ... ok 2025-10-14T22:38:08.6459158Z test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__) ... ok 2025-10-14T22:38:08.6460025Z test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__) ... ok 2025-10-14T22:38:08.6460899Z test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__) ... ok 2025-10-14T22:38:08.6461776Z test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback) ... ok 2025-10-14T22:38:08.6462670Z test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__) ... ok 2025-10-14T22:38:08.6463530Z test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__) ... ok 2025-10-14T22:38:08.6464464Z test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok 2025-10-14T22:38:08.6465529Z test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__) ... ok 2025-10-14T22:38:08.6466428Z test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package) ... ok 2025-10-14T22:38:08.6467290Z test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule) ... ok 2025-10-14T22:38:08.6468288Z test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level) ... ok 2025-10-14T22:38:08.6469121Z test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__) ... ok 2025-10-14T22:38:08.6470086Z test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__) ... ok 2025-10-14T22:38:08.6470960Z test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__) ... ok 2025-10-14T22:38:08.6471951Z test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback) ... ok 2025-10-14T22:38:08.6472828Z test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__) ... ok 2025-10-14T22:38:08.6473739Z test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__) ... ok 2025-10-14T22:38:08.6474672Z test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok 2025-10-14T22:38:08.6475494Z test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__) ... ok 2025-10-14T22:38:08.6476299Z test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:38:08.6477166Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:38:08.6478069Z test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:38:08.6478954Z test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level) ... ok 2025-10-14T22:38:08.6479824Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:38:08.6480773Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6481560Z test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:38:08.6482398Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:38:08.6483276Z test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:38:08.6484096Z test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level) ... ok 2025-10-14T22:38:08.6484943Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:38:08.6485880Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6486761Z test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:38:08.6487641Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:38:08.6488525Z test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:38:08.6489314Z test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level) ... ok 2025-10-14T22:38:08.6492175Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:38:08.6493263Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6494075Z test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist) ... ok 2025-10-14T22:38:08.6494793Z test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates) ... ok 2025-10-14T22:38:08.6495515Z test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition) ... ok 2025-10-14T22:38:08.6496282Z test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level) ... ok 2025-10-14T22:38:08.6497982Z test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry) ... ok 2025-10-14T22:38:08.6498944Z test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6499808Z test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache) ... ok 2025-10-14T22:38:08.6500626Z test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache) ... ok 2025-10-14T22:38:08.6501466Z test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache) ... ok 2025-10-14T22:38:08.6502273Z test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache) ... ok 2025-10-14T22:38:08.6503050Z test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader) ... ok 2025-10-14T22:38:08.6503827Z test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute) ... ok 2025-10-14T22:38:08.6504611Z test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist) ... ok 2025-10-14T22:38:08.6505277Z test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache) ... ok 2025-10-14T22:38:08.6505886Z test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache) ... ok 2025-10-14T22:38:08.6506506Z test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string) ... ok 2025-10-14T22:38:08.6507205Z test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple) ... ok 2025-10-14T22:38:08.6507938Z test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type) ... ok 2025-10-14T22:38:08.6508655Z test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all) ... ok 2025-10-14T22:38:08.6509378Z test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package) ... ok 2025-10-14T22:38:08.6510295Z test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6511371Z test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package) ... ok 2025-10-14T22:38:08.6512256Z test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all) ... ok 2025-10-14T22:38:08.6513147Z test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object) ... ok 2025-10-14T22:38:08.6514163Z test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object) ... ok 2025-10-14T22:38:08.6515062Z test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all) ... ok 2025-10-14T22:38:08.6516076Z test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others) ... ok 2025-10-14T22:38:08.6516858Z test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star) ... ok 2025-10-14T22:38:08.6517679Z test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import) ... ok 2025-10-14T22:38:08.6518508Z test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import) ... ok 2025-10-14T22:38:08.6519336Z test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string) ... ok 2025-10-14T22:38:08.6520256Z test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple) ... ok 2025-10-14T22:38:08.6520967Z test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type) ... ok 2025-10-14T22:38:08.6521683Z test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all) ... ok 2025-10-14T22:38:08.6522515Z test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package) ... ok 2025-10-14T22:38:08.6523251Z test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok 2025-10-14T22:38:08.6524099Z test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package) ... ok 2025-10-14T22:38:08.6524965Z test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all) ... ok 2025-10-14T22:38:08.6525695Z test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object) ... ok 2025-10-14T22:38:08.6526427Z test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object) ... ok 2025-10-14T22:38:08.6527168Z test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all) ... ok 2025-10-14T22:38:08.6527998Z test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others) ... ok 2025-10-14T22:38:08.6528823Z test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star) ... ok 2025-10-14T22:38:08.6529650Z test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import) ... ok 2025-10-14T22:38:08.6530503Z test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import) ... ok 2025-10-14T22:38:08.6531349Z test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec) ... ok 2025-10-14T22:38:08.6532242Z test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source) ... ok 2025-10-14T22:38:08.6533128Z test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless) ... ok 2025-10-14T22:38:08.6533883Z test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec) ... ok 2025-10-14T22:38:08.6534620Z test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source) ... ok 2025-10-14T22:38:08.6535447Z test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless) ... ok 2025-10-14T22:38:08.6536320Z test_gh86298_loader_and_spec_loader_disagree (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree) ... ok 2025-10-14T22:38:08.6538023Z test_gh86298_loader_is_none_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec) ... ok 2025-10-14T22:38:08.6538838Z test_gh86298_loader_is_none_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none) ... ok 2025-10-14T22:38:08.6539810Z test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none) ... ok 2025-10-14T22:38:08.6540774Z test_gh86298_no_loader_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec) ... ok 2025-10-14T22:38:08.6543009Z test_gh86298_no_loader_and_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader) ... ok 2025-10-14T22:38:08.6544002Z test_gh86298_no_loader_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none) ... ok 2025-10-14T22:38:08.6544931Z test_gh86298_no_loader_with_spec_loader_okay (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay) ... ok 2025-10-14T22:38:08.6545745Z test_gh86298_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec) ... ok 2025-10-14T22:38:08.6546524Z test_gh86298_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader) ... ok 2025-10-14T22:38:08.6547360Z test_gh86298_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none) ... ok 2025-10-14T22:38:08.6548205Z test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path) ... ok 2025-10-14T22:38:08.6549026Z test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path) ... ok 2025-10-14T22:38:08.6549845Z test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing) ... ok 2025-10-14T22:38:08.6550734Z test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty) ... ok 2025-10-14T22:38:08.6551567Z test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called) ... ok 2025-10-14T22:38:08.6552306Z test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path) ... ok 2025-10-14T22:38:08.6553072Z test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path) ... ok 2025-10-14T22:38:08.6553886Z test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing) ... ok 2025-10-14T22:38:08.6554694Z test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty) ... ok 2025-10-14T22:38:08.6555590Z test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called) ... ok 2025-10-14T22:38:08.6556427Z test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent) ... ok 2025-10-14T22:38:08.6557275Z test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent) ... ok 2025-10-14T22:38:08.6558122Z test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package) ... ok 2025-10-14T22:38:08.6558969Z test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects) ... ok 2025-10-14T22:38:08.6559874Z test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok 2025-10-14T22:38:08.6560735Z test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child) ... ok 2025-10-14T22:38:08.6561883Z test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok 2025-10-14T22:38:08.6562786Z test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent) ... ok 2025-10-14T22:38:08.6563583Z test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent) ... ok 2025-10-14T22:38:08.6564397Z test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package) ... ok 2025-10-14T22:38:08.6565297Z test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects) ... ok 2025-10-14T22:38:08.6566403Z test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok 2025-10-14T22:38:08.6567428Z test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child) ... ok 2025-10-14T22:38:08.6568388Z test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok 2025-10-14T22:38:08.6569394Z test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path) ... ok 2025-10-14T22:38:08.6570270Z test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:38:08.6571134Z test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list) ... ok 2025-10-14T22:38:08.6571928Z test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks) ... ok 2025-10-14T22:38:08.6572710Z test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure) ... ok 2025-10-14T22:38:08.6573487Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec) ... ok 2025-10-14T22:38:08.6574359Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:38:08.6575285Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:38:08.6576128Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:38:08.6576798Z test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path) ... ok 2025-10-14T22:38:08.6577454Z test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks) ... ok 2025-10-14T22:38:08.6578146Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:38:08.6578893Z test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_permission_error_cwd) ... ok 2025-10-14T22:38:08.6579664Z test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path) ... ok 2025-10-14T22:38:08.6580418Z test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path) ... ok 2025-10-14T22:38:08.6581316Z test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:38:08.6582234Z test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list) ... ok 2025-10-14T22:38:08.6583185Z test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks) ... ok 2025-10-14T22:38:08.6584171Z test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.6584955Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec) ... ok 2025-10-14T22:38:08.6585728Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:38:08.6586591Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:38:08.6587662Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:38:08.6588487Z test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path) ... ok 2025-10-14T22:38:08.6589279Z test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks) ... ok 2025-10-14T22:38:08.6590200Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:38:08.6591094Z test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_permission_error_cwd) ... ok 2025-10-14T22:38:08.6591850Z test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path) ... ok 2025-10-14T22:38:08.6592636Z test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok 2025-10-14T22:38:08.6593387Z test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path) ... ok 2025-10-14T22:38:08.6594100Z test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:38:08.6594801Z test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list) ... ok 2025-10-14T22:38:08.6595448Z test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks) ... ok 2025-10-14T22:38:08.6596131Z test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure) ... ok 2025-10-14T22:38:08.6596873Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec) ... ok 2025-10-14T22:38:08.6597613Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:38:08.6598443Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:38:08.6599190Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:38:08.6599869Z test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path) ... ok 2025-10-14T22:38:08.6600508Z test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks) ... ok 2025-10-14T22:38:08.6601272Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:38:08.6602215Z test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_permission_error_cwd) ... ok 2025-10-14T22:38:08.6603054Z test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path) ... ok 2025-10-14T22:38:08.6603897Z test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path) ... ok 2025-10-14T22:38:08.6604774Z test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' 2025-10-14T22:38:08.6605805Z test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list) ... ok 2025-10-14T22:38:08.6606637Z test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks) ... ok 2025-10-14T22:38:08.6607382Z test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure) ... ok 2025-10-14T22:38:08.6608061Z test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec) ... ok 2025-10-14T22:38:08.6608932Z test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok 2025-10-14T22:38:08.6609792Z test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok 2025-10-14T22:38:08.6610703Z test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders) ... ok 2025-10-14T22:38:08.6611411Z test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path) ... ok 2025-10-14T22:38:08.6612070Z test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks) ... ok 2025-10-14T22:38:08.6612806Z test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string) ... ok 2025-10-14T22:38:08.6613547Z test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_permission_error_cwd) ... ok 2025-10-14T22:38:08.6614242Z test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path) ... ok 2025-10-14T22:38:08.6614968Z test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok 2025-10-14T22:38:08.6615824Z test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module) ... ok 2025-10-14T22:38:08.6616678Z test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import) ... ok 2025-10-14T22:38:08.6617559Z test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0) ... ok 2025-10-14T22:38:08.6618463Z test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package) ... ok 2025-10-14T22:38:08.6619439Z test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist) ... ok 2025-10-14T22:38:08.6620271Z test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import) ... ok 2025-10-14T22:38:08.6621083Z test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module) ... ok 2025-10-14T22:38:08.6621965Z test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package) ... ok 2025-10-14T22:38:08.6622850Z test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module) ... ok 2025-10-14T22:38:08.6623843Z test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package) ... ok 2025-10-14T22:38:08.6624767Z test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals) ... ok 2025-10-14T22:38:08.6625694Z test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package) ... ok 2025-10-14T22:38:08.6626591Z test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok 2025-10-14T22:38:08.6627683Z test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module) ... ok 2025-10-14T22:38:08.6628517Z test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package) ... ok 2025-10-14T22:38:08.6629278Z test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module) ... ok 2025-10-14T22:38:08.6630226Z test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import) ... ok 2025-10-14T22:38:08.6630901Z test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0) ... ok 2025-10-14T22:38:08.6631623Z test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package) ... ok 2025-10-14T22:38:08.6632372Z test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist) ... ok 2025-10-14T22:38:08.6633083Z test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import) ... ok 2025-10-14T22:38:08.6633741Z test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module) ... ok 2025-10-14T22:38:08.6634416Z test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package) ... ok 2025-10-14T22:38:08.6635054Z test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module) ... ok 2025-10-14T22:38:08.6635688Z test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package) ... ok 2025-10-14T22:38:08.6636445Z test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals) ... ok 2025-10-14T22:38:08.6637147Z test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package) ... ok 2025-10-14T22:38:08.6637866Z test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok 2025-10-14T22:38:08.6638592Z test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module) ... ok 2025-10-14T22:38:08.6639267Z test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package) ... ok 2025-10-14T22:38:08.6639869Z test_as_json (test.test_importlib.metadata.test_api.APITests.test_as_json) ... ok 2025-10-14T22:38:08.6640478Z test_as_json_egg_info (test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info) ... ok 2025-10-14T22:38:08.6641090Z test_as_json_odd_case (test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case) ... ok 2025-10-14T22:38:08.6641685Z test_entry_points (test.test_importlib.metadata.test_api.APITests.test_entry_points) ... ok 2025-10-14T22:38:08.6642304Z test_entry_points_allows_no_attributes (test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes) ... ok 2025-10-14T22:38:08.6642971Z test_entry_points_distribution (test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution) ... ok 2025-10-14T22:38:08.6643621Z test_entry_points_missing_group (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group) ... ok 2025-10-14T22:38:08.6644251Z test_entry_points_missing_name (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name) ... ok 2025-10-14T22:38:08.6645004Z test_entry_points_unique_packages_normalized (test.test_importlib.metadata.test_api.APITests.test_entry_points_unique_packages_normalized) 2025-10-14T22:38:08.6645609Z Entry points should only be exposed for the first package ... ok 2025-10-14T22:38:08.6646154Z test_file_hash_repr (test.test_importlib.metadata.test_api.APITests.test_file_hash_repr) ... ok 2025-10-14T22:38:08.6647880Z test_files_dist_info (test.test_importlib.metadata.test_api.APITests.test_files_dist_info) ... ok 2025-10-14T22:38:08.6648903Z test_files_egg_info (test.test_importlib.metadata.test_api.APITests.test_files_egg_info) ... ok 2025-10-14T22:38:08.6649806Z test_for_name_does_not_exist (test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist) ... ok 2025-10-14T22:38:08.6650583Z test_for_top_level (test.test_importlib.metadata.test_api.APITests.test_for_top_level) ... ok 2025-10-14T22:38:08.6651274Z test_get_key (test.test_importlib.metadata.test_api.APITests.test_get_key) 2025-10-14T22:38:08.6651982Z Getting a key gets the key. ... ok 2025-10-14T22:38:08.6652664Z test_get_missing_key (test.test_importlib.metadata.test_api.APITests.test_get_missing_key) 2025-10-14T22:38:08.6653378Z Requesting a missing key will return None. ... ok 2025-10-14T22:38:08.6654071Z test_metadata_for_this_package (test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package) ... ok 2025-10-14T22:38:08.6654829Z test_missing_key (test.test_importlib.metadata.test_api.APITests.test_missing_key) 2025-10-14T22:38:08.6655547Z Requesting a missing key raises KeyError. ... ok 2025-10-14T22:38:08.6656270Z test_more_complex_deps_requires_text (test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text) ... ok 2025-10-14T22:38:08.6657101Z test_name_normalization (test.test_importlib.metadata.test_api.APITests.test_name_normalization) ... ok 2025-10-14T22:38:08.6657918Z test_prefix_not_matched (test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched) ... ok 2025-10-14T22:38:08.6658699Z test_read_text (test.test_importlib.metadata.test_api.APITests.test_read_text) ... ok 2025-10-14T22:38:08.6659480Z test_requires_dist_info (test.test_importlib.metadata.test_api.APITests.test_requires_dist_info) ... ok 2025-10-14T22:38:08.6660293Z test_requires_egg_info (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info) ... ok 2025-10-14T22:38:08.6661123Z test_requires_egg_info_empty (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty) ... ok 2025-10-14T22:38:08.6661914Z test_requires_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file) ... ok 2025-10-14T22:38:08.6662696Z test_retrieves_version_of_distinfo_pkg (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg) ... ok 2025-10-14T22:38:08.6663553Z test_retrieves_version_of_self (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self) ... ok 2025-10-14T22:38:08.6664307Z test_version_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file) ... ok 2025-10-14T22:38:08.6665046Z test_invalidate_cache (test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache) ... ok 2025-10-14T22:38:08.6665755Z test_name_normalization (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization) ... ok 2025-10-14T22:38:08.6666566Z test_name_normalization_versionless_egg_info (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info) ... ok 2025-10-14T22:38:08.6667462Z test_distribution_at_pathlib (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_pathlib) 2025-10-14T22:38:08.6668258Z Demonstrate how to load metadata direct from a directory. ... ok 2025-10-14T22:38:08.6668995Z test_distribution_at_str (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str) ... ok 2025-10-14T22:38:08.6669792Z test_find_distributions_specified_path (test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path) ... ok 2025-10-14T22:38:08.6670803Z test_abc_enforced (test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced) ... ok 2025-10-14T22:38:08.6671625Z test_for_name_does_not_exist (test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist) ... ok 2025-10-14T22:38:08.6672478Z test_invalid_inputs_to_from_name (test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name) ... ok 2025-10-14T22:38:08.6673319Z test_package_not_found_mentions_metadata (test.test_importlib.metadata.test_main.BasicTests.test_package_not_found_mentions_metadata) 2025-10-14T22:38:08.6674107Z When a package is not found, that could indicate that the ... ok 2025-10-14T22:38:08.6674730Z test_retrieves_version_of_self (test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self) ... ok 2025-10-14T22:38:08.6675413Z test_egg (test.test_importlib.metadata.test_main.DirectoryTest.test_egg) ... ok 2025-10-14T22:38:08.6676104Z test_egg_info (test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info) ... ok 2025-10-14T22:38:08.6676841Z test_interleaved_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_interleaved_discovery) 2025-10-14T22:38:08.6677582Z Ensure interleaved searches are safe. ... ok 2025-10-14T22:38:08.6678256Z test_invalid_usage (test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage) ... ok 2025-10-14T22:38:08.6679052Z test_package_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery) ... ok 2025-10-14T22:38:08.6679846Z test_origin (test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin) ... ok 2025-10-14T22:38:08.6680585Z test_unicode_dir_on_sys_path (test.test_importlib.metadata.test_main.FileSystem.test_unicode_dir_on_sys_path) 2025-10-14T22:38:08.6681391Z Ensure a Unicode subdirectory of a directory on sys.path ... ok 2025-10-14T22:38:08.6682181Z test_entrypoint_with_colon_in_name (test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name) ... ok 2025-10-14T22:38:08.6683036Z test_import_nonexistent_module (test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module) ... ok 2025-10-14T22:38:08.6683828Z test_resolve (test.test_importlib.metadata.test_main.ImportTests.test_resolve) ... ok 2025-10-14T22:38:08.6684618Z test_resolve_without_attr (test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr) ... ok 2025-10-14T22:38:08.6685450Z test_discovery (test.test_importlib.metadata.test_main.InaccessibleSysPath.test_discovery) 2025-10-14T22:38:08.6686295Z Discovering distributions should succeed even if ... skipped 'pyfakefs not available' 2025-10-14T22:38:08.6687077Z test_missing_metadata (test.test_importlib.metadata.test_main.InvalidMetadataTests.test_missing_metadata) 2025-10-14T22:38:08.6687841Z Dists with a missing metadata file should return None. ... ok 2025-10-14T22:38:08.6688486Z test_valid_dists_preferred (test.test_importlib.metadata.test_main.InvalidMetadataTests.test_valid_dists_preferred) 2025-10-14T22:38:08.6689125Z Dists with metadata should be preferred when discovered by name. ... ok 2025-10-14T22:38:08.6689726Z test_discovery (test.test_importlib.metadata.test_main.MissingSysPath.test_discovery) 2025-10-14T22:38:08.6690358Z Discovering distributions should succeed even if ... ok 2025-10-14T22:38:08.6691138Z test_dashes_in_dist_name_found_as_underscores (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores) 2025-10-14T22:38:08.6692067Z For a package with a dash in the name, the dist-info metadata ... ok 2025-10-14T22:38:08.6692862Z test_dist_name_found_as_any_case (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dist_name_found_as_any_case) 2025-10-14T22:38:08.6693656Z Ensure the metadata loads when queried with any case. ... ok 2025-10-14T22:38:08.6694384Z test_unique_distributions (test.test_importlib.metadata.test_main.NameNormalizationTests.test_unique_distributions) 2025-10-14T22:38:08.6695269Z Two distributions varying only by non-normalized name on ... ok 2025-10-14T22:38:08.6695938Z test_metadata_loads (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads) ... ok 2025-10-14T22:38:08.6696684Z test_metadata_loads_egg_info (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info) ... ok 2025-10-14T22:38:08.6697525Z test_packages_distributions_on_eggs (test.test_importlib.metadata.test_main.PackagesDistributionsEggTest.test_packages_distributions_on_eggs) 2025-10-14T22:38:08.6698455Z Test old-style egg packages with a variation of 'top_level.txt', ... ok 2025-10-14T22:38:08.6699300Z test_packages_distributions_example (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example) ... ok 2025-10-14T22:38:08.6700206Z test_packages_distributions_example2 (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2) 2025-10-14T22:38:08.6704158Z Test packages_distributions on a wheel built ... ok 2025-10-14T22:38:08.6705156Z test_packages_distributions_all_module_types (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_all_module_types) 2025-10-14T22:38:08.6706220Z Test top-level modules detected on a package without 'top-level.txt'. ... ok 2025-10-14T22:38:08.6707070Z test_packages_distributions_neither_toplevel_nor_files (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files) 2025-10-14T22:38:08.6707895Z Test a package built without 'top-level.txt' or a file list. ... ok 2025-10-14T22:38:08.6713893Z test_packages_distributions_symlinked_top_level (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_symlinked_top_level) 2025-10-14T22:38:08.6714823Z Distribution is resolvable from a simple top-level symlink in RECORD. ... ok 2025-10-14T22:38:08.6715585Z test_attr (test.test_importlib.metadata.test_main.TestEntryPoints.test_attr) ... ok 2025-10-14T22:38:08.6716275Z test_entry_point_pickleable (test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable) ... ok 2025-10-14T22:38:08.6717013Z test_hashable (test.test_importlib.metadata.test_main.TestEntryPoints.test_hashable) 2025-10-14T22:38:08.6717679Z EntryPoints should be hashable ... ok 2025-10-14T22:38:08.6718422Z test_immutable (test.test_importlib.metadata.test_main.TestEntryPoints.test_immutable) 2025-10-14T22:38:08.6719124Z EntryPoints should be immutable ... ok 2025-10-14T22:38:08.6719751Z test_module (test.test_importlib.metadata.test_main.TestEntryPoints.test_module) ... ok 2025-10-14T22:38:08.6720410Z test_positional_args (test.test_importlib.metadata.test_main.TestEntryPoints.test_positional_args) 2025-10-14T22:38:08.6721044Z Capture legacy (namedtuple) construction, discouraged. ... ok 2025-10-14T22:38:08.6721660Z test_repr (test.test_importlib.metadata.test_main.TestEntryPoints.test_repr) ... ok 2025-10-14T22:38:08.6722356Z test_sortable (test.test_importlib.metadata.test_main.TestEntryPoints.test_sortable) 2025-10-14T22:38:08.6723012Z EntryPoint objects are sortable, but result is undefined. ... ok 2025-10-14T22:38:08.6723646Z test_case_insensitive (test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive) ... ok 2025-10-14T22:38:08.6724271Z test_files (test.test_importlib.metadata.test_zip.TestEgg.test_files) ... ok 2025-10-14T22:38:08.6724927Z test_missing_metadata (test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata) ... ok 2025-10-14T22:38:08.6725640Z test_normalized_name (test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name) ... ok 2025-10-14T22:38:08.6726325Z test_one_distribution (test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution) ... ok 2025-10-14T22:38:08.6726942Z test_zip_entry_points (test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points) ... ok 2025-10-14T22:38:08.6727792Z test_zip_version (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version) ... ok 2025-10-14T22:38:08.6728526Z test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match) ... ok 2025-10-14T22:38:08.6729366Z test_case_insensitive (test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive) ... ok 2025-10-14T22:38:08.6730049Z test_files (test.test_importlib.metadata.test_zip.TestZip.test_files) ... ok 2025-10-14T22:38:08.6730767Z test_missing_metadata (test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata) ... ok 2025-10-14T22:38:08.6731631Z test_one_distribution (test.test_importlib.metadata.test_zip.TestZip.test_one_distribution) ... ok 2025-10-14T22:38:08.6732335Z test_zip_entry_points (test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points) ... ok 2025-10-14T22:38:08.6733010Z test_zip_version (test.test_importlib.metadata.test_zip.TestZip.test_zip_version) ... ok 2025-10-14T22:38:08.6733740Z test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match) ... ok 2025-10-14T22:38:08.6734521Z test_spec_path_joinpath (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath) ... ok 2025-10-14T22:38:08.6735354Z test_child_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is) ... ok 2025-10-14T22:38:08.6736106Z test_child_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter) ... ok 2025-10-14T22:38:08.6736954Z test_child_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name) ... ok 2025-10-14T22:38:08.6737778Z test_child_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open) ... ok 2025-10-14T22:38:08.6738548Z test_open_invalid_mode (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode) ... ok 2025-10-14T22:38:08.6739355Z test_orphan_path_invalid (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid) ... ok 2025-10-14T22:38:08.6740160Z test_orphan_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is) ... ok 2025-10-14T22:38:08.6740937Z test_orphan_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter) ... ok 2025-10-14T22:38:08.6741684Z test_orphan_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name) ... ok 2025-10-14T22:38:08.6742549Z test_orphan_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open) ... ok 2025-10-14T22:38:08.6743279Z test_spec_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is) ... ok 2025-10-14T22:38:08.6744029Z test_spec_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter) ... ok 2025-10-14T22:38:08.6744834Z test_spec_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name) ... ok 2025-10-14T22:38:08.6745654Z test_spec_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open) ... ok 2025-10-14T22:38:08.6746513Z test_wrap_spec (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec) ... ok 2025-10-14T22:38:08.6747339Z test_contents (test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents) ... ok 2025-10-14T22:38:08.6748143Z test_contents (test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents) ... ok 2025-10-14T22:38:08.6748944Z test_contents (test.test_importlib.resources.test_contents.ContentsZipTests.test_contents) ... ok 2025-10-14T22:38:08.6749988Z test_custom_loader (test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader) ... ok 2025-10-14T22:38:08.6750821Z test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_package) 2025-10-14T22:38:08.6751673Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:38:08.6752434Z test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_submodule) 2025-10-14T22:38:08.6753169Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:38:08.6754058Z test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_with_compiled_importlib) 2025-10-14T22:38:08.6754815Z Caller detection works for compiled-only resources module. ... ok 2025-10-14T22:38:08.6755537Z test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_package) 2025-10-14T22:38:08.6756237Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:38:08.6757042Z test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_submodule) 2025-10-14T22:38:08.6757732Z Without any parameter, files() will infer the location as the caller. ... ok 2025-10-14T22:38:08.6758451Z test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_with_compiled_importlib) 2025-10-14T22:38:08.6759170Z Caller detection works for compiled-only resources module. ... ok 2025-10-14T22:38:08.6759841Z test_module_resources (test.test_importlib.resources.test_files.ModuleFilesDiskTests.test_module_resources) 2025-10-14T22:38:08.6760573Z A module can have resources found adjacent to the module. ... ok 2025-10-14T22:38:08.6761266Z test_module_resources (test.test_importlib.resources.test_files.ModuleFilesZipTests.test_module_resources) 2025-10-14T22:38:08.6761931Z A module can have resources found adjacent to the module. ... ok 2025-10-14T22:38:08.6762678Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:38:08.6763531Z test_read_bytes (test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6764322Z test_read_text (test.test_importlib.resources.test_files.OpenDiskTests.test_read_text) ... ok 2025-10-14T22:38:08.6765088Z test_traversable (test.test_importlib.resources.test_files.OpenDiskTests.test_traversable) ... ok 2025-10-14T22:38:08.6765909Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:38:08.6766805Z test_non_paths_in_dunder_path (test.test_importlib.resources.test_files.OpenNamespaceTests.test_non_paths_in_dunder_path) 2025-10-14T22:38:08.6767604Z Non-path items in a namespace package's ``__path__`` are ignored. ... ok 2025-10-14T22:38:08.6768314Z test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6769064Z test_read_text (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text) ... ok 2025-10-14T22:38:08.6769755Z test_traversable (test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable) ... ok 2025-10-14T22:38:08.6770613Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:38:08.6771440Z test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6772188Z test_read_text (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text) ... ok 2025-10-14T22:38:08.6773152Z test_traversable (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable) ... ok 2025-10-14T22:38:08.6774007Z test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args) ... ok 2025-10-14T22:38:08.6774859Z test_read_bytes (test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6775670Z test_read_text (test.test_importlib.resources.test_files.OpenZipTests.test_read_text) ... ok 2025-10-14T22:38:08.6776437Z test_traversable (test.test_importlib.resources.test_files.OpenZipTests.test_traversable) ... ok 2025-10-14T22:38:08.6777281Z test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors) ... ok 2025-10-14T22:38:08.6778093Z test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents) ... ok 2025-10-14T22:38:08.6778881Z test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource) ... ok 2025-10-14T22:38:08.6779825Z test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary) ... ok 2025-10-14T22:38:08.6780677Z test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text) ... ok 2025-10-14T22:38:08.6781494Z test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path) ... ok 2025-10-14T22:38:08.6782331Z test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary) ... ok 2025-10-14T22:38:08.6783186Z test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text) ... ok 2025-10-14T22:38:08.6784036Z test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors) ... ok 2025-10-14T22:38:08.6784845Z test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors) ... ok 2025-10-14T22:38:08.6785618Z test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents) ... ok 2025-10-14T22:38:08.6786292Z test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource) ... ok 2025-10-14T22:38:08.6786991Z test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary) ... ok 2025-10-14T22:38:08.6787706Z test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text) ... ok 2025-10-14T22:38:08.6788445Z test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path) ... ok 2025-10-14T22:38:08.6789202Z test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary) ... ok 2025-10-14T22:38:08.6790078Z test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text) ... ok 2025-10-14T22:38:08.6790911Z test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors) ... ok 2025-10-14T22:38:08.6791725Z test_extant_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path) ... ok 2025-10-14T22:38:08.6792568Z test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonBinaryTests.test_importing_module_as_side_effect) 2025-10-14T22:38:08.6793377Z The anchor package can already be imported. ... ok 2025-10-14T22:38:08.6794140Z test_missing_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_missing_path) 2025-10-14T22:38:08.6794873Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:38:08.6795591Z test_package_name (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_name) 2025-10-14T22:38:08.6796297Z Passing in the package name should succeed. ... ok 2025-10-14T22:38:08.6797092Z test_package_object (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_object) 2025-10-14T22:38:08.6797732Z Passing in the package itself should succeed. ... ok 2025-10-14T22:38:08.6798470Z test_pathlib_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_pathlib_path) 2025-10-14T22:38:08.6799318Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:38:08.6800088Z test_string_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_string_path) 2025-10-14T22:38:08.6800826Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:38:08.6801731Z test_useless_loader (test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader) ... ok 2025-10-14T22:38:08.6802509Z test_extant_path (test.test_importlib.resources.test_open.CommonTextTests.test_extant_path) ... ok 2025-10-14T22:38:08.6803356Z test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonTextTests.test_importing_module_as_side_effect) 2025-10-14T22:38:08.6806040Z The anchor package can already be imported. ... ok 2025-10-14T22:38:08.6806818Z test_missing_path (test.test_importlib.resources.test_open.CommonTextTests.test_missing_path) 2025-10-14T22:38:08.6807446Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:38:08.6808054Z test_package_name (test.test_importlib.resources.test_open.CommonTextTests.test_package_name) 2025-10-14T22:38:08.6808721Z Passing in the package name should succeed. ... ok 2025-10-14T22:38:08.6809454Z test_package_object (test.test_importlib.resources.test_open.CommonTextTests.test_package_object) 2025-10-14T22:38:08.6810193Z Passing in the package itself should succeed. ... ok 2025-10-14T22:38:08.6810898Z test_pathlib_path (test.test_importlib.resources.test_open.CommonTextTests.test_pathlib_path) 2025-10-14T22:38:08.6811608Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:38:08.6812354Z test_string_path (test.test_importlib.resources.test_open.CommonTextTests.test_string_path) 2025-10-14T22:38:08.6813106Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:38:08.6813840Z test_useless_loader (test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader) ... ok 2025-10-14T22:38:08.6814722Z test_open_binary (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary) ... ok 2025-10-14T22:38:08.6815563Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:38:08.6816542Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:38:08.6817456Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding) ... ok 2025-10-14T22:38:08.6818355Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding) ... ok 2025-10-14T22:38:08.6819237Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_with_errors) 2025-10-14T22:38:08.6820026Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6820807Z test_open_binary (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary) ... ok 2025-10-14T22:38:08.6821626Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:38:08.6822390Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:38:08.6823239Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding) ... ok 2025-10-14T22:38:08.6824113Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding) ... ok 2025-10-14T22:38:08.6825121Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_with_errors) 2025-10-14T22:38:08.6825927Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6826699Z test_open_binary (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary) ... ok 2025-10-14T22:38:08.6827535Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:38:08.6828382Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:38:08.6829365Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding) ... ok 2025-10-14T22:38:08.6830125Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding) ... ok 2025-10-14T22:38:08.6830916Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_with_errors) 2025-10-14T22:38:08.6831530Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6832147Z test_open_binary (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary) ... ok 2025-10-14T22:38:08.6832858Z test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError) ... ok 2025-10-14T22:38:08.6833663Z test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError) ... ok 2025-10-14T22:38:08.6834428Z test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding) ... ok 2025-10-14T22:38:08.6835189Z test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding) ... ok 2025-10-14T22:38:08.6835933Z test_open_text_with_errors (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_with_errors) 2025-10-14T22:38:08.6836656Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6837346Z test_extant_path (test.test_importlib.resources.test_path.CommonTests.test_extant_path) ... ok 2025-10-14T22:38:08.6838115Z test_importing_module_as_side_effect (test.test_importlib.resources.test_path.CommonTests.test_importing_module_as_side_effect) 2025-10-14T22:38:08.6838823Z The anchor package can already be imported. ... ok 2025-10-14T22:38:08.6839509Z test_missing_path (test.test_importlib.resources.test_path.CommonTests.test_missing_path) 2025-10-14T22:38:08.6840194Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:38:08.6840914Z test_package_name (test.test_importlib.resources.test_path.CommonTests.test_package_name) 2025-10-14T22:38:08.6841651Z Passing in the package name should succeed. ... ok 2025-10-14T22:38:08.6842373Z test_package_object (test.test_importlib.resources.test_path.CommonTests.test_package_object) 2025-10-14T22:38:08.6843139Z Passing in the package itself should succeed. ... ok 2025-10-14T22:38:08.6843894Z test_pathlib_path (test.test_importlib.resources.test_path.CommonTests.test_pathlib_path) 2025-10-14T22:38:08.6844649Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:38:08.6845420Z test_string_path (test.test_importlib.resources.test_path.CommonTests.test_string_path) 2025-10-14T22:38:08.6846049Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:38:08.6846726Z test_useless_loader (test.test_importlib.resources.test_path.CommonTests.test_useless_loader) ... ok 2025-10-14T22:38:08.6847470Z test_natural_path (test.test_importlib.resources.test_path.PathDiskTests.test_natural_path) ... ok 2025-10-14T22:38:08.6848175Z test_reading (test.test_importlib.resources.test_path.PathDiskTests.test_reading) 2025-10-14T22:38:08.6849008Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:38:08.6849674Z test_reading (test.test_importlib.resources.test_path.PathMemoryTests.test_reading) 2025-10-14T22:38:08.6850314Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:38:08.6850992Z test_reading (test.test_importlib.resources.test_path.PathZipTests.test_reading) 2025-10-14T22:38:08.6851814Z Path should be readable and a pathlib.Path instance. ... ok 2025-10-14T22:38:08.6852593Z test_remove_in_context_manager (test.test_importlib.resources.test_path.PathZipTests.test_remove_in_context_manager) 2025-10-14T22:38:08.6853567Z It is not an error if the file that was temporarily stashed on the ... ok 2025-10-14T22:38:08.6854349Z test_extant_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path) ... ok 2025-10-14T22:38:08.6855203Z test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonBinaryTests.test_importing_module_as_side_effect) 2025-10-14T22:38:08.6856006Z The anchor package can already be imported. ... ok 2025-10-14T22:38:08.6856732Z test_missing_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_missing_path) 2025-10-14T22:38:08.6857342Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:38:08.6858010Z test_package_name (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_name) 2025-10-14T22:38:08.6858726Z Passing in the package name should succeed. ... ok 2025-10-14T22:38:08.6859508Z test_package_object (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_object) 2025-10-14T22:38:08.6860365Z Passing in the package itself should succeed. ... ok 2025-10-14T22:38:08.6861137Z test_pathlib_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_pathlib_path) 2025-10-14T22:38:08.6861904Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:38:08.6862654Z test_string_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_string_path) 2025-10-14T22:38:08.6863285Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:38:08.6863911Z test_useless_loader (test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader) ... ok 2025-10-14T22:38:08.6864577Z test_extant_path (test.test_importlib.resources.test_read.CommonTextTests.test_extant_path) ... ok 2025-10-14T22:38:08.6865251Z test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonTextTests.test_importing_module_as_side_effect) 2025-10-14T22:38:08.6865899Z The anchor package can already be imported. ... ok 2025-10-14T22:38:08.6866614Z test_missing_path (test.test_importlib.resources.test_read.CommonTextTests.test_missing_path) 2025-10-14T22:38:08.6867346Z Attempting to open or read or request the path for a ... ok 2025-10-14T22:38:08.6868061Z test_package_name (test.test_importlib.resources.test_read.CommonTextTests.test_package_name) 2025-10-14T22:38:08.6868782Z Passing in the package name should succeed. ... ok 2025-10-14T22:38:08.6869511Z test_package_object (test.test_importlib.resources.test_read.CommonTextTests.test_package_object) 2025-10-14T22:38:08.6870268Z Passing in the package itself should succeed. ... ok 2025-10-14T22:38:08.6871000Z test_pathlib_path (test.test_importlib.resources.test_read.CommonTextTests.test_pathlib_path) 2025-10-14T22:38:08.6871729Z Passing in a pathlib.PurePath object for the path should succeed. ... ok 2025-10-14T22:38:08.6872380Z test_string_path (test.test_importlib.resources.test_read.CommonTextTests.test_string_path) 2025-10-14T22:38:08.6872983Z Passing in a string for the path should succeed. ... ok 2025-10-14T22:38:08.6873576Z test_useless_loader (test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader) ... ok 2025-10-14T22:38:08.6874302Z test_read_bytes (test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6874975Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding) ... ok 2025-10-14T22:38:08.6875873Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding) ... ok 2025-10-14T22:38:08.6876747Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_with_errors) 2025-10-14T22:38:08.6877577Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6878307Z test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6879122Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding) ... ok 2025-10-14T22:38:08.6880051Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding) ... ok 2025-10-14T22:38:08.6880826Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_with_errors) 2025-10-14T22:38:08.6881502Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6882192Z test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6883077Z test_read_submodule_resource (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource) ... ok 2025-10-14T22:38:08.6883957Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:38:08.6885738Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding) ... ok 2025-10-14T22:38:08.6886741Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding) ... ok 2025-10-14T22:38:08.6887595Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_with_errors) 2025-10-14T22:38:08.6888252Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6888818Z test_read_bytes (test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes) ... ok 2025-10-14T22:38:08.6889561Z test_read_submodule_resource (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource) ... ok 2025-10-14T22:38:08.6890374Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:38:08.6891189Z test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding) ... ok 2025-10-14T22:38:08.6891950Z test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding) ... ok 2025-10-14T22:38:08.6892728Z test_read_text_with_errors (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_with_errors) 2025-10-14T22:38:08.6893479Z Raises UnicodeError without the 'errors' argument. ... ok 2025-10-14T22:38:08.6894157Z test_init_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file) ... ok 2025-10-14T22:38:08.6894964Z test_init_no_paths (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths) ... ok 2025-10-14T22:38:08.6895805Z test_is_dir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir) ... ok 2025-10-14T22:38:08.6896724Z test_is_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file) ... ok 2025-10-14T22:38:08.6897459Z test_iterdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir) ... ok 2025-10-14T22:38:08.6898301Z test_iterdir_duplicate (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate) ... ok 2025-10-14T22:38:08.6899126Z test_join_path (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path) ... ok 2025-10-14T22:38:08.6900101Z test_join_path_common_subdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir) ... ok 2025-10-14T22:38:08.6901037Z test_join_path_compound (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound) ... ok 2025-10-14T22:38:08.6901893Z test_name (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name) ... ok 2025-10-14T22:38:08.6902740Z test_open_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file) ... ok 2025-10-14T22:38:08.6903535Z test_repr (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr) ... ok 2025-10-14T22:38:08.6904405Z test_files (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files) ... ok 2025-10-14T22:38:08.6905053Z test_init_error (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error) ... ok 2025-10-14T22:38:08.6905714Z test_resource_path (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path) ... ok 2025-10-14T22:38:08.6906486Z test_as_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) ... skipped 'Desired but not supported.' 2025-10-14T22:38:08.6907407Z test_entered_path_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open) 2025-10-14T22:38:08.6908196Z Mimic what certifi does on import to make its bundle ... ok 2025-10-14T22:38:08.6908948Z test_is_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open) ... ok 2025-10-14T22:38:08.6909896Z test_is_file_failure_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open) ... ok 2025-10-14T22:38:08.6910875Z test_iterdir_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open) ... ok 2025-10-14T22:38:08.6911781Z test_read_binary_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open) ... ok 2025-10-14T22:38:08.6912649Z test_read_text_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open) ... ok 2025-10-14T22:38:08.6913406Z test_package_has_no_reader_fallback (test.test_importlib.resources.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback) 2025-10-14T22:38:08.6914027Z Test odd ball packages which: ... ok 2025-10-14T22:38:08.6914600Z test_is_dir (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir) ... ok 2025-10-14T22:38:08.6915255Z test_is_file_exists (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists) ... ok 2025-10-14T22:38:08.6915941Z test_is_file_missing (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing) ... ok 2025-10-14T22:38:08.6916674Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource) ... ok 2025-10-14T22:38:08.6917613Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:38:08.6918478Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents) ... ok 2025-10-14T22:38:08.6919379Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name) ... ok 2025-10-14T22:38:08.6920301Z test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents) ... ok 2025-10-14T22:38:08.6921228Z test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name) ... ok 2025-10-14T22:38:08.6922996Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource) ... ok 2025-10-14T22:38:08.6923908Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:38:08.6924741Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents) ... ok 2025-10-14T22:38:08.6925643Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name) ... ok 2025-10-14T22:38:08.6927381Z test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents) ... ok 2025-10-14T22:38:08.6928285Z test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name) ... ok 2025-10-14T22:38:08.6929264Z test_as_file_directory (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory) ... ok 2025-10-14T22:38:08.6930136Z test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource) ... ok 2025-10-14T22:38:08.6931084Z test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name) ... ok 2025-10-14T22:38:08.6932006Z test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents) ... ok 2025-10-14T22:38:08.6932898Z test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name) ... ok 2025-10-14T22:38:08.6933869Z test_unrelated_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest02.test_unrelated_contents) 2025-10-14T22:38:08.6934656Z Test thata zip with two unrelated subpackages return ... ok 2025-10-14T22:38:08.6935426Z test_is_dir (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir) ... ok 2025-10-14T22:38:08.6936216Z test_is_file (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file) ... ok 2025-10-14T22:38:08.6937048Z test_resource_contents (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents) ... ok 2025-10-14T22:38:08.6937930Z test_resource_missing (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing) ... ok 2025-10-14T22:38:08.6938762Z test_is_dir (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir) ... ok 2025-10-14T22:38:08.6939652Z test_is_file_exists (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists) ... ok 2025-10-14T22:38:08.6940510Z test_is_file_missing (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing) ... ok 2025-10-14T22:38:08.6941450Z test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6942580Z test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6943539Z test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6944401Z test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'ignore_environment flag was set' 2025-10-14T22:38:08.6945230Z test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:38:08.6946093Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.6947062Z test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality) ... ok 2025-10-14T22:38:08.6947976Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:38:08.6948882Z test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:38:08.6949695Z test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality) ... ok 2025-10-14T22:38:08.6950479Z test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:38:08.6951422Z test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:38:08.6952320Z test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module) ... ok 2025-10-14T22:38:08.6953099Z test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:38:08.6953949Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.6954935Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.6955792Z test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package) ... ok 2025-10-14T22:38:08.6956659Z test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:38:08.6957537Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:38:08.6958465Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.6959357Z test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable) ... ok 2025-10-14T22:38:08.6960097Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:38:08.7202850Z test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok 2025-10-14T22:38:08.7208569Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:38:08.7224224Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:38:08.7225196Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:38:08.7225915Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7226635Z test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok 2025-10-14T22:38:08.7227346Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:38:08.7228061Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:38:08.7228792Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:38:08.7229617Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:38:08.7230328Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7231224Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok 2025-10-14T22:38:08.7231940Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:38:08.7232649Z test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok 2025-10-14T22:38:08.7233365Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:38:08.7234204Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:38:08.7234907Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:38:08.7235622Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7236361Z test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok 2025-10-14T22:38:08.7237164Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:38:08.7237887Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:38:08.7238637Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:38:08.7239382Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:38:08.7240090Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7240860Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok 2025-10-14T22:38:08.7241579Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:38:08.7242316Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:38:08.7243010Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:38:08.7243711Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:38:08.7244456Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7245197Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:38:08.7245972Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:38:08.7246699Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:38:08.7247436Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:38:08.7248199Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7248959Z test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:38:08.7249864Z test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:38:08.7250604Z test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:38:08.7251338Z test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:38:08.7252214Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7253089Z test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:38:08.7253884Z test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:38:08.7254789Z test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:38:08.7255539Z test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:38:08.7256302Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7257032Z test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:38:08.7257765Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7258490Z test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality) ... ok 2025-10-14T22:38:08.7259225Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:38:08.7259979Z test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:38:08.7260703Z test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality) ... ok 2025-10-14T22:38:08.7261408Z test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:38:08.7262196Z test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:38:08.7262904Z test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module) ... ok 2025-10-14T22:38:08.7263607Z test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:38:08.7264441Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7265240Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7265970Z test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package) ... ok 2025-10-14T22:38:08.7266646Z test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:38:08.7267365Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:38:08.7268055Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7268730Z test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable) ... ok 2025-10-14T22:38:08.7269492Z test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax) ... ok 2025-10-14T22:38:08.7270190Z test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7270889Z test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality) ... ok 2025-10-14T22:38:08.7271604Z test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir) ... ok 2025-10-14T22:38:08.7272334Z test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API) ... ok 2025-10-14T22:38:08.7273789Z test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality) ... ok 2025-10-14T22:38:08.7274503Z test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent) ... ok 2025-10-14T22:38:08.7275285Z test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API) ... ok 2025-10-14T22:38:08.7275974Z test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module) ... ok 2025-10-14T22:38:08.7276668Z test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse) ... ok 2025-10-14T22:38:08.7277438Z test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7278230Z test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7278998Z test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package) ... ok 2025-10-14T22:38:08.7279716Z test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure) ... ok 2025-10-14T22:38:08.7280433Z test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow) ... ok 2025-10-14T22:38:08.7281152Z test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc) ... ok 2025-10-14T22:38:08.7281858Z test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable) ... ok 2025-10-14T22:38:08.7282577Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:38:08.7283320Z test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok 2025-10-14T22:38:08.7284060Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:38:08.7284794Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:38:08.7285530Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:38:08.7286264Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7287013Z test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok 2025-10-14T22:38:08.7287816Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:38:08.7288568Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:38:08.7289346Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:38:08.7290184Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:38:08.7290911Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7291654Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok 2025-10-14T22:38:08.7292384Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:38:08.7293263Z test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok 2025-10-14T22:38:08.7294020Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:38:08.7294740Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:38:08.7295435Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:38:08.7296146Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7296875Z test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok 2025-10-14T22:38:08.7297631Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:38:08.7298432Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:38:08.7299270Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:38:08.7300204Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:38:08.7301055Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7301937Z test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok 2025-10-14T22:38:08.7302834Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok 2025-10-14T22:38:08.7303725Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok 2025-10-14T22:38:08.7304685Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok 2025-10-14T22:38:08.7305535Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok 2025-10-14T22:38:08.7306417Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7307349Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok 2025-10-14T22:38:08.7308271Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok 2025-10-14T22:38:08.7309142Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok 2025-10-14T22:38:08.7310029Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok 2025-10-14T22:38:08.7311058Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7311949Z test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok 2025-10-14T22:38:08.7312798Z test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok 2025-10-14T22:38:08.7313533Z test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok 2025-10-14T22:38:08.7314438Z test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok 2025-10-14T22:38:08.7315203Z test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok 2025-10-14T22:38:08.7315947Z test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok 2025-10-14T22:38:08.7316670Z test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok 2025-10-14T22:38:08.7317396Z test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok 2025-10-14T22:38:08.7318146Z test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok 2025-10-14T22:38:08.7318894Z test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok 2025-10-14T22:38:08.7319627Z test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling) ... ok 2025-10-14T22:38:08.7320322Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir) ... ok 2025-10-14T22:38:08.7321041Z test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure) ... ok 2025-10-14T22:38:08.7321784Z test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file) ... ok 2025-10-14T22:38:08.7322536Z test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7323357Z test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module) ... ok 2025-10-14T22:38:08.7324158Z test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package) ... ok 2025-10-14T22:38:08.7325091Z test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:38:08.7326010Z test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package) ... ok 2025-10-14T22:38:08.7326821Z test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package) ... ok 2025-10-14T22:38:08.7327794Z test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module) ... ok 2025-10-14T22:38:08.7328620Z test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling) ... ok 2025-10-14T22:38:08.7329364Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir) ... ok 2025-10-14T22:38:08.7330042Z test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure) ... ok 2025-10-14T22:38:08.7330724Z test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file) ... ok 2025-10-14T22:38:08.7331413Z test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7332223Z test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module) ... ok 2025-10-14T22:38:08.7332907Z test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package) ... ok 2025-10-14T22:38:08.7333684Z test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:38:08.7334446Z test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package) ... ok 2025-10-14T22:38:08.7335344Z test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package) ... ok 2025-10-14T22:38:08.7336197Z test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module) ... ok 2025-10-14T22:38:08.7337056Z test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling) ... ok 2025-10-14T22:38:08.7337915Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir) ... ok 2025-10-14T22:38:08.7338749Z test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure) ... ok 2025-10-14T22:38:08.7339619Z test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file) ... ok 2025-10-14T22:38:08.7340474Z test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7341268Z test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module) ... ok 2025-10-14T22:38:08.7341984Z test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package) ... ok 2025-10-14T22:38:08.7342789Z test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:38:08.7343650Z test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package) ... ok 2025-10-14T22:38:08.7344404Z test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package) ... ok 2025-10-14T22:38:08.7345155Z test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module) ... ok 2025-10-14T22:38:08.7345889Z test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling) ... ok 2025-10-14T22:38:08.7346641Z test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir) ... ok 2025-10-14T22:38:08.7347363Z test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure) ... ok 2025-10-14T22:38:08.7348083Z test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file) ... ok 2025-10-14T22:38:08.7348884Z test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7349718Z test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module) ... ok 2025-10-14T22:38:08.7350539Z test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package) ... ok 2025-10-14T22:38:08.7351508Z test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' 2025-10-14T22:38:08.7352543Z test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package) ... ok 2025-10-14T22:38:08.7353264Z test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package) ... ok 2025-10-14T22:38:08.7354126Z test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module) ... ok 2025-10-14T22:38:08.7355147Z test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string) ... ok 2025-10-14T22:38:08.7355944Z test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success) ... ok 2025-10-14T22:38:08.7356744Z test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string) ... ok 2025-10-14T22:38:08.7358328Z test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success) ... ok 2025-10-14T22:38:08.7359192Z test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom) ... ok 2025-10-14T22:38:08.7359955Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8) ... ok 2025-10-14T22:38:08.7360786Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict) ... ok 2025-10-14T22:38:08.7361519Z test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding) ... ok 2025-10-14T22:38:08.7362265Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line) ... ok 2025-10-14T22:38:08.7363013Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line) ... ok 2025-10-14T22:38:08.7363759Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding) ... ok 2025-10-14T22:38:08.7364460Z test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom) ... ok 2025-10-14T22:38:08.7365154Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8) ... ok 2025-10-14T22:38:08.7365846Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict) ... ok 2025-10-14T22:38:08.7366547Z test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding) ... ok 2025-10-14T22:38:08.7367300Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line) ... ok 2025-10-14T22:38:08.7368037Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line) ... ok 2025-10-14T22:38:08.7368884Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding) ... ok 2025-10-14T22:38:08.7369623Z test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr) ... ok 2025-10-14T22:38:08.7370259Z test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf) ... ok 2025-10-14T22:38:08.7370873Z test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf) ... ok 2025-10-14T22:38:08.7371499Z test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr) ... ok 2025-10-14T22:38:08.7372109Z test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf) ... ok 2025-10-14T22:38:08.7372732Z test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf) ... ok 2025-10-14T22:38:08.7373343Z test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom) ... ok 2025-10-14T22:38:08.7373991Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8) ... ok 2025-10-14T22:38:08.7374649Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict) ... ok 2025-10-14T22:38:08.7375423Z test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding) ... ok 2025-10-14T22:38:08.7376124Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line) ... ok 2025-10-14T22:38:08.7376847Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line) ... ok 2025-10-14T22:38:08.7377554Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding) ... ok 2025-10-14T22:38:08.7378314Z test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom) ... ok 2025-10-14T22:38:08.7378959Z test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8) ... ok 2025-10-14T22:38:08.7379632Z test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict) ... ok 2025-10-14T22:38:08.7380400Z test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding) ... ok 2025-10-14T22:38:08.7381094Z test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line) ... ok 2025-10-14T22:38:08.7381792Z test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line) ... ok 2025-10-14T22:38:08.7382498Z test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding) ... ok 2025-10-14T22:38:08.7383169Z test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr) ... ok 2025-10-14T22:38:08.7383796Z test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf) ... ok 2025-10-14T22:38:08.7384464Z test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf) ... ok 2025-10-14T22:38:08.7385191Z test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr) ... ok 2025-10-14T22:38:08.7385927Z test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf) ... ok 2025-10-14T22:38:08.7386683Z test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf) ... ok 2025-10-14T22:38:08.7387398Z test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:38:08.7388119Z test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:38:08.7388809Z test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:38:08.7389537Z test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok 2025-10-14T22:38:08.7390321Z test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:38:08.7391127Z test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:38:08.7391853Z test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7392531Z test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7393285Z test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7393962Z test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7394656Z test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:38:08.7395485Z test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:38:08.7396185Z test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:38:08.7396909Z test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:38:08.7397701Z test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:38:08.7398512Z test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok 2025-10-14T22:38:08.7399439Z test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None) ... ok 2025-10-14T22:38:08.7400207Z test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned) ... ok 2025-10-14T22:38:08.7400964Z test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok 2025-10-14T22:38:08.7401709Z test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok 2025-10-14T22:38:08.7402467Z test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok 2025-10-14T22:38:08.7403265Z test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok 2025-10-14T22:38:08.7403990Z test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7404683Z test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7405425Z test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module) ... ok 2025-10-14T22:38:08.7406182Z test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module) ... ok 2025-10-14T22:38:08.7406920Z test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr) ... ok 2025-10-14T22:38:08.7407587Z test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh) ... ok 2025-10-14T22:38:08.7408227Z test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload) ... ok 2025-10-14T22:38:08.7408905Z test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7409684Z test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok 2025-10-14T22:38:08.7410405Z test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec) ... ok 2025-10-14T22:38:08.7411093Z test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec) ... ok 2025-10-14T22:38:08.7411788Z test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses) ... ok 2025-10-14T22:38:08.7412449Z test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses) ... ok 2025-10-14T22:38:08.7413138Z test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7413805Z test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses) ... ok 2025-10-14T22:38:08.7414457Z test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses) ... ok 2025-10-14T22:38:08.7415125Z test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data) ... ok 2025-10-14T22:38:08.7415771Z test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7416425Z test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7417255Z test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok 2025-10-14T22:38:08.7417958Z test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok 2025-10-14T22:38:08.7418672Z test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything) ... ok 2025-10-14T22:38:08.7419465Z test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok 2025-10-14T22:38:08.7420296Z test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode) ... ok 2025-10-14T22:38:08.7421003Z test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data) ... ok 2025-10-14T22:38:08.7421704Z test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok 2025-10-14T22:38:08.7422386Z test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7423032Z test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7423714Z test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source) ... ok 2025-10-14T22:38:08.7424417Z test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding) ... ok 2025-10-14T22:38:08.7425137Z test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines) ... ok 2025-10-14T22:38:08.7425823Z test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.7426523Z test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.7427201Z test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding) ... ok 2025-10-14T22:38:08.7427882Z test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.7428533Z test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module) ... ok 2025-10-14T22:38:08.7430048Z test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings) ... ok 2025-10-14T22:38:08.7430778Z test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code) ... ok 2025-10-14T22:38:08.7431453Z test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module) ... ok 2025-10-14T22:38:08.7432144Z test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module) ... ok 2025-10-14T22:38:08.7432866Z test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr) ... ok 2025-10-14T22:38:08.7433592Z test_deprecated_path_mtime (test.test_importlib.test_abc.SourceLoaderDeprecationWarningsTests.test_deprecated_path_mtime) ... ok 2025-10-14T22:38:08.7434348Z test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok 2025-10-14T22:38:08.7435056Z test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok 2025-10-14T22:38:08.7435783Z test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything) ... ok 2025-10-14T22:38:08.7436503Z test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok 2025-10-14T22:38:08.7437189Z test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode) ... ok 2025-10-14T22:38:08.7437850Z test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data) ... ok 2025-10-14T22:38:08.7438690Z test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok 2025-10-14T22:38:08.7439443Z test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:38:08.7440119Z test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:38:08.7440787Z test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:38:08.7441451Z test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok 2025-10-14T22:38:08.7442338Z test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:38:08.7443067Z test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:38:08.7443749Z test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7444365Z test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7445164Z test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7445921Z test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7446695Z test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok 2025-10-14T22:38:08.7447497Z test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok 2025-10-14T22:38:08.7448279Z test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code) ... ok 2025-10-14T22:38:08.7449092Z test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok 2025-10-14T22:38:08.7449993Z test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok 2025-10-14T22:38:08.7450876Z test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok 2025-10-14T22:38:08.7451752Z test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None) ... ok 2025-10-14T22:38:08.7452691Z test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned) ... ok 2025-10-14T22:38:08.7453573Z test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok 2025-10-14T22:38:08.7454493Z test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok 2025-10-14T22:38:08.7455408Z test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok 2025-10-14T22:38:08.7456300Z test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok 2025-10-14T22:38:08.7457149Z test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7457975Z test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7458782Z test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh) ... ok 2025-10-14T22:38:08.7459575Z test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload) ... ok 2025-10-14T22:38:08.7460524Z test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7461404Z test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok 2025-10-14T22:38:08.7462424Z test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec) ... ok 2025-10-14T22:38:08.7463236Z test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec) ... ok 2025-10-14T22:38:08.7464059Z test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses) ... ok 2025-10-14T22:38:08.7464855Z test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses) ... ok 2025-10-14T22:38:08.7465552Z test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7466341Z test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses) ... ok 2025-10-14T22:38:08.7466979Z test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses) ... ok 2025-10-14T22:38:08.7467617Z test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data) ... ok 2025-10-14T22:38:08.7468264Z test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7468892Z test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7469515Z test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses) ... ok 2025-10-14T22:38:08.7470177Z test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses) ... ok 2025-10-14T22:38:08.7470830Z test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source) ... ok 2025-10-14T22:38:08.7471541Z test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding) ... ok 2025-10-14T22:38:08.7472311Z test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines) ... ok 2025-10-14T22:38:08.7473156Z test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code) ... ok 2025-10-14T22:38:08.7474023Z test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source) ... ok 2025-10-14T22:38:08.7474872Z test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding) ... ok 2025-10-14T22:38:08.7475701Z test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package) ... ok 2025-10-14T22:38:08.7476465Z test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module) ... ok 2025-10-14T22:38:08.7477144Z test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings) ... ok 2025-10-14T22:38:08.7477894Z test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code) ... ok 2025-10-14T22:38:08.7478609Z test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib) ... ok 2025-10-14T22:38:08.7479292Z test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing) ... ok 2025-10-14T22:38:08.7479996Z test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success) ... ok 2025-10-14T22:38:08.7480702Z test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path) ... ok 2025-10-14T22:38:08.7481422Z test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules) ... ok 2025-10-14T22:38:08.7482175Z test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:38:08.7483012Z test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok 2025-10-14T22:38:08.7483806Z test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package) ... ok 2025-10-14T22:38:08.7484751Z test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import) ... ok 2025-10-14T22:38:08.7485558Z test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import) ... ok 2025-10-14T22:38:08.7486341Z test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once) ... ok 2025-10-14T22:38:08.7487141Z test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import) ... ok 2025-10-14T22:38:08.7488064Z test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package) ... ok 2025-10-14T22:38:08.7489057Z test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import) ... ok 2025-10-14T22:38:08.7489833Z test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called) ... ok 2025-10-14T22:38:08.7490540Z test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking) ... ok 2025-10-14T22:38:08.7491263Z test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec) ... ok 2025-10-14T22:38:08.7491978Z test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced) ... ok 2025-10-14T22:38:08.7492743Z test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced) ... ok 2025-10-14T22:38:08.7493427Z test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed) ... ok 2025-10-14T22:38:08.7494221Z test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader) ... ok 2025-10-14T22:38:08.7494982Z test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules) ... ok 2025-10-14T22:38:08.7495801Z test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed) ... ok 2025-10-14T22:38:08.7496620Z test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule) ... ok 2025-10-14T22:38:08.7497463Z test_reload_traceback_with_non_str (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str) ... ok 2025-10-14T22:38:08.7498328Z test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__) ... ok 2025-10-14T22:38:08.7499140Z test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__) ... ok 2025-10-14T22:38:08.7499948Z test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing) ... ok 2025-10-14T22:38:08.7500688Z test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success) ... ok 2025-10-14T22:38:08.7501427Z test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path) ... ok 2025-10-14T22:38:08.7502241Z test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules) ... ok 2025-10-14T22:38:08.7502937Z test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:38:08.7503724Z test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok 2025-10-14T22:38:08.7504638Z test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package) ... ok 2025-10-14T22:38:08.7505540Z test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import) ... ok 2025-10-14T22:38:08.7506393Z test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import) ... ok 2025-10-14T22:38:08.7507380Z test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once) ... ok 2025-10-14T22:38:08.7508184Z test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import) ... ok 2025-10-14T22:38:08.7509029Z test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package) ... ok 2025-10-14T22:38:08.7509925Z test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import) ... ok 2025-10-14T22:38:08.7510745Z test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called) ... ok 2025-10-14T22:38:08.7511657Z test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking) ... ok 2025-10-14T22:38:08.7512424Z test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec) ... ok 2025-10-14T22:38:08.7513180Z test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced) ... ok 2025-10-14T22:38:08.7514004Z test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced) ... ok 2025-10-14T22:38:08.7514867Z test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed) ... ok 2025-10-14T22:38:08.7515807Z test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader) ... ok 2025-10-14T22:38:08.7516690Z test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules) ... ok 2025-10-14T22:38:08.7517548Z test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed) ... ok 2025-10-14T22:38:08.7518395Z test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule) ... ok 2025-10-14T22:38:08.7519227Z test_reload_traceback_with_non_str (test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str) ... ok 2025-10-14T22:38:08.7520111Z test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__) ... ok 2025-10-14T22:38:08.7520971Z test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__) ... ok 2025-10-14T22:38:08.7521958Z test_machinery_deprecated_attributes (test.test_importlib.test_api.TestDeprecations.test_machinery_deprecated_attributes) ... ok 2025-10-14T22:38:08.7522826Z test_machinery (test.test_importlib.test_api.TestModuleAll.test_machinery) ... ok 2025-10-14T22:38:08.7523590Z test_util (test.test_importlib.test_api.TestModuleAll.test_util) ... ok 2025-10-14T22:38:08.7524372Z test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init) ... ok 2025-10-14T22:38:08.7525171Z test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation) ... ok 2025-10-14T22:38:08.7525956Z test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged) ... ok 2025-10-14T22:38:08.7526794Z test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr) ... ok 2025-10-14T22:38:08.7527668Z test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr) ... ok 2025-10-14T22:38:08.7528500Z test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e) ... ok 2025-10-14T22:38:08.7529248Z test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init) ... ok 2025-10-14T22:38:08.7530060Z test_lazy_module_type_override (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override) ... ok 2025-10-14T22:38:08.7531016Z test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules) ... ok 2025-10-14T22:38:08.7531928Z test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys) ... ok 2025-10-14T22:38:08.7532865Z test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race) ... ok 2025-10-14T22:38:08.7534396Z test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error) ... ok 2025-10-14T22:38:08.7535244Z test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr) ... ok 2025-10-14T22:38:08.7536075Z test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr) ... ok 2025-10-14T22:38:08.7536912Z test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr) ... ok 2025-10-14T22:38:08.7537699Z test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock) ... ok 2025-10-14T22:38:08.7539315Z test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock) ... ok 2025-10-14T22:38:08.7540198Z test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks) ... ok 2025-10-14T22:38:08.7541061Z test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime) ... ok 2025-10-14T22:38:08.7541924Z test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:38:08.7542779Z test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:38:08.7543618Z test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:38:08.7544473Z test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor) ... ok 2025-10-14T22:38:08.7545307Z test_constructor_noargs (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:38:08.7546185Z test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread) ... ok 2025-10-14T22:38:08.7547012Z test_locked (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked) ... ok 2025-10-14T22:38:08.7547865Z test_locked_with_2threads (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:38:08.7548699Z test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire) ... ok 2025-10-14T22:38:08.7549677Z test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:38:08.7550537Z test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:38:08.7551386Z test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:38:08.7552312Z test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:38:08.7553134Z test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock) ... ok 2025-10-14T22:38:08.7554023Z test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock) ... ok 2025-10-14T22:38:08.7554870Z test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks) ... ok 2025-10-14T22:38:08.7555690Z test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime) ... ok 2025-10-14T22:38:08.7556525Z test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended) ... ok 2025-10-14T22:38:08.7557401Z test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy) ... ok 2025-10-14T22:38:08.7558269Z test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release) ... ok 2025-10-14T22:38:08.7559234Z test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor) ... ok 2025-10-14T22:38:08.7560080Z test_constructor_noargs (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor_noargs) ... ok 2025-10-14T22:38:08.7561108Z test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread) ... ok 2025-10-14T22:38:08.7561957Z test_locked (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked) ... ok 2025-10-14T22:38:08.7562801Z test_locked_with_2threads (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked_with_2threads) ... ok 2025-10-14T22:38:08.7563702Z test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire) ... ok 2025-10-14T22:38:08.7564572Z test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired) ... ok 2025-10-14T22:38:08.7565650Z test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak) ... ok 2025-10-14T22:38:08.7566482Z test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted) ... ok 2025-10-14T22:38:08.7567316Z test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists) ... ok 2025-10-14T22:38:08.7568140Z test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports) ... ok 2025-10-14T22:38:08.7569021Z test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails) ... ok 2025-10-14T22:38:08.7569939Z test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds) ... ok 2025-10-14T22:38:08.7570850Z test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path) ... ok 2025-10-14T22:38:08.7571776Z test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence) ... ok 2025-10-14T22:38:08.7572778Z test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc) ... ok 2025-10-14T22:38:08.7573654Z test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency) ... ok 2025-10-14T22:38:08.7574566Z test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency) ... ok 2025-10-14T22:38:08.7575456Z test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable) ... ok 2025-10-14T22:38:08.7576427Z test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package) ... ok 2025-10-14T22:38:08.7577434Z test_namespace_subpackage_shares_name_with_directory (test.test_importlib.test_namespace_pkgs.NamespaceSubpackageSameName.test_namespace_subpackage_shares_name_with_directory) ... ok 2025-10-14T22:38:08.7578498Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other) ... ok 2025-10-14T22:38:08.7579362Z test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path) ... ok 2025-10-14T22:38:08.7580201Z test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package) ... ok 2025-10-14T22:38:08.7581125Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports) ... ok 2025-10-14T22:38:08.7582012Z test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches) ... ok 2025-10-14T22:38:08.7582894Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports) ... ok 2025-10-14T22:38:08.7583841Z test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins) ... ok 2025-10-14T22:38:08.7584860Z test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again) ... ok 2025-10-14T22:38:08.7587092Z test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first) ... ok 2025-10-14T22:38:08.7588265Z test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports) ... ok 2025-10-14T22:38:08.7589172Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:38:08.7590063Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package) ... ok 2025-10-14T22:38:08.7590903Z test_simple_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr) ... ok 2025-10-14T22:38:08.7591889Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:38:08.7592840Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package) ... ok 2025-10-14T22:38:08.7593753Z test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other) ... ok 2025-10-14T22:38:08.7594615Z test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package) ... ok 2025-10-14T22:38:08.7595481Z test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... ok 2025-10-14T22:38:08.7596332Z test_missing_directory2 (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory2) ... ok 2025-10-14T22:38:08.7597207Z test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory) ... ok 2025-10-14T22:38:08.7598176Z test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics) ... ok 2025-10-14T22:38:08.7599080Z test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default) ... ok 2025-10-14T22:38:08.7600037Z test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok 2025-10-14T22:38:08.7601025Z test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location) ... ok 2025-10-14T22:38:08.7602070Z test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 2025-10-14T22:38:08.7603117Z test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok 2025-10-14T22:38:08.7604258Z test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok 2025-10-14T22:38:08.7605289Z test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok 2025-10-14T22:38:08.7606284Z test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path) ... ok 2025-10-14T22:38:08.7607261Z test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 2025-10-14T22:38:08.7608264Z test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok 2025-10-14T22:38:08.7609287Z test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok 2025-10-14T22:38:08.7610280Z test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok 2025-10-14T22:38:08.7611383Z test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok 2025-10-14T22:38:08.7612317Z test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none) ... ok 2025-10-14T22:38:08.7613321Z test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok 2025-10-14T22:38:08.7614221Z test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default) ... ok 2025-10-14T22:38:08.7615355Z test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok 2025-10-14T22:38:08.7616362Z test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok 2025-10-14T22:38:08.7617350Z test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false) ... ok 2025-10-14T22:38:08.7618334Z test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok 2025-10-14T22:38:08.7619333Z test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true) ... ok 2025-10-14T22:38:08.7620350Z test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok 2025-10-14T22:38:08.7621358Z test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok 2025-10-14T22:38:08.7622392Z test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok 2025-10-14T22:38:08.7623306Z test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin) ... ok 2025-10-14T22:38:08.7624210Z test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok 2025-10-14T22:38:08.7625063Z test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec) ... ok 2025-10-14T22:38:08.7625886Z test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load) ... ok 2025-10-14T22:38:08.7626682Z test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed) ... ok 2025-10-14T22:38:08.7627531Z test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed) ... ok 2025-10-14T22:38:08.7628519Z test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok 2025-10-14T22:38:08.7629487Z test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced) ... ok 2025-10-14T22:38:08.7630311Z test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload) ... ok 2025-10-14T22:38:08.7631162Z test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok 2025-10-14T22:38:08.7632050Z test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok 2025-10-14T22:38:08.7632935Z test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified) ... ok 2025-10-14T22:38:08.7633843Z test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin) ... ok 2025-10-14T22:38:08.7634804Z test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set) ... ok 2025-10-14T22:38:08.7635607Z test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source) ... ok 2025-10-14T22:38:08.7636471Z test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok 2025-10-14T22:38:08.7637377Z test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok 2025-10-14T22:38:08.7638232Z test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless) ... ok 2025-10-14T22:38:08.7639245Z test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location) ... ok 2025-10-14T22:38:08.7640186Z test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default) ... ok 2025-10-14T22:38:08.7641022Z test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false) ... ok 2025-10-14T22:38:08.7641895Z test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true) ... ok 2025-10-14T22:38:08.7642800Z test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader) ... ok 2025-10-14T22:38:08.7643724Z test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality) ... ok 2025-10-14T22:38:08.7644552Z test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location) ... ok 2025-10-14T22:38:08.7645419Z test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter) ... ok 2025-10-14T22:38:08.7646251Z test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality) ... ok 2025-10-14T22:38:08.7647118Z test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete) ... ok 2025-10-14T22:38:08.7648072Z test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package) ... ok 2025-10-14T22:38:08.7648948Z test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package) ... ok 2025-10-14T22:38:08.7649820Z test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default) ... ok 2025-10-14T22:38:08.7650773Z test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok 2025-10-14T22:38:08.7651820Z test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location) ... ok 2025-10-14T22:38:08.7652938Z test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 2025-10-14T22:38:08.7654015Z test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok 2025-10-14T22:38:08.7655067Z test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok 2025-10-14T22:38:08.7656043Z test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok 2025-10-14T22:38:08.7657048Z test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path) ... ok 2025-10-14T22:38:08.7658085Z test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 2025-10-14T22:38:08.7659274Z test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok 2025-10-14T22:38:08.7660339Z test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok 2025-10-14T22:38:08.7661327Z test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok 2025-10-14T22:38:08.7662353Z test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok 2025-10-14T22:38:08.7663455Z test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none) ... ok 2025-10-14T22:38:08.7664370Z test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok 2025-10-14T22:38:08.7665296Z test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default) ... ok 2025-10-14T22:38:08.7666203Z test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok 2025-10-14T22:38:08.7667286Z test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok 2025-10-14T22:38:08.7668289Z test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false) ... ok 2025-10-14T22:38:08.7669295Z test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok 2025-10-14T22:38:08.7670401Z test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true) ... ok 2025-10-14T22:38:08.7671415Z test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok 2025-10-14T22:38:08.7672435Z test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok 2025-10-14T22:38:08.7673415Z test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok 2025-10-14T22:38:08.7674428Z test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin) ... ok 2025-10-14T22:38:08.7675365Z test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok 2025-10-14T22:38:08.7676324Z test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec) ... ok 2025-10-14T22:38:08.7677157Z test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load) ... ok 2025-10-14T22:38:08.7678010Z test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed) ... ok 2025-10-14T22:38:08.7678863Z test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed) ... ok 2025-10-14T22:38:08.7679742Z test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok 2025-10-14T22:38:08.7680655Z test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced) ... ok 2025-10-14T22:38:08.7681550Z test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload) ... ok 2025-10-14T22:38:08.7682391Z test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok 2025-10-14T22:38:08.7683412Z test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok 2025-10-14T22:38:08.7684294Z test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified) ... ok 2025-10-14T22:38:08.7685134Z test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin) ... ok 2025-10-14T22:38:08.7686023Z test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set) ... ok 2025-10-14T22:38:08.7687005Z test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source) ... ok 2025-10-14T22:38:08.7687887Z test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok 2025-10-14T22:38:08.7688805Z test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok 2025-10-14T22:38:08.7689670Z test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless) ... ok 2025-10-14T22:38:08.7690692Z test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location) ... ok 2025-10-14T22:38:08.7691585Z test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default) ... ok 2025-10-14T22:38:08.7692421Z test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false) ... ok 2025-10-14T22:38:08.7693302Z test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true) ... ok 2025-10-14T22:38:08.7694145Z test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader) ... ok 2025-10-14T22:38:08.7695025Z test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality) ... ok 2025-10-14T22:38:08.7695878Z test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location) ... ok 2025-10-14T22:38:08.7696733Z test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter) ... ok 2025-10-14T22:38:08.7697553Z test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality) ... ok 2025-10-14T22:38:08.7698369Z test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete) ... ok 2025-10-14T22:38:08.7699205Z test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package) ... ok 2025-10-14T22:38:08.7700076Z test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package) ... ok 2025-10-14T22:38:08.7700936Z test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports) ... ok 2025-10-14T22:38:08.7701877Z test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) ... skipped 'not enough memory: 1.8G minimum needed' 2025-10-14T22:38:08.7702846Z test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers) ... ok 2025-10-14T22:38:08.7703783Z test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) ... skipped 'not enough memory: 1.8G minimum needed' 2025-10-14T22:38:08.7704958Z test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:38:08.7706096Z test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:38:08.7707121Z test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) ... skipped 'not enough memory: 3.7G minimum needed' 2025-10-14T22:38:08.7708167Z test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import) ... ok 2025-10-14T22:38:08.7709077Z test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding) ... ok 2025-10-14T22:38:08.7709976Z test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines) ... ok 2025-10-14T22:38:08.7710849Z test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default) ... ok 2025-10-14T22:38:08.7711798Z test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module) ... ok 2025-10-14T22:38:08.7712660Z test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package) ... ok 2025-10-14T22:38:08.7713560Z test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule) ... ok 2025-10-14T22:38:08.7714406Z test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module) ... ok 2025-10-14T22:38:08.7715338Z test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported) ... ok 2025-10-14T22:38:08.7716218Z test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing) ... ok 2025-10-14T22:38:08.7716972Z test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success) ... ok 2025-10-14T22:38:08.7717781Z test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules) ... ok 2025-10-14T22:38:08.7718691Z test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:38:08.7719575Z test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None) ... ok 2025-10-14T22:38:08.7720463Z test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok 2025-10-14T22:38:08.7721458Z test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__) ... ok 2025-10-14T22:38:08.7722316Z test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn) ... ok 2025-10-14T22:38:08.7723189Z test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length) ... ok 2025-10-14T22:38:08.7723984Z test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__) ... ok 2025-10-14T22:38:08.7724801Z test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__) ... ok 2025-10-14T22:38:08.7725599Z test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__) ... ok 2025-10-14T22:38:08.7726391Z test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__) ... ok 2025-10-14T22:38:08.7727182Z test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__) ... ok 2025-10-14T22:38:08.7728078Z test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__) ... ok 2025-10-14T22:38:08.7728881Z test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__) ... ok 2025-10-14T22:38:08.7729688Z test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module) ... ok 2025-10-14T22:38:08.7730544Z test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None) ... ok 2025-10-14T22:38:08.7731414Z test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module) ... ok 2025-10-14T22:38:08.7732237Z test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source) ... ok 2025-10-14T22:38:08.7733265Z test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd) ... ok 2025-10-14T22:38:08.7734136Z test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override) ... ok 2025-10-14T22:38:08.7735135Z test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok 2025-10-14T22:38:08.7736220Z test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix) ... ok 2025-10-14T22:38:08.7737459Z test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok 2025-10-14T22:38:08.7738385Z test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot) ... ok 2025-10-14T22:38:08.7739329Z test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None) ... ok 2025-10-14T22:38:08.7740261Z test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok 2025-10-14T22:38:08.7741771Z test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set) ... ok 2025-10-14T22:38:08.7743866Z test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override) ... ok 2025-10-14T22:38:08.7744891Z test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok 2025-10-14T22:38:08.7745815Z test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok 2025-10-14T22:38:08.7746873Z test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok 2025-10-14T22:38:08.7747860Z test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok 2025-10-14T22:38:08.7748744Z test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache) ... ok 2025-10-14T22:38:08.7749588Z test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path) ... ok 2025-10-14T22:38:08.7750509Z test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok 2025-10-14T22:38:08.7751517Z test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok 2025-10-14T22:38:08.7752560Z test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok 2025-10-14T22:38:08.7753564Z test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok 2025-10-14T22:38:08.7754498Z test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash) ... ok 2025-10-14T22:38:08.7755362Z test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt) ... ok 2025-10-14T22:38:08.7756323Z test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok 2025-10-14T22:38:08.7757298Z test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok 2025-10-14T22:38:08.7758345Z test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok 2025-10-14T22:38:08.7759246Z test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok 2025-10-14T22:38:08.7760131Z test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok 2025-10-14T22:38:08.7761074Z test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute) ... ok 2025-10-14T22:38:08.7761904Z test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package) ... ok 2025-10-14T22:38:08.7762866Z test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape) ... ok 2025-10-14T22:38:08.7763658Z test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package) ... ok 2025-10-14T22:38:08.7764512Z test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package) ... ok 2025-10-14T22:38:08.7765376Z test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package) ... ok 2025-10-14T22:38:08.7766290Z test_complete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module) ... ok 2025-10-14T22:38:08.7767294Z test_incomplete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module) ... ok 2025-10-14T22:38:08.7768267Z test_single_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module) ... ok 2025-10-14T22:38:08.7769336Z test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number) ... skipped 'only applies to candidate or final python release levels' 2025-10-14T22:38:08.7770349Z test_atomic_write_should_notice_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes) ... ok 2025-10-14T22:38:08.7771299Z test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding) ... ok 2025-10-14T22:38:08.7772165Z test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines) ... ok 2025-10-14T22:38:08.7773005Z test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default) ... ok 2025-10-14T22:38:08.7773833Z test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module) ... ok 2025-10-14T22:38:08.7774736Z test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package) ... ok 2025-10-14T22:38:08.7775637Z test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule) ... ok 2025-10-14T22:38:08.7776495Z test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module) ... ok 2025-10-14T22:38:08.7777417Z test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported) ... ok 2025-10-14T22:38:08.7778294Z test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing) ... ok 2025-10-14T22:38:08.7779113Z test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success) ... ok 2025-10-14T22:38:08.7779930Z test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules) ... ok 2025-10-14T22:38:08.7780785Z test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None) ... ok 2025-10-14T22:38:08.7781666Z test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None) ... ok 2025-10-14T22:38:08.7782533Z test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok 2025-10-14T22:38:08.7783606Z test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__) ... ok 2025-10-14T22:38:08.7784591Z test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn) ... ok 2025-10-14T22:38:08.7785444Z test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length) ... ok 2025-10-14T22:38:08.7786236Z test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__) ... ok 2025-10-14T22:38:08.7787146Z test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__) ... ok 2025-10-14T22:38:08.7787947Z test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__) ... ok 2025-10-14T22:38:08.7788847Z test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__) ... ok 2025-10-14T22:38:08.7789660Z test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__) ... ok 2025-10-14T22:38:08.7790469Z test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__) ... ok 2025-10-14T22:38:08.7791275Z test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__) ... ok 2025-10-14T22:38:08.7792095Z test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module) ... ok 2025-10-14T22:38:08.7793004Z test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None) ... ok 2025-10-14T22:38:08.7793929Z test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module) ... ok 2025-10-14T22:38:08.7794793Z test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source) ... ok 2025-10-14T22:38:08.7795636Z test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd) ... ok 2025-10-14T22:38:08.7796519Z test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override) ... ok 2025-10-14T22:38:08.7797504Z test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok 2025-10-14T22:38:08.7798520Z test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix) ... ok 2025-10-14T22:38:08.7799485Z test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok 2025-10-14T22:38:08.7800449Z test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot) ... ok 2025-10-14T22:38:08.7804981Z test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None) ... ok 2025-10-14T22:38:08.7806707Z test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok 2025-10-14T22:38:08.7807860Z test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set) ... ok 2025-10-14T22:38:08.7809294Z test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override) ... ok 2025-10-14T22:38:08.7810256Z test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok 2025-10-14T22:38:08.7811184Z test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok 2025-10-14T22:38:08.7812149Z test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok 2025-10-14T22:38:08.7813362Z test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok 2025-10-14T22:38:08.7814267Z test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache) ... ok 2025-10-14T22:38:08.7815130Z test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path) ... ok 2025-10-14T22:38:08.7816018Z test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok 2025-10-14T22:38:08.7817166Z test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok 2025-10-14T22:38:08.7818125Z test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok 2025-10-14T22:38:08.7819057Z test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok 2025-10-14T22:38:08.7819926Z test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash) ... ok 2025-10-14T22:38:08.7820884Z test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt) ... ok 2025-10-14T22:38:08.7821770Z test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok 2025-10-14T22:38:08.7822730Z test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok 2025-10-14T22:38:08.7823670Z test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok 2025-10-14T22:38:08.7824566Z test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok 2025-10-14T22:38:08.7825468Z test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok 2025-10-14T22:38:08.7826390Z test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute) ... ok 2025-10-14T22:38:08.7827280Z test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package) ... ok 2025-10-14T22:38:08.7828175Z test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape) ... ok 2025-10-14T22:38:08.7829175Z test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package) ... ok 2025-10-14T22:38:08.7829995Z test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package) ... ok 2025-10-14T22:38:08.7830839Z test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package) ... ok 2025-10-14T22:38:08.7831871Z test_tagged_suffix (test.test_importlib.test_windows.Frozen_WindowsExtensionSuffixTests.test_tagged_suffix) ... ok 2025-10-14T22:38:08.7832765Z test_find_spec_missing (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_find_spec_missing) ... ok 2025-10-14T22:38:08.7833636Z test_module_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_found) ... ok 2025-10-14T22:38:08.7834515Z test_module_not_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_not_found) ... ok 2025-10-14T22:38:08.7835491Z test_raises_deprecation_warning (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_raises_deprecation_warning) ... ok 2025-10-14T22:38:08.7836535Z test_tagged_suffix (test.test_importlib.test_windows.Source_WindowsExtensionSuffixTests.test_tagged_suffix) ... ok 2025-10-14T22:38:08.7837556Z test_find_spec_missing (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_find_spec_missing) ... ok 2025-10-14T22:38:08.7838442Z test_module_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_found) ... ok 2025-10-14T22:38:08.7839299Z test_module_not_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_not_found) ... ok 2025-10-14T22:38:08.7840194Z test_raises_deprecation_warning (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_raises_deprecation_warning) ... ok 2025-10-14T22:38:08.7841113Z test_path_join (test.test_importlib.test_windows.WindowsBootstrapPathTests.test_path_join) ... ok 2025-10-14T22:38:08.7841825Z 2025-10-14T22:38:08.7842482Z ---------------------------------------------------------------------- 2025-10-14T22:38:08.7843165Z Ran 1355 tests in 7.878s 2025-10-14T22:38:08.7843641Z 2025-10-14T22:38:08.7844199Z OK (skipped=24) 2025-10-14T22:38:11.5909699Z 0:12:32 load avg: 5.81 [42/59] test.test_io.test_bufferedio passed 2025-10-14T22:38:11.5912584Z Re-running test.test_io.test_bufferedio in verbose mode 2025-10-14T22:38:11.5913301Z test_nullpat (test.test_io.test_bufferedio.CBufferSizeTest.test_nullpat) ... ok 2025-10-14T22:38:11.5913951Z test_primepat (test.test_io.test_bufferedio.CBufferSizeTest.test_primepat) ... ok 2025-10-14T22:38:11.5914579Z test_close_and_closed (test.test_io.test_bufferedio.CBufferedRWPairTest.test_close_and_closed) ... ok 2025-10-14T22:38:11.5915280Z test_constructor (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor) ... ok 2025-10-14T22:38:11.5916005Z test_constructor_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.5917001Z test_constructor_with_not_readable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_with_not_readable) ... ok 2025-10-14T22:38:11.5917780Z test_constructor_with_not_writeable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_constructor_with_not_writeable) ... ok 2025-10-14T22:38:11.5918560Z test_detach (test.test_io.test_bufferedio.CBufferedRWPairTest.test_detach) ... ok 2025-10-14T22:38:11.5919149Z test_isatty (test.test_io.test_bufferedio.CBufferedRWPairTest.test_isatty) ... ok 2025-10-14T22:38:11.5919709Z test_peek (test.test_io.test_bufferedio.CBufferedRWPairTest.test_peek) ... ok 2025-10-14T22:38:11.5920254Z test_read (test.test_io.test_bufferedio.CBufferedRWPairTest.test_read) ... ok 2025-10-14T22:38:11.5920783Z test_read1 (test.test_io.test_bufferedio.CBufferedRWPairTest.test_read1) ... ok 2025-10-14T22:38:11.5921341Z test_readable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readable) ... ok 2025-10-14T22:38:11.5921932Z test_reader_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_reader_close_error_on_close) ... ok 2025-10-14T22:38:11.5922655Z test_reader_writer_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok 2025-10-14T22:38:11.5923318Z test_readinto (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readinto) ... ok 2025-10-14T22:38:11.5923957Z test_readlines (test.test_io.test_bufferedio.CBufferedRWPairTest.test_readlines) ... ok 2025-10-14T22:38:11.5924528Z test_seekable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_seekable) ... ok 2025-10-14T22:38:11.5925140Z test_uninitialized (test.test_io.test_bufferedio.CBufferedRWPairTest.test_uninitialized) ... ok 2025-10-14T22:38:11.5925745Z test_weakref_clearing (test.test_io.test_bufferedio.CBufferedRWPairTest.test_weakref_clearing) ... ok 2025-10-14T22:38:11.5926311Z test_write (test.test_io.test_bufferedio.CBufferedRWPairTest.test_write) ... ok 2025-10-14T22:38:11.5926857Z test_writeable (test.test_io.test_bufferedio.CBufferedRWPairTest.test_writeable) ... ok 2025-10-14T22:38:11.5927453Z test_writer_close_error_on_close (test.test_io.test_bufferedio.CBufferedRWPairTest.test_writer_close_error_on_close) ... ok 2025-10-14T22:38:11.5928254Z test_args_error (test.test_io.test_bufferedio.CBufferedRandomTest.test_args_error) ... ok 2025-10-14T22:38:11.5928829Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedRandomTest.test_buffer_freeing) ... ok 2025-10-14T22:38:11.5929486Z test_buffering (test.test_io.test_bufferedio.CBufferedRandomTest.test_buffering) ... ok 2025-10-14T22:38:11.5930207Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.5930841Z test_constructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_constructor) ... ok 2025-10-14T22:38:11.5931620Z test_context_manager (test.test_io.test_bufferedio.CBufferedRandomTest.test_context_manager) ... ok 2025-10-14T22:38:11.5932260Z test_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_destructor) ... ok 2025-10-14T22:38:11.5932829Z test_detach (test.test_io.test_bufferedio.CBufferedRandomTest.test_detach) ... ok 2025-10-14T22:38:11.5933420Z test_detach_flush (test.test_io.test_bufferedio.CBufferedRandomTest.test_detach_flush) ... ok 2025-10-14T22:38:11.5934093Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.5935137Z test_fileno (test.test_io.test_bufferedio.CBufferedRandomTest.test_fileno) ... ok 2025-10-14T22:38:11.5935741Z test_flush (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush) ... ok 2025-10-14T22:38:11.5936359Z test_flush_and_peek (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_peek) ... ok 2025-10-14T22:38:11.5937270Z test_flush_and_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_read) ... ok 2025-10-14T22:38:11.5938035Z test_flush_and_readinto (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_readinto) ... ok 2025-10-14T22:38:11.5938673Z test_flush_and_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_and_write) ... ok 2025-10-14T22:38:11.5939306Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.5939903Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedRandomTest.test_garbage_collection) ... ok 2025-10-14T22:38:11.5940588Z test_interleaved_read_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_interleaved_read_write) ... ok 2025-10-14T22:38:11.5941354Z test_interleaved_readline_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_interleaved_readline_write) ... ok 2025-10-14T22:38:11.5942052Z test_invalid_args (test.test_io.test_bufferedio.CBufferedRandomTest.test_invalid_args) ... ok 2025-10-14T22:38:11.5942834Z test_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedRandomTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.5943818Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedRandomTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.5944845Z test_multi_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_multi_close) ... ok 2025-10-14T22:38:11.5945580Z test_no_extraneous_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_no_extraneous_read) ... ok 2025-10-14T22:38:11.5946299Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.5946959Z test_override_destructor (test.test_io.test_bufferedio.CBufferedRandomTest.test_override_destructor) ... ok 2025-10-14T22:38:11.5947546Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedRandomTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.5948152Z test_read (test.test_io.test_bufferedio.CBufferedRandomTest.test_read) ... ok 2025-10-14T22:38:11.5948731Z test_read1 (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1) ... ok 2025-10-14T22:38:11.5949305Z test_read1_after_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1_after_write) ... ok 2025-10-14T22:38:11.5949879Z test_read1_arbitrary (test.test_io.test_bufferedio.CBufferedRandomTest.test_read1_arbitrary) ... ok 2025-10-14T22:38:11.5950579Z test_read_all (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_all) ... ok 2025-10-14T22:38:11.5951133Z test_read_and_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_and_write) ... ok 2025-10-14T22:38:11.5951691Z test_read_non_blocking (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_non_blocking) ... ok 2025-10-14T22:38:11.5952263Z test_read_on_closed (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_on_closed) ... ok 2025-10-14T22:38:11.5952864Z test_read_past_eof (test.test_io.test_bufferedio.CBufferedRandomTest.test_read_past_eof) ... ok 2025-10-14T22:38:11.5953668Z test_readinto (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto) ... ok 2025-10-14T22:38:11.5954345Z test_readinto1 (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto1) ... ok 2025-10-14T22:38:11.5955029Z test_readinto1_array (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto1_array) ... ok 2025-10-14T22:38:11.5955788Z test_readinto_array (test.test_io.test_bufferedio.CBufferedRandomTest.test_readinto_array) ... ok 2025-10-14T22:38:11.5956413Z test_readlines (test.test_io.test_bufferedio.CBufferedRandomTest.test_readlines) ... ok 2025-10-14T22:38:11.5957059Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedRandomTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.5957734Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedRandomTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.5958390Z test_repr (test.test_io.test_bufferedio.CBufferedRandomTest.test_repr) ... ok 2025-10-14T22:38:11.5959116Z test_seek_and_tell (test.test_io.test_bufferedio.CBufferedRandomTest.test_seek_and_tell) ... ok 2025-10-14T22:38:11.5959798Z test_seek_character_device_file (test.test_io.test_bufferedio.CBufferedRandomTest.test_seek_character_device_file) ... ok 2025-10-14T22:38:11.5960417Z test_sizeof (test.test_io.test_bufferedio.CBufferedRandomTest.test_sizeof) ... ok 2025-10-14T22:38:11.5960992Z test_slow_close_from_thread (test.test_io.test_bufferedio.CBufferedRandomTest.test_slow_close_from_thread) ... ok 2025-10-14T22:38:11.5961628Z test_tell_character_device_file (test.test_io.test_bufferedio.CBufferedRandomTest.test_tell_character_device_file) ... ok 2025-10-14T22:38:11.5962272Z test_threads (test.test_io.test_bufferedio.CBufferedRandomTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.5962952Z test_truncate (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate) ... ok 2025-10-14T22:38:11.5963647Z test_truncate_after_read_or_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate_after_read_or_write) ... ok 2025-10-14T22:38:11.5964451Z test_truncate_after_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_truncate_after_write) ... ok 2025-10-14T22:38:11.5965132Z test_uninitialized (test.test_io.test_bufferedio.CBufferedRandomTest.test_uninitialized) ... ok 2025-10-14T22:38:11.5965774Z test_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_write) ... ok 2025-10-14T22:38:11.5966365Z test_write_after_readahead (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_after_readahead) ... ok 2025-10-14T22:38:11.5966956Z test_write_and_rewind (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_and_rewind) ... ok 2025-10-14T22:38:11.5967663Z test_write_error_on_close (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_error_on_close) ... ok 2025-10-14T22:38:11.5968253Z test_write_non_blocking (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_non_blocking) ... ok 2025-10-14T22:38:11.5968821Z test_write_overflow (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_overflow) ... ok 2025-10-14T22:38:11.5969436Z test_write_rewind_write (test.test_io.test_bufferedio.CBufferedRandomTest.test_write_rewind_write) ... ok 2025-10-14T22:38:11.5970202Z test_writelines (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines) ... ok 2025-10-14T22:38:11.5971081Z test_writelines_error (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines_error) ... ok 2025-10-14T22:38:11.5971863Z test_writelines_userlist (test.test_io.test_bufferedio.CBufferedRandomTest.test_writelines_userlist) ... ok 2025-10-14T22:38:11.5972551Z test_writes (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes) ... ok 2025-10-14T22:38:11.5973155Z test_writes_and_flushes (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_flushes) ... ok 2025-10-14T22:38:11.5973717Z test_writes_and_peek (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_peek) ... ok 2025-10-14T22:38:11.5974433Z test_writes_and_read1s (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_read1s) ... ok 2025-10-14T22:38:11.5975037Z test_writes_and_readintos (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_readintos) ... ok 2025-10-14T22:38:11.6012725Z test_writes_and_reads (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_reads) ... ok 2025-10-14T22:38:11.6015357Z test_writes_and_seeks (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_seeks) ... ok 2025-10-14T22:38:11.6016605Z test_writes_and_truncates (test.test_io.test_bufferedio.CBufferedRandomTest.test_writes_and_truncates) ... ok 2025-10-14T22:38:11.6017346Z test_args_error (test.test_io.test_bufferedio.CBufferedReaderTest.test_args_error) ... ok 2025-10-14T22:38:11.6017982Z test_bad_readinto_type (test.test_io.test_bufferedio.CBufferedReaderTest.test_bad_readinto_type) ... ok 2025-10-14T22:38:11.6018638Z test_bad_readinto_value (test.test_io.test_bufferedio.CBufferedReaderTest.test_bad_readinto_value) ... ok 2025-10-14T22:38:11.6019312Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedReaderTest.test_buffer_freeing) ... ok 2025-10-14T22:38:11.6020022Z test_buffering (test.test_io.test_bufferedio.CBufferedReaderTest.test_buffering) ... ok 2025-10-14T22:38:11.6020655Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.6021314Z test_constructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_constructor) ... ok 2025-10-14T22:38:11.6021959Z test_context_manager (test.test_io.test_bufferedio.CBufferedReaderTest.test_context_manager) ... ok 2025-10-14T22:38:11.6022589Z test_detach (test.test_io.test_bufferedio.CBufferedReaderTest.test_detach) ... ok 2025-10-14T22:38:11.6023212Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.6023839Z test_fileno (test.test_io.test_bufferedio.CBufferedReaderTest.test_fileno) ... ok 2025-10-14T22:38:11.6024569Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.6025237Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedReaderTest.test_garbage_collection) ... ok 2025-10-14T22:38:11.6025883Z test_initialization (test.test_io.test_bufferedio.CBufferedReaderTest.test_initialization) ... ok 2025-10-14T22:38:11.6026484Z test_invalid_args (test.test_io.test_bufferedio.CBufferedReaderTest.test_invalid_args) ... ok 2025-10-14T22:38:11.6027052Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedReaderTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.6027710Z test_misbehaved_io_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_misbehaved_io_read) ... ok 2025-10-14T22:38:11.6028350Z test_multi_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_multi_close) ... ok 2025-10-14T22:38:11.6028948Z test_no_extraneous_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_no_extraneous_read) ... ok 2025-10-14T22:38:11.6029672Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.6030490Z test_override_destructor (test.test_io.test_bufferedio.CBufferedReaderTest.test_override_destructor) ... ok 2025-10-14T22:38:11.6032292Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedReaderTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.6033025Z test_read (test.test_io.test_bufferedio.CBufferedReaderTest.test_read) ... ok 2025-10-14T22:38:11.6033668Z test_read1 (test.test_io.test_bufferedio.CBufferedReaderTest.test_read1) ... ok 2025-10-14T22:38:11.6034341Z test_read1_arbitrary (test.test_io.test_bufferedio.CBufferedReaderTest.test_read1_arbitrary) ... ok 2025-10-14T22:38:11.6035052Z test_read_all (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_all) ... ok 2025-10-14T22:38:11.6035691Z test_read_non_blocking (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_non_blocking) ... ok 2025-10-14T22:38:11.6037243Z test_read_on_closed (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_on_closed) ... ok 2025-10-14T22:38:11.6037940Z test_read_past_eof (test.test_io.test_bufferedio.CBufferedReaderTest.test_read_past_eof) ... ok 2025-10-14T22:38:11.6038568Z test_readinto (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto) ... ok 2025-10-14T22:38:11.6039202Z test_readinto1 (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto1) ... ok 2025-10-14T22:38:11.6039897Z test_readinto1_array (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto1_array) ... ok 2025-10-14T22:38:11.6040549Z test_readinto_array (test.test_io.test_bufferedio.CBufferedReaderTest.test_readinto_array) ... ok 2025-10-14T22:38:11.6041159Z test_readlines (test.test_io.test_bufferedio.CBufferedReaderTest.test_readlines) ... ok 2025-10-14T22:38:11.6041779Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedReaderTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.6042424Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedReaderTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.6043022Z test_repr (test.test_io.test_bufferedio.CBufferedReaderTest.test_repr) ... ok 2025-10-14T22:38:11.6043658Z test_seek_character_device_file (test.test_io.test_bufferedio.CBufferedReaderTest.test_seek_character_device_file) ... ok 2025-10-14T22:38:11.6044372Z test_sizeof (test.test_io.test_bufferedio.CBufferedReaderTest.test_sizeof) ... ok 2025-10-14T22:38:11.6044965Z test_tell_character_device_file (test.test_io.test_bufferedio.CBufferedReaderTest.test_tell_character_device_file) ... ok 2025-10-14T22:38:11.6045610Z test_threads (test.test_io.test_bufferedio.CBufferedReaderTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.6046329Z test_truncate_on_read_only (test.test_io.test_bufferedio.CBufferedReaderTest.test_truncate_on_read_only) ... ok 2025-10-14T22:38:11.6046964Z test_uninitialized (test.test_io.test_bufferedio.CBufferedReaderTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6047585Z test_unseekable (test.test_io.test_bufferedio.CBufferedReaderTest.test_unseekable) ... ok 2025-10-14T22:38:11.6048195Z test_args_error (test.test_io.test_bufferedio.CBufferedWriterTest.test_args_error) ... ok 2025-10-14T22:38:11.6048801Z test_buffer_freeing (test.test_io.test_bufferedio.CBufferedWriterTest.test_buffer_freeing) ... ok 2025-10-14T22:38:11.6049453Z test_close_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.6050088Z test_constructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_constructor) ... ok 2025-10-14T22:38:11.6050728Z test_context_manager (test.test_io.test_bufferedio.CBufferedWriterTest.test_context_manager) ... ok 2025-10-14T22:38:11.6051339Z test_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_destructor) ... ok 2025-10-14T22:38:11.6051921Z test_detach (test.test_io.test_bufferedio.CBufferedWriterTest.test_detach) ... ok 2025-10-14T22:38:11.6052581Z test_detach_flush (test.test_io.test_bufferedio.CBufferedWriterTest.test_detach_flush) ... ok 2025-10-14T22:38:11.6053208Z test_error_through_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.6054086Z test_fileno (test.test_io.test_bufferedio.CBufferedWriterTest.test_fileno) ... ok 2025-10-14T22:38:11.6054715Z test_flush (test.test_io.test_bufferedio.CBufferedWriterTest.test_flush) ... ok 2025-10-14T22:38:11.6055286Z test_flush_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.6055914Z test_garbage_collection (test.test_io.test_bufferedio.CBufferedWriterTest.test_garbage_collection) ... ok 2025-10-14T22:38:11.6056563Z test_initialization (test.test_io.test_bufferedio.CBufferedWriterTest.test_initialization) ... ok 2025-10-14T22:38:11.6057234Z test_invalid_args (test.test_io.test_bufferedio.CBufferedWriterTest.test_invalid_args) ... ok 2025-10-14T22:38:11.6058064Z test_max_buffer_size_removal (test.test_io.test_bufferedio.CBufferedWriterTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.6058821Z test_misbehaved_io (test.test_io.test_bufferedio.CBufferedWriterTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.6059426Z test_multi_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_multi_close) ... ok 2025-10-14T22:38:11.6060089Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.6060772Z test_override_destructor (test.test_io.test_bufferedio.CBufferedWriterTest.test_override_destructor) ... ok 2025-10-14T22:38:11.6061396Z test_pickling_subclass (test.test_io.test_bufferedio.CBufferedWriterTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.6062037Z test_readonly_attributes (test.test_io.test_bufferedio.CBufferedWriterTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.6062730Z test_recursive_repr (test.test_io.test_bufferedio.CBufferedWriterTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.6063309Z test_repr (test.test_io.test_bufferedio.CBufferedWriterTest.test_repr) ... ok 2025-10-14T22:38:11.6063884Z test_sizeof (test.test_io.test_bufferedio.CBufferedWriterTest.test_sizeof) ... ok 2025-10-14T22:38:11.6064533Z test_slow_close_from_thread (test.test_io.test_bufferedio.CBufferedWriterTest.test_slow_close_from_thread) ... ok 2025-10-14T22:38:11.6065191Z test_threads (test.test_io.test_bufferedio.CBufferedWriterTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.6065851Z test_truncate (test.test_io.test_bufferedio.CBufferedWriterTest.test_truncate) ... ok 2025-10-14T22:38:11.6066477Z test_truncate_after_write (test.test_io.test_bufferedio.CBufferedWriterTest.test_truncate_after_write) ... ok 2025-10-14T22:38:11.6067095Z test_uninitialized (test.test_io.test_bufferedio.CBufferedWriterTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6067699Z test_unseekable (test.test_io.test_bufferedio.CBufferedWriterTest.test_unseekable) ... ok 2025-10-14T22:38:11.6068271Z test_write (test.test_io.test_bufferedio.CBufferedWriterTest.test_write) ... ok 2025-10-14T22:38:11.6068878Z test_write_and_rewind (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_and_rewind) ... ok 2025-10-14T22:38:11.6069525Z test_write_error_on_close (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_error_on_close) ... ok 2025-10-14T22:38:11.6070229Z test_write_non_blocking (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_non_blocking) ... ok 2025-10-14T22:38:11.6070862Z test_write_overflow (test.test_io.test_bufferedio.CBufferedWriterTest.test_write_overflow) ... ok 2025-10-14T22:38:11.6071444Z test_writelines (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines) ... ok 2025-10-14T22:38:11.6072050Z test_writelines_error (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines_error) ... ok 2025-10-14T22:38:11.6072685Z test_writelines_userlist (test.test_io.test_bufferedio.CBufferedWriterTest.test_writelines_userlist) ... ok 2025-10-14T22:38:11.6073284Z test_writes (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes) ... ok 2025-10-14T22:38:11.6073903Z test_writes_and_flushes (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_flushes) ... ok 2025-10-14T22:38:11.6074721Z test_writes_and_seeks (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_seeks) ... ok 2025-10-14T22:38:11.6075360Z test_writes_and_truncates (test.test_io.test_bufferedio.CBufferedWriterTest.test_writes_and_truncates) ... ok 2025-10-14T22:38:11.6075996Z test_nullpat (test.test_io.test_bufferedio.PyBufferSizeTest.test_nullpat) ... ok 2025-10-14T22:38:11.6076634Z test_primepat (test.test_io.test_bufferedio.PyBufferSizeTest.test_primepat) ... ok 2025-10-14T22:38:11.6077270Z test_close_and_closed (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_close_and_closed) ... ok 2025-10-14T22:38:11.6078097Z test_constructor (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor) ... ok 2025-10-14T22:38:11.6078830Z test_constructor_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.6079618Z test_constructor_with_not_readable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_with_not_readable) ... ok 2025-10-14T22:38:11.6080338Z test_constructor_with_not_writeable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_constructor_with_not_writeable) ... ok 2025-10-14T22:38:11.6081003Z test_detach (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_detach) ... ok 2025-10-14T22:38:11.6081627Z test_isatty (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_isatty) ... ok 2025-10-14T22:38:11.6082243Z test_peek (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_peek) ... ok 2025-10-14T22:38:11.6082906Z test_read (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_read) ... ok 2025-10-14T22:38:11.6083499Z test_read1 (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_read1) ... ok 2025-10-14T22:38:11.6084053Z test_readable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readable) ... ok 2025-10-14T22:38:11.6084665Z test_reader_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_reader_close_error_on_close) ... ok 2025-10-14T22:38:11.6085315Z test_reader_writer_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok 2025-10-14T22:38:11.6085936Z test_readinto (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readinto) ... ok 2025-10-14T22:38:11.6086496Z test_readlines (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_readlines) ... ok 2025-10-14T22:38:11.6087084Z test_seekable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_seekable) ... ok 2025-10-14T22:38:11.6087703Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6088368Z test_weakref_clearing (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_weakref_clearing) ... ok 2025-10-14T22:38:11.6089075Z test_write (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_write) ... ok 2025-10-14T22:38:11.6089683Z test_writeable (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_writeable) ... ok 2025-10-14T22:38:11.6090440Z test_writer_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRWPairTest.test_writer_close_error_on_close) ... ok 2025-10-14T22:38:11.6091161Z test_buffering (test.test_io.test_bufferedio.PyBufferedRandomTest.test_buffering) ... ok 2025-10-14T22:38:11.6091870Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.6092570Z test_constructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_constructor) ... ok 2025-10-14T22:38:11.6093225Z test_context_manager (test.test_io.test_bufferedio.PyBufferedRandomTest.test_context_manager) ... ok 2025-10-14T22:38:11.6093925Z test_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_destructor) ... ok 2025-10-14T22:38:11.6094620Z test_detach (test.test_io.test_bufferedio.PyBufferedRandomTest.test_detach) ... ok 2025-10-14T22:38:11.6095236Z test_detach_flush (test.test_io.test_bufferedio.PyBufferedRandomTest.test_detach_flush) ... ok 2025-10-14T22:38:11.6096014Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.6096644Z test_fileno (test.test_io.test_bufferedio.PyBufferedRandomTest.test_fileno) ... ok 2025-10-14T22:38:11.6097215Z test_flush (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush) ... ok 2025-10-14T22:38:11.6097806Z test_flush_and_peek (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_peek) ... ok 2025-10-14T22:38:11.6098403Z test_flush_and_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_read) ... ok 2025-10-14T22:38:11.6099149Z test_flush_and_readinto (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_readinto) ... ok 2025-10-14T22:38:11.6099861Z test_flush_and_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_and_write) ... ok 2025-10-14T22:38:11.6100545Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.6101221Z test_interleaved_read_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_interleaved_read_write) ... ok 2025-10-14T22:38:11.6101887Z test_interleaved_readline_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_interleaved_readline_write) ... ok 2025-10-14T22:38:11.6102569Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedRandomTest.test_invalid_args) ... ok 2025-10-14T22:38:11.6103301Z test_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedRandomTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.6103986Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedRandomTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.6104604Z test_multi_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_multi_close) ... ok 2025-10-14T22:38:11.6105181Z test_no_extraneous_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_no_extraneous_read) ... ok 2025-10-14T22:38:11.6105824Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.6106504Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedRandomTest.test_override_destructor) ... ok 2025-10-14T22:38:11.6107238Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedRandomTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.6107896Z test_read (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read) ... ok 2025-10-14T22:38:11.6108544Z test_read1 (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1) ... ok 2025-10-14T22:38:11.6109186Z test_read1_after_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1_after_write) ... ok 2025-10-14T22:38:11.6109820Z test_read1_arbitrary (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read1_arbitrary) ... ok 2025-10-14T22:38:11.6110422Z test_read_all (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_all) ... ok 2025-10-14T22:38:11.6111076Z test_read_and_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_and_write) ... ok 2025-10-14T22:38:11.6111791Z test_read_non_blocking (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_non_blocking) ... ok 2025-10-14T22:38:11.6112430Z test_read_on_closed (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_on_closed) ... ok 2025-10-14T22:38:11.6113052Z test_read_past_eof (test.test_io.test_bufferedio.PyBufferedRandomTest.test_read_past_eof) ... ok 2025-10-14T22:38:11.6113672Z test_readinto (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto) ... ok 2025-10-14T22:38:11.6114370Z test_readinto1 (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto1) ... ok 2025-10-14T22:38:11.6115012Z test_readinto1_array (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto1_array) ... ok 2025-10-14T22:38:11.6115738Z test_readinto_array (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readinto_array) ... ok 2025-10-14T22:38:11.6116559Z test_readlines (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readlines) ... ok 2025-10-14T22:38:11.6117256Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.6118001Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedRandomTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.6118721Z test_repr (test.test_io.test_bufferedio.PyBufferedRandomTest.test_repr) ... ok 2025-10-14T22:38:11.6119423Z test_seek_and_tell (test.test_io.test_bufferedio.PyBufferedRandomTest.test_seek_and_tell) ... ok 2025-10-14T22:38:11.6120226Z test_seek_character_device_file (test.test_io.test_bufferedio.PyBufferedRandomTest.test_seek_character_device_file) ... ok 2025-10-14T22:38:11.6121123Z test_slow_close_from_thread (test.test_io.test_bufferedio.PyBufferedRandomTest.test_slow_close_from_thread) ... ok 2025-10-14T22:38:11.6121915Z test_tell_character_device_file (test.test_io.test_bufferedio.PyBufferedRandomTest.test_tell_character_device_file) ... ok 2025-10-14T22:38:11.6122694Z test_threads (test.test_io.test_bufferedio.PyBufferedRandomTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.6123408Z test_truncate (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate) ... ok 2025-10-14T22:38:11.6124274Z test_truncate_after_read_or_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate_after_read_or_write) ... ok 2025-10-14T22:38:11.6125073Z test_truncate_after_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_truncate_after_write) ... ok 2025-10-14T22:38:11.6125896Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedRandomTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6126715Z test_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write) ... ok 2025-10-14T22:38:11.6127456Z test_write_after_readahead (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_after_readahead) ... ok 2025-10-14T22:38:11.6128196Z test_write_and_rewind (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_and_rewind) ... ok 2025-10-14T22:38:11.6128841Z test_write_error_on_close (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_error_on_close) ... ok 2025-10-14T22:38:11.6129564Z test_write_non_blocking (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_non_blocking) ... ok 2025-10-14T22:38:11.6130180Z test_write_overflow (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_overflow) ... ok 2025-10-14T22:38:11.6130783Z test_write_rewind_write (test.test_io.test_bufferedio.PyBufferedRandomTest.test_write_rewind_write) ... ok 2025-10-14T22:38:11.6131386Z test_writelines (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines) ... ok 2025-10-14T22:38:11.6132030Z test_writelines_error (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines_error) ... ok 2025-10-14T22:38:11.6132821Z test_writelines_userlist (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writelines_userlist) ... ok 2025-10-14T22:38:11.6133772Z test_writes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes) ... ok 2025-10-14T22:38:11.6134514Z test_writes_and_flushes (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_flushes) ... ok 2025-10-14T22:38:11.6135161Z test_writes_and_peek (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_peek) ... ok 2025-10-14T22:38:11.6135818Z test_writes_and_read1s (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_read1s) ... ok 2025-10-14T22:38:11.6136474Z test_writes_and_readintos (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_readintos) ... ok 2025-10-14T22:38:11.6137090Z test_writes_and_reads (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_reads) ... ok 2025-10-14T22:38:11.6137737Z test_writes_and_seeks (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_seeks) ... ok 2025-10-14T22:38:11.6138440Z test_writes_and_truncates (test.test_io.test_bufferedio.PyBufferedRandomTest.test_writes_and_truncates) ... ok 2025-10-14T22:38:11.6139430Z test_buffering (test.test_io.test_bufferedio.PyBufferedReaderTest.test_buffering) ... ok 2025-10-14T22:38:11.6140183Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.6140931Z test_constructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_constructor) ... ok 2025-10-14T22:38:11.6141656Z test_context_manager (test.test_io.test_bufferedio.PyBufferedReaderTest.test_context_manager) ... ok 2025-10-14T22:38:11.6142426Z test_detach (test.test_io.test_bufferedio.PyBufferedReaderTest.test_detach) ... ok 2025-10-14T22:38:11.6143311Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.6143992Z test_fileno (test.test_io.test_bufferedio.PyBufferedReaderTest.test_fileno) ... ok 2025-10-14T22:38:11.6144709Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.6149075Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedReaderTest.test_invalid_args) ... ok 2025-10-14T22:38:11.6150684Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedReaderTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.6151702Z test_multi_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_multi_close) ... ok 2025-10-14T22:38:11.6152937Z test_no_extraneous_read (test.test_io.test_bufferedio.PyBufferedReaderTest.test_no_extraneous_read) ... ok 2025-10-14T22:38:11.6153715Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.6154434Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedReaderTest.test_override_destructor) ... ok 2025-10-14T22:38:11.6155158Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedReaderTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.6155863Z test_read (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read) ... ok 2025-10-14T22:38:11.6156548Z test_read1 (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read1) ... ok 2025-10-14T22:38:11.6157295Z test_read1_arbitrary (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read1_arbitrary) ... ok 2025-10-14T22:38:11.6158004Z test_read_all (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_all) ... ok 2025-10-14T22:38:11.6158651Z test_read_non_blocking (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_non_blocking) ... ok 2025-10-14T22:38:11.6159276Z test_read_on_closed (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_on_closed) ... ok 2025-10-14T22:38:11.6159883Z test_read_past_eof (test.test_io.test_bufferedio.PyBufferedReaderTest.test_read_past_eof) ... ok 2025-10-14T22:38:11.6160534Z test_readinto (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto) ... ok 2025-10-14T22:38:11.6161236Z test_readinto1 (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto1) ... ok 2025-10-14T22:38:11.6161954Z test_readinto1_array (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto1_array) ... ok 2025-10-14T22:38:11.6162699Z test_readinto_array (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readinto_array) ... ok 2025-10-14T22:38:11.6163418Z test_readlines (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readlines) ... ok 2025-10-14T22:38:11.6164095Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedReaderTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.6164717Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedReaderTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.6165366Z test_repr (test.test_io.test_bufferedio.PyBufferedReaderTest.test_repr) ... ok 2025-10-14T22:38:11.6165986Z test_seek_character_device_file (test.test_io.test_bufferedio.PyBufferedReaderTest.test_seek_character_device_file) ... ok 2025-10-14T22:38:11.6166729Z test_tell_character_device_file (test.test_io.test_bufferedio.PyBufferedReaderTest.test_tell_character_device_file) ... ok 2025-10-14T22:38:11.6167676Z test_threads (test.test_io.test_bufferedio.PyBufferedReaderTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.6168450Z test_truncate_on_read_only (test.test_io.test_bufferedio.PyBufferedReaderTest.test_truncate_on_read_only) ... ok 2025-10-14T22:38:11.6169217Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedReaderTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6169941Z test_unseekable (test.test_io.test_bufferedio.PyBufferedReaderTest.test_unseekable) ... ok 2025-10-14T22:38:11.6170836Z test_close_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_close_error_on_close) ... ok 2025-10-14T22:38:11.6171567Z test_constructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_constructor) ... ok 2025-10-14T22:38:11.6172289Z test_context_manager (test.test_io.test_bufferedio.PyBufferedWriterTest.test_context_manager) ... ok 2025-10-14T22:38:11.6173034Z test_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_destructor) ... ok 2025-10-14T22:38:11.6173736Z test_detach (test.test_io.test_bufferedio.PyBufferedWriterTest.test_detach) ... ok 2025-10-14T22:38:11.6174451Z test_detach_flush (test.test_io.test_bufferedio.PyBufferedWriterTest.test_detach_flush) ... ok 2025-10-14T22:38:11.6175220Z test_error_through_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_error_through_destructor) ... ok 2025-10-14T22:38:11.6176003Z test_fileno (test.test_io.test_bufferedio.PyBufferedWriterTest.test_fileno) ... ok 2025-10-14T22:38:11.6176654Z test_flush (test.test_io.test_bufferedio.PyBufferedWriterTest.test_flush) ... ok 2025-10-14T22:38:11.6177295Z test_flush_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_flush_error_on_close) ... ok 2025-10-14T22:38:11.6178006Z test_invalid_args (test.test_io.test_bufferedio.PyBufferedWriterTest.test_invalid_args) ... ok 2025-10-14T22:38:11.6178740Z test_max_buffer_size_removal (test.test_io.test_bufferedio.PyBufferedWriterTest.test_max_buffer_size_removal) ... ok 2025-10-14T22:38:11.6179668Z test_misbehaved_io (test.test_io.test_bufferedio.PyBufferedWriterTest.test_misbehaved_io) ... ok 2025-10-14T22:38:11.6180384Z test_multi_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_multi_close) ... ok 2025-10-14T22:38:11.6181168Z test_nonnormalized_close_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok 2025-10-14T22:38:11.6181949Z test_override_destructor (test.test_io.test_bufferedio.PyBufferedWriterTest.test_override_destructor) ... ok 2025-10-14T22:38:11.6182735Z test_pickling_subclass (test.test_io.test_bufferedio.PyBufferedWriterTest.test_pickling_subclass) ... ok 2025-10-14T22:38:11.6183538Z test_readonly_attributes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_readonly_attributes) ... ok 2025-10-14T22:38:11.6184310Z test_recursive_repr (test.test_io.test_bufferedio.PyBufferedWriterTest.test_recursive_repr) ... ok 2025-10-14T22:38:11.6185043Z test_repr (test.test_io.test_bufferedio.PyBufferedWriterTest.test_repr) ... ok 2025-10-14T22:38:11.6185752Z test_slow_close_from_thread (test.test_io.test_bufferedio.PyBufferedWriterTest.test_slow_close_from_thread) ... ok 2025-10-14T22:38:11.6186663Z test_threads (test.test_io.test_bufferedio.PyBufferedWriterTest.test_threads) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:38:11.6187467Z test_truncate (test.test_io.test_bufferedio.PyBufferedWriterTest.test_truncate) ... ok 2025-10-14T22:38:11.6188209Z test_truncate_after_write (test.test_io.test_bufferedio.PyBufferedWriterTest.test_truncate_after_write) ... ok 2025-10-14T22:38:11.6189017Z test_uninitialized (test.test_io.test_bufferedio.PyBufferedWriterTest.test_uninitialized) ... ok 2025-10-14T22:38:11.6189786Z test_unseekable (test.test_io.test_bufferedio.PyBufferedWriterTest.test_unseekable) ... ok 2025-10-14T22:38:11.6190665Z test_write (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write) ... ok 2025-10-14T22:38:11.6191356Z test_write_and_rewind (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_and_rewind) ... ok 2025-10-14T22:38:11.6192047Z test_write_error_on_close (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_error_on_close) ... ok 2025-10-14T22:38:11.6192731Z test_write_non_blocking (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_non_blocking) ... ok 2025-10-14T22:38:11.6193477Z test_write_overflow (test.test_io.test_bufferedio.PyBufferedWriterTest.test_write_overflow) ... ok 2025-10-14T22:38:11.6194174Z test_writelines (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines) ... ok 2025-10-14T22:38:11.6195007Z test_writelines_error (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines_error) ... ok 2025-10-14T22:38:11.6195669Z test_writelines_userlist (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writelines_userlist) ... ok 2025-10-14T22:38:11.6196346Z test_writes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes) ... ok 2025-10-14T22:38:11.6197041Z test_writes_and_flushes (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_flushes) ... ok 2025-10-14T22:38:11.6197745Z test_writes_and_seeks (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_seeks) ... ok 2025-10-14T22:38:11.6198397Z test_writes_and_truncates (test.test_io.test_bufferedio.PyBufferedWriterTest.test_writes_and_truncates) ... ok 2025-10-14T22:38:11.6198808Z 2025-10-14T22:38:11.6199276Z ---------------------------------------------------------------------- 2025-10-14T22:38:11.6199861Z Ran 349 tests in 2.802s 2025-10-14T22:38:11.6200206Z 2025-10-14T22:38:11.6200594Z OK (skipped=6) 2025-10-14T22:38:17.4629543Z 0:12:38 load avg: 5.56 [43/59] test_tkinter passed 2025-10-14T22:38:17.4631065Z Re-running test_tkinter in verbose mode 2025-10-14T22:38:17.4631773Z test_fixoptions (test.test_tkinter.test_colorchooser.ChooserTest.test_fixoptions) ... ok 2025-10-14T22:38:17.4632507Z test_fixresult (test.test_tkinter.test_colorchooser.ChooserTest.test_fixresult) ... ok 2025-10-14T22:38:17.4633203Z test_askcolor (test.test_tkinter.test_colorchooser.DefaultRootTest.test_askcolor) ... ok 2025-10-14T22:38:17.4633997Z test_families (test.test_tkinter.test_font.DefaultRootTest.test_families) ... ok 2025-10-14T22:38:17.4634699Z test_names (test.test_tkinter.test_font.DefaultRootTest.test_names) ... ok 2025-10-14T22:38:17.4635312Z test_nametofont (test.test_tkinter.test_font.DefaultRootTest.test_nametofont) ... ok 2025-10-14T22:38:17.4636026Z test_actual (test.test_tkinter.test_font.FontTest.test_actual) ... ok 2025-10-14T22:38:17.4636668Z test_configure (test.test_tkinter.test_font.FontTest.test_configure) ... ok 2025-10-14T22:38:17.4637285Z test_equality (test.test_tkinter.test_font.FontTest.test_equality) ... ok 2025-10-14T22:38:17.4638123Z test_families (test.test_tkinter.test_font.FontTest.test_families) ... ok 2025-10-14T22:38:17.4638767Z test_measure (test.test_tkinter.test_font.FontTest.test_measure) ... ok 2025-10-14T22:38:17.4639355Z test_metrics (test.test_tkinter.test_font.FontTest.test_metrics) ... ok 2025-10-14T22:38:17.4639870Z test_name (test.test_tkinter.test_font.FontTest.test_name) ... ok 2025-10-14T22:38:17.4640388Z test_names (test.test_tkinter.test_font.FontTest.test_names) ... ok 2025-10-14T22:38:17.4640910Z test_nametofont (test.test_tkinter.test_font.FontTest.test_nametofont) ... ok 2025-10-14T22:38:17.4641423Z test_repr (test.test_tkinter.test_font.FontTest.test_repr) ... ok 2025-10-14T22:38:17.4641945Z test_unicode_family (test.test_tkinter.test_font.FontTest.test_unicode_family) ... ok 2025-10-14T22:38:17.4642523Z test_deprecated__version__ (test.test_tkinter.test_font.TestModule.test_deprecated__version__) ... ok 2025-10-14T22:38:17.4643096Z test_grid_anchor (test.test_tkinter.test_geometry_managers.GridTest.test_grid_anchor) ... ok 2025-10-14T22:38:17.4643707Z test_grid_bbox (test.test_tkinter.test_geometry_managers.GridTest.test_grid_bbox) ... ok 2025-10-14T22:38:17.4644551Z test_grid_columnconfigure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure) ... ok 2025-10-14T22:38:17.4645194Z test_grid_columnconfigure_minsize (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_minsize) ... ok 2025-10-14T22:38:17.4645840Z test_grid_columnconfigure_pad (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_pad) ... ok 2025-10-14T22:38:17.4646513Z test_grid_columnconfigure_uniform (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_uniform) ... ok 2025-10-14T22:38:17.4647335Z test_grid_columnconfigure_weight (test.test_tkinter.test_geometry_managers.GridTest.test_grid_columnconfigure_weight) ... ok 2025-10-14T22:38:17.4647956Z test_grid_configure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure) ... ok 2025-10-14T22:38:17.4648615Z test_grid_configure_column (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_column) ... ok 2025-10-14T22:38:17.4649249Z test_grid_configure_columnspan (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_columnspan) ... ok 2025-10-14T22:38:17.4649852Z test_grid_configure_in (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_in) ... ok 2025-10-14T22:38:17.4650469Z test_grid_configure_ipadx (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_ipadx) ... ok 2025-10-14T22:38:17.4651111Z test_grid_configure_ipady (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_ipady) ... ok 2025-10-14T22:38:17.4651806Z test_grid_configure_padx (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_padx) ... ok 2025-10-14T22:38:17.4652449Z test_grid_configure_pady (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_pady) ... ok 2025-10-14T22:38:17.4653101Z test_grid_configure_row (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_row) ... ok 2025-10-14T22:38:17.4656621Z test_grid_configure_rownspan (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_rownspan) ... ok 2025-10-14T22:38:17.4657320Z test_grid_configure_sticky (test.test_tkinter.test_geometry_managers.GridTest.test_grid_configure_sticky) ... ok 2025-10-14T22:38:17.4658176Z test_grid_forget (test.test_tkinter.test_geometry_managers.GridTest.test_grid_forget) ... ok 2025-10-14T22:38:17.4658798Z test_grid_info (test.test_tkinter.test_geometry_managers.GridTest.test_grid_info) ... ok 2025-10-14T22:38:17.4659433Z test_grid_location (test.test_tkinter.test_geometry_managers.GridTest.test_grid_location) ... ok 2025-10-14T22:38:17.4660146Z test_grid_propagate (test.test_tkinter.test_geometry_managers.GridTest.test_grid_propagate) ... ok 2025-10-14T22:38:17.4660721Z test_grid_remove (test.test_tkinter.test_geometry_managers.GridTest.test_grid_remove) ... ok 2025-10-14T22:38:17.4661336Z test_grid_rowconfigure (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure) ... ok 2025-10-14T22:38:17.4662048Z test_grid_rowconfigure_minsize (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_minsize) ... ok 2025-10-14T22:38:17.4662795Z test_grid_rowconfigure_pad (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_pad) ... ok 2025-10-14T22:38:17.4663595Z test_grid_rowconfigure_uniform (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_uniform) ... ok 2025-10-14T22:38:17.4664318Z test_grid_rowconfigure_weight (test.test_tkinter.test_geometry_managers.GridTest.test_grid_rowconfigure_weight) ... ok 2025-10-14T22:38:17.4665139Z test_grid_size (test.test_tkinter.test_geometry_managers.GridTest.test_grid_size) ... ok 2025-10-14T22:38:17.4666116Z test_grid_slaves (test.test_tkinter.test_geometry_managers.GridTest.test_grid_slaves) ... ok 2025-10-14T22:38:17.4666857Z test_pack_configure_after (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_after) ... ok 2025-10-14T22:38:17.4667704Z test_pack_configure_anchor (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_anchor) ... ok 2025-10-14T22:38:17.4668352Z test_pack_configure_before (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_before) ... ok 2025-10-14T22:38:17.4668951Z test_pack_configure_expand (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_expand) ... ok 2025-10-14T22:38:17.4669614Z test_pack_configure_in (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_in) ... ok 2025-10-14T22:38:17.4670269Z test_pack_configure_padx_ipadx_fill (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_padx_ipadx_fill) ... ok 2025-10-14T22:38:17.4671048Z test_pack_configure_pady_ipady_fill (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_pady_ipady_fill) ... ok 2025-10-14T22:38:17.4671659Z test_pack_configure_side (test.test_tkinter.test_geometry_managers.PackTest.test_pack_configure_side) ... ok 2025-10-14T22:38:17.4672237Z test_pack_forget (test.test_tkinter.test_geometry_managers.PackTest.test_pack_forget) ... ok 2025-10-14T22:38:17.4672775Z test_pack_info (test.test_tkinter.test_geometry_managers.PackTest.test_pack_info) ... ok 2025-10-14T22:38:17.4673320Z test_pack_propagate (test.test_tkinter.test_geometry_managers.PackTest.test_pack_propagate) ... ok 2025-10-14T22:38:17.4673877Z test_pack_slaves (test.test_tkinter.test_geometry_managers.PackTest.test_pack_slaves) ... ok 2025-10-14T22:38:17.4674533Z test_place_configure_anchor (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_anchor) ... ok 2025-10-14T22:38:17.4675301Z test_place_configure_bordermode (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_bordermode) ... ok 2025-10-14T22:38:17.4676116Z test_place_configure_height (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_height) ... ok 2025-10-14T22:38:17.4676843Z test_place_configure_in (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_in) ... ok 2025-10-14T22:38:17.4677612Z test_place_configure_relheight (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relheight) ... ok 2025-10-14T22:38:17.4678424Z test_place_configure_relwidth (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relwidth) ... ok 2025-10-14T22:38:17.4679139Z test_place_configure_relx (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_relx) ... ok 2025-10-14T22:38:17.4679848Z test_place_configure_rely (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_rely) ... ok 2025-10-14T22:38:17.4680703Z test_place_configure_width (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_width) ... ok 2025-10-14T22:38:27.3210012Z test_place_configure_x (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_x) ... ok 2025-10-14T22:38:27.3211037Z test_place_configure_y (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_configure_y) ... ok 2025-10-14T22:38:27.3211720Z test_place_forget (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_forget) ... ok 2025-10-14T22:38:27.3212276Z test_place_info (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_info) ... ok 2025-10-14T22:38:27.3212803Z test_place_slaves (test.test_tkinter.test_geometry_managers.PlaceTest.test_place_slaves) ... ok 2025-10-14T22:38:27.3213332Z test_bug_100814 (test.test_tkinter.test_images.BitmapImageTest.test_bug_100814) ... ok 2025-10-14T22:38:27.3213859Z test_configure_background (test.test_tkinter.test_images.BitmapImageTest.test_configure_background) ... ok 2025-10-14T22:38:27.3214400Z test_configure_data (test.test_tkinter.test_images.BitmapImageTest.test_configure_data) ... ok 2025-10-14T22:38:27.3214927Z test_configure_file (test.test_tkinter.test_images.BitmapImageTest.test_configure_file) ... ok 2025-10-14T22:38:27.3215623Z test_configure_foreground (test.test_tkinter.test_images.BitmapImageTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3216524Z test_create_from_data (test.test_tkinter.test_images.BitmapImageTest.test_create_from_data) ... ok 2025-10-14T22:38:27.3217242Z test_create_from_file (test.test_tkinter.test_images.BitmapImageTest.test_create_from_file) ... ok 2025-10-14T22:38:27.3217862Z test_image_create_bitmap (test.test_tkinter.test_images.DefaultRootTest.test_image_create_bitmap) ... ok 2025-10-14T22:38:27.3218491Z test_image_create_photo (test.test_tkinter.test_images.DefaultRootTest.test_image_create_photo) ... ok 2025-10-14T22:38:27.3219077Z test_image_names (test.test_tkinter.test_images.DefaultRootTest.test_image_names) ... ok 2025-10-14T22:38:27.3219801Z test_image_types (test.test_tkinter.test_images.DefaultRootTest.test_image_types) ... ok 2025-10-14T22:38:27.3220321Z test_image_names (test.test_tkinter.test_images.MiscTest.test_image_names) ... ok 2025-10-14T22:38:27.3220850Z test_image_types (test.test_tkinter.test_images.MiscTest.test_image_types) ... ok 2025-10-14T22:38:27.3221382Z test_blank (test.test_tkinter.test_images.PhotoImageTest.test_blank) ... ok 2025-10-14T22:38:27.3221880Z test_bug_100814 (test.test_tkinter.test_images.PhotoImageTest.test_bug_100814) ... ok 2025-10-14T22:38:27.3222413Z test_configure_data (test.test_tkinter.test_images.PhotoImageTest.test_configure_data) ... ok 2025-10-14T22:38:27.3222962Z test_configure_file (test.test_tkinter.test_images.PhotoImageTest.test_configure_file) ... ok 2025-10-14T22:38:27.3223486Z test_configure_format (test.test_tkinter.test_images.PhotoImageTest.test_configure_format) ... ok 2025-10-14T22:38:27.3223985Z test_configure_gamma (test.test_tkinter.test_images.PhotoImageTest.test_configure_gamma) ... ok 2025-10-14T22:38:27.3224510Z test_configure_palette (test.test_tkinter.test_images.PhotoImageTest.test_configure_palette) ... ok 2025-10-14T22:38:27.3225029Z test_configure_width_height (test.test_tkinter.test_images.PhotoImageTest.test_configure_width_height) ... ok 2025-10-14T22:38:27.3225524Z test_copy (test.test_tkinter.test_images.PhotoImageTest.test_copy) ... ok 2025-10-14T22:38:27.3226019Z test_copy_replace (test.test_tkinter.test_images.PhotoImageTest.test_copy_replace) ... ok 2025-10-14T22:38:27.3226584Z test_copy_replace_compositingrule (test.test_tkinter.test_images.PhotoImageTest.test_copy_replace_compositingrule) ... ok 2025-10-14T22:38:27.3227179Z test_create_from_gif_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_gif_data) ... ok 2025-10-14T22:38:27.3227840Z test_create_from_gif_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_gif_file) ... ok 2025-10-14T22:38:27.3228423Z test_create_from_pgm_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_pgm_data) ... ok 2025-10-14T22:38:27.3229006Z test_create_from_pgm_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_pgm_file) ... ok 2025-10-14T22:38:27.3229590Z test_create_from_png_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_png_data) ... ok 2025-10-14T22:38:27.3230165Z test_create_from_png_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_png_file) ... ok 2025-10-14T22:38:27.3230739Z test_create_from_ppm_data (test.test_tkinter.test_images.PhotoImageTest.test_create_from_ppm_data) ... ok 2025-10-14T22:38:27.3231326Z test_create_from_ppm_file (test.test_tkinter.test_images.PhotoImageTest.test_create_from_ppm_file) ... ok 2025-10-14T22:38:27.3231866Z test_data (test.test_tkinter.test_images.PhotoImageTest.test_data) ... ok 2025-10-14T22:38:27.3232363Z test_get (test.test_tkinter.test_images.PhotoImageTest.test_get) ... ok 2025-10-14T22:38:27.3232853Z test_put (test.test_tkinter.test_images.PhotoImageTest.test_put) ... ok 2025-10-14T22:38:27.3233374Z test_read (test.test_tkinter.test_images.PhotoImageTest.test_read) ... ok 2025-10-14T22:38:27.3233867Z test_subsample (test.test_tkinter.test_images.PhotoImageTest.test_subsample) ... ok 2025-10-14T22:38:27.3234403Z test_transparency (test.test_tkinter.test_images.PhotoImageTest.test_transparency) ... ok 2025-10-14T22:38:27.3235083Z test_write (test.test_tkinter.test_images.PhotoImageTest.test_write) ... ok 2025-10-14T22:38:27.3235580Z test_zoom (test.test_tkinter.test_images.PhotoImageTest.test_zoom) ... ok 2025-10-14T22:38:27.3236089Z testLoadTk (test.test_tkinter.test_loadtk.TkLoadTest.testLoadTk) ... skipped 'No $DISPLAY set.' 2025-10-14T22:38:27.3236633Z testLoadTkFailure (test.test_tkinter.test_loadtk.TkLoadTest.testLoadTkFailure) ... ok 2025-10-14T22:38:27.3237162Z test_showinfo (test.test_tkinter.test_messagebox.DefaultRootTest.test_showinfo) ... ok 2025-10-14T22:38:27.3237693Z test_bind (test.test_tkinter.test_misc.BindTest.test_bind) ... ok 2025-10-14T22:38:27.3238393Z test_bind_all (test.test_tkinter.test_misc.BindTest.test_bind_all) ... ok 2025-10-14T22:38:27.3238908Z test_bind_all_rebind (test.test_tkinter.test_misc.BindTest.test_bind_all_rebind) ... ok 2025-10-14T22:38:27.3239395Z test_bind_class (test.test_tkinter.test_misc.BindTest.test_bind_class) ... ok 2025-10-14T22:38:27.3239893Z test_bind_class_rebind (test.test_tkinter.test_misc.BindTest.test_bind_class_rebind) ... ok 2025-10-14T22:38:27.3240447Z test_bind_events (test.test_tkinter.test_misc.BindTest.test_bind_events) ... ok 2025-10-14T22:38:27.3240951Z test_bind_rebind (test.test_tkinter.test_misc.BindTest.test_bind_rebind) ... ok 2025-10-14T22:38:27.3241425Z test_bindtags (test.test_tkinter.test_misc.BindTest.test_bindtags) ... ok 2025-10-14T22:38:27.3241960Z test_canvas_tag_bind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_bind) ... ok 2025-10-14T22:38:27.3242508Z test_canvas_tag_bind_rebind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_bind_rebind) ... ok 2025-10-14T22:38:27.3243067Z test_canvas_tag_unbind (test.test_tkinter.test_misc.BindTest.test_canvas_tag_unbind) ... ok 2025-10-14T22:38:27.3243586Z test_text_tag_bind (test.test_tkinter.test_misc.BindTest.test_text_tag_bind) ... ok 2025-10-14T22:38:27.3244101Z test_text_tag_bind_rebind (test.test_tkinter.test_misc.BindTest.test_text_tag_bind_rebind) ... ok 2025-10-14T22:38:27.3244639Z test_text_tag_unbind (test.test_tkinter.test_misc.BindTest.test_text_tag_unbind) ... ok 2025-10-14T22:38:27.3245164Z test_unbind (test.test_tkinter.test_misc.BindTest.test_unbind) ... ok 2025-10-14T22:38:27.3245639Z test_unbind2 (test.test_tkinter.test_misc.BindTest.test_unbind2) ... ok 2025-10-14T22:38:27.3246125Z test_unbind_all (test.test_tkinter.test_misc.BindTest.test_unbind_all) ... ok 2025-10-14T22:38:27.3246626Z test_unbind_class (test.test_tkinter.test_misc.BindTest.test_unbind_class) ... ok 2025-10-14T22:38:27.3247103Z test_default_root (test.test_tkinter.test_misc.DefaultRootTest.test_default_root) ... ok 2025-10-14T22:38:27.3247592Z test_getboolean (test.test_tkinter.test_misc.DefaultRootTest.test_getboolean) ... ok 2025-10-14T22:38:27.3248089Z test_mainloop (test.test_tkinter.test_misc.DefaultRootTest.test_mainloop) ... ok 2025-10-14T22:38:27.3248632Z test_no_default_root (test.test_tkinter.test_misc.DefaultRootTest.test_no_default_root) ... ok 2025-10-14T22:38:27.3249169Z test_configure (test.test_tkinter.test_misc.EventTest.test_configure) ... ok 2025-10-14T22:38:27.3249725Z test_event_generate_button_press (test.test_tkinter.test_misc.EventTest.test_event_generate_button_press) ... ok 2025-10-14T22:38:27.3250325Z test_event_generate_enter (test.test_tkinter.test_misc.EventTest.test_event_generate_enter) ... ok 2025-10-14T22:38:27.3250904Z test_event_generate_key_press (test.test_tkinter.test_misc.EventTest.test_event_generate_key_press) ... ok 2025-10-14T22:38:27.3251485Z test_event_generate_motion (test.test_tkinter.test_misc.EventTest.test_event_generate_motion) ... ok 2025-10-14T22:38:27.3252093Z test_event_generate_mouse_wheel (test.test_tkinter.test_misc.EventTest.test_event_generate_mouse_wheel) ... ok 2025-10-14T22:38:27.3252613Z test_focus (test.test_tkinter.test_misc.EventTest.test_focus) ... ok 2025-10-14T22:38:27.3253161Z test_generate_event_virtual_event (test.test_tkinter.test_misc.EventTest.test_generate_event_virtual_event) ... ok 2025-10-14T22:38:27.3253905Z test_after (test.test_tkinter.test_misc.MiscTest.test_after) ... ok 2025-10-14T22:38:27.3254429Z test_after_cancel (test.test_tkinter.test_misc.MiscTest.test_after_cancel) ... ok 2025-10-14T22:38:27.3254981Z test_after_idle (test.test_tkinter.test_misc.MiscTest.test_after_idle) ... ok 2025-10-14T22:38:27.3255557Z test_after_info (test.test_tkinter.test_misc.MiscTest.test_after_info) ... ok 2025-10-14T22:38:27.3256074Z test_all (test.test_tkinter.test_misc.MiscTest.test_all) ... ok 2025-10-14T22:38:27.3256610Z test_clipboard (test.test_tkinter.test_misc.MiscTest.test_clipboard) ... ok 2025-10-14T22:38:27.3257193Z test_clipboard_astral (test.test_tkinter.test_misc.MiscTest.test_clipboard_astral) ... ok 2025-10-14T22:38:27.3257946Z test_embedded_null (test.test_tkinter.test_misc.MiscTest.test_embedded_null) ... ok 2025-10-14T22:38:27.3258515Z test_event_repr (test.test_tkinter.test_misc.MiscTest.test_event_repr) ... ok 2025-10-14T22:38:27.3259080Z test_event_repr_defaults (test.test_tkinter.test_misc.MiscTest.test_event_repr_defaults) ... ok 2025-10-14T22:38:27.3259691Z test_eventtype_enum (test.test_tkinter.test_misc.MiscTest.test_eventtype_enum) ... ok 2025-10-14T22:38:27.3260350Z test_generated_names (test.test_tkinter.test_misc.MiscTest.test_generated_names) ... ok 2025-10-14T22:38:27.3260963Z test_getboolean (test.test_tkinter.test_misc.MiscTest.test_getboolean) ... ok 2025-10-14T22:38:27.3261662Z test_info_patchlevel (test.test_tkinter.test_misc.MiscTest.test_info_patchlevel) ... ok 2025-10-14T22:38:27.3262202Z test_mainloop (test.test_tkinter.test_misc.MiscTest.test_mainloop) ... ok 2025-10-14T22:38:27.3262688Z test_repr (test.test_tkinter.test_misc.MiscTest.test_repr) ... ok 2025-10-14T22:38:27.3263190Z test_tk_busy (test.test_tkinter.test_misc.MiscTest.test_tk_busy) ... ok 2025-10-14T22:38:27.3263761Z test_tk_busy_with_cursor (test.test_tkinter.test_misc.MiscTest.test_tk_busy_with_cursor) ... ok 2025-10-14T22:38:27.3264380Z test_tk_setPalette (test.test_tkinter.test_misc.MiscTest.test_tk_setPalette) ... ok 2025-10-14T22:38:27.3264992Z test_winfo_pathname (test.test_tkinter.test_misc.MiscTest.test_winfo_pathname) ... ok 2025-10-14T22:38:27.3265537Z test_winfo_rgb (test.test_tkinter.test_misc.MiscTest.test_winfo_rgb) ... ok 2025-10-14T22:38:27.3266083Z test_wm_attribute (test.test_tkinter.test_misc.WmTest.test_wm_attribute) ... ok 2025-10-14T22:38:27.3266600Z test_wm_iconbitmap (test.test_tkinter.test_misc.WmTest.test_wm_iconbitmap) ... ok 2025-10-14T22:38:27.3267116Z test_askinteger (test.test_tkinter.test_simpledialog.DefaultRootTest.test_askinteger) ... ok 2025-10-14T22:38:27.3267636Z test_count (test.test_tkinter.test_text.TextTest.test_count) ... ok 2025-10-14T22:38:27.3268143Z test_debug (test.test_tkinter.test_text.TextTest.test_debug) ... ok 2025-10-14T22:38:27.3268666Z test_search (test.test_tkinter.test_text.TextTest.test_search) ... ok 2025-10-14T22:38:27.3269224Z test_variable (test.test_tkinter.test_variables.DefaultRootTest.test_variable) ... ok 2025-10-14T22:38:27.3269785Z test_default (test.test_tkinter.test_variables.TestBooleanVar.test_default) ... ok 2025-10-14T22:38:27.3270337Z test_get (test.test_tkinter.test_variables.TestBooleanVar.test_get) ... ok 2025-10-14T22:38:27.3270923Z test_invalid_value_domain (test.test_tkinter.test_variables.TestBooleanVar.test_invalid_value_domain) ... ok 2025-10-14T22:38:27.3271611Z test_set (test.test_tkinter.test_variables.TestBooleanVar.test_set) ... ok 2025-10-14T22:38:27.3272186Z test_default (test.test_tkinter.test_variables.TestDoubleVar.test_default) ... ok 2025-10-14T22:38:27.3272747Z test_get (test.test_tkinter.test_variables.TestDoubleVar.test_get) ... ok 2025-10-14T22:38:27.3273303Z test_get_from_int (test.test_tkinter.test_variables.TestDoubleVar.test_get_from_int) ... ok 2025-10-14T22:38:27.3273837Z test_invalid_value (test.test_tkinter.test_variables.TestDoubleVar.test_invalid_value) ... ok 2025-10-14T22:38:27.3274396Z test_default (test.test_tkinter.test_variables.TestIntVar.test_default) ... ok 2025-10-14T22:38:27.3275022Z test_get (test.test_tkinter.test_variables.TestIntVar.test_get) ... ok 2025-10-14T22:38:27.3275486Z test_invalid_value (test.test_tkinter.test_variables.TestIntVar.test_invalid_value) ... ok 2025-10-14T22:38:27.3275961Z test_default (test.test_tkinter.test_variables.TestStringVar.test_default) ... ok 2025-10-14T22:38:27.3276416Z test_get (test.test_tkinter.test_variables.TestStringVar.test_get) ... ok 2025-10-14T22:38:27.3276868Z test_get_null (test.test_tkinter.test_variables.TestStringVar.test_get_null) ... ok 2025-10-14T22:38:27.3277338Z test___del__ (test.test_tkinter.test_variables.TestVariable.test___del__) ... ok 2025-10-14T22:38:27.3277943Z test_default (test.test_tkinter.test_variables.TestVariable.test_default) ... ok 2025-10-14T22:38:27.3278543Z test_dont_unset_not_existing (test.test_tkinter.test_variables.TestVariable.test_dont_unset_not_existing) ... ok 2025-10-14T22:38:27.3279233Z test_equality (test.test_tkinter.test_variables.TestVariable.test_equality) ... ok 2025-10-14T22:38:27.3279843Z test_initialize (test.test_tkinter.test_variables.TestVariable.test_initialize) ... ok 2025-10-14T22:38:27.3280409Z test_invalid_name (test.test_tkinter.test_variables.TestVariable.test_invalid_name) ... ok 2025-10-14T22:38:27.3281019Z test_name_and_value (test.test_tkinter.test_variables.TestVariable.test_name_and_value) ... ok 2025-10-14T22:38:27.3282251Z test_null_in_name (test.test_tkinter.test_variables.TestVariable.test_null_in_name) ... ok 2025-10-14T22:38:27.3282838Z test_trace (test.test_tkinter.test_variables.TestVariable.test_trace) ... ok 2025-10-14T22:38:27.3283499Z test_trace_old (test.test_tkinter.test_variables.TestVariable.test_trace_old) ... ok 2025-10-14T22:38:27.3284130Z test_configure_activebackground (test.test_tkinter.test_widgets.ButtonTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3284793Z test_configure_activeforeground (test.test_tkinter.test_widgets.ButtonTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3285416Z test_configure_anchor (test.test_tkinter.test_widgets.ButtonTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3286044Z test_configure_background (test.test_tkinter.test_widgets.ButtonTest.test_configure_background) ... ok 2025-10-14T22:38:27.3286672Z test_configure_bitmap (test.test_tkinter.test_widgets.ButtonTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3287298Z test_configure_borderwidth (test.test_tkinter.test_widgets.ButtonTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3287878Z test_configure_command (test.test_tkinter.test_widgets.ButtonTest.test_configure_command) ... ok 2025-10-14T22:38:27.3288476Z test_configure_compound (test.test_tkinter.test_widgets.ButtonTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3289091Z test_configure_cursor (test.test_tkinter.test_widgets.ButtonTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3289689Z test_configure_default (test.test_tkinter.test_widgets.ButtonTest.test_configure_default) ... ok 2025-10-14T22:38:27.3290345Z test_configure_disabledforeground (test.test_tkinter.test_widgets.ButtonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3290974Z test_configure_font (test.test_tkinter.test_widgets.ButtonTest.test_configure_font) ... ok 2025-10-14T22:38:27.3291526Z test_configure_foreground (test.test_tkinter.test_widgets.ButtonTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3292049Z test_configure_height (test.test_tkinter.test_widgets.ButtonTest.test_configure_height) ... ok 2025-10-14T22:38:27.3292582Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3293206Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3293867Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ButtonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3294499Z test_configure_image (test.test_tkinter.test_widgets.ButtonTest.test_configure_image) ... ok 2025-10-14T22:38:27.3295348Z test_configure_justify (test.test_tkinter.test_widgets.ButtonTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3295977Z test_configure_overrelief (test.test_tkinter.test_widgets.ButtonTest.test_configure_overrelief) ... ok 2025-10-14T22:38:27.3296599Z test_configure_padx (test.test_tkinter.test_widgets.ButtonTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3297177Z test_configure_pady (test.test_tkinter.test_widgets.ButtonTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3297741Z test_configure_relief (test.test_tkinter.test_widgets.ButtonTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3298405Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ButtonTest.test_configure_repeatdelay) ... ok 2025-10-14T22:38:27.3298972Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ButtonTest.test_configure_repeatinterval) ... ok 2025-10-14T22:38:27.3299508Z test_configure_state (test.test_tkinter.test_widgets.ButtonTest.test_configure_state) ... ok 2025-10-14T22:38:27.3300020Z test_configure_takefocus (test.test_tkinter.test_widgets.ButtonTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3300526Z test_configure_text (test.test_tkinter.test_widgets.ButtonTest.test_configure_text) ... ok 2025-10-14T22:38:27.3301034Z test_configure_textvariable (test.test_tkinter.test_widgets.ButtonTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3301561Z test_configure_underline (test.test_tkinter.test_widgets.ButtonTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3302099Z test_configure_width (test.test_tkinter.test_widgets.ButtonTest.test_configure_width) ... ok 2025-10-14T22:38:27.3302884Z test_configure_wraplength (test.test_tkinter.test_widgets.ButtonTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3303452Z test_keys (test.test_tkinter.test_widgets.ButtonTest.test_keys) ... ok 2025-10-14T22:38:27.3304038Z test_configure_background (test.test_tkinter.test_widgets.CanvasTest.test_configure_background) ... ok 2025-10-14T22:38:27.3304659Z test_configure_borderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3305298Z test_configure_closeenough (test.test_tkinter.test_widgets.CanvasTest.test_configure_closeenough) ... ok 2025-10-14T22:38:27.3306002Z test_configure_confine (test.test_tkinter.test_widgets.CanvasTest.test_configure_confine) ... ok 2025-10-14T22:38:27.3306615Z test_configure_cursor (test.test_tkinter.test_widgets.CanvasTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3307233Z test_configure_height (test.test_tkinter.test_widgets.CanvasTest.test_configure_height) ... ok 2025-10-14T22:38:27.3307878Z test_configure_highlightbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3308514Z test_configure_highlightcolor (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3309080Z test_configure_highlightthickness (test.test_tkinter.test_widgets.CanvasTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3309716Z test_configure_insertbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertbackground) ... ok 2025-10-14T22:38:27.3310382Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:38:27.3311015Z test_configure_insertofftime (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertofftime) ... ok 2025-10-14T22:38:27.3311642Z test_configure_insertontime (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertontime) ... ok 2025-10-14T22:38:27.3312274Z test_configure_insertwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_insertwidth) ... ok 2025-10-14T22:38:27.3312897Z test_configure_offset (test.test_tkinter.test_widgets.CanvasTest.test_configure_offset) ... ok 2025-10-14T22:38:27.3313507Z test_configure_relief (test.test_tkinter.test_widgets.CanvasTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3314231Z test_configure_scrollregion (test.test_tkinter.test_widgets.CanvasTest.test_configure_scrollregion) ... ok 2025-10-14T22:38:27.3314790Z test_configure_selectbackground (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectbackground) ... ok 2025-10-14T22:38:27.3315358Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:38:27.3315984Z test_configure_selectforeground (test.test_tkinter.test_widgets.CanvasTest.test_configure_selectforeground) ... ok 2025-10-14T22:38:27.3316569Z test_configure_state (test.test_tkinter.test_widgets.CanvasTest.test_configure_state) ... ok 2025-10-14T22:38:27.3317331Z test_configure_takefocus (test.test_tkinter.test_widgets.CanvasTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3317928Z test_configure_width (test.test_tkinter.test_widgets.CanvasTest.test_configure_width) ... ok 2025-10-14T22:38:27.3318545Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.CanvasTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:38:27.3319124Z test_configure_xscrollincrement (test.test_tkinter.test_widgets.CanvasTest.test_configure_xscrollincrement) ... ok 2025-10-14T22:38:27.3319688Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.CanvasTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:38:27.3320285Z test_configure_yscrollincrement (test.test_tkinter.test_widgets.CanvasTest.test_configure_yscrollincrement) ... ok 2025-10-14T22:38:27.3320834Z test_coords (test.test_tkinter.test_widgets.CanvasTest.test_coords) ... ok 2025-10-14T22:38:27.3321350Z test_create_line (test.test_tkinter.test_widgets.CanvasTest.test_create_line) ... ok 2025-10-14T22:38:27.3321859Z test_create_polygon (test.test_tkinter.test_widgets.CanvasTest.test_create_polygon) ... ok 2025-10-14T22:38:27.3322368Z test_create_rectangle (test.test_tkinter.test_widgets.CanvasTest.test_create_rectangle) ... ok 2025-10-14T22:38:27.3322869Z test_keys (test.test_tkinter.test_widgets.CanvasTest.test_keys) ... ok 2025-10-14T22:38:27.3323325Z test_moveto (test.test_tkinter.test_widgets.CanvasTest.test_moveto) ... ok 2025-10-14T22:38:27.3323854Z test_configure_activebackground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3324489Z test_configure_activeforeground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3325127Z test_configure_anchor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3325738Z test_configure_background (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_background) ... ok 2025-10-14T22:38:27.3326377Z test_configure_bitmap (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3326994Z test_configure_borderwidth (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3327670Z test_configure_command (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_command) ... ok 2025-10-14T22:38:27.3328381Z test_configure_compound (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3328946Z test_configure_cursor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3329504Z test_configure_disabledforeground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3330089Z test_configure_font (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_font) ... ok 2025-10-14T22:38:27.3330727Z test_configure_foreground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3331335Z test_configure_height (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_height) ... ok 2025-10-14T22:38:27.3331965Z test_configure_highlightbackground (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3333527Z test_configure_highlightcolor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3334227Z test_configure_highlightthickness (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3334886Z test_configure_image (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_image) ... ok 2025-10-14T22:38:27.3335471Z test_configure_indicatoron (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:38:27.3336975Z test_configure_justify (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3337596Z test_configure_offrelief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_offrelief) ... ok 2025-10-14T22:38:27.3338223Z test_configure_offvalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_offvalue) ... ok 2025-10-14T22:38:27.3338866Z test_configure_onvalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_onvalue) ... ok 2025-10-14T22:38:27.3339488Z test_configure_overrelief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_overrelief) ... ok 2025-10-14T22:38:27.3340075Z test_configure_padx (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3340639Z test_configure_pady (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3341233Z test_configure_relief (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3341786Z test_configure_selectcolor (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_selectcolor) ... ok 2025-10-14T22:38:27.3342335Z test_configure_selectimage (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_selectimage) ... ok 2025-10-14T22:38:27.3342862Z test_configure_state (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_state) ... ok 2025-10-14T22:38:27.3343392Z test_configure_takefocus (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3343911Z test_configure_text (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_text) ... ok 2025-10-14T22:38:27.3344440Z test_configure_textvariable (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3345004Z test_configure_tristateimage (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_tristateimage) ... ok 2025-10-14T22:38:27.3345551Z test_configure_tristatevalue (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_tristatevalue) ... ok 2025-10-14T22:38:27.3346133Z test_configure_underline (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3346688Z test_configure_variable (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_variable) ... ok 2025-10-14T22:38:27.3347228Z test_configure_width (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_width) ... ok 2025-10-14T22:38:27.3347786Z test_configure_wraplength (test.test_tkinter.test_widgets.CheckbuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3348359Z test_keys (test.test_tkinter.test_widgets.CheckbuttonTest.test_keys) ... ok 2025-10-14T22:38:27.3348877Z test_same_name (test.test_tkinter.test_widgets.CheckbuttonTest.test_same_name) ... ok 2025-10-14T22:38:27.3349434Z test_unique_variables (test.test_tkinter.test_widgets.CheckbuttonTest.test_unique_variables) ... ok 2025-10-14T22:38:27.3349999Z test_frame (test.test_tkinter.test_widgets.DefaultRootTest.test_frame) ... ok 2025-10-14T22:38:27.3350525Z test_label (test.test_tkinter.test_widgets.DefaultRootTest.test_label) ... ok 2025-10-14T22:38:27.3351097Z test_configure_background (test.test_tkinter.test_widgets.EntryTest.test_configure_background) ... ok 2025-10-14T22:38:27.3351766Z test_configure_borderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3352506Z test_configure_cursor (test.test_tkinter.test_widgets.EntryTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3353096Z test_configure_disabledbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_disabledbackground) ... ok 2025-10-14T22:38:27.3353714Z test_configure_disabledforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3354363Z test_configure_exportselection (test.test_tkinter.test_widgets.EntryTest.test_configure_exportselection) ... ok 2025-10-14T22:38:27.3355084Z test_configure_font (test.test_tkinter.test_widgets.EntryTest.test_configure_font) ... ok 2025-10-14T22:38:27.3355667Z test_configure_foreground (test.test_tkinter.test_widgets.EntryTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3356283Z test_configure_highlightbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3356911Z test_configure_highlightcolor (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3357498Z test_configure_highlightthickness (test.test_tkinter.test_widgets.EntryTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3358107Z test_configure_insertbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_insertbackground) ... ok 2025-10-14T22:38:27.3358719Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:38:27.3359327Z test_configure_insertofftime (test.test_tkinter.test_widgets.EntryTest.test_configure_insertofftime) ... ok 2025-10-14T22:38:27.3359911Z test_configure_insertontime (test.test_tkinter.test_widgets.EntryTest.test_configure_insertontime) ... ok 2025-10-14T22:38:27.3360482Z test_configure_insertwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_insertwidth) ... ok 2025-10-14T22:38:27.3361084Z test_configure_invalidcommand (test.test_tkinter.test_widgets.EntryTest.test_configure_invalidcommand) ... ok 2025-10-14T22:38:27.3361657Z test_configure_justify (test.test_tkinter.test_widgets.EntryTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3362251Z test_configure_placeholder (test.test_tkinter.test_widgets.EntryTest.test_configure_placeholder) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3362985Z test_configure_placeholderforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_placeholderforeground) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3363601Z test_configure_readonlybackground (test.test_tkinter.test_widgets.EntryTest.test_configure_readonlybackground) ... ok 2025-10-14T22:38:27.3364176Z test_configure_relief (test.test_tkinter.test_widgets.EntryTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3364777Z test_configure_selectbackground (test.test_tkinter.test_widgets.EntryTest.test_configure_selectbackground) ... ok 2025-10-14T22:38:27.3365392Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.EntryTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:38:27.3365998Z test_configure_selectforeground (test.test_tkinter.test_widgets.EntryTest.test_configure_selectforeground) ... ok 2025-10-14T22:38:27.3366597Z test_configure_show (test.test_tkinter.test_widgets.EntryTest.test_configure_show) ... ok 2025-10-14T22:38:27.3367147Z test_configure_state (test.test_tkinter.test_widgets.EntryTest.test_configure_state) ... ok 2025-10-14T22:38:27.3367690Z test_configure_takefocus (test.test_tkinter.test_widgets.EntryTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3368276Z test_configure_textvariable (test.test_tkinter.test_widgets.EntryTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3368886Z test_configure_validate (test.test_tkinter.test_widgets.EntryTest.test_configure_validate) ... ok 2025-10-14T22:38:27.3369523Z test_configure_validatecommand (test.test_tkinter.test_widgets.EntryTest.test_configure_validatecommand) ... ok 2025-10-14T22:38:27.3370297Z test_configure_width (test.test_tkinter.test_widgets.EntryTest.test_configure_width) ... ok 2025-10-14T22:38:27.3370917Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.EntryTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:38:27.3371512Z test_keys (test.test_tkinter.test_widgets.EntryTest.test_keys) ... ok 2025-10-14T22:38:27.3372119Z test_selection_methods (test.test_tkinter.test_widgets.EntryTest.test_selection_methods) ... ok 2025-10-14T22:38:27.3372806Z test_configure_background (test.test_tkinter.test_widgets.FrameTest.test_configure_background) ... ok 2025-10-14T22:38:27.3373582Z test_configure_backgroundimage (test.test_tkinter.test_widgets.FrameTest.test_configure_backgroundimage) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3374328Z test_configure_borderwidth (test.test_tkinter.test_widgets.FrameTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3374928Z test_configure_class (test.test_tkinter.test_widgets.FrameTest.test_configure_class) ... ok 2025-10-14T22:38:27.3375531Z test_configure_colormap (test.test_tkinter.test_widgets.FrameTest.test_configure_colormap) ... ok 2025-10-14T22:38:27.3376125Z test_configure_container (test.test_tkinter.test_widgets.FrameTest.test_configure_container) ... ok 2025-10-14T22:38:27.3376730Z test_configure_cursor (test.test_tkinter.test_widgets.FrameTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3377352Z test_configure_height (test.test_tkinter.test_widgets.FrameTest.test_configure_height) ... ok 2025-10-14T22:38:27.3377978Z test_configure_highlightbackground (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3378649Z test_configure_highlightcolor (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3379378Z test_configure_highlightthickness (test.test_tkinter.test_widgets.FrameTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3379968Z test_configure_padx (test.test_tkinter.test_widgets.FrameTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3380552Z test_configure_pady (test.test_tkinter.test_widgets.FrameTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3381146Z test_configure_relief (test.test_tkinter.test_widgets.FrameTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3381780Z test_configure_takefocus (test.test_tkinter.test_widgets.FrameTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3382423Z test_configure_tile (test.test_tkinter.test_widgets.FrameTest.test_configure_tile) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3384835Z test_configure_visual (test.test_tkinter.test_widgets.FrameTest.test_configure_visual) ... ok 2025-10-14T22:38:27.3385463Z test_configure_width (test.test_tkinter.test_widgets.FrameTest.test_configure_width) ... ok 2025-10-14T22:38:27.3386063Z test_keys (test.test_tkinter.test_widgets.FrameTest.test_keys) ... ok 2025-10-14T22:38:27.3386648Z test_configure_background (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_background) ... ok 2025-10-14T22:38:27.3387316Z test_configure_borderwidth (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3387867Z test_configure_class (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_class) ... ok 2025-10-14T22:38:27.3388397Z test_configure_colormap (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_colormap) ... ok 2025-10-14T22:38:27.3388934Z test_configure_container (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_container) ... ok 2025-10-14T22:38:27.3389451Z test_configure_cursor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3389977Z test_configure_font (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_font) ... ok 2025-10-14T22:38:27.3390541Z test_configure_foreground (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3391302Z test_configure_height (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_height) ... ok 2025-10-14T22:38:27.3391929Z test_configure_highlightbackground (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3392604Z test_configure_highlightcolor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3393265Z test_configure_highlightthickness (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3393943Z test_configure_labelanchor (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_labelanchor) ... ok 2025-10-14T22:38:27.3394717Z test_configure_labelwidget (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_labelwidget) ... ok 2025-10-14T22:38:27.3395355Z test_configure_padx (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3395954Z test_configure_pady (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3396525Z test_configure_relief (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3397051Z test_configure_takefocus (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3397568Z test_configure_text (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_text) ... ok 2025-10-14T22:38:27.3398138Z test_configure_visual (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_visual) ... ok 2025-10-14T22:38:27.3398663Z test_configure_width (test.test_tkinter.test_widgets.LabelFrameTest.test_configure_width) ... ok 2025-10-14T22:38:27.3399139Z test_keys (test.test_tkinter.test_widgets.LabelFrameTest.test_keys) ... ok 2025-10-14T22:38:27.3399649Z test_configure_activebackground (test.test_tkinter.test_widgets.LabelTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3400200Z test_configure_activeforeground (test.test_tkinter.test_widgets.LabelTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3400718Z test_configure_anchor (test.test_tkinter.test_widgets.LabelTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3401250Z test_configure_background (test.test_tkinter.test_widgets.LabelTest.test_configure_background) ... ok 2025-10-14T22:38:27.3401829Z test_configure_bitmap (test.test_tkinter.test_widgets.LabelTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3402444Z test_configure_borderwidth (test.test_tkinter.test_widgets.LabelTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3403053Z test_configure_compound (test.test_tkinter.test_widgets.LabelTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3403673Z test_configure_cursor (test.test_tkinter.test_widgets.LabelTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3404319Z test_configure_disabledforeground (test.test_tkinter.test_widgets.LabelTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3404964Z test_configure_font (test.test_tkinter.test_widgets.LabelTest.test_configure_font) ... ok 2025-10-14T22:38:27.3405579Z test_configure_foreground (test.test_tkinter.test_widgets.LabelTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3406192Z test_configure_height (test.test_tkinter.test_widgets.LabelTest.test_configure_height) ... ok 2025-10-14T22:38:27.3406806Z test_configure_highlightbackground (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3407467Z test_configure_highlightcolor (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3408140Z test_configure_highlightthickness (test.test_tkinter.test_widgets.LabelTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3408856Z test_configure_image (test.test_tkinter.test_widgets.LabelTest.test_configure_image) ... ok 2025-10-14T22:38:27.3409475Z test_configure_justify (test.test_tkinter.test_widgets.LabelTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3410213Z test_configure_padx (test.test_tkinter.test_widgets.LabelTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3410801Z test_configure_pady (test.test_tkinter.test_widgets.LabelTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3411386Z test_configure_relief (test.test_tkinter.test_widgets.LabelTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3411909Z test_configure_state (test.test_tkinter.test_widgets.LabelTest.test_configure_state) ... ok 2025-10-14T22:38:27.3412417Z test_configure_takefocus (test.test_tkinter.test_widgets.LabelTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3413070Z test_configure_text (test.test_tkinter.test_widgets.LabelTest.test_configure_text) ... ok 2025-10-14T22:38:27.3413634Z test_configure_textvariable (test.test_tkinter.test_widgets.LabelTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3414232Z test_configure_underline (test.test_tkinter.test_widgets.LabelTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3414841Z test_configure_width (test.test_tkinter.test_widgets.LabelTest.test_configure_width) ... ok 2025-10-14T22:38:27.3415392Z test_configure_wraplength (test.test_tkinter.test_widgets.LabelTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3415929Z test_keys (test.test_tkinter.test_widgets.LabelTest.test_keys) ... ok 2025-10-14T22:38:27.3416460Z test_box (test.test_tkinter.test_widgets.ListboxTest.test_box) ... ok 2025-10-14T22:38:27.3417009Z test_configure_activestyle (test.test_tkinter.test_widgets.ListboxTest.test_configure_activestyle) ... ok 2025-10-14T22:38:27.3417614Z test_configure_background (test.test_tkinter.test_widgets.ListboxTest.test_configure_background) ... ok 2025-10-14T22:38:27.3418277Z test_configure_borderwidth (test.test_tkinter.test_widgets.ListboxTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3418890Z test_configure_cursor (test.test_tkinter.test_widgets.ListboxTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3419541Z test_configure_disabledforeground (test.test_tkinter.test_widgets.ListboxTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3420281Z test_configure_exportselection (test.test_tkinter.test_widgets.ListboxTest.test_configure_exportselection) ... ok 2025-10-14T22:38:27.3420839Z test_configure_font (test.test_tkinter.test_widgets.ListboxTest.test_configure_font) ... ok 2025-10-14T22:38:27.3421406Z test_configure_foreground (test.test_tkinter.test_widgets.ListboxTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3421978Z test_configure_height (test.test_tkinter.test_widgets.ListboxTest.test_configure_height) ... ok 2025-10-14T22:38:27.3422561Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3423163Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3423861Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ListboxTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3424464Z test_configure_justify (test.test_tkinter.test_widgets.ListboxTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3425036Z test_configure_listvariable (test.test_tkinter.test_widgets.ListboxTest.test_configure_listvariable) ... ok 2025-10-14T22:38:27.3425584Z test_configure_relief (test.test_tkinter.test_widgets.ListboxTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3426137Z test_configure_selectbackground (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectbackground) ... ok 2025-10-14T22:38:27.3426758Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:38:27.3427405Z test_configure_selectforeground (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectforeground) ... ok 2025-10-14T22:38:27.3428004Z test_configure_selectmode (test.test_tkinter.test_widgets.ListboxTest.test_configure_selectmode) ... ok 2025-10-14T22:38:27.3428734Z test_configure_setgrid (test.test_tkinter.test_widgets.ListboxTest.test_configure_setgrid) ... ok 2025-10-14T22:38:27.3429305Z test_configure_state (test.test_tkinter.test_widgets.ListboxTest.test_configure_state) ... ok 2025-10-14T22:38:27.3429875Z test_configure_takefocus (test.test_tkinter.test_widgets.ListboxTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3430459Z test_configure_width (test.test_tkinter.test_widgets.ListboxTest.test_configure_width) ... ok 2025-10-14T22:38:27.3431096Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.ListboxTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:38:27.3431859Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.ListboxTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:38:27.3432428Z test_curselection (test.test_tkinter.test_widgets.ListboxTest.test_curselection) ... ok 2025-10-14T22:38:27.3432960Z test_get (test.test_tkinter.test_widgets.ListboxTest.test_get) ... ok 2025-10-14T22:38:27.3433480Z test_itemconfigure (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure) ... ok 2025-10-14T22:38:27.3434048Z test_itemconfigure_background (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_background) ... ok 2025-10-14T22:38:27.3434638Z test_itemconfigure_bg (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_bg) ... ok 2025-10-14T22:38:27.3435227Z test_itemconfigure_fg (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_fg) ... ok 2025-10-14T22:38:27.3435850Z test_itemconfigure_foreground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_foreground) ... ok 2025-10-14T22:38:27.3436499Z test_itemconfigure_selectbackground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_selectbackground) ... ok 2025-10-14T22:38:27.3437159Z test_itemconfigure_selectforeground (test.test_tkinter.test_widgets.ListboxTest.test_itemconfigure_selectforeground) ... ok 2025-10-14T22:38:27.3437793Z test_keys (test.test_tkinter.test_widgets.ListboxTest.test_keys) ... ok 2025-10-14T22:38:27.3438384Z test_configure_activebackground (test.test_tkinter.test_widgets.MenuTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3439046Z test_configure_activeborderwidth (test.test_tkinter.test_widgets.MenuTest.test_configure_activeborderwidth) ... ok 2025-10-14T22:38:27.3439664Z test_configure_activeforeground (test.test_tkinter.test_widgets.MenuTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3440322Z test_configure_activerelief (test.test_tkinter.test_widgets.MenuTest.test_configure_activerelief) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3440916Z test_configure_background (test.test_tkinter.test_widgets.MenuTest.test_configure_background) ... ok 2025-10-14T22:38:27.3441458Z test_configure_borderwidth (test.test_tkinter.test_widgets.MenuTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3441972Z test_configure_cursor (test.test_tkinter.test_widgets.MenuTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3442567Z test_configure_disabledforeground (test.test_tkinter.test_widgets.MenuTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3443108Z test_configure_font (test.test_tkinter.test_widgets.MenuTest.test_configure_font) ... ok 2025-10-14T22:38:27.3443633Z test_configure_foreground (test.test_tkinter.test_widgets.MenuTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3444154Z test_configure_postcommand (test.test_tkinter.test_widgets.MenuTest.test_configure_postcommand) ... ok 2025-10-14T22:38:27.3444663Z test_configure_relief (test.test_tkinter.test_widgets.MenuTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3445173Z test_configure_selectcolor (test.test_tkinter.test_widgets.MenuTest.test_configure_selectcolor) ... ok 2025-10-14T22:38:27.3445690Z test_configure_takefocus (test.test_tkinter.test_widgets.MenuTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3446269Z test_configure_tearoff (test.test_tkinter.test_widgets.MenuTest.test_configure_tearoff) ... ok 2025-10-14T22:38:27.3447126Z test_configure_tearoffcommand (test.test_tkinter.test_widgets.MenuTest.test_configure_tearoffcommand) ... ok 2025-10-14T22:38:27.3447738Z test_configure_title (test.test_tkinter.test_widgets.MenuTest.test_configure_title) ... ok 2025-10-14T22:38:27.3448331Z test_configure_type (test.test_tkinter.test_widgets.MenuTest.test_configure_type) ... ok 2025-10-14T22:38:27.3448944Z test_entryconfigure (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure) ... ok 2025-10-14T22:38:27.3449536Z test_entryconfigure_label (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure_label) ... ok 2025-10-14T22:38:27.3450301Z test_entryconfigure_variable (test.test_tkinter.test_widgets.MenuTest.test_entryconfigure_variable) ... ok 2025-10-14T22:38:27.3450932Z test_indexcommand_none (test.test_tkinter.test_widgets.MenuTest.test_indexcommand_none) ... ok 2025-10-14T22:38:27.3451481Z test_keys (test.test_tkinter.test_widgets.MenuTest.test_keys) ... ok 2025-10-14T22:38:27.3452027Z test_configure_activebackground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3452607Z test_configure_activeforeground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3453219Z test_configure_anchor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3453761Z test_configure_background (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_background) ... ok 2025-10-14T22:38:27.3454344Z test_configure_bitmap (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3454981Z test_configure_borderwidth (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3455596Z test_configure_compound (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3456234Z test_configure_cursor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3456866Z test_configure_direction (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_direction) ... ok 2025-10-14T22:38:27.3457519Z test_configure_disabledforeground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3458287Z test_configure_font (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_font) ... ok 2025-10-14T22:38:27.3458897Z test_configure_foreground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3459421Z test_configure_height (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_height) ... ok 2025-10-14T22:38:27.3459995Z test_configure_highlightbackground (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3460572Z test_configure_highlightcolor (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3461148Z test_configure_highlightthickness (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3461707Z test_configure_image (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_image) ... ok 2025-10-14T22:38:27.3462233Z test_configure_indicatoron (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:38:27.3462822Z test_configure_justify (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3463570Z test_configure_menu (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_menu) ... ok 2025-10-14T22:38:27.3464167Z test_configure_padx (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3464797Z test_configure_pady (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3465339Z test_configure_relief (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3466018Z test_configure_state (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_state) ... ok 2025-10-14T22:38:27.3466555Z test_configure_takefocus (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3467080Z test_configure_text (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_text) ... ok 2025-10-14T22:38:27.3467609Z test_configure_textvariable (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3468208Z test_configure_underline (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3468938Z test_configure_width (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_width) ... ok 2025-10-14T22:38:27.3469548Z test_configure_wraplength (test.test_tkinter.test_widgets.MenubuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3470132Z test_keys (test.test_tkinter.test_widgets.MenubuttonTest.test_keys) ... ok 2025-10-14T22:38:27.3470702Z test_configure_anchor (test.test_tkinter.test_widgets.MessageTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3471300Z test_configure_aspect (test.test_tkinter.test_widgets.MessageTest.test_configure_aspect) ... ok 2025-10-14T22:38:27.3471912Z test_configure_background (test.test_tkinter.test_widgets.MessageTest.test_configure_background) ... ok 2025-10-14T22:38:27.3472554Z test_configure_borderwidth (test.test_tkinter.test_widgets.MessageTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3473099Z test_configure_cursor (test.test_tkinter.test_widgets.MessageTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3473601Z test_configure_font (test.test_tkinter.test_widgets.MessageTest.test_configure_font) ... ok 2025-10-14T22:38:27.3474101Z test_configure_foreground (test.test_tkinter.test_widgets.MessageTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3474638Z test_configure_highlightbackground (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3475350Z test_configure_highlightcolor (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3476010Z test_configure_highlightthickness (test.test_tkinter.test_widgets.MessageTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3476640Z test_configure_justify (test.test_tkinter.test_widgets.MessageTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3477240Z test_configure_padx (test.test_tkinter.test_widgets.MessageTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3477780Z test_configure_pady (test.test_tkinter.test_widgets.MessageTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3478378Z test_configure_relief (test.test_tkinter.test_widgets.MessageTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3478942Z test_configure_takefocus (test.test_tkinter.test_widgets.MessageTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3479583Z test_configure_text (test.test_tkinter.test_widgets.MessageTest.test_configure_text) ... ok 2025-10-14T22:38:27.3480149Z test_configure_textvariable (test.test_tkinter.test_widgets.MessageTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3480723Z test_configure_width (test.test_tkinter.test_widgets.MessageTest.test_configure_width) ... ok 2025-10-14T22:38:27.3481303Z test_keys (test.test_tkinter.test_widgets.MessageTest.test_keys) ... ok 2025-10-14T22:38:27.3481859Z test_bad_kwarg (test.test_tkinter.test_widgets.OptionMenuTest.test_bad_kwarg) ... ok 2025-10-14T22:38:27.3482466Z test_configure_activebackground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3483118Z test_configure_activeforeground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3484266Z test_configure_anchor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3485042Z test_configure_background (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_background) ... ok 2025-10-14T22:38:27.3485639Z test_configure_bitmap (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3486235Z test_configure_borderwidth (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3486784Z test_configure_compound (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3487344Z test_configure_cursor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3487934Z test_configure_direction (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_direction) ... ok 2025-10-14T22:38:27.3488493Z test_configure_disabledforeground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3489092Z test_configure_font (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_font) ... ok 2025-10-14T22:38:27.3489660Z test_configure_foreground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3490230Z test_configure_height (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_height) ... ok 2025-10-14T22:38:27.3490810Z test_configure_highlightbackground (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3491327Z test_configure_highlightcolor (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3491916Z test_configure_highlightthickness (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3492511Z test_configure_image (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_image) ... ok 2025-10-14T22:38:27.3493072Z test_configure_indicatoron (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_indicatoron) ... ok 2025-10-14T22:38:27.3493634Z test_configure_justify (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3494180Z test_configure_menu (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_menu) ... ok 2025-10-14T22:38:27.3494743Z test_configure_padx (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3495267Z test_configure_pady (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3495793Z test_configure_relief (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3496329Z test_configure_state (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_state) ... ok 2025-10-14T22:38:27.3496869Z test_configure_takefocus (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3497496Z test_configure_text (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_text) ... ok 2025-10-14T22:38:27.3498095Z test_configure_textvariable (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3498647Z test_configure_underline (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3499168Z test_configure_width (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_width) ... ok 2025-10-14T22:38:27.3499674Z test_configure_wraplength (test.test_tkinter.test_widgets.OptionMenuTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3500189Z test_keys (test.test_tkinter.test_widgets.OptionMenuTest.test_keys) ... ok 2025-10-14T22:38:27.3500693Z test_specify_name (test.test_tkinter.test_widgets.OptionMenuTest.test_specify_name) ... ok 2025-10-14T22:38:27.3501224Z test_configure_background (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_background) ... ok 2025-10-14T22:38:27.3501766Z test_configure_borderwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3502402Z test_configure_cursor (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3502960Z test_configure_handlepad (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_handlepad) ... ok 2025-10-14T22:38:27.3503508Z test_configure_handlesize (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_handlesize) ... ok 2025-10-14T22:38:27.3504099Z test_configure_height (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_height) ... ok 2025-10-14T22:38:27.3504656Z test_configure_opaqueresize (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_opaqueresize) ... ok 2025-10-14T22:38:27.3505270Z test_configure_orient (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_orient) ... ok 2025-10-14T22:38:27.3505830Z test_configure_proxybackground (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxybackground) ... ok 2025-10-14T22:38:27.3506434Z test_configure_proxyborderwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxyborderwidth) ... ok 2025-10-14T22:38:27.3507030Z test_configure_proxyrelief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_proxyrelief) ... ok 2025-10-14T22:38:27.3507606Z test_configure_relief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3508153Z test_configure_sashcursor (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashcursor) ... ok 2025-10-14T22:38:27.3508694Z test_configure_sashpad (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashpad) ... ok 2025-10-14T22:38:27.3509268Z test_configure_sashrelief (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashrelief) ... ok 2025-10-14T22:38:27.3509870Z test_configure_sashwidth (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_sashwidth) ... ok 2025-10-14T22:38:27.3510391Z test_configure_showhandle (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_showhandle) ... ok 2025-10-14T22:38:27.3510906Z test_configure_width (test.test_tkinter.test_widgets.PanedWindowTest.test_configure_width) ... ok 2025-10-14T22:38:27.3511425Z test_keys (test.test_tkinter.test_widgets.PanedWindowTest.test_keys) ... ok 2025-10-14T22:38:27.3511978Z test_paneconfigure (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure) ... ok 2025-10-14T22:38:27.3512549Z test_paneconfigure_after (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_after) ... ok 2025-10-14T22:38:27.3513127Z test_paneconfigure_before (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_before) ... ok 2025-10-14T22:38:27.3513701Z test_paneconfigure_height (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_height) ... ok 2025-10-14T22:38:27.3514316Z test_paneconfigure_hide (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_hide) ... ok 2025-10-14T22:38:27.3515056Z test_paneconfigure_minsize (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_minsize) ... ok 2025-10-14T22:38:27.3515628Z test_paneconfigure_padx (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_padx) ... ok 2025-10-14T22:38:27.3516256Z test_paneconfigure_pady (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_pady) ... ok 2025-10-14T22:38:27.3516789Z test_paneconfigure_sticky (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_sticky) ... ok 2025-10-14T22:38:27.3517346Z test_paneconfigure_stretch (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_stretch) ... ok 2025-10-14T22:38:27.3518007Z test_paneconfigure_width (test.test_tkinter.test_widgets.PanedWindowTest.test_paneconfigure_width) ... ok 2025-10-14T22:38:27.3518619Z test_configure_activebackground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3519269Z test_configure_activeforeground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_activeforeground) ... ok 2025-10-14T22:38:27.3520095Z test_configure_anchor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_anchor) ... ok 2025-10-14T22:38:27.3520715Z test_configure_background (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_background) ... ok 2025-10-14T22:38:27.3521346Z test_configure_bitmap (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_bitmap) ... ok 2025-10-14T22:38:27.3521981Z test_configure_borderwidth (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3522725Z test_configure_command (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_command) ... ok 2025-10-14T22:38:27.3523498Z test_configure_compound (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_compound) ... ok 2025-10-14T22:38:27.3524044Z test_configure_cursor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3524579Z test_configure_disabledforeground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3525208Z test_configure_font (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_font) ... ok 2025-10-14T22:38:27.3525778Z test_configure_foreground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3526318Z test_configure_height (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_height) ... ok 2025-10-14T22:38:27.3526906Z test_configure_highlightbackground (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3527595Z test_configure_highlightcolor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3528277Z test_configure_highlightthickness (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3528903Z test_configure_image (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_image) ... ok 2025-10-14T22:38:27.3529586Z test_configure_indicatoron (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_indicatoron) ... ok 2025-10-14T22:38:27.3530217Z test_configure_justify (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3531068Z test_configure_offrelief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_offrelief) ... ok 2025-10-14T22:38:27.3531700Z test_configure_overrelief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_overrelief) ... ok 2025-10-14T22:38:27.3532332Z test_configure_padx (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3532950Z test_configure_pady (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3533517Z test_configure_relief (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3534094Z test_configure_selectcolor (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_selectcolor) ... ok 2025-10-14T22:38:27.3534669Z test_configure_selectimage (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_selectimage) ... ok 2025-10-14T22:38:27.3535253Z test_configure_state (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_state) ... ok 2025-10-14T22:38:27.3535807Z test_configure_takefocus (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3536324Z test_configure_text (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_text) ... ok 2025-10-14T22:38:27.3536913Z test_configure_textvariable (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3537562Z test_configure_tristateimage (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_tristateimage) ... ok 2025-10-14T22:38:27.3538212Z test_configure_tristatevalue (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_tristatevalue) ... ok 2025-10-14T22:38:27.3538995Z test_configure_underline (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_underline) ... ok 2025-10-14T22:38:27.3539598Z test_configure_value (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_value) ... ok 2025-10-14T22:38:27.3540218Z test_configure_variable (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_variable) ... ok 2025-10-14T22:38:27.3540956Z test_configure_width (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_width) ... ok 2025-10-14T22:38:27.3541588Z test_configure_wraplength (test.test_tkinter.test_widgets.RadiobuttonTest.test_configure_wraplength) ... ok 2025-10-14T22:38:27.3542353Z test_keys (test.test_tkinter.test_widgets.RadiobuttonTest.test_keys) ... ok 2025-10-14T22:38:27.3542950Z test_configure_activebackground (test.test_tkinter.test_widgets.ScaleTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3543559Z test_configure_background (test.test_tkinter.test_widgets.ScaleTest.test_configure_background) ... ok 2025-10-14T22:38:27.3544143Z test_configure_bigincrement (test.test_tkinter.test_widgets.ScaleTest.test_configure_bigincrement) ... ok 2025-10-14T22:38:27.3544717Z test_configure_borderwidth (test.test_tkinter.test_widgets.ScaleTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3545252Z test_configure_command (test.test_tkinter.test_widgets.ScaleTest.test_configure_command) ... ok 2025-10-14T22:38:27.3545821Z test_configure_cursor (test.test_tkinter.test_widgets.ScaleTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3546417Z test_configure_digits (test.test_tkinter.test_widgets.ScaleTest.test_configure_digits) ... ok 2025-10-14T22:38:27.3547000Z test_configure_font (test.test_tkinter.test_widgets.ScaleTest.test_configure_font) ... ok 2025-10-14T22:38:27.3547600Z test_configure_foreground (test.test_tkinter.test_widgets.ScaleTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3548196Z test_configure_from (test.test_tkinter.test_widgets.ScaleTest.test_configure_from) ... ok 2025-10-14T22:38:27.3548829Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3549469Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3550056Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ScaleTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3550581Z test_configure_label (test.test_tkinter.test_widgets.ScaleTest.test_configure_label) ... ok 2025-10-14T22:38:27.3551065Z test_configure_length (test.test_tkinter.test_widgets.ScaleTest.test_configure_length) ... ok 2025-10-14T22:38:27.3551568Z test_configure_orient (test.test_tkinter.test_widgets.ScaleTest.test_configure_orient) ... ok 2025-10-14T22:38:27.3552216Z test_configure_relief (test.test_tkinter.test_widgets.ScaleTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3552838Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ScaleTest.test_configure_repeatdelay) ... ok 2025-10-14T22:38:27.3553449Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ScaleTest.test_configure_repeatinterval) ... ok 2025-10-14T22:38:27.3554079Z test_configure_resolution (test.test_tkinter.test_widgets.ScaleTest.test_configure_resolution) ... ok 2025-10-14T22:38:27.3554694Z test_configure_showvalue (test.test_tkinter.test_widgets.ScaleTest.test_configure_showvalue) ... ok 2025-10-14T22:38:27.3555325Z test_configure_sliderlength (test.test_tkinter.test_widgets.ScaleTest.test_configure_sliderlength) ... ok 2025-10-14T22:38:27.3555937Z test_configure_sliderrelief (test.test_tkinter.test_widgets.ScaleTest.test_configure_sliderrelief) ... ok 2025-10-14T22:38:27.3556530Z test_configure_state (test.test_tkinter.test_widgets.ScaleTest.test_configure_state) ... ok 2025-10-14T22:38:27.3557079Z test_configure_takefocus (test.test_tkinter.test_widgets.ScaleTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3557581Z test_configure_tickinterval (test.test_tkinter.test_widgets.ScaleTest.test_configure_tickinterval) ... ok 2025-10-14T22:38:27.3558207Z test_configure_to (test.test_tkinter.test_widgets.ScaleTest.test_configure_to) ... ok 2025-10-14T22:38:27.3558705Z test_configure_troughcolor (test.test_tkinter.test_widgets.ScaleTest.test_configure_troughcolor) ... ok 2025-10-14T22:38:27.3559256Z test_configure_variable (test.test_tkinter.test_widgets.ScaleTest.test_configure_variable) ... ok 2025-10-14T22:38:27.3559783Z test_configure_width (test.test_tkinter.test_widgets.ScaleTest.test_configure_width) ... ok 2025-10-14T22:38:27.3560277Z test_keys (test.test_tkinter.test_widgets.ScaleTest.test_keys) ... ok 2025-10-14T22:38:27.3560897Z test_activate (test.test_tkinter.test_widgets.ScrollbarTest.test_activate) ... ok 2025-10-14T22:38:27.3561475Z test_configure_activebackground (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3562086Z test_configure_activerelief (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_activerelief) ... ok 2025-10-14T22:38:27.3562714Z test_configure_background (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_background) ... ok 2025-10-14T22:38:27.3563414Z test_configure_borderwidth (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3564034Z test_configure_command (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_command) ... ok 2025-10-14T22:38:27.3564687Z test_configure_cursor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3565341Z test_configure_elementborderwidth (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_elementborderwidth) ... ok 2025-10-14T22:38:27.3566022Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3566670Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3567304Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3567894Z test_configure_jump (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_jump) ... ok 2025-10-14T22:38:27.3568397Z test_configure_orient (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_orient) ... ok 2025-10-14T22:38:27.3568902Z test_configure_relief (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3569409Z test_configure_repeatdelay (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_repeatdelay) ... ok 2025-10-14T22:38:27.3569943Z test_configure_repeatinterval (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_repeatinterval) ... ok 2025-10-14T22:38:27.3570477Z test_configure_takefocus (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3571004Z test_configure_troughcolor (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_troughcolor) ... ok 2025-10-14T22:38:27.3571521Z test_configure_width (test.test_tkinter.test_widgets.ScrollbarTest.test_configure_width) ... ok 2025-10-14T22:38:27.3571997Z test_keys (test.test_tkinter.test_widgets.ScrollbarTest.test_keys) ... ok 2025-10-14T22:38:27.3572458Z test_set (test.test_tkinter.test_widgets.ScrollbarTest.test_set) ... ok 2025-10-14T22:38:27.3572963Z test_bbox (test.test_tkinter.test_widgets.SpinboxTest.test_bbox) ... ok 2025-10-14T22:38:27.3573675Z test_configure_activebackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_activebackground) ... ok 2025-10-14T22:38:27.3574332Z test_configure_background (test.test_tkinter.test_widgets.SpinboxTest.test_configure_background) ... ok 2025-10-14T22:38:27.3574987Z test_configure_borderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3575655Z test_configure_buttonbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttonbackground) ... ok 2025-10-14T22:38:27.3576437Z test_configure_buttoncursor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttoncursor) ... ok 2025-10-14T22:38:27.3577078Z test_configure_buttondownrelief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttondownrelief) ... ok 2025-10-14T22:38:27.3577709Z test_configure_buttonuprelief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_buttonuprelief) ... ok 2025-10-14T22:38:27.3578309Z test_configure_command (test.test_tkinter.test_widgets.SpinboxTest.test_configure_command) ... ok 2025-10-14T22:38:27.3578809Z test_configure_cursor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3579577Z test_configure_disabledbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_disabledbackground) ... ok 2025-10-14T22:38:27.3580126Z test_configure_disabledforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_disabledforeground) ... ok 2025-10-14T22:38:27.3580676Z test_configure_exportselection (test.test_tkinter.test_widgets.SpinboxTest.test_configure_exportselection) ... ok 2025-10-14T22:38:27.3581163Z test_configure_font (test.test_tkinter.test_widgets.SpinboxTest.test_configure_font) ... ok 2025-10-14T22:38:27.3581639Z test_configure_foreground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3582121Z test_configure_format (test.test_tkinter.test_widgets.SpinboxTest.test_configure_format) ... ok 2025-10-14T22:38:27.3582607Z test_configure_from (test.test_tkinter.test_widgets.SpinboxTest.test_configure_from) ... ok 2025-10-14T22:38:27.3583158Z test_configure_highlightbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3583773Z test_configure_highlightcolor (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3584450Z test_configure_highlightthickness (test.test_tkinter.test_widgets.SpinboxTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3585794Z test_configure_increment (test.test_tkinter.test_widgets.SpinboxTest.test_configure_increment) ... ok 2025-10-14T22:38:27.3586387Z test_configure_insertbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertbackground) ... ok 2025-10-14T22:38:27.3586948Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:38:27.3587472Z test_configure_insertofftime (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertofftime) ... ok 2025-10-14T22:38:27.3587988Z test_configure_insertontime (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertontime) ... ok 2025-10-14T22:38:27.3588513Z test_configure_insertwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_insertwidth) ... ok 2025-10-14T22:38:27.3589106Z test_configure_invalidcommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_invalidcommand) ... ok 2025-10-14T22:38:27.3589753Z test_configure_justify (test.test_tkinter.test_widgets.SpinboxTest.test_configure_justify) ... ok 2025-10-14T22:38:27.3590587Z test_configure_placeholder (test.test_tkinter.test_widgets.SpinboxTest.test_configure_placeholder) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3591337Z test_configure_placeholderforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_placeholderforeground) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3592063Z test_configure_readonlybackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_readonlybackground) ... ok 2025-10-14T22:38:27.3592714Z test_configure_relief (test.test_tkinter.test_widgets.SpinboxTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3593369Z test_configure_repeatdelay (test.test_tkinter.test_widgets.SpinboxTest.test_configure_repeatdelay) ... ok 2025-10-14T22:38:27.3593998Z test_configure_repeatinterval (test.test_tkinter.test_widgets.SpinboxTest.test_configure_repeatinterval) ... ok 2025-10-14T22:38:27.3594731Z test_configure_selectbackground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectbackground) ... ok 2025-10-14T22:38:27.3595406Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:38:27.3596135Z test_configure_selectforeground (test.test_tkinter.test_widgets.SpinboxTest.test_configure_selectforeground) ... ok 2025-10-14T22:38:27.3596786Z test_configure_state (test.test_tkinter.test_widgets.SpinboxTest.test_configure_state) ... ok 2025-10-14T22:38:27.3597393Z test_configure_takefocus (test.test_tkinter.test_widgets.SpinboxTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3598168Z test_configure_textvariable (test.test_tkinter.test_widgets.SpinboxTest.test_configure_textvariable) ... ok 2025-10-14T22:38:27.3598792Z test_configure_to (test.test_tkinter.test_widgets.SpinboxTest.test_configure_to) ... ok 2025-10-14T22:38:27.3599401Z test_configure_validate (test.test_tkinter.test_widgets.SpinboxTest.test_configure_validate) ... ok 2025-10-14T22:38:27.3599935Z test_configure_validatecommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_validatecommand) ... ok 2025-10-14T22:38:27.3600467Z test_configure_values (test.test_tkinter.test_widgets.SpinboxTest.test_configure_values) ... ok 2025-10-14T22:38:27.3600977Z test_configure_width (test.test_tkinter.test_widgets.SpinboxTest.test_configure_width) ... ok 2025-10-14T22:38:27.3601472Z test_configure_wrap (test.test_tkinter.test_widgets.SpinboxTest.test_configure_wrap) ... ok 2025-10-14T22:38:27.3601992Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.SpinboxTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:38:27.3602494Z test_keys (test.test_tkinter.test_widgets.SpinboxTest.test_keys) ... ok 2025-10-14T22:38:27.3602957Z test_selection_element (test.test_tkinter.test_widgets.SpinboxTest.test_selection_element) ... ok 2025-10-14T22:38:27.3603416Z test_selection_methods (test.test_tkinter.test_widgets.SpinboxTest.test_selection_methods) ... ok 2025-10-14T22:38:27.3603861Z test_bbox (test.test_tkinter.test_widgets.TextTest.test_bbox) ... ok 2025-10-14T22:38:27.3604351Z test_configure_autoseparators (test.test_tkinter.test_widgets.TextTest.test_configure_autoseparators) ... ok 2025-10-14T22:38:27.3604878Z test_configure_background (test.test_tkinter.test_widgets.TextTest.test_configure_background) ... ok 2025-10-14T22:38:27.3605456Z test_configure_blockcursor (test.test_tkinter.test_widgets.TextTest.test_configure_blockcursor) ... ok 2025-10-14T22:38:27.3606011Z test_configure_borderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3606622Z test_configure_cursor (test.test_tkinter.test_widgets.TextTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3607174Z test_configure_endline (test.test_tkinter.test_widgets.TextTest.test_configure_endline) ... ok 2025-10-14T22:38:27.3607778Z test_configure_exportselection (test.test_tkinter.test_widgets.TextTest.test_configure_exportselection) ... ok 2025-10-14T22:38:27.3608379Z test_configure_font (test.test_tkinter.test_widgets.TextTest.test_configure_font) ... ok 2025-10-14T22:38:27.3608987Z test_configure_foreground (test.test_tkinter.test_widgets.TextTest.test_configure_foreground) ... ok 2025-10-14T22:38:27.3609573Z test_configure_height (test.test_tkinter.test_widgets.TextTest.test_configure_height) ... ok 2025-10-14T22:38:27.3610192Z test_configure_highlightbackground (test.test_tkinter.test_widgets.TextTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3610848Z test_configure_highlightcolor (test.test_tkinter.test_widgets.TextTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3611505Z test_configure_highlightthickness (test.test_tkinter.test_widgets.TextTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3612177Z test_configure_inactiveselectbackground (test.test_tkinter.test_widgets.TextTest.test_configure_inactiveselectbackground) ... ok 2025-10-14T22:38:27.3612897Z test_configure_insertbackground (test.test_tkinter.test_widgets.TextTest.test_configure_insertbackground) ... ok 2025-10-14T22:38:27.3613445Z test_configure_insertborderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_insertborderwidth) ... ok 2025-10-14T22:38:27.3613979Z test_configure_insertofftime (test.test_tkinter.test_widgets.TextTest.test_configure_insertofftime) ... ok 2025-10-14T22:38:27.3614522Z test_configure_insertontime (test.test_tkinter.test_widgets.TextTest.test_configure_insertontime) ... ok 2025-10-14T22:38:27.3615127Z test_configure_insertunfocussed (test.test_tkinter.test_widgets.TextTest.test_configure_insertunfocussed) ... ok 2025-10-14T22:38:27.3615827Z test_configure_insertwidth (test.test_tkinter.test_widgets.TextTest.test_configure_insertwidth) ... ok 2025-10-14T22:38:27.3616425Z test_configure_maxundo (test.test_tkinter.test_widgets.TextTest.test_configure_maxundo) ... ok 2025-10-14T22:38:27.3616950Z test_configure_padx (test.test_tkinter.test_widgets.TextTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3617531Z test_configure_pady (test.test_tkinter.test_widgets.TextTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3618052Z test_configure_relief (test.test_tkinter.test_widgets.TextTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3618613Z test_configure_selectbackground (test.test_tkinter.test_widgets.TextTest.test_configure_selectbackground) ... ok 2025-10-14T22:38:27.3619188Z test_configure_selectborderwidth (test.test_tkinter.test_widgets.TextTest.test_configure_selectborderwidth) ... ok 2025-10-14T22:38:27.3619805Z test_configure_selectforeground (test.test_tkinter.test_widgets.TextTest.test_configure_selectforeground) ... ok 2025-10-14T22:38:27.3620431Z test_configure_setgrid (test.test_tkinter.test_widgets.TextTest.test_configure_setgrid) ... ok 2025-10-14T22:38:27.3621185Z test_configure_spacing1 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing1) ... ok 2025-10-14T22:38:27.3621788Z test_configure_spacing2 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing2) ... ok 2025-10-14T22:38:27.3622381Z test_configure_spacing3 (test.test_tkinter.test_widgets.TextTest.test_configure_spacing3) ... ok 2025-10-14T22:38:27.3622951Z test_configure_startline (test.test_tkinter.test_widgets.TextTest.test_configure_startline) ... ok 2025-10-14T22:38:27.3623535Z test_configure_state (test.test_tkinter.test_widgets.TextTest.test_configure_state) ... ok 2025-10-14T22:38:27.3624098Z test_configure_tabs (test.test_tkinter.test_widgets.TextTest.test_configure_tabs) ... ok 2025-10-14T22:38:27.3624636Z test_configure_tabstyle (test.test_tkinter.test_widgets.TextTest.test_configure_tabstyle) ... ok 2025-10-14T22:38:27.3625205Z test_configure_takefocus (test.test_tkinter.test_widgets.TextTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3625717Z test_configure_undo (test.test_tkinter.test_widgets.TextTest.test_configure_undo) ... ok 2025-10-14T22:38:27.3626233Z test_configure_width (test.test_tkinter.test_widgets.TextTest.test_configure_width) ... ok 2025-10-14T22:38:27.3626756Z test_configure_wrap (test.test_tkinter.test_widgets.TextTest.test_configure_wrap) ... ok 2025-10-14T22:38:27.3627323Z test_configure_xscrollcommand (test.test_tkinter.test_widgets.TextTest.test_configure_xscrollcommand) ... ok 2025-10-14T22:38:27.3627898Z test_configure_yscrollcommand (test.test_tkinter.test_widgets.TextTest.test_configure_yscrollcommand) ... ok 2025-10-14T22:38:27.3628510Z test_keys (test.test_tkinter.test_widgets.TextTest.test_keys) ... ok 2025-10-14T22:38:27.3629044Z test_configure_background (test.test_tkinter.test_widgets.ToplevelTest.test_configure_background) ... ok 2025-10-14T22:38:27.3629642Z test_configure_backgroundimage (test.test_tkinter.test_widgets.ToplevelTest.test_configure_backgroundimage) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3630248Z test_configure_borderwidth (test.test_tkinter.test_widgets.ToplevelTest.test_configure_borderwidth) ... ok 2025-10-14T22:38:27.3631581Z test_configure_class (test.test_tkinter.test_widgets.ToplevelTest.test_configure_class) ... ok 2025-10-14T22:38:27.3632200Z test_configure_colormap (test.test_tkinter.test_widgets.ToplevelTest.test_configure_colormap) ... ok 2025-10-14T22:38:27.3632800Z test_configure_container (test.test_tkinter.test_widgets.ToplevelTest.test_configure_container) ... ok 2025-10-14T22:38:27.3633403Z test_configure_cursor (test.test_tkinter.test_widgets.ToplevelTest.test_configure_cursor) ... ok 2025-10-14T22:38:27.3634012Z test_configure_height (test.test_tkinter.test_widgets.ToplevelTest.test_configure_height) ... ok 2025-10-14T22:38:27.3635511Z test_configure_highlightbackground (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightbackground) ... ok 2025-10-14T22:38:27.3636197Z test_configure_highlightcolor (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightcolor) ... ok 2025-10-14T22:38:27.3636788Z test_configure_highlightthickness (test.test_tkinter.test_widgets.ToplevelTest.test_configure_highlightthickness) ... ok 2025-10-14T22:38:27.3637351Z test_configure_menu (test.test_tkinter.test_widgets.ToplevelTest.test_configure_menu) ... ok 2025-10-14T22:38:27.3637892Z test_configure_padx (test.test_tkinter.test_widgets.ToplevelTest.test_configure_padx) ... ok 2025-10-14T22:38:27.3638427Z test_configure_pady (test.test_tkinter.test_widgets.ToplevelTest.test_configure_pady) ... ok 2025-10-14T22:38:27.3638968Z test_configure_relief (test.test_tkinter.test_widgets.ToplevelTest.test_configure_relief) ... ok 2025-10-14T22:38:27.3639557Z test_configure_screen (test.test_tkinter.test_widgets.ToplevelTest.test_configure_screen) ... skipped 'Not using Tk for X11' 2025-10-14T22:38:27.3640165Z test_configure_takefocus (test.test_tkinter.test_widgets.ToplevelTest.test_configure_takefocus) ... ok 2025-10-14T22:38:27.3640896Z test_configure_tile (test.test_tkinter.test_widgets.ToplevelTest.test_configure_tile) ... skipped 'requires Tk version >= 8.7' 2025-10-14T22:38:27.3641536Z test_configure_use (test.test_tkinter.test_widgets.ToplevelTest.test_configure_use) ... ok 2025-10-14T22:38:27.3642085Z test_configure_visual (test.test_tkinter.test_widgets.ToplevelTest.test_configure_visual) ... ok 2025-10-14T22:38:27.3642669Z test_configure_width (test.test_tkinter.test_widgets.ToplevelTest.test_configure_width) ... ok 2025-10-14T22:38:27.3643246Z test_keys (test.test_tkinter.test_widgets.ToplevelTest.test_keys) ... ok 2025-10-14T22:38:27.3643576Z 2025-10-14T22:38:27.3644049Z ---------------------------------------------------------------------- 2025-10-14T22:38:27.3644491Z Ran 789 tests in 5.555s 2025-10-14T22:38:27.3644728Z 2025-10-14T22:38:27.3645089Z OK (skipped=11) 2025-10-14T22:38:27.3645610Z 0:12:48 load avg: 15.04 [44/59] test.test_os.test_os passed -- running (1): test.test_asyncio.test_events (35.4 sec) 2025-10-14T22:38:27.3646165Z Re-running test.test_os.test_os in verbose mode (matching: test_bytes, test_pathlike_bytes) 2025-10-14T22:38:27.3646660Z test_bytes (test.test_os.test_os.ReadlinkTests.test_bytes) ... ok 2025-10-14T22:38:27.3647127Z test_pathlike_bytes (test.test_os.test_os.ReadlinkTests.test_pathlike_bytes) ... ok 2025-10-14T22:38:27.3647588Z test_bytes (test.test_os.test_os.TestScandir.test_bytes) ... ok 2025-10-14T22:38:27.3647845Z 2025-10-14T22:38:27.3648206Z ---------------------------------------------------------------------- 2025-10-14T22:38:27.3648591Z Ran 3 tests in 0.002s 2025-10-14T22:38:27.3648796Z 2025-10-14T22:38:27.3649082Z OK 2025-10-14T22:38:32.3360338Z 0:12:53 load avg: 16.28 [45/59] test_timeout passed -- running (1): test.test_asyncio.test_events (39.9 sec) 2025-10-14T22:38:32.3633101Z Re-running test_timeout in verbose mode 2025-10-14T22:38:37.4339827Z testBlockingThenTimeout (test.test_timeout.CreationTestCase.testBlockingThenTimeout) ... ok 2025-10-14T22:38:37.6677128Z testFloatReturnValue (test.test_timeout.CreationTestCase.testFloatReturnValue) ... ok 2025-10-14T22:38:37.7453952Z testObjectCreation (test.test_timeout.CreationTestCase.testObjectCreation) ... ok 2025-10-14T22:38:37.7473722Z testRangeCheck (test.test_timeout.CreationTestCase.testRangeCheck) ... ok 2025-10-14T22:38:37.7490732Z testReturnType (test.test_timeout.CreationTestCase.testReturnType) ... ok 2025-10-14T22:38:37.7492952Z testTimeoutThenBlocking (test.test_timeout.CreationTestCase.testTimeoutThenBlocking) ... ok 2025-10-14T22:38:37.7494348Z testTypeCheck (test.test_timeout.CreationTestCase.testTypeCheck) ... ok 2025-10-14T22:38:37.8257581Z testAcceptTimeout (test.test_timeout.TCPTimeoutTestCase.testAcceptTimeout) ... ok 2025-10-14T22:38:37.8561224Z testConnectTimeout (test.test_timeout.TCPTimeoutTestCase.testConnectTimeout) ... skipped "We didn't receive a connection reset (RST) packet from 68.183.26.59:56667 within 10.0 seconds, so we're unable to test connect timeout against the corresponding 68.183.26.59:56666 (which is configured to silently drop packets)." 2025-10-14T22:38:38.0601870Z testRecvTimeout (test.test_timeout.TCPTimeoutTestCase.testRecvTimeout) ... ok 2025-10-14T22:38:38.4550723Z testSend (test.test_timeout.TCPTimeoutTestCase.testSend) ... ok 2025-10-14T22:38:38.4728824Z testSendall (test.test_timeout.TCPTimeoutTestCase.testSendall) ... ok 2025-10-14T22:38:38.4739982Z testSendto (test.test_timeout.TCPTimeoutTestCase.testSendto) ... ok 2025-10-14T22:38:38.4752740Z testRecvfromTimeout (test.test_timeout.UDPTimeoutTestCase.testRecvfromTimeout) ... ok 2025-10-14T22:38:38.4758127Z 2025-10-14T22:38:38.4990670Z ---------------------------------------------------------------------- 2025-10-14T22:38:38.5032208Z Ran 14 tests in 20.374s 2025-10-14T22:38:38.6230136Z 2025-10-14T22:38:38.6558536Z OK (skipped=1) 2025-10-14T22:38:38.7213147Z 0:12:53 load avg: 16.28 [46/59] test.test_asyncio.test_events passed (40.0 sec) 2025-10-14T22:38:38.7290488Z Re-running test.test_asyncio.test_events in verbose mode 2025-10-14T22:38:38.8565238Z test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented) ... ok 2025-10-14T22:38:39.0486801Z test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async) ... ok 2025-10-14T22:38:39.1430614Z test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception) ... ok 2025-10-14T22:38:39.1451300Z test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting) ... ok 2025-10-14T22:38:39.2189002Z test_handle (test.test_asyncio.test_events.HandleTests.test_handle) ... ok 2025-10-14T22:38:39.2205237Z test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr) ... ok 2025-10-14T22:38:39.2232128Z test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug) ... ok 2025-10-14T22:38:39.2407162Z test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback) ... ok 2025-10-14T22:38:39.2423263Z test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref) ... ok 2025-10-14T22:38:39.2424820Z test_abstract_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_abstract_event_loop_policy_deprecation) ... ok 2025-10-14T22:38:39.2614200Z test_default_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_default_event_loop_policy_deprecation) ... ok 2025-10-14T22:38:39.2665716Z test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy) ... ok 2025-10-14T22:38:39.2715088Z test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop) ... ok 2025-10-14T22:38:39.4326065Z test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none) ... ok 2025-10-14T22:38:39.4818859Z test_get_event_loop_does_not_call_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_does_not_call_set_event_loop) ... ok 2025-10-14T22:38:39.4864644Z test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy) ... ok 2025-10-14T22:38:39.6345441Z test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread) ... ok 2025-10-14T22:38:39.7078181Z test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop) ... ok 2025-10-14T22:38:39.7122099Z test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop) ... ok 2025-10-14T22:38:39.8270702Z test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy) ... ok 2025-10-14T22:38:39.9011007Z test_add_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_fds_after_closing) ... ok 2025-10-14T22:38:39.9015246Z test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' 2025-10-14T22:38:39.9016654Z test_bidirectional_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:39.9029937Z test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later) ... ok 2025-10-14T22:38:39.9717343Z test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon) ... ok 2025-10-14T22:38:39.9732424Z test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe) ... ok 2025-10-14T22:38:39.9774197Z test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation) ... ok 2025-10-14T22:38:39.9777877Z test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled) ... ok 2025-10-14T22:38:39.9779250Z test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread) ... ok 2025-10-14T22:38:39.9971393Z test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread) ... ok 2025-10-14T22:38:39.9973953Z test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok 2025-10-14T22:38:39.9987003Z test_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_close) ... ok 2025-10-14T22:38:40.0002898Z test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests.test_close_running_event_loop) ... ok 2025-10-14T22:38:40.0053034Z test_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket) ... ok 2025-10-14T22:38:40.0091670Z test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok 2025-10-14T22:38:40.0289582Z test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection) ... ok 2025-10-14T22:38:40.2199704Z test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr) ... ok 2025-10-14T22:38:40.2399703Z test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_in_use) ... ok 2025-10-14T22:38:40.2501987Z test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok 2025-10-14T22:38:40.4169973Z test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok 2025-10-14T22:38:40.4466132Z test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint) ... ok 2025-10-14T22:38:40.4486510Z test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok 2025-10-14T22:38:40.4488550Z test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_sock) ... ok 2025-10-14T22:38:40.6031399Z test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server) ... ok 2025-10-14T22:38:40.6103772Z test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_addr_in_use) ... ok 2025-10-14T22:38:40.6111974Z test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_dual_stack) ... ok 2025-10-14T22:38:40.7093723Z test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok 2025-10-14T22:38:40.7104098Z test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok 2025-10-14T22:38:40.7112330Z test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' 2025-10-14T22:38:40.7130902Z test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_sock) ... ok 2025-10-14T22:38:40.7388510Z test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl) ... ok 2025-10-14T22:38:40.7391216Z test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_match_failed) ... ok 2025-10-14T22:38:40.7409342Z test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verified) ... ok 2025-10-14T22:38:40.7467767Z test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verify_failed) ... ok 2025-10-14T22:38:40.7547930Z test_create_server_trsock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_trsock) ... ok 2025-10-14T22:38:40.8079002Z test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_connection) ... ok 2025-10-14T22:38:40.9724919Z test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:40.9772412Z test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.0013593Z test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.1781237Z test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.1826893Z test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.2617989Z test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.3160016Z test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:41.3168049Z test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.ProactorEventLoopTests.test_datagram_send_to_non_listening_address) ... ok 2025-10-14T22:38:41.3206324Z test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests.test_internal_fds) ... skipped 'loop is not a BaseSelectorEventLoop' 2025-10-14T22:38:41.3211544Z test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests.test_prompt_cancellation) ... ok 2025-10-14T22:38:41.3225795Z test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:41.3477870Z test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:41.3479907Z test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:38:41.3499281Z test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback_cancel) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:38:41.3634443Z test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_remove_fds_after_closing) ... skipped 'IocpEventLoop does not have add_reader()' 2025-10-14T22:38:41.3707009Z test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor) ... ok 2025-10-14T22:38:41.4977529Z test_run_in_executor_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor_cancel) ... ok 2025-10-14T22:38:41.7006090Z test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete) ... ok 2025-10-14T22:38:41.8933115Z test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_nesting) ... ok 2025-10-14T22:38:41.8995951Z test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_stopped) ... ok 2025-10-14T22:38:41.9005706Z test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_server_close) ... ok 2025-10-14T22:38:41.9021767Z test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' 2025-10-14T22:38:41.9028507Z test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' 2025-10-14T22:38:41.9239956Z test_ssl_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:38:41.9272827Z test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_after_finish) ... ok 2025-10-14T22:38:41.9322762Z test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_client_stream) ... ok 2025-10-14T22:38:42.0969977Z test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec) ... ok 2025-10-14T22:38:42.2503735Z test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec_invalid_args) ... ok 2025-10-14T22:38:42.2544697Z test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exitcode) ... ok 2025-10-14T22:38:42.2560750Z test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_interactive) ... ok 2025-10-14T22:38:42.2996286Z test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_kill) ... ok 2025-10-14T22:38:42.4798263Z test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_send_signal) ... skipped "Don't have SIGHUP" 2025-10-14T22:38:42.4953429Z test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell) ... ok 2025-10-14T22:38:42.6910640Z test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell_invalid_args) ... ok 2025-10-14T22:38:42.6936554Z test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr) ... ok 2025-10-14T22:38:42.6942918Z test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok 2025-10-14T22:38:42.6944034Z test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_terminate) ... ok 2025-10-14T22:38:42.8921699Z test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_wait_no_same_group) ... ok 2025-10-14T22:38:42.9035240Z test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests.test_timeout_rounding) ... ok 2025-10-14T22:38:43.0245834Z test_unclosed_pipe_transport (test.test_asyncio.test_events.ProactorEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:43.0260725Z test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:43.0263386Z test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:43.0494552Z test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:43.0534491Z test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback) ... skipped 'IocpEventLoop does not have add_writer()' 2025-10-14T22:38:43.0895453Z test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback_cancel) ... skipped 'IocpEventLoop does not have add_writer()' 2025-10-14T22:38:43.2822602Z test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing) ... ok 2025-10-14T22:38:43.3388681Z test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' 2025-10-14T22:38:43.3437548Z test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:43.4947195Z test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later) ... ok 2025-10-14T22:38:43.5597968Z test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon) ... ok 2025-10-14T22:38:43.5643787Z test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe) ... ok 2025-10-14T22:38:43.7110131Z test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation) ... ok 2025-10-14T22:38:43.7666619Z test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled) ... ok 2025-10-14T22:38:43.7767040Z test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread) ... ok 2025-10-14T22:38:43.8035530Z test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread) ... ok 2025-10-14T22:38:43.8226757Z test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok 2025-10-14T22:38:43.8248841Z test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close) ... ok 2025-10-14T22:38:43.8277319Z test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop) ... ok 2025-10-14T22:38:43.8325577Z test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket) ... ok 2025-10-14T22:38:43.8364948Z test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok 2025-10-14T22:38:43.9093562Z test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection) ... ok 2025-10-14T22:38:44.1204971Z test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr) ... ok 2025-10-14T22:38:44.1426115Z test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use) ... ok 2025-10-14T22:38:44.1443536Z test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok 2025-10-14T22:38:44.2072696Z test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok 2025-10-14T22:38:44.2082594Z test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint) ... ok 2025-10-14T22:38:44.2126641Z test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok 2025-10-14T22:38:44.2211280Z test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock) ... ok 2025-10-14T22:38:44.3137216Z test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server) ... ok 2025-10-14T22:38:44.5039827Z test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use) ... ok 2025-10-14T22:38:44.5178174Z test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack) ... ok 2025-10-14T22:38:44.7027967Z test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok 2025-10-14T22:38:45.0665777Z test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok 2025-10-14T22:38:45.1408704Z test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' 2025-10-14T22:38:45.1446612Z test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock) ... ok 2025-10-14T22:38:45.1449198Z test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl) ... ok 2025-10-14T22:38:45.2634319Z test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed) ... ok 2025-10-14T22:38:45.5434802Z test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified) ... ok 2025-10-14T22:38:45.6553585Z test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed) ... ok 2025-10-14T22:38:45.6578325Z test_create_server_trsock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock) ... ok 2025-10-14T22:38:45.6626259Z test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection) ... ok 2025-10-14T22:38:45.6671476Z test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6705143Z test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6778684Z test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6939268Z test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6941144Z test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6954177Z test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6960881Z test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' 2025-10-14T22:38:45.6985950Z test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address) ... ok 2025-10-14T22:38:45.7009283Z test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds) ... ok 2025-10-14T22:38:45.7048793Z test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation) ... ok 2025-10-14T22:38:45.8822025Z test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:45.9835046Z test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:45.9884312Z test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback) ... ok 2025-10-14T22:38:46.0851895Z test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing) ... ok 2025-10-14T22:38:46.2881501Z test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor) ... ok 2025-10-14T22:38:46.2888924Z test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel) ... ok 2025-10-14T22:38:46.2907914Z test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete) ... ok 2025-10-14T22:38:46.2914688Z test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting) ... ok 2025-10-14T22:38:46.2937493Z test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped) ... ok 2025-10-14T22:38:46.3169701Z test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close) ... ok 2025-10-14T22:38:46.3173129Z test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' 2025-10-14T22:38:46.3190656Z test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' 2025-10-14T22:38:46.3197062Z test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket) ... ok 2025-10-14T22:38:46.3218173Z test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding) ... ok 2025-10-14T22:38:46.3244255Z test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:46.3282558Z test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:46.4935839Z test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:46.5416791Z test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" 2025-10-14T22:38:46.5421425Z test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback) ... ok 2025-10-14T22:38:46.5422827Z test_close (test.test_asyncio.test_events.TestAbstractServer.test_close) ... ok 2025-10-14T22:38:46.5431727Z test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop) ... ok 2025-10-14T22:38:46.5433200Z test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed) ... ok 2025-10-14T22:38:46.5434258Z test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop) ... ok 2025-10-14T22:38:46.5446310Z test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok 2025-10-14T22:38:46.5447868Z test_get_running_loop_already_running (test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running) ... ok 2025-10-14T22:38:46.5448960Z test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop) ... ok 2025-10-14T22:38:46.5458562Z test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok 2025-10-14T22:38:46.5460264Z test_get_running_loop_already_running (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running) ... ok 2025-10-14T22:38:46.5461286Z test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop) ... ok 2025-10-14T22:38:46.5485243Z test_hash (test.test_asyncio.test_events.TimerTests.test_hash) ... ok 2025-10-14T22:38:46.5523237Z test_timer (test.test_asyncio.test_events.TimerTests.test_timer) ... ok 2025-10-14T22:38:46.6956686Z test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison) ... ok 2025-10-14T22:38:46.8306507Z test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr) ... ok 2025-10-14T22:38:46.8313950Z test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug) ... ok 2025-10-14T22:38:46.8315597Z test_when (test.test_asyncio.test_events.TimerTests.test_when) ... ok 2025-10-14T22:38:46.8551379Z 2025-10-14T22:38:46.8568558Z ---------------------------------------------------------------------- 2025-10-14T22:38:46.8596908Z Ran 182 tests in 29.369s 2025-10-14T22:38:46.8598716Z 2025-10-14T22:38:46.8599540Z OK (skipped=43) 2025-10-14T22:38:46.8610223Z 0:13:06 load avg: 16.05 [47/59] test_unpack passed -- running (1): test_xmlrpc (38.8 sec) 2025-10-14T22:38:46.8611747Z Re-running test_unpack in verbose mode 2025-10-14T22:38:46.8612686Z test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored) ... ok 2025-10-14T22:38:46.8791256Z doctests (test.test_unpack.__test__) 2025-10-14T22:38:46.8792906Z Doctest: test.test_unpack.__test__.doctests ... ok 2025-10-14T22:38:46.8805280Z 2025-10-14T22:38:46.8812073Z ---------------------------------------------------------------------- 2025-10-14T22:38:46.8859035Z Ran 2 tests in 0.011s 2025-10-14T22:38:46.8895481Z 2025-10-14T22:38:46.8896847Z OK 2025-10-14T22:38:46.8899418Z 0:13:06 load avg: 16.05 [48/59] test_sched passed -- running (1): test_xmlrpc (38.8 sec) 2025-10-14T22:38:47.0862933Z Re-running test_sched in verbose mode 2025-10-14T22:38:47.1061174Z test_args_kwargs (test.test_sched.TestCase.test_args_kwargs) ... ok 2025-10-14T22:38:47.1064996Z test_cancel (test.test_sched.TestCase.test_cancel) ... ok 2025-10-14T22:38:47.1066319Z test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent) ... ok 2025-10-14T22:38:47.1077337Z test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event) ... ok 2025-10-14T22:38:47.1078747Z test_empty (test.test_sched.TestCase.test_empty) ... ok 2025-10-14T22:38:47.1079634Z test_enter (test.test_sched.TestCase.test_enter) ... ok 2025-10-14T22:38:47.1092118Z test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent) ... ok 2025-10-14T22:38:47.1093535Z test_enterabs (test.test_sched.TestCase.test_enterabs) ... ok 2025-10-14T22:38:47.1094431Z test_priority (test.test_sched.TestCase.test_priority) ... ok 2025-10-14T22:38:47.1104014Z test_queue (test.test_sched.TestCase.test_queue) ... ok 2025-10-14T22:38:47.1105462Z test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking) ... ok 2025-10-14T22:38:47.1106173Z 2025-10-14T22:38:47.1131779Z ---------------------------------------------------------------------- 2025-10-14T22:38:47.1171956Z Ran 11 tests in 1.701s 2025-10-14T22:38:47.1467258Z 2025-10-14T22:38:47.2896955Z OK 2025-10-14T22:38:47.3349259Z 0:13:07 load avg: 16.05 [49/59] test.test_concurrent_futures.test_deadlock passed -- running (1): test_xmlrpc (39.1 sec) 2025-10-14T22:38:47.3387970Z Re-running test.test_concurrent_futures.test_deadlock in verbose mode 2025-10-14T22:38:47.3392536Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:47.3440615Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' 2025-10-14T22:38:47.3442269Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.3454202Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.3511569Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' 2025-10-14T22:38:47.3578555Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:47.3615920Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4025096Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4028730Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:38:47.4030442Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:47.4279863Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4340140Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4348088Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:38:47.4373541Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' 2025-10-14T22:38:47.4375751Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' 2025-10-14T22:38:47.4376887Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' 2025-10-14T22:38:47.4388327Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:47.4390071Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' 2025-10-14T22:38:47.4391490Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4578311Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4580694Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' 2025-10-14T22:38:47.4594295Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:47.4601062Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:47.4648720Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:48.3744569Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:38:48.3745883Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' 2025-10-14T22:38:48.3746661Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:48.3747438Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' 2025-10-14T22:38:48.3748214Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' 2025-10-14T22:38:48.3748996Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' 2025-10-14T22:38:48.3749913Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' 2025-10-14T22:38:48.3750647Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' 2025-10-14T22:38:48.3751315Z test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) ... ok 2025-10-14T22:38:48.3751906Z test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) ... ok 2025-10-14T22:38:48.3752512Z test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... ok 2025-10-14T22:38:48.3753265Z test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... ok 2025-10-14T22:38:48.3753946Z test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) ... ok 2025-10-14T22:38:48.3754793Z test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) ... ok 2025-10-14T22:38:48.3755439Z test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... ok 2025-10-14T22:38:48.3756180Z test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... ok 2025-10-14T22:38:48.3757019Z test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... ok 2025-10-14T22:38:48.3757748Z test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) ... ok 2025-10-14T22:38:48.3758425Z test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... ok 2025-10-14T22:38:48.3759120Z test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... ok 2025-10-14T22:38:48.3759826Z test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... ok 2025-10-14T22:38:48.3760611Z test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'Tested platform does not support the alarm signal' 2025-10-14T22:38:48.3761324Z test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) ... ok 2025-10-14T22:38:48.3761936Z test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... ok 2025-10-14T22:38:48.3762302Z 2025-10-14T22:38:48.3762704Z ---------------------------------------------------------------------- 2025-10-14T22:38:48.3763108Z Ran 48 tests in 11.824s 2025-10-14T22:38:48.3763386Z 2025-10-14T22:38:48.3763683Z OK (skipped=33) 2025-10-14T22:38:48.3764093Z 0:13:08 load avg: 15.97 [50/59] test_decimal passed -- running (1): test_xmlrpc (40.6 sec) 2025-10-14T22:38:48.3764495Z Re-running test_decimal in verbose mode 2025-10-14T22:38:48.3764894Z test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition) ... ok 2025-10-14T22:38:48.3765355Z test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign) ... ok 2025-10-14T22:38:48.3765821Z test_division (test.test_decimal.CArithmeticOperatorsTest.test_division) ... ok 2025-10-14T22:38:48.3766334Z test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module) ... ok 2025-10-14T22:38:48.3766853Z test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division) ... ok 2025-10-14T22:38:48.3767323Z test_module (test.test_decimal.CArithmeticOperatorsTest.test_module) ... ok 2025-10-14T22:38:48.3767785Z test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication) ... ok 2025-10-14T22:38:48.3768264Z test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons) ... ok 2025-10-14T22:38:48.3768726Z test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering) ... ok 2025-10-14T22:38:48.3769173Z test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction) ... ok 2025-10-14T22:38:48.3769630Z test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators) ... ok 2025-10-14T22:38:48.3770247Z test__clamp (test.test_decimal.CContextAPItests.test__clamp) ... ok 2025-10-14T22:38:48.3770706Z test_abs (test.test_decimal.CContextAPItests.test_abs) ... ok 2025-10-14T22:38:48.3771127Z test_add (test.test_decimal.CContextAPItests.test_add) ... ok 2025-10-14T22:38:48.3771549Z test_compare (test.test_decimal.CContextAPItests.test_compare) ... ok 2025-10-14T22:38:48.3771995Z test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal) ... ok 2025-10-14T22:38:48.3772444Z test_compare_total (test.test_decimal.CContextAPItests.test_compare_total) ... ok 2025-10-14T22:38:48.3772960Z test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag) ... ok 2025-10-14T22:38:48.3773502Z test_copy (test.test_decimal.CContextAPItests.test_copy) ... ok 2025-10-14T22:38:48.3773978Z test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs) ... ok 2025-10-14T22:38:48.3774441Z test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal) ... ok 2025-10-14T22:38:48.3774928Z test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate) ... ok 2025-10-14T22:38:48.3775385Z test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign) ... ok 2025-10-14T22:38:48.3775810Z test_divide (test.test_decimal.CContextAPItests.test_divide) ... ok 2025-10-14T22:38:48.3776239Z test_divide_int (test.test_decimal.CContextAPItests.test_divide_int) ... ok 2025-10-14T22:38:48.3776680Z test_divmod (test.test_decimal.CContextAPItests.test_divmod) ... ok 2025-10-14T22:38:48.3777137Z test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types) ... ok 2025-10-14T22:38:48.3777652Z test_exp (test.test_decimal.CContextAPItests.test_exp) ... ok 2025-10-14T22:38:48.3778119Z test_fma (test.test_decimal.CContextAPItests.test_fma) ... ok 2025-10-14T22:38:48.3778569Z test_is_finite (test.test_decimal.CContextAPItests.test_is_finite) ... ok 2025-10-14T22:38:48.3779005Z test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite) ... ok 2025-10-14T22:38:48.3779398Z test_is_nan (test.test_decimal.CContextAPItests.test_is_nan) ... ok 2025-10-14T22:38:48.3779834Z test_is_normal (test.test_decimal.CContextAPItests.test_is_normal) ... ok 2025-10-14T22:38:48.3780282Z test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan) ... ok 2025-10-14T22:38:48.3780712Z test_is_signed (test.test_decimal.CContextAPItests.test_is_signed) ... ok 2025-10-14T22:38:48.3781136Z test_is_snan (test.test_decimal.CContextAPItests.test_is_snan) ... ok 2025-10-14T22:38:48.3781563Z test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal) ... ok 2025-10-14T22:38:48.3781986Z test_is_zero (test.test_decimal.CContextAPItests.test_is_zero) ... ok 2025-10-14T22:38:48.3782468Z test_ln (test.test_decimal.CContextAPItests.test_ln) ... ok 2025-10-14T22:38:48.3782955Z test_log10 (test.test_decimal.CContextAPItests.test_log10) ... ok 2025-10-14T22:38:48.3783426Z test_logb (test.test_decimal.CContextAPItests.test_logb) ... ok 2025-10-14T22:38:48.3783897Z test_logical_and (test.test_decimal.CContextAPItests.test_logical_and) ... ok 2025-10-14T22:38:48.3784367Z test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert) ... ok 2025-10-14T22:38:48.3784825Z test_logical_or (test.test_decimal.CContextAPItests.test_logical_or) ... ok 2025-10-14T22:38:48.3785267Z test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor) ... ok 2025-10-14T22:38:48.3785684Z test_max (test.test_decimal.CContextAPItests.test_max) ... ok 2025-10-14T22:38:48.3786092Z test_max_mag (test.test_decimal.CContextAPItests.test_max_mag) ... ok 2025-10-14T22:38:48.3786493Z test_min (test.test_decimal.CContextAPItests.test_min) ... ok 2025-10-14T22:38:48.3786925Z test_min_mag (test.test_decimal.CContextAPItests.test_min_mag) ... ok 2025-10-14T22:38:48.3787384Z test_minus (test.test_decimal.CContextAPItests.test_minus) ... ok 2025-10-14T22:38:48.3787846Z test_multiply (test.test_decimal.CContextAPItests.test_multiply) ... ok 2025-10-14T22:38:48.3788439Z test_next_minus (test.test_decimal.CContextAPItests.test_next_minus) ... ok 2025-10-14T22:38:48.3788884Z test_next_plus (test.test_decimal.CContextAPItests.test_next_plus) ... ok 2025-10-14T22:38:48.3789317Z test_next_toward (test.test_decimal.CContextAPItests.test_next_toward) ... ok 2025-10-14T22:38:48.3789748Z test_none_args (test.test_decimal.CContextAPItests.test_none_args) ... ok 2025-10-14T22:38:48.3790165Z test_normalize (test.test_decimal.CContextAPItests.test_normalize) ... ok 2025-10-14T22:38:48.3790589Z test_number_class (test.test_decimal.CContextAPItests.test_number_class) ... ok 2025-10-14T22:38:48.3791083Z test_pickle (test.test_decimal.CContextAPItests.test_pickle) ... ok 2025-10-14T22:38:48.3791644Z test_plus (test.test_decimal.CContextAPItests.test_plus) ... ok 2025-10-14T22:38:48.3792145Z test_power (test.test_decimal.CContextAPItests.test_power) ... ok 2025-10-14T22:38:48.3792589Z test_quantize (test.test_decimal.CContextAPItests.test_quantize) ... ok 2025-10-14T22:38:48.3793030Z test_remainder (test.test_decimal.CContextAPItests.test_remainder) ... ok 2025-10-14T22:38:48.3793470Z test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near) ... ok 2025-10-14T22:38:48.3793909Z test_rotate (test.test_decimal.CContextAPItests.test_rotate) ... ok 2025-10-14T22:38:48.3794329Z test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum) ... ok 2025-10-14T22:38:48.3794792Z test_scaleb (test.test_decimal.CContextAPItests.test_scaleb) ... ok 2025-10-14T22:38:48.3795237Z test_shift (test.test_decimal.CContextAPItests.test_shift) ... ok 2025-10-14T22:38:48.3795687Z test_sqrt (test.test_decimal.CContextAPItests.test_sqrt) ... ok 2025-10-14T22:38:48.3796128Z test_subtract (test.test_decimal.CContextAPItests.test_subtract) ... ok 2025-10-14T22:38:48.3796579Z test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string) ... ok 2025-10-14T22:38:48.3797052Z test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact) ... ok 2025-10-14T22:38:48.3797514Z test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value) ... ok 2025-10-14T22:38:48.3797967Z test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string) ... ok 2025-10-14T22:38:48.3798415Z test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons) ... ok 2025-10-14T22:38:48.3798924Z test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant) ... ok 2025-10-14T22:38:48.3799428Z test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison) ... ok 2025-10-14T22:38:48.3799897Z test_float_operation (test.test_decimal.CContextFlags.test_float_operation) ... ok 2025-10-14T22:38:48.3800385Z test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default) ... ok 2025-10-14T22:38:48.3800873Z test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context) ... ok 2025-10-14T22:38:48.3801346Z test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing) ... ok 2025-10-14T22:38:48.3801979Z test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok 2025-10-14T22:38:48.3802578Z test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext) ... ok 2025-10-14T22:38:48.3803080Z test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs) ... ok 2025-10-14T22:38:48.3803682Z test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg) ... ok 2025-10-14T22:38:48.3804187Z test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements) ... ok 2025-10-14T22:38:48.3804693Z test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1) ... ok 2025-10-14T22:38:48.3805186Z test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2) ... ok 2025-10-14T22:38:48.3805789Z test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3) ... ok 2025-10-14T22:38:48.3806236Z test_adjusted (test.test_decimal.CCoverage.test_adjusted) ... ok 2025-10-14T22:38:48.3806698Z test_canonical (test.test_decimal.CCoverage.test_canonical) ... ok 2025-10-14T22:38:48.3807145Z test_context_repr (test.test_decimal.CCoverage.test_context_repr) ... ok 2025-10-14T22:38:48.3807595Z test_copy (test.test_decimal.CCoverage.test_copy) ... ok 2025-10-14T22:38:48.3808042Z test_create_decimal (test.test_decimal.CCoverage.test_create_decimal) ... ok 2025-10-14T22:38:48.3808476Z test_divmod (test.test_decimal.CCoverage.test_divmod) ... ok 2025-10-14T22:38:48.3809015Z test_implicit_context (test.test_decimal.CCoverage.test_implicit_context) ... ok 2025-10-14T22:38:48.3809439Z test_int (test.test_decimal.CCoverage.test_int) ... ok 2025-10-14T22:38:48.3809824Z test_power (test.test_decimal.CCoverage.test_power) ... ok 2025-10-14T22:38:48.3810219Z test_quantize (test.test_decimal.CCoverage.test_quantize) ... ok 2025-10-14T22:38:48.3810643Z test_radix (test.test_decimal.CCoverage.test_radix) ... ok 2025-10-14T22:38:48.3811102Z test_rop (test.test_decimal.CCoverage.test_rop) ... ok 2025-10-14T22:38:48.3811644Z test_round (test.test_decimal.CCoverage.test_round) ... ok 2025-10-14T22:38:48.3812165Z test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal) ... ok 2025-10-14T22:38:48.3812750Z test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float) ... ok 2025-10-14T22:38:48.3813276Z test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty) ... ok 2025-10-14T22:38:48.3813773Z test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal) ... ok 2025-10-14T22:38:48.3814284Z test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None) ... ok 2025-10-14T22:38:48.3814800Z test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool) ... ok 2025-10-14T22:38:48.3815325Z test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float) ... ok 2025-10-14T22:38:48.3815864Z test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int) ... ok 2025-10-14T22:38:48.3816380Z test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list) ... ok 2025-10-14T22:38:48.3816896Z test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string) ... ok 2025-10-14T22:38:48.3817402Z test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples) ... ok 2025-10-14T22:38:48.3817873Z test_from_number (test.test_decimal.CExplicitConstructionTest.test_from_number) ... ok 2025-10-14T22:38:48.3818350Z test_from_number_subclass (test.test_decimal.CExplicitConstructionTest.test_from_number_subclass) ... ok 2025-10-14T22:38:48.3818860Z test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits) ... ok 2025-10-14T22:38:48.3819400Z test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type) ... ok 2025-10-14T22:38:48.3819929Z test_deprecated_N_format (test.test_decimal.CFormatTest.test_deprecated_N_format) ... ok 2025-10-14T22:38:48.3820391Z test_formatting (test.test_decimal.CFormatTest.test_formatting) ... ok 2025-10-14T22:38:48.3820834Z test_n_format (test.test_decimal.CFormatTest.test_n_format) ... ok 2025-10-14T22:38:48.3872868Z test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format) ... ok 2025-10-14T22:38:48.3873671Z test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding) ... ok 2025-10-14T22:38:48.3874388Z test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator (',' not '\\u066b')" 2025-10-14T22:38:48.3875307Z test_c_context (test.test_decimal.CFunctionality.test_c_context) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3875873Z test_constants (test.test_decimal.CFunctionality.test_constants) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3876432Z test_constants (test.test_decimal.CIEEEContexts.test_constants) ... ok 2025-10-14T22:38:48.3876875Z test_ieee_context (test.test_decimal.CIEEEContexts.test_ieee_context) ... ok 2025-10-14T22:38:48.3877350Z test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal) ... ok 2025-10-14T22:38:48.3878029Z test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None) ... ok 2025-10-14T22:38:48.3878625Z test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float) ... ok 2025-10-14T22:38:48.3879182Z test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int) ... ok 2025-10-14T22:38:48.3879699Z test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string) ... ok 2025-10-14T22:38:48.3880164Z test_rop (test.test_decimal.CImplicitConstructionTest.test_rop) ... ok 2025-10-14T22:38:48.3880581Z test_abc (test.test_decimal.CPythonAPItests.test_abc) ... ok 2025-10-14T22:38:48.3880993Z test_complex (test.test_decimal.CPythonAPItests.test_complex) ... ok 2025-10-14T22:38:48.3881451Z test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float) ... ok 2025-10-14T22:38:48.3882088Z test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy) ... ok 2025-10-14T22:38:48.3882602Z test_from_float (test.test_decimal.CPythonAPItests.test_from_float) ... ok 2025-10-14T22:38:48.3883043Z test_int (test.test_decimal.CPythonAPItests.test_int) ... ok 2025-10-14T22:38:48.3883585Z test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters) ... ok 2025-10-14T22:38:48.3884041Z test_pickle (test.test_decimal.CPythonAPItests.test_pickle) ... ok 2025-10-14T22:38:48.3884503Z test_quantize (test.test_decimal.CPythonAPItests.test_quantize) ... ok 2025-10-14T22:38:48.3884970Z test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints) ... ok 2025-10-14T22:38:48.3885387Z test_trunc (test.test_decimal.CPythonAPItests.test_trunc) ... ok 2025-10-14T22:38:48.3885820Z test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates) ... ok 2025-10-14T22:38:48.3886336Z test_default_context (test.test_decimal.CSpecialContexts.test_default_context) ... ok 2025-10-14T22:38:48.3886875Z test_threading (test.test_decimal.CThreadingTest.test_threading) ... ok 2025-10-14T22:38:48.3887359Z test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio) ... ok 2025-10-14T22:38:48.3887833Z test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero) ... ok 2025-10-14T22:38:48.3888272Z test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple) ... ok 2025-10-14T22:38:48.3888712Z test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators) ... ok 2025-10-14T22:38:48.3889227Z test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int) ... ok 2025-10-14T22:38:48.3889720Z test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods) ... ok 2025-10-14T22:38:48.3890245Z test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison) ... ok 2025-10-14T22:38:48.3890794Z test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison) ... ok 2025-10-14T22:38:48.3891342Z test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison) ... ok 2025-10-14T22:38:48.3891901Z test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip) ... ok 2025-10-14T22:38:48.3893206Z test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method) ... ok 2025-10-14T22:38:48.3893652Z test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan) ... ok 2025-10-14T22:38:48.3894212Z test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context) ... ok 2025-10-14T22:38:48.3894768Z test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods) ... ok 2025-10-14T22:38:48.3895281Z test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float) ... ok 2025-10-14T22:38:48.3895728Z test_none_args (test.test_decimal.CUsabilityTest.test_none_args) ... ok 2025-10-14T22:38:48.3896985Z test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float) ... ok 2025-10-14T22:38:48.3897468Z test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing) ... ok 2025-10-14T22:38:48.3897934Z test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods) ... ok 2025-10-14T22:38:48.3898453Z test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods) ... ok 2025-10-14T22:38:48.3898928Z test_bignum (test.test_decimal.CWhitebox.test_bignum) ... ok 2025-10-14T22:38:48.3899380Z test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors) ... ok 2025-10-14T22:38:48.3899961Z test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3900499Z test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr) ... ok 2025-10-14T22:38:48.3901020Z test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3901548Z test_c_disallow_instantiation (test.test_decimal.CWhitebox.test_c_disallow_instantiation) ... ok 2025-10-14T22:38:48.3902032Z test_c_format (test.test_decimal.CWhitebox.test_c_format) ... ok 2025-10-14T22:38:48.3902496Z test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs) ... ok 2025-10-14T22:38:48.3902958Z test_c_immutable_types (test.test_decimal.CWhitebox.test_c_immutable_types) ... ok 2025-10-14T22:38:48.3903456Z test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction) ... ok 2025-10-14T22:38:48.3903933Z test_c_integral (test.test_decimal.CWhitebox.test_c_integral) ... ok 2025-10-14T22:38:48.3904353Z test_c_round (test.test_decimal.CWhitebox.test_c_round) ... ok 2025-10-14T22:38:48.3904959Z test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3905476Z test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault) ... ok 2025-10-14T22:38:48.3905933Z test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context) ... ok 2025-10-14T22:38:48.3906497Z test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' 2025-10-14T22:38:48.3907083Z test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion) ... ok 2025-10-14T22:38:48.3907586Z test_format_fallback_capitals (test.test_decimal.CWhitebox.test_format_fallback_capitals) ... ok 2025-10-14T22:38:48.3908154Z test_format_fallback_rounding (test.test_decimal.CWhitebox.test_format_fallback_rounding) ... ok 2025-10-14T22:38:48.3908633Z test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple) ... ok 2025-10-14T22:38:48.3909106Z test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods) ... ok 2025-10-14T22:38:48.3909609Z test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction) ... ok 2025-10-14T22:38:48.3910065Z test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override) ... ok 2025-10-14T22:38:48.3910591Z test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned) ... ok 2025-10-14T22:38:48.3911094Z test_sizeof (test.test_decimal.CWhitebox.test_sizeof) ... ok 2025-10-14T22:38:48.3911680Z test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions) ... ok 2025-10-14T22:38:48.3912172Z test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes) ... ok 2025-10-14T22:38:48.3912710Z test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes) ... ok 2025-10-14T22:38:48.3913195Z test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes) ... ok 2025-10-14T22:38:48.3913650Z test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition) ... ok 2025-10-14T22:38:48.3914090Z test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign) ... ok 2025-10-14T22:38:48.3914772Z test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division) ... ok 2025-10-14T22:38:48.3915360Z test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module) ... ok 2025-10-14T22:38:48.3915896Z test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division) ... ok 2025-10-14T22:38:48.3916366Z test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module) ... ok 2025-10-14T22:38:48.3916838Z test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication) ... ok 2025-10-14T22:38:48.3917374Z test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons) ... ok 2025-10-14T22:38:48.3917834Z test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering) ... ok 2025-10-14T22:38:48.3918280Z test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction) ... ok 2025-10-14T22:38:48.3918753Z test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators) ... ok 2025-10-14T22:38:48.3919228Z test__clamp (test.test_decimal.PyContextAPItests.test__clamp) ... ok 2025-10-14T22:38:48.3919672Z test_abs (test.test_decimal.PyContextAPItests.test_abs) ... ok 2025-10-14T22:38:48.3920162Z test_add (test.test_decimal.PyContextAPItests.test_add) ... ok 2025-10-14T22:38:48.3920595Z test_compare (test.test_decimal.PyContextAPItests.test_compare) ... ok 2025-10-14T22:38:48.3921047Z test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal) ... ok 2025-10-14T22:38:48.3921512Z test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total) ... ok 2025-10-14T22:38:48.3921966Z test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag) ... ok 2025-10-14T22:38:48.3922397Z test_copy (test.test_decimal.PyContextAPItests.test_copy) ... ok 2025-10-14T22:38:48.3922852Z test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs) ... ok 2025-10-14T22:38:48.3923326Z test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal) ... ok 2025-10-14T22:38:48.3923803Z test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate) ... ok 2025-10-14T22:38:48.3924342Z test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign) ... ok 2025-10-14T22:38:48.3924854Z test_divide (test.test_decimal.PyContextAPItests.test_divide) ... ok 2025-10-14T22:38:48.3925302Z test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int) ... ok 2025-10-14T22:38:48.3925728Z test_divmod (test.test_decimal.PyContextAPItests.test_divmod) ... ok 2025-10-14T22:38:48.3926188Z test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types) ... ok 2025-10-14T22:38:48.3926674Z test_exp (test.test_decimal.PyContextAPItests.test_exp) ... ok 2025-10-14T22:38:48.3927096Z test_fma (test.test_decimal.PyContextAPItests.test_fma) ... ok 2025-10-14T22:38:48.3927556Z test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite) ... ok 2025-10-14T22:38:48.3928015Z test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite) ... ok 2025-10-14T22:38:48.3928478Z test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan) ... ok 2025-10-14T22:38:48.3928963Z test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal) ... ok 2025-10-14T22:38:48.3929525Z test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan) ... ok 2025-10-14T22:38:48.3929951Z test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed) ... ok 2025-10-14T22:38:48.3930387Z test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan) ... ok 2025-10-14T22:38:48.3930812Z test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal) ... ok 2025-10-14T22:38:48.3931301Z test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero) ... ok 2025-10-14T22:38:48.3931739Z test_ln (test.test_decimal.PyContextAPItests.test_ln) ... ok 2025-10-14T22:38:48.3932184Z test_log10 (test.test_decimal.PyContextAPItests.test_log10) ... ok 2025-10-14T22:38:48.3932732Z test_logb (test.test_decimal.PyContextAPItests.test_logb) ... ok 2025-10-14T22:38:48.3933219Z test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and) ... ok 2025-10-14T22:38:48.3933694Z test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert) ... ok 2025-10-14T22:38:48.3934141Z test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or) ... ok 2025-10-14T22:38:48.3934633Z test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor) ... ok 2025-10-14T22:38:48.3935056Z test_max (test.test_decimal.PyContextAPItests.test_max) ... ok 2025-10-14T22:38:48.3935524Z test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag) ... ok 2025-10-14T22:38:48.3936020Z test_min (test.test_decimal.PyContextAPItests.test_min) ... ok 2025-10-14T22:38:48.3936459Z test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag) ... ok 2025-10-14T22:38:48.3936917Z test_minus (test.test_decimal.PyContextAPItests.test_minus) ... ok 2025-10-14T22:38:48.3937380Z test_multiply (test.test_decimal.PyContextAPItests.test_multiply) ... ok 2025-10-14T22:38:48.3937836Z test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus) ... ok 2025-10-14T22:38:48.3938315Z test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus) ... ok 2025-10-14T22:38:48.3938766Z test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward) ... ok 2025-10-14T22:38:48.3939215Z test_none_args (test.test_decimal.PyContextAPItests.test_none_args) ... ok 2025-10-14T22:38:48.3939634Z test_normalize (test.test_decimal.PyContextAPItests.test_normalize) ... ok 2025-10-14T22:38:48.3940085Z test_number_class (test.test_decimal.PyContextAPItests.test_number_class) ... ok 2025-10-14T22:38:48.3940559Z test_pickle (test.test_decimal.PyContextAPItests.test_pickle) ... ok 2025-10-14T22:38:48.3941006Z test_plus (test.test_decimal.PyContextAPItests.test_plus) ... ok 2025-10-14T22:38:48.3941491Z test_power (test.test_decimal.PyContextAPItests.test_power) ... ok 2025-10-14T22:38:48.3941959Z test_quantize (test.test_decimal.PyContextAPItests.test_quantize) ... ok 2025-10-14T22:38:48.3942395Z test_remainder (test.test_decimal.PyContextAPItests.test_remainder) ... ok 2025-10-14T22:38:48.3942838Z test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near) ... ok 2025-10-14T22:38:48.3943280Z test_rotate (test.test_decimal.PyContextAPItests.test_rotate) ... ok 2025-10-14T22:38:48.3943749Z test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum) ... ok 2025-10-14T22:38:48.3944300Z test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb) ... ok 2025-10-14T22:38:48.3944754Z test_shift (test.test_decimal.PyContextAPItests.test_shift) ... ok 2025-10-14T22:38:48.3945199Z test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt) ... ok 2025-10-14T22:38:48.3945674Z test_subtract (test.test_decimal.PyContextAPItests.test_subtract) ... ok 2025-10-14T22:38:48.3946137Z test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string) ... ok 2025-10-14T22:38:48.3946607Z test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact) ... ok 2025-10-14T22:38:48.3947073Z test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value) ... ok 2025-10-14T22:38:48.3947527Z test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string) ... ok 2025-10-14T22:38:48.3948192Z test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons) ... ok 2025-10-14T22:38:48.3948709Z test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant) ... ok 2025-10-14T22:38:48.3949203Z test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison) ... ok 2025-10-14T22:38:48.3949694Z test_float_operation (test.test_decimal.PyContextFlags.test_float_operation) ... ok 2025-10-14T22:38:48.3950218Z test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default) ... ok 2025-10-14T22:38:48.3950861Z test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context) ... ok 2025-10-14T22:38:48.3951354Z test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing) ... ok 2025-10-14T22:38:48.3951930Z test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok 2025-10-14T22:38:48.3952498Z test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext) ... ok 2025-10-14T22:38:48.3952987Z test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs) ... ok 2025-10-14T22:38:48.3953584Z test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg) ... ok 2025-10-14T22:38:48.3954197Z test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements) ... ok 2025-10-14T22:38:48.3954721Z test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1) ... ok 2025-10-14T22:38:48.3955231Z test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2) ... ok 2025-10-14T22:38:48.3955785Z test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3) ... ok 2025-10-14T22:38:48.3956307Z test_adjusted (test.test_decimal.PyCoverage.test_adjusted) ... ok 2025-10-14T22:38:48.3956734Z test_canonical (test.test_decimal.PyCoverage.test_canonical) ... ok 2025-10-14T22:38:48.3957154Z test_context_repr (test.test_decimal.PyCoverage.test_context_repr) ... ok 2025-10-14T22:38:48.3957598Z test_copy (test.test_decimal.PyCoverage.test_copy) ... ok 2025-10-14T22:38:48.3958090Z test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal) ... ok 2025-10-14T22:38:48.3958560Z test_divmod (test.test_decimal.PyCoverage.test_divmod) ... ok 2025-10-14T22:38:48.3959008Z test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context) ... ok 2025-10-14T22:38:48.3959447Z test_int (test.test_decimal.PyCoverage.test_int) ... ok 2025-10-14T22:38:48.3959847Z test_power (test.test_decimal.PyCoverage.test_power) ... ok 2025-10-14T22:38:48.3960251Z test_quantize (test.test_decimal.PyCoverage.test_quantize) ... ok 2025-10-14T22:38:48.3960687Z test_radix (test.test_decimal.PyCoverage.test_radix) ... ok 2025-10-14T22:38:48.3961088Z test_rop (test.test_decimal.PyCoverage.test_rop) ... ok 2025-10-14T22:38:48.3961506Z test_round (test.test_decimal.PyCoverage.test_round) ... ok 2025-10-14T22:38:48.3962012Z test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal) ... ok 2025-10-14T22:38:48.3962612Z test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float) ... ok 2025-10-14T22:38:48.3963202Z test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty) ... ok 2025-10-14T22:38:48.3963714Z test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal) ... ok 2025-10-14T22:38:48.3964291Z test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None) ... ok 2025-10-14T22:38:48.3964784Z test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool) ... ok 2025-10-14T22:38:48.3965418Z test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float) ... ok 2025-10-14T22:38:48.3966016Z test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int) ... ok 2025-10-14T22:38:48.3966544Z test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list) ... ok 2025-10-14T22:38:48.3967088Z test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string) ... ok 2025-10-14T22:38:48.3967687Z test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples) ... ok 2025-10-14T22:38:48.3968323Z test_from_number (test.test_decimal.PyExplicitConstructionTest.test_from_number) ... ok 2025-10-14T22:38:48.3968812Z test_from_number_subclass (test.test_decimal.PyExplicitConstructionTest.test_from_number_subclass) ... ok 2025-10-14T22:38:48.3969294Z test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits) ... ok 2025-10-14T22:38:48.3969794Z test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type) ... ok 2025-10-14T22:38:48.3970392Z test_deprecated_N_format (test.test_decimal.PyFormatTest.test_deprecated_N_format) ... ok 2025-10-14T22:38:48.3970889Z test_formatting (test.test_decimal.PyFormatTest.test_formatting) ... ok 2025-10-14T22:38:48.3971340Z test_n_format (test.test_decimal.PyFormatTest.test_n_format) ... ok 2025-10-14T22:38:48.3971811Z test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format) ... ok 2025-10-14T22:38:48.3972345Z test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding) ... ok 2025-10-14T22:38:48.3972962Z test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator (',' not '\\u066b')" 2025-10-14T22:38:48.3973543Z test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting) ... ok 2025-10-14T22:38:48.3974108Z test_constants (test.test_decimal.PyIEEEContexts.test_constants) ... ok 2025-10-14T22:38:48.3974637Z test_ieee_context (test.test_decimal.PyIEEEContexts.test_ieee_context) ... ok 2025-10-14T22:38:48.3975160Z test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal) ... ok 2025-10-14T22:38:48.3975688Z test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None) ... ok 2025-10-14T22:38:48.3976195Z test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float) ... ok 2025-10-14T22:38:48.3976696Z test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int) ... ok 2025-10-14T22:38:48.3977246Z test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string) ... ok 2025-10-14T22:38:48.3977722Z test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop) ... ok 2025-10-14T22:38:48.3978173Z test_abc (test.test_decimal.PyPythonAPItests.test_abc) ... ok 2025-10-14T22:38:48.3978610Z test_complex (test.test_decimal.PyPythonAPItests.test_complex) ... ok 2025-10-14T22:38:48.3979105Z test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float) ... ok 2025-10-14T22:38:48.3979669Z test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy) ... ok 2025-10-14T22:38:48.3980155Z test_from_float (test.test_decimal.PyPythonAPItests.test_from_float) ... ok 2025-10-14T22:38:48.3980573Z test_int (test.test_decimal.PyPythonAPItests.test_int) ... ok 2025-10-14T22:38:48.3981006Z test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters) ... ok 2025-10-14T22:38:48.3981437Z test_pickle (test.test_decimal.PyPythonAPItests.test_pickle) ... ok 2025-10-14T22:38:48.3981858Z test_quantize (test.test_decimal.PyPythonAPItests.test_quantize) ... ok 2025-10-14T22:38:48.3982471Z test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints) ... ok 2025-10-14T22:38:48.3982922Z test_trunc (test.test_decimal.PyPythonAPItests.test_trunc) ... ok 2025-10-14T22:38:48.3983444Z test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates) ... ok 2025-10-14T22:38:48.3984029Z test_default_context (test.test_decimal.PySpecialContexts.test_default_context) ... ok 2025-10-14T22:38:48.3984485Z test_threading (test.test_decimal.PyThreadingTest.test_threading) ... ok 2025-10-14T22:38:48.3984933Z test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio) ... ok 2025-10-14T22:38:48.3985473Z test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero) ... ok 2025-10-14T22:38:48.3985953Z test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple) ... ok 2025-10-14T22:38:48.3986443Z test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators) ... ok 2025-10-14T22:38:48.3986958Z test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int) ... ok 2025-10-14T22:38:48.3987488Z test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods) ... ok 2025-10-14T22:38:48.3988055Z test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison) ... ok 2025-10-14T22:38:48.3988594Z test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison) ... ok 2025-10-14T22:38:48.3989100Z test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison) ... ok 2025-10-14T22:38:48.3989581Z test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip) ... ok 2025-10-14T22:38:48.3990020Z test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method) ... ok 2025-10-14T22:38:48.3990483Z test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan) ... ok 2025-10-14T22:38:48.3991012Z test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context) ... ok 2025-10-14T22:38:48.3991539Z test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods) ... ok 2025-10-14T22:38:48.3992019Z test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float) ... ok 2025-10-14T22:38:48.3992465Z test_none_args (test.test_decimal.PyUsabilityTest.test_none_args) ... ok 2025-10-14T22:38:48.3992901Z test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float) ... ok 2025-10-14T22:38:48.3993385Z test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing) ... ok 2025-10-14T22:38:48.3993901Z test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods) ... ok 2025-10-14T22:38:48.3994418Z test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods) ... ok 2025-10-14T22:38:48.3994911Z test_py__round (test.test_decimal.PyWhitebox.test_py__round) ... ok 2025-10-14T22:38:48.3995428Z test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id) ... ok 2025-10-14T22:38:48.3996767Z test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power) ... ok 2025-10-14T22:38:48.3997337Z test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations) ... ok 2025-10-14T22:38:48.3997871Z test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale) ... ok 2025-10-14T22:38:48.3998347Z test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module) ... ok 2025-10-14T22:38:48.3998792Z test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types) ... ok 2025-10-14T22:38:48.3999202Z test_abs (test.test_decimal.CIBMTestCases.test_abs) ... ok 2025-10-14T22:38:48.3999594Z test_add (test.test_decimal.CIBMTestCases.test_add) ... ok 2025-10-14T22:38:48.4000031Z test_and (test.test_decimal.CIBMTestCases.test_and) ... ok 2025-10-14T22:38:48.4000493Z test_base (test.test_decimal.CIBMTestCases.test_base) ... ok 2025-10-14T22:38:48.4000910Z test_clamp (test.test_decimal.CIBMTestCases.test_clamp) ... ok 2025-10-14T22:38:48.4001515Z test_class (test.test_decimal.CIBMTestCases.test_class) ... ok 2025-10-14T22:38:48.4001941Z test_compare (test.test_decimal.CIBMTestCases.test_compare) ... ok 2025-10-14T22:38:48.4002366Z test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal) ... ok 2025-10-14T22:38:48.4002859Z test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag) ... ok 2025-10-14T22:38:48.4003287Z test_copy (test.test_decimal.CIBMTestCases.test_copy) ... ok 2025-10-14T22:38:48.4003683Z test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs) ... ok 2025-10-14T22:38:48.4004115Z test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate) ... ok 2025-10-14T22:38:48.4004802Z test_copysign (test.test_decimal.CIBMTestCases.test_copysign) ... ok 2025-10-14T22:38:48.4005268Z test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs) ... ok 2025-10-14T22:38:48.4005705Z test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd) ... ok 2025-10-14T22:38:48.4006132Z test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd) ... ok 2025-10-14T22:38:48.4006545Z test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase) ... ok 2025-10-14T22:38:48.4006963Z test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical) ... ok 2025-10-14T22:38:48.4007389Z test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass) ... ok 2025-10-14T22:38:48.4007844Z test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare) ... ok 2025-10-14T22:38:48.4008266Z test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig) ... ok 2025-10-14T22:38:48.4008753Z test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal) ... ok 2025-10-14T22:38:48.4009235Z test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag) ... ok 2025-10-14T22:38:48.4009744Z test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy) ... ok 2025-10-14T22:38:48.4010206Z test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs) ... ok 2025-10-14T22:38:48.4010655Z test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate) ... ok 2025-10-14T22:38:48.4011096Z test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign) ... ok 2025-10-14T22:38:48.4011513Z test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide) ... ok 2025-10-14T22:38:48.4011969Z test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt) ... ok 2025-10-14T22:38:48.4012402Z test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode) ... ok 2025-10-14T22:38:48.4012849Z test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA) ... ok 2025-10-14T22:38:48.4013304Z test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert) ... ok 2025-10-14T22:38:48.4013740Z test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB) ... ok 2025-10-14T22:38:48.4014252Z test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax) ... ok 2025-10-14T22:38:48.4014724Z test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag) ... ok 2025-10-14T22:38:48.4015158Z test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin) ... ok 2025-10-14T22:38:48.4015573Z test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag) ... ok 2025-10-14T22:38:48.4015997Z test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus) ... ok 2025-10-14T22:38:48.4016417Z test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply) ... ok 2025-10-14T22:38:48.4016840Z test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus) ... ok 2025-10-14T22:38:48.4017303Z test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus) ... ok 2025-10-14T22:38:48.4017759Z test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward) ... ok 2025-10-14T22:38:48.4018261Z test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr) ... ok 2025-10-14T22:38:48.4018705Z test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus) ... ok 2025-10-14T22:38:48.4019128Z test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize) ... ok 2025-10-14T22:38:48.4019549Z test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce) ... ok 2025-10-14T22:38:48.4020091Z test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder) ... ok 2025-10-14T22:38:48.4020585Z test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear) ... ok 2025-10-14T22:38:48.4021068Z test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate) ... ok 2025-10-14T22:38:48.4021544Z test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum) ... ok 2025-10-14T22:38:48.4022015Z test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB) ... ok 2025-10-14T22:38:48.4022503Z test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift) ... ok 2025-10-14T22:38:48.4022947Z test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract) ... ok 2025-10-14T22:38:48.4023512Z test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral) ... ok 2025-10-14T22:38:48.4023941Z test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor) ... ok 2025-10-14T22:38:48.4024419Z test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble) ... ok 2025-10-14T22:38:48.4024902Z test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad) ... ok 2025-10-14T22:38:48.4025315Z test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle) ... ok 2025-10-14T22:38:48.4025738Z test_divide (test.test_decimal.CIBMTestCases.test_divide) ... ok 2025-10-14T22:38:48.4026209Z test_divideint (test.test_decimal.CIBMTestCases.test_divideint) ... ok 2025-10-14T22:38:48.4026636Z test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs) ... ok 2025-10-14T22:38:48.4027073Z test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd) ... ok 2025-10-14T22:38:48.4027530Z test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd) ... ok 2025-10-14T22:38:48.4027971Z test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase) ... ok 2025-10-14T22:38:48.4028387Z test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical) ... ok 2025-10-14T22:38:48.4028802Z test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass) ... ok 2025-10-14T22:38:48.4029211Z test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare) ... ok 2025-10-14T22:38:48.4029631Z test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig) ... ok 2025-10-14T22:38:48.4030134Z test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal) ... ok 2025-10-14T22:38:48.4030650Z test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag) ... ok 2025-10-14T22:38:48.4031120Z test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy) ... ok 2025-10-14T22:38:48.4031555Z test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs) ... ok 2025-10-14T22:38:48.4031987Z test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate) ... ok 2025-10-14T22:38:48.4032424Z test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign) ... ok 2025-10-14T22:38:48.4032840Z test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide) ... ok 2025-10-14T22:38:48.4033338Z test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt) ... ok 2025-10-14T22:38:48.4033832Z test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode) ... ok 2025-10-14T22:38:48.4034275Z test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA) ... ok 2025-10-14T22:38:48.4034711Z test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert) ... ok 2025-10-14T22:38:48.4035194Z test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB) ... ok 2025-10-14T22:38:48.4036735Z test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax) ... ok 2025-10-14T22:38:48.4037312Z test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag) ... ok 2025-10-14T22:38:48.4037746Z test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin) ... ok 2025-10-14T22:38:48.4038161Z test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag) ... ok 2025-10-14T22:38:48.4038602Z test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus) ... ok 2025-10-14T22:38:48.4039132Z test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply) ... ok 2025-10-14T22:38:48.4039596Z test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus) ... ok 2025-10-14T22:38:48.4040198Z test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus) ... ok 2025-10-14T22:38:48.4040655Z test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward) ... ok 2025-10-14T22:38:48.4041091Z test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr) ... ok 2025-10-14T22:38:48.4041547Z test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus) ... ok 2025-10-14T22:38:48.4041964Z test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize) ... ok 2025-10-14T22:38:48.4042374Z test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce) ... ok 2025-10-14T22:38:48.4042787Z test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder) ... ok 2025-10-14T22:38:48.4043397Z test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear) ... ok 2025-10-14T22:38:48.4043934Z test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate) ... ok 2025-10-14T22:38:48.4044396Z test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum) ... ok 2025-10-14T22:38:48.4044850Z test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB) ... ok 2025-10-14T22:38:48.4045340Z test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift) ... ok 2025-10-14T22:38:48.4045768Z test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract) ... ok 2025-10-14T22:38:48.4046232Z test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral) ... ok 2025-10-14T22:38:48.4046709Z test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor) ... ok 2025-10-14T22:38:48.4047130Z test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase) ... ok 2025-10-14T22:38:48.4047587Z test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode) ... ok 2025-10-14T22:38:48.4048014Z test_exp (test.test_decimal.CIBMTestCases.test_exp) ... ok 2025-10-14T22:38:48.4048441Z test_extra (test.test_decimal.CIBMTestCases.test_extra) ... ok 2025-10-14T22:38:48.4048847Z test_fma (test.test_decimal.CIBMTestCases.test_fma) ... ok 2025-10-14T22:38:48.4049261Z test_inexact (test.test_decimal.CIBMTestCases.test_inexact) ... ok 2025-10-14T22:38:48.4049734Z test_invert (test.test_decimal.CIBMTestCases.test_invert) ... ok 2025-10-14T22:38:48.4050135Z test_ln (test.test_decimal.CIBMTestCases.test_ln) ... ok 2025-10-14T22:38:48.4050533Z test_log10 (test.test_decimal.CIBMTestCases.test_log10) ... ok 2025-10-14T22:38:48.4050919Z test_logb (test.test_decimal.CIBMTestCases.test_logb) ... ok 2025-10-14T22:38:48.4051321Z test_max (test.test_decimal.CIBMTestCases.test_max) ... ok 2025-10-14T22:38:48.4051763Z test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag) ... ok 2025-10-14T22:38:48.4052211Z test_min (test.test_decimal.CIBMTestCases.test_min) ... ok 2025-10-14T22:38:48.4052677Z test_minmag (test.test_decimal.CIBMTestCases.test_minmag) ... ok 2025-10-14T22:38:48.4053107Z test_minus (test.test_decimal.CIBMTestCases.test_minus) ... ok 2025-10-14T22:38:48.4053521Z test_multiply (test.test_decimal.CIBMTestCases.test_multiply) ... ok 2025-10-14T22:38:48.4053951Z test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus) ... ok 2025-10-14T22:38:48.4054368Z test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus) ... ok 2025-10-14T22:38:48.4054893Z test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward) ... ok 2025-10-14T22:38:48.4055322Z test_or (test.test_decimal.CIBMTestCases.test_or) ... ok 2025-10-14T22:38:48.4055749Z test_plus (test.test_decimal.CIBMTestCases.test_plus) ... ok 2025-10-14T22:38:48.4056216Z test_power (test.test_decimal.CIBMTestCases.test_power) ... ok 2025-10-14T22:38:48.4056682Z test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt) ... ok 2025-10-14T22:38:48.4057154Z test_quantize (test.test_decimal.CIBMTestCases.test_quantize) ... ok 2025-10-14T22:38:48.4057607Z test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32) ... ok 2025-10-14T22:38:48.4058038Z test_randoms (test.test_decimal.CIBMTestCases.test_randoms) ... ok 2025-10-14T22:38:48.4058454Z test_reduce (test.test_decimal.CIBMTestCases.test_reduce) ... ok 2025-10-14T22:38:48.4058983Z test_remainder (test.test_decimal.CIBMTestCases.test_remainder) ... ok 2025-10-14T22:38:48.4059410Z test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear) ... ok 2025-10-14T22:38:48.4059867Z test_rescale (test.test_decimal.CIBMTestCases.test_rescale) ... ok 2025-10-14T22:38:48.4060351Z test_rotate (test.test_decimal.CIBMTestCases.test_rotate) ... ok 2025-10-14T22:38:48.4060809Z test_rounding (test.test_decimal.CIBMTestCases.test_rounding) ... ok 2025-10-14T22:38:48.4061272Z test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum) ... ok 2025-10-14T22:38:48.4061704Z test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb) ... ok 2025-10-14T22:38:48.4062217Z test_shift (test.test_decimal.CIBMTestCases.test_shift) ... ok 2025-10-14T22:38:48.4062680Z test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot) ... ok 2025-10-14T22:38:48.4063110Z test_subtract (test.test_decimal.CIBMTestCases.test_subtract) ... ok 2025-10-14T22:38:48.4063519Z test_testall (test.test_decimal.CIBMTestCases.test_testall) ... ok 2025-10-14T22:38:48.4063951Z test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral) ... ok 2025-10-14T22:38:48.4064439Z test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx) ... ok 2025-10-14T22:38:48.4064942Z test_xor (test.test_decimal.CIBMTestCases.test_xor) ... ok 2025-10-14T22:38:48.4065419Z test_abs (test.test_decimal.PyIBMTestCases.test_abs) ... ok 2025-10-14T22:38:48.4065841Z test_add (test.test_decimal.PyIBMTestCases.test_add) ... ok 2025-10-14T22:38:48.4066260Z test_and (test.test_decimal.PyIBMTestCases.test_and) ... ok 2025-10-14T22:38:48.4066665Z test_base (test.test_decimal.PyIBMTestCases.test_base) ... ok 2025-10-14T22:38:48.4067071Z test_clamp (test.test_decimal.PyIBMTestCases.test_clamp) ... ok 2025-10-14T22:38:48.4067478Z test_class (test.test_decimal.PyIBMTestCases.test_class) ... ok 2025-10-14T22:38:48.4067916Z test_compare (test.test_decimal.PyIBMTestCases.test_compare) ... ok 2025-10-14T22:38:48.4068356Z test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal) ... ok 2025-10-14T22:38:48.4068837Z test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag) ... ok 2025-10-14T22:38:48.4069306Z test_copy (test.test_decimal.PyIBMTestCases.test_copy) ... ok 2025-10-14T22:38:48.4069726Z test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs) ... ok 2025-10-14T22:38:48.4070187Z test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate) ... ok 2025-10-14T22:38:48.4070692Z test_copysign (test.test_decimal.PyIBMTestCases.test_copysign) ... ok 2025-10-14T22:38:48.4071152Z test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs) ... ok 2025-10-14T22:38:48.4071611Z test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd) ... ok 2025-10-14T22:38:48.4072040Z test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd) ... ok 2025-10-14T22:38:48.4072452Z test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase) ... ok 2025-10-14T22:38:48.4072879Z test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical) ... ok 2025-10-14T22:38:48.4073318Z test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass) ... ok 2025-10-14T22:38:48.4073788Z test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare) ... ok 2025-10-14T22:38:48.4074217Z test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig) ... ok 2025-10-14T22:38:48.4074762Z test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal) ... ok 2025-10-14T22:38:48.4075254Z test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag) ... ok 2025-10-14T22:38:48.4075722Z test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy) ... ok 2025-10-14T22:38:48.4076231Z test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs) ... ok 2025-10-14T22:38:48.4076675Z test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate) ... ok 2025-10-14T22:38:48.4077112Z test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign) ... ok 2025-10-14T22:38:48.4077664Z test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide) ... ok 2025-10-14T22:38:48.4078091Z test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt) ... ok 2025-10-14T22:38:48.4078560Z test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode) ... ok 2025-10-14T22:38:48.4079026Z test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA) ... ok 2025-10-14T22:38:48.4079471Z test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert) ... ok 2025-10-14T22:38:48.4079890Z test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB) ... ok 2025-10-14T22:38:48.4080341Z test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax) ... ok 2025-10-14T22:38:48.4080879Z test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag) ... ok 2025-10-14T22:38:48.4081356Z test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin) ... ok 2025-10-14T22:38:48.4081788Z test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag) ... ok 2025-10-14T22:38:48.4082208Z test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus) ... ok 2025-10-14T22:38:48.4082628Z test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply) ... ok 2025-10-14T22:38:48.4083076Z test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus) ... ok 2025-10-14T22:38:48.4083553Z test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus) ... ok 2025-10-14T22:38:48.4084016Z test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward) ... ok 2025-10-14T22:38:48.4084614Z test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr) ... ok 2025-10-14T22:38:48.4085062Z test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus) ... ok 2025-10-14T22:38:48.4085506Z test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize) ... ok 2025-10-14T22:38:48.4085931Z test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce) ... ok 2025-10-14T22:38:48.4086377Z test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder) ... ok 2025-10-14T22:38:48.4086818Z test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear) ... ok 2025-10-14T22:38:48.4087288Z test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate) ... ok 2025-10-14T22:38:48.4087755Z test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum) ... ok 2025-10-14T22:38:48.4088218Z test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB) ... ok 2025-10-14T22:38:48.4088668Z test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift) ... ok 2025-10-14T22:38:48.4089128Z test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract) ... ok 2025-10-14T22:38:48.4089578Z test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral) ... ok 2025-10-14T22:38:48.4090060Z test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor) ... ok 2025-10-14T22:38:48.4090477Z test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble) ... ok 2025-10-14T22:38:48.4090891Z test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad) ... ok 2025-10-14T22:38:48.4091302Z test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle) ... ok 2025-10-14T22:38:48.4091751Z test_divide (test.test_decimal.PyIBMTestCases.test_divide) ... ok 2025-10-14T22:38:48.4092287Z test_divideint (test.test_decimal.PyIBMTestCases.test_divideint) ... ok 2025-10-14T22:38:48.4092735Z test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs) ... ok 2025-10-14T22:38:48.4093174Z test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd) ... ok 2025-10-14T22:38:48.4093595Z test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd) ... ok 2025-10-14T22:38:48.4094070Z test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase) ... ok 2025-10-14T22:38:48.4094507Z test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical) ... ok 2025-10-14T22:38:48.4094985Z test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass) ... ok 2025-10-14T22:38:48.4095401Z test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare) ... ok 2025-10-14T22:38:48.4095822Z test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig) ... ok 2025-10-14T22:38:48.4096426Z test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal) ... ok 2025-10-14T22:38:48.4096919Z test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag) ... ok 2025-10-14T22:38:48.4097444Z test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy) ... ok 2025-10-14T22:38:48.4097903Z test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs) ... ok 2025-10-14T22:38:48.4098361Z test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate) ... ok 2025-10-14T22:38:48.4098801Z test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign) ... ok 2025-10-14T22:38:48.4099333Z test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide) ... ok 2025-10-14T22:38:48.4099788Z test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt) ... ok 2025-10-14T22:38:48.4100212Z test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode) ... ok 2025-10-14T22:38:48.4100694Z test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA) ... ok 2025-10-14T22:38:48.4101190Z test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert) ... ok 2025-10-14T22:38:48.4101625Z test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB) ... ok 2025-10-14T22:38:48.4102070Z test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax) ... ok 2025-10-14T22:38:48.4102501Z test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag) ... ok 2025-10-14T22:38:48.4102918Z test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin) ... ok 2025-10-14T22:38:48.4103335Z test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag) ... ok 2025-10-14T22:38:48.4103815Z test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus) ... ok 2025-10-14T22:38:48.4104306Z test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply) ... ok 2025-10-14T22:38:48.4104765Z test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus) ... ok 2025-10-14T22:38:48.4105248Z test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus) ... ok 2025-10-14T22:38:48.4105722Z test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward) ... ok 2025-10-14T22:38:48.4106214Z test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr) ... ok 2025-10-14T22:38:48.4106673Z test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus) ... ok 2025-10-14T22:38:48.4107129Z test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize) ... ok 2025-10-14T22:38:48.4107555Z test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce) ... ok 2025-10-14T22:38:48.4107975Z test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder) ... ok 2025-10-14T22:38:48.4108416Z test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear) ... ok 2025-10-14T22:38:48.4108897Z test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate) ... ok 2025-10-14T22:38:48.4109346Z test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum) ... ok 2025-10-14T22:38:48.4109842Z test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB) ... ok 2025-10-14T22:38:48.4110275Z test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift) ... ok 2025-10-14T22:38:48.4110732Z test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract) ... ok 2025-10-14T22:38:48.4111244Z test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral) ... ok 2025-10-14T22:38:48.4111673Z test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor) ... ok 2025-10-14T22:38:48.4112078Z test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase) ... ok 2025-10-14T22:38:48.4112492Z test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode) ... ok 2025-10-14T22:38:48.4112891Z test_exp (test.test_decimal.PyIBMTestCases.test_exp) ... ok 2025-10-14T22:38:48.4113283Z test_extra (test.test_decimal.PyIBMTestCases.test_extra) ... ok 2025-10-14T22:38:48.4113838Z test_fma (test.test_decimal.PyIBMTestCases.test_fma) ... ok 2025-10-14T22:38:48.4114285Z test_inexact (test.test_decimal.PyIBMTestCases.test_inexact) ... ok 2025-10-14T22:38:48.4114858Z test_invert (test.test_decimal.PyIBMTestCases.test_invert) ... ok 2025-10-14T22:38:48.4115289Z test_ln (test.test_decimal.PyIBMTestCases.test_ln) ... ok 2025-10-14T22:38:48.4115724Z test_log10 (test.test_decimal.PyIBMTestCases.test_log10) ... ok 2025-10-14T22:38:48.4116137Z test_logb (test.test_decimal.PyIBMTestCases.test_logb) ... ok 2025-10-14T22:38:48.4116544Z test_max (test.test_decimal.PyIBMTestCases.test_max) ... ok 2025-10-14T22:38:48.4116995Z test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag) ... ok 2025-10-14T22:38:48.4117417Z test_min (test.test_decimal.PyIBMTestCases.test_min) ... ok 2025-10-14T22:38:48.4117824Z test_minmag (test.test_decimal.PyIBMTestCases.test_minmag) ... ok 2025-10-14T22:38:48.4118323Z test_minus (test.test_decimal.PyIBMTestCases.test_minus) ... ok 2025-10-14T22:38:48.4118791Z test_multiply (test.test_decimal.PyIBMTestCases.test_multiply) ... ok 2025-10-14T22:38:48.4119236Z test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus) ... ok 2025-10-14T22:38:48.4119753Z test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus) ... ok 2025-10-14T22:38:48.4120202Z test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward) ... ok 2025-10-14T22:38:48.4120621Z test_or (test.test_decimal.PyIBMTestCases.test_or) ... ok 2025-10-14T22:38:48.4121017Z test_plus (test.test_decimal.PyIBMTestCases.test_plus) ... ok 2025-10-14T22:38:48.4121427Z test_power (test.test_decimal.PyIBMTestCases.test_power) ... ok 2025-10-14T22:38:48.4121881Z test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt) ... ok 2025-10-14T22:38:48.4122317Z test_quantize (test.test_decimal.PyIBMTestCases.test_quantize) ... ok 2025-10-14T22:38:48.4122776Z test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32) ... ok 2025-10-14T22:38:48.4123271Z test_randoms (test.test_decimal.PyIBMTestCases.test_randoms) ... ok 2025-10-14T22:38:48.4123831Z test_reduce (test.test_decimal.PyIBMTestCases.test_reduce) ... ok 2025-10-14T22:38:48.4124312Z test_remainder (test.test_decimal.PyIBMTestCases.test_remainder) ... ok 2025-10-14T22:38:48.4124826Z test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear) ... ok 2025-10-14T22:38:48.4125265Z test_rescale (test.test_decimal.PyIBMTestCases.test_rescale) ... ok 2025-10-14T22:38:48.4125673Z test_rotate (test.test_decimal.PyIBMTestCases.test_rotate) ... ok 2025-10-14T22:38:48.4126082Z test_rounding (test.test_decimal.PyIBMTestCases.test_rounding) ... ok 2025-10-14T22:38:48.4126500Z test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum) ... ok 2025-10-14T22:38:48.4126921Z test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb) ... ok 2025-10-14T22:38:48.4127397Z test_shift (test.test_decimal.PyIBMTestCases.test_shift) ... ok 2025-10-14T22:38:48.4127863Z test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot) ... ok 2025-10-14T22:38:48.4128330Z test_subtract (test.test_decimal.PyIBMTestCases.test_subtract) ... ok 2025-10-14T22:38:48.4128756Z test_testall (test.test_decimal.PyIBMTestCases.test_testall) ... ok 2025-10-14T22:38:48.4129190Z test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral) ... ok 2025-10-14T22:38:48.4129620Z test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx) ... ok 2025-10-14T22:38:48.4130045Z test_xor (test.test_decimal.PyIBMTestCases.test_xor) ... ok 2025-10-14T22:38:48.4130375Z decimal () 2025-10-14T22:38:48.4130720Z Doctest: decimal ... ok 2025-10-14T22:38:48.4131045Z Context (decimal) 2025-10-14T22:38:48.4131386Z Doctest: decimal.Context ... ok 2025-10-14T22:38:48.4131754Z logical_and (decimal.Context) 2025-10-14T22:38:48.4132107Z Doctest: decimal.Context.logical_and ... ok 2025-10-14T22:38:48.4132494Z logical_invert (decimal.Context) 2025-10-14T22:38:48.4132900Z Doctest: decimal.Context.logical_invert ... ok 2025-10-14T22:38:48.4133356Z logical_or (decimal.Context) 2025-10-14T22:38:48.4133712Z Doctest: decimal.Context.logical_or ... ok 2025-10-14T22:38:48.4134057Z logical_xor (decimal.Context) 2025-10-14T22:38:48.4134505Z Doctest: decimal.Context.logical_xor ... ok 2025-10-14T22:38:48.4134850Z compare_total (decimal.Decimal) 2025-10-14T22:38:48.4135235Z Doctest: decimal.Decimal.compare_total ... ok 2025-10-14T22:38:48.4135593Z copy_sign (decimal.Decimal) 2025-10-14T22:38:48.4135974Z Doctest: decimal.Decimal.copy_sign ... ok 2025-10-14T22:38:48.4136347Z fma (decimal.Decimal) 2025-10-14T22:38:48.4136688Z Doctest: decimal.Decimal.fma ... ok 2025-10-14T22:38:48.4137057Z from_float (decimal.Decimal) 2025-10-14T22:38:48.4137424Z Doctest: decimal.Decimal.from_float ... ok 2025-10-14T22:38:48.4137833Z from_number (decimal.Decimal) 2025-10-14T22:38:48.4138193Z Doctest: decimal.Decimal.from_number ... ok 2025-10-14T22:38:48.4138644Z quantize (decimal.Decimal) 2025-10-14T22:38:48.4138982Z Doctest: decimal.Decimal.quantize ... ok 2025-10-14T22:38:48.4139302Z decimal () 2025-10-14T22:38:48.4139595Z Doctest: decimal ... ok 2025-10-14T22:38:48.4139929Z abs (decimal.Context) 2025-10-14T22:38:48.4140300Z Doctest: decimal.Context.abs ... ok 2025-10-14T22:38:48.4140644Z add (decimal.Context) 2025-10-14T22:38:48.4141010Z Doctest: decimal.Context.add ... ok 2025-10-14T22:38:48.4141382Z canonical (decimal.Context) 2025-10-14T22:38:48.4142514Z Doctest: decimal.Context.canonical ... ok 2025-10-14T22:38:48.4142880Z compare (decimal.Context) 2025-10-14T22:38:48.4143222Z Doctest: decimal.Context.compare ... ok 2025-10-14T22:38:48.4143559Z compare_signal (decimal.Context) 2025-10-14T22:38:48.4143965Z Doctest: decimal.Context.compare_signal ... ok 2025-10-14T22:38:48.4144350Z compare_total (decimal.Context) 2025-10-14T22:38:48.4144724Z Doctest: decimal.Context.compare_total ... ok 2025-10-14T22:38:48.4145078Z copy_abs (decimal.Context) 2025-10-14T22:38:48.4145455Z Doctest: decimal.Context.copy_abs ... ok 2025-10-14T22:38:48.4145809Z copy_decimal (decimal.Context) 2025-10-14T22:38:48.4146176Z Doctest: decimal.Context.copy_decimal ... ok 2025-10-14T22:38:48.4146527Z copy_negate (decimal.Context) 2025-10-14T22:38:48.4146873Z Doctest: decimal.Context.copy_negate ... ok 2025-10-14T22:38:48.4147209Z copy_sign (decimal.Context) 2025-10-14T22:38:48.4147584Z Doctest: decimal.Context.copy_sign ... ok 2025-10-14T22:38:48.4147944Z create_decimal_from_float (decimal.Context) 2025-10-14T22:38:48.4148346Z Doctest: decimal.Context.create_decimal_from_float ... ok 2025-10-14T22:38:48.4148746Z divide (decimal.Context) 2025-10-14T22:38:48.4149103Z Doctest: decimal.Context.divide ... ok 2025-10-14T22:38:48.4149468Z divide_int (decimal.Context) 2025-10-14T22:38:48.4149824Z Doctest: decimal.Context.divide_int ... ok 2025-10-14T22:38:48.4150676Z divmod (decimal.Context) 2025-10-14T22:38:48.4151055Z Doctest: decimal.Context.divmod ... ok 2025-10-14T22:38:48.4151383Z exp (decimal.Context) 2025-10-14T22:38:48.4151735Z Doctest: decimal.Context.exp ... ok 2025-10-14T22:38:48.4152065Z fma (decimal.Context) 2025-10-14T22:38:48.4152403Z Doctest: decimal.Context.fma ... ok 2025-10-14T22:38:48.4152792Z is_canonical (decimal.Context) 2025-10-14T22:38:48.4153175Z Doctest: decimal.Context.is_canonical ... ok 2025-10-14T22:38:48.4153554Z is_finite (decimal.Context) 2025-10-14T22:38:48.4153989Z Doctest: decimal.Context.is_finite ... ok 2025-10-14T22:38:48.4154416Z is_infinite (decimal.Context) 2025-10-14T22:38:48.4154781Z Doctest: decimal.Context.is_infinite ... ok 2025-10-14T22:38:48.4155123Z is_nan (decimal.Context) 2025-10-14T22:38:48.4155460Z Doctest: decimal.Context.is_nan ... ok 2025-10-14T22:38:48.4155790Z is_normal (decimal.Context) 2025-10-14T22:38:48.4156190Z Doctest: decimal.Context.is_normal ... ok 2025-10-14T22:38:48.4157426Z is_qnan (decimal.Context) 2025-10-14T22:38:48.4157864Z Doctest: decimal.Context.is_qnan ... ok 2025-10-14T22:38:48.4158261Z is_signed (decimal.Context) 2025-10-14T22:38:48.4158606Z Doctest: decimal.Context.is_signed ... ok 2025-10-14T22:38:48.4158989Z is_snan (decimal.Context) 2025-10-14T22:38:48.4159385Z Doctest: decimal.Context.is_snan ... ok 2025-10-14T22:38:48.4159769Z is_subnormal (decimal.Context) 2025-10-14T22:38:48.4160264Z Doctest: decimal.Context.is_subnormal ... ok 2025-10-14T22:38:48.4160609Z is_zero (decimal.Context) 2025-10-14T22:38:48.4160940Z Doctest: decimal.Context.is_zero ... ok 2025-10-14T22:38:48.4161259Z ln (decimal.Context) 2025-10-14T22:38:48.4161573Z Doctest: decimal.Context.ln ... ok 2025-10-14T22:38:48.4161946Z log10 (decimal.Context) 2025-10-14T22:38:48.4162315Z Doctest: decimal.Context.log10 ... ok 2025-10-14T22:38:48.4162685Z logb (decimal.Context) 2025-10-14T22:38:48.4163023Z Doctest: decimal.Context.logb ... ok 2025-10-14T22:38:48.4163398Z logical_and (decimal.Context) 2025-10-14T22:38:48.4163756Z Doctest: decimal.Context.logical_and ... ok 2025-10-14T22:38:48.4164224Z logical_invert (decimal.Context) 2025-10-14T22:38:48.4164705Z Doctest: decimal.Context.logical_invert ... ok 2025-10-14T22:38:48.4165078Z logical_or (decimal.Context) 2025-10-14T22:38:48.4165427Z Doctest: decimal.Context.logical_or ... ok 2025-10-14T22:38:48.4165772Z logical_xor (decimal.Context) 2025-10-14T22:38:48.4166117Z Doctest: decimal.Context.logical_xor ... ok 2025-10-14T22:38:48.4166495Z max (decimal.Context) 2025-10-14T22:38:48.4166841Z Doctest: decimal.Context.max ... ok 2025-10-14T22:38:48.4167223Z max_mag (decimal.Context) 2025-10-14T22:38:48.4167611Z Doctest: decimal.Context.max_mag ... ok 2025-10-14T22:38:48.4167958Z min (decimal.Context) 2025-10-14T22:38:48.4168299Z Doctest: decimal.Context.min ... ok 2025-10-14T22:38:48.4168626Z min_mag (decimal.Context) 2025-10-14T22:38:48.4168964Z Doctest: decimal.Context.min_mag ... ok 2025-10-14T22:38:48.4169292Z minus (decimal.Context) 2025-10-14T22:38:48.4169661Z Doctest: decimal.Context.minus ... ok 2025-10-14T22:38:48.4169991Z multiply (decimal.Context) 2025-10-14T22:38:48.4170324Z Doctest: decimal.Context.multiply ... ok 2025-10-14T22:38:48.4170677Z next_minus (decimal.Context) 2025-10-14T22:38:48.4171056Z Doctest: decimal.Context.next_minus ... ok 2025-10-14T22:38:48.4171416Z next_plus (decimal.Context) 2025-10-14T22:38:48.4171835Z Doctest: decimal.Context.next_plus ... ok 2025-10-14T22:38:48.4172211Z next_toward (decimal.Context) 2025-10-14T22:38:48.4172561Z Doctest: decimal.Context.next_toward ... ok 2025-10-14T22:38:48.4172905Z normalize (decimal.Context) 2025-10-14T22:38:48.4173239Z Doctest: decimal.Context.normalize ... ok 2025-10-14T22:38:48.4173574Z number_class (decimal.Context) 2025-10-14T22:38:48.4173913Z Doctest: decimal.Context.number_class ... ok 2025-10-14T22:38:48.4174370Z plus (decimal.Context) 2025-10-14T22:38:48.4174732Z Doctest: decimal.Context.plus ... ok 2025-10-14T22:38:48.4175099Z power (decimal.Context) 2025-10-14T22:38:48.4175445Z Doctest: decimal.Context.power ... ok 2025-10-14T22:38:48.4175791Z quantize (decimal.Context) 2025-10-14T22:38:48.4176165Z Doctest: decimal.Context.quantize ... ok 2025-10-14T22:38:48.4176503Z radix (decimal.Context) 2025-10-14T22:38:48.4176897Z Doctest: decimal.Context.radix ... ok 2025-10-14T22:38:48.4177250Z remainder (decimal.Context) 2025-10-14T22:38:48.4177601Z Doctest: decimal.Context.remainder ... ok 2025-10-14T22:38:48.4177953Z remainder_near (decimal.Context) 2025-10-14T22:38:48.4178301Z Doctest: decimal.Context.remainder_near ... ok 2025-10-14T22:38:48.4178634Z rotate (decimal.Context) 2025-10-14T22:38:48.4178966Z Doctest: decimal.Context.rotate ... ok 2025-10-14T22:38:48.4179394Z same_quantum (decimal.Context) 2025-10-14T22:38:48.4179777Z Doctest: decimal.Context.same_quantum ... ok 2025-10-14T22:38:48.4180123Z scaleb (decimal.Context) 2025-10-14T22:38:48.4180471Z Doctest: decimal.Context.scaleb ... ok 2025-10-14T22:38:48.4180861Z shift (decimal.Context) 2025-10-14T22:38:48.4181217Z Doctest: decimal.Context.shift ... ok 2025-10-14T22:38:48.4181608Z sqrt (decimal.Context) 2025-10-14T22:38:48.4181951Z Doctest: decimal.Context.sqrt ... ok 2025-10-14T22:38:48.4182288Z subtract (decimal.Context) 2025-10-14T22:38:48.4182621Z Doctest: decimal.Context.subtract ... ok 2025-10-14T22:38:48.4182958Z to_eng_string (decimal.Context) 2025-10-14T22:38:48.4183423Z Doctest: decimal.Context.to_eng_string ... ok 2025-10-14T22:38:48.4183786Z to_integral_exact (decimal.Context) 2025-10-14T22:38:48.4184305Z Doctest: decimal.Context.to_integral_exact ... ok 2025-10-14T22:38:48.4184714Z to_integral_value (decimal.Context) 2025-10-14T22:38:48.4185085Z Doctest: decimal.Context.to_integral_value ... ok 2025-10-14T22:38:48.4185475Z __new__ (decimal.Decimal) 2025-10-14T22:38:48.4185822Z Doctest: decimal.Decimal.__new__ ... ok 2025-10-14T22:38:48.4186165Z __round__ (decimal.Decimal) 2025-10-14T22:38:48.4186539Z Doctest: decimal.Decimal.__round__ ... ok 2025-10-14T22:38:48.4186926Z as_integer_ratio (decimal.Decimal) 2025-10-14T22:38:48.4187395Z Doctest: decimal.Decimal.as_integer_ratio ... ok 2025-10-14T22:38:48.4187745Z from_float (decimal.Decimal) 2025-10-14T22:38:48.4188082Z Doctest: decimal.Decimal.from_float ... ok 2025-10-14T22:38:48.4188438Z from_number (decimal.Decimal) 2025-10-14T22:38:48.4188816Z Doctest: decimal.Decimal.from_number ... ok 2025-10-14T22:38:48.4189234Z _decimal_lshift_exact (decimal) 2025-10-14T22:38:48.4189611Z Doctest: decimal._decimal_lshift_exact ... ok 2025-10-14T22:38:48.4189999Z localcontext (decimal) 2025-10-14T22:38:48.4190339Z Doctest: decimal.localcontext ... ok 2025-10-14T22:38:48.4190546Z 2025-10-14T22:38:48.4190902Z ---------------------------------------------------------------------- 2025-10-14T22:38:48.4191279Z Ran 732 tests in 12.050s 2025-10-14T22:38:48.4191471Z 2025-10-14T22:38:48.4191778Z OK (skipped=8) 2025-10-14T22:38:48.7435738Z 0:13:10 load avg: 15.70 [51/59] test_time passed -- running (2): test_xmlrpc (41.9 sec), test.test_multiprocessing_spawn.test_misc (31.0 sec) 2025-10-14T22:38:48.7478835Z Re-running test_time in verbose mode 2025-10-14T22:38:48.8740250Z test_large_year (test.test_time.TestAsctime4dyear.test_large_year) ... ok 2025-10-14T22:38:48.8749797Z test_negative (test.test_time.TestAsctime4dyear.test_negative) ... ok 2025-10-14T22:38:48.8753727Z test_year (test.test_time.TestAsctime4dyear.test_year) ... ok 2025-10-14T22:38:48.9030345Z test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds) ... ok 2025-10-14T22:38:48.9047240Z test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds) ... ok 2025-10-14T22:38:48.9053620Z test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble) ... ok 2025-10-14T22:38:48.9080991Z test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec) ... skipped 'need _testinternalcapi._PyTime_AsTimespec' 2025-10-14T22:38:48.9082557Z test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp) ... skipped 'need _testinternalcapi._PyTime_AsTimespec_clamp' 2025-10-14T22:38:48.9083527Z test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval) ... ok 2025-10-14T22:38:48.9094872Z test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp) ... ok 2025-10-14T22:38:48.9096202Z test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds) ... ok 2025-10-14T22:38:48.9097084Z test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject) ... ok 2025-10-14T22:38:48.9291779Z test_bug_3061 (test.test_time.TestLocale.test_bug_3061) ... ok 2025-10-14T22:38:48.9293765Z test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t) ... ok 2025-10-14T22:38:48.9307246Z test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec) ... ok 2025-10-14T22:38:48.9313486Z test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval) ... ok 2025-10-14T22:38:48.9361025Z test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone) ... ok 2025-10-14T22:38:48.9396158Z test_short_times (test.test_time.TestPytime.test_short_times) ... ok 2025-10-14T22:38:48.9465529Z test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone) ... ok 2025-10-14T22:38:49.0207291Z test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear) ... skipped 'requires strftime extension' 2025-10-14T22:38:49.0245730Z test_large_year (test.test_time.TestStrftime4dyear.test_large_year) ... skipped 'strftime() does not support year 10000 on this platform' 2025-10-14T22:38:49.0432963Z test_negative (test.test_time.TestStrftime4dyear.test_negative) ... skipped 'strftime() does not support year 0 on this platform' 2025-10-14T22:38:49.0779183Z test_year (test.test_time.TestStrftime4dyear.test_year) ... ok 2025-10-14T22:38:49.0781947Z test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) ... skipped 'test weak linking on macOS' 2025-10-14T22:38:49.0782850Z test_asctime (test.test_time.TimeTestCase.test_asctime) ... ok 2025-10-14T22:38:49.0783537Z test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check) ... ok 2025-10-14T22:38:49.0785261Z test_clock_getres (test.test_time.TimeTestCase.test_clock_getres) ... skipped 'need time.clock_getres()' 2025-10-14T22:38:49.0786022Z test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic) ... skipped 'need time.clock_gettime()' 2025-10-14T22:38:49.0786943Z test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime) ... skipped 'need time.clock_gettime()' 2025-10-14T22:38:49.0787823Z test_clock_settime (test.test_time.TimeTestCase.test_clock_settime) ... skipped 'need time.clock_settime()' 2025-10-14T22:38:49.0788622Z test_conversions (test.test_time.TimeTestCase.test_conversions) ... ok 2025-10-14T22:38:49.0789382Z test_ctime (test.test_time.TimeTestCase.test_ctime) ... ok 2025-10-14T22:38:49.0790045Z test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg) ... ok 2025-10-14T22:38:49.0790815Z test_data_attributes (test.test_time.TimeTestCase.test_data_attributes) ... ok 2025-10-14T22:38:49.0791606Z test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero) ... ok 2025-10-14T22:38:49.0792352Z test_epoch (test.test_time.TimeTestCase.test_epoch) ... ok 2025-10-14T22:38:49.0793065Z test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info) ... ok 2025-10-14T22:38:49.0793725Z test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg) ... ok 2025-10-14T22:38:49.0794351Z test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps) ... ok 2025-10-14T22:38:49.0794972Z test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure) ... ok 2025-10-14T22:38:49.0795589Z test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg) ... ok 2025-10-14T22:38:49.0796331Z test_mktime (test.test_time.TimeTestCase.test_mktime) ... ok 2025-10-14T22:38:49.0796883Z test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) ... ok 2025-10-14T22:38:49.0797496Z test_monotonic (test.test_time.TimeTestCase.test_monotonic) ... ok 2025-10-14T22:38:49.0798205Z test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime) ... skipped 'need time.clock_settime' 2025-10-14T22:38:49.0798939Z test_perf_counter (test.test_time.TimeTestCase.test_perf_counter) ... ok 2025-10-14T22:38:49.0799656Z test_process_time (test.test_time.TimeTestCase.test_process_time) ... ok 2025-10-14T22:38:49.0800589Z test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid) ... skipped 'need time.pthread_getcpuclockid()' 2025-10-14T22:38:49.0801329Z test_sleep (test.test_time.TimeTestCase.test_sleep) ... ok 2025-10-14T22:38:49.0802023Z test_sleep_exceptions (test.test_time.TimeTestCase.test_sleep_exceptions) ... ok 2025-10-14T22:38:49.0802766Z test_strftime (test.test_time.TimeTestCase.test_strftime) ... ok 2025-10-14T22:38:49.0803507Z test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check) ... ok 2025-10-14T22:38:49.0804286Z test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check) ... ok 2025-10-14T22:38:49.0805115Z test_strftime_invalid_format (test.test_time.TimeTestCase.test_strftime_invalid_format) ... ok 2025-10-14T22:38:49.0805888Z test_strftime_special (test.test_time.TimeTestCase.test_strftime_special) ... ok 2025-10-14T22:38:49.0806668Z test_strptime (test.test_time.TimeTestCase.test_strptime) ... ok 2025-10-14T22:38:49.0807588Z test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes) ... ok 2025-10-14T22:38:49.0808324Z test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context) ... ok 2025-10-14T22:38:49.0808972Z test_strptime_leap_year (test.test_time.TimeTestCase.test_strptime_leap_year) ... ok 2025-10-14T22:38:49.0809567Z test_thread_time (test.test_time.TimeTestCase.test_thread_time) ... ok 2025-10-14T22:38:49.0810138Z test_time (test.test_time.TimeTestCase.test_time) ... ok 2025-10-14T22:38:49.0810885Z test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type) ... ok 2025-10-14T22:38:49.0811799Z test_tzset (test.test_time.TimeTestCase.test_tzset) ... skipped 'time module has no attribute tzset' 2025-10-14T22:38:49.0812333Z 2025-10-14T22:38:49.0812967Z ---------------------------------------------------------------------- 2025-10-14T22:38:49.0813649Z Ran 63 tests in 3.330s 2025-10-14T22:38:49.0814073Z 2025-10-14T22:38:49.0814604Z OK (skipped=13) 2025-10-14T22:38:52.7097979Z 0:13:13 load avg: 14.77 [52/59] test_xmlrpc passed (45.8 sec) -- running (1): test.test_multiprocessing_spawn.test_misc (35.0 sec) 2025-10-14T22:38:52.7099272Z Re-running test_xmlrpc in verbose mode 2025-10-14T22:38:52.7131235Z test_decode (test.test_xmlrpc.BinaryTestCase.test_decode) ... ok 2025-10-14T22:38:52.8479176Z test_default (test.test_xmlrpc.BinaryTestCase.test_default) ... ok 2025-10-14T22:38:52.8900352Z test_string (test.test_xmlrpc.BinaryTestCase.test_string) ... ok 2025-10-14T22:38:52.9093112Z test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get) ... ok 2025-10-14T22:38:52.9094661Z test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response) ... ok 2025-10-14T22:38:52.9810341Z test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison) ... ok 2025-10-14T22:38:52.9813342Z test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime) ... ok 2025-10-14T22:38:52.9814904Z test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode) ... ok 2025-10-14T22:38:53.0044517Z test_default (test.test_xmlrpc.DateTimeTestCase.test_default) ... ok 2025-10-14T22:38:53.0060430Z test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr) ... ok 2025-10-14T22:38:53.0066367Z test_time (test.test_xmlrpc.DateTimeTestCase.test_time) ... ok 2025-10-14T22:38:53.0090739Z test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct) ... ok 2025-10-14T22:38:53.0092542Z test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple) ... ok 2025-10-14T22:38:53.0093605Z test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic) ... ok 2025-10-14T22:38:53.0104857Z test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info) ... ok 2025-10-14T22:38:53.0108764Z test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info) ... ok 2025-10-14T22:38:53.0109708Z test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute) ... ok 2025-10-14T22:38:53.0119246Z test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault) ... ok 2025-10-14T22:38:53.0120611Z test_repr (test.test_xmlrpc.FaultTestCase.test_repr) ... ok 2025-10-14T22:38:53.0121503Z test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request) ... ok 2025-10-14T22:38:53.0142718Z test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request) ... ok 2025-10-14T22:38:53.0305062Z test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response) ... ok 2025-10-14T22:38:53.0308163Z test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit) ... ok 2025-10-14T22:38:53.0320580Z test_header (test.test_xmlrpc.HeadersServerTestCase.test_header) ... ok 2025-10-14T22:38:53.0326478Z test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty) ... ok 2025-10-14T22:38:53.0369983Z test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items) ... ok 2025-10-14T22:38:53.0405436Z test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many) ... ok 2025-10-14T22:38:53.0986845Z test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple) ... ok 2025-10-14T22:38:53.2357973Z test_escape (test.test_xmlrpc.HelperTestCase.test_escape) ... ok 2025-10-14T22:38:53.2527781Z test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two) ... ok 2025-10-14T22:38:53.2529611Z test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close) ... ok 2025-10-14T22:38:53.2530656Z test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport) ... ok 2025-10-14T22:38:53.2539207Z test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) ... ok 2025-10-14T22:38:53.2540771Z test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) ... ok 2025-10-14T22:38:53.2541929Z test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) ... ok 2025-10-14T22:38:53.2554326Z test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) ... ok 2025-10-14T22:38:53.2555768Z test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1) ... ok 2025-10-14T22:38:53.2556750Z test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2) ... ok 2025-10-14T22:38:53.2566202Z test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) ... ok 2025-10-14T22:38:53.2567611Z test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) ... ok 2025-10-14T22:38:53.2568579Z test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) ... ok 2025-10-14T22:38:53.2592323Z test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) ... ok 2025-10-14T22:38:53.2629588Z test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) ... ok 2025-10-14T22:38:53.3181086Z test_close (test.test_xmlrpc.ServerProxyTestCase.test_close) ... ok 2025-10-14T22:38:53.3188653Z test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport) ... ok 2025-10-14T22:38:53.3205257Z test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding) ... ok 2025-10-14T22:38:53.3210953Z test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404) ... ok 2025-10-14T22:38:53.3232036Z test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true) ... ok 2025-10-14T22:38:53.3256970Z test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding) ... ok 2025-10-14T22:38:53.3257867Z test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager) ... ok 2025-10-14T22:38:53.3261315Z test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error) ... ok 2025-10-14T22:38:53.3262818Z test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute) ... ok 2025-10-14T22:38:53.3263819Z test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1) ... ok 2025-10-14T22:38:53.3265032Z test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2) ... ok 2025-10-14T22:38:53.3267134Z test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3) ... ok 2025-10-14T22:38:53.3267986Z test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4) ... ok 2025-10-14T22:38:53.3268796Z test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall) ... ok 2025-10-14T22:38:53.3269629Z test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall) ... ok 2025-10-14T22:38:53.3288630Z test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii) ... ok 2025-10-14T22:38:53.3325191Z test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname) ... ok 2025-10-14T22:38:53.5390559Z test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post) ... ok 2025-10-14T22:38:53.5409067Z test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1) ... ok 2025-10-14T22:38:53.5423662Z test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host) ... ok 2025-10-14T22:38:53.5848962Z test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func) 2025-10-14T22:38:53.5954761Z Calls the registered instance's `_dispatch` function ... ok 2025-10-14T22:38:53.5971348Z test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func) 2025-10-14T22:38:53.6003608Z Calls a registered instance attribute as a function ... ok 2025-10-14T22:38:53.6057999Z test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func) 2025-10-14T22:38:53.6819382Z Calls explicitly registered function ... ok 2025-10-14T22:38:53.6840834Z test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func) 2025-10-14T22:38:53.6859280Z Calls a function that the dispatcher cannot locate ... ok 2025-10-14T22:38:53.6865906Z test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func) 2025-10-14T22:38:53.6907976Z Attempts to call nonexistent function on a registered instance ... ok 2025-10-14T22:38:53.7094187Z test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none) 2025-10-14T22:38:53.7135902Z Calls explicitly registered function which is None ... ok 2025-10-14T22:38:53.8088890Z test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag) ... ok 2025-10-14T22:38:53.8098764Z test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types) ... ok 2025-10-14T22:38:53.8100781Z test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag) ... ok 2025-10-14T22:38:53.8128534Z test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912) ... ok 2025-10-14T22:38:53.8164896Z test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900) ... ok 2025-10-14T22:38:53.9063580Z test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict) ... ok 2025-10-14T22:38:53.9735873Z test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime) ... ok 2025-10-14T22:38:54.0193848Z test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int) ... ok 2025-10-14T22:38:54.0200360Z test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long) ... ok 2025-10-14T22:38:54.0218709Z test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes) ... ok 2025-10-14T22:38:54.0224714Z test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double) ... ok 2025-10-14T22:38:54.0246308Z test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding) ... ok 2025-10-14T22:38:54.0524515Z test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load) ... ok 2025-10-14T22:38:54.0665857Z test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none) ... ok 2025-10-14T22:38:54.2196135Z test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict) ... ok 2025-10-14T22:38:54.3856674Z test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq) ... ok 2025-10-14T22:38:54.5986947Z test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info) ... ok 2025-10-14T22:38:54.6307926Z test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect) ... ok 2025-10-14T22:38:54.6325134Z test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int) ... ok 2025-10-14T22:38:54.6353882Z test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types) ... ok 2025-10-14T22:38:54.6355900Z test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types) ... ok 2025-10-14T22:38:54.6356898Z test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported) ... ok 2025-10-14T22:38:54.6368994Z test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class) ... ok 2025-10-14T22:38:54.6370592Z test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence) ... ok 2025-10-14T22:38:54.6371318Z 2025-10-14T22:38:54.6380924Z ---------------------------------------------------------------------- 2025-10-14T22:38:54.6382218Z Ran 93 tests in 45.491s 2025-10-14T22:38:54.6382871Z 2025-10-14T22:38:54.6391530Z OK 2025-10-14T22:39:02.3864910Z 0:13:23 load avg: 15.28 [53/59] test_remote_pdb passed -- running (1): test.test_multiprocessing_spawn.test_misc (44.6 sec) 2025-10-14T22:39:02.5633512Z tests may fail, unable to create temporary directory 'D:\\a\\1\\s\\build\\test_python_9192æ': [WinError 183] Cannot create a file when that file already exists: 'D:\\a\\1\\s\\build\\test_python_9192æ' 2025-10-14T22:39:02.7763558Z Traceback (most recent call last): 2025-10-14T22:39:02.7777078Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 524, in temp_dir 2025-10-14T22:39:02.8291243Z os.mkdir(path) 2025-10-14T22:39:02.8295346Z ~~~~~~~~^^^^^^ 2025-10-14T22:39:02.9397229Z FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\a\\1\\s\\build\\test_python_9192æ' 2025-10-14T22:39:03.0543760Z Stack (most recent call last): 2025-10-14T22:39:03.0568655Z File "", line 198, in _run_module_as_main 2025-10-14T22:39:03.0570579Z File "", line 88, in _run_code 2025-10-14T22:39:03.0578451Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:39:03.0579214Z main() 2025-10-14T22:39:03.0579907Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:39:03.0580523Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:39:03.0581164Z File "D:\a\1\s\Lib\contextlib.py", line 141, in __enter__ 2025-10-14T22:39:03.0581810Z return next(self.gen) 2025-10-14T22:39:03.0582385Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:39:03.0583054Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:39:03.0583713Z Re-running test_remote_pdb in verbose mode 2025-10-14T22:39:03.0584451Z test_attach_to_process_with_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_with_colors) ... ok 2025-10-14T22:39:03.0585313Z test_attach_to_process_without_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_without_colors) ... ok 2025-10-14T22:39:03.0586136Z test_completion_in_interact_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_interact_state) 2025-10-14T22:39:03.0586915Z Test requesting tab completions at a >>> prompt. ... ok 2025-10-14T22:39:03.0587646Z test_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_pdb_state) 2025-10-14T22:39:03.0588389Z Test requesting tab completions at a (Pdb) prompt. ... ok 2025-10-14T22:39:03.0589109Z test_completion_in_unknown_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_unknown_state) 2025-10-14T22:39:03.0589798Z Test requesting tab completions at an unrecognized prompt. ... ok 2025-10-14T22:39:03.0590679Z test_continuing_after_getting_a_non_json_payload (test.test_remote_pdb.PdbClientTestCase.test_continuing_after_getting_a_non_json_payload) 2025-10-14T22:39:03.0591680Z Test continuing after getting a non JSON payload. ... ok 2025-10-14T22:39:03.0592367Z test_eof_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_eof_at_prompt) 2025-10-14T22:39:03.0593040Z Test signaling when a prompt gets an EOFError. ... ok 2025-10-14T22:39:03.0593756Z test_handling_command_list (test.test_remote_pdb.PdbClientTestCase.test_handling_command_list) 2025-10-14T22:39:03.0594430Z Test handling the command_list message. ... ok 2025-10-14T22:39:03.0595214Z test_handling_error_message (test.test_remote_pdb.PdbClientTestCase.test_handling_error_message) 2025-10-14T22:39:03.0595957Z Test handling a message payload with type='error'. ... ok 2025-10-14T22:39:03.0596657Z test_handling_help_when_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_available) 2025-10-14T22:39:03.0604039Z Test handling help requests when help is available. ... ok 2025-10-14T22:39:03.0607219Z test_handling_help_when_not_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_not_available) 2025-10-14T22:39:03.0608330Z Test handling help requests when help is not available. ... skipped 'Needs -OO' 2025-10-14T22:39:03.0610610Z test_handling_info_message (test.test_remote_pdb.PdbClientTestCase.test_handling_info_message) 2025-10-14T22:39:03.0611679Z Test handling a message payload with type='info'. ... ok 2025-10-14T22:39:03.0612446Z test_handling_interact_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_interact_prompts) 2025-10-14T22:39:03.0613375Z Test responding to pdb's interact mode prompts. ... ok 2025-10-14T22:39:03.0614102Z test_handling_other_message (test.test_remote_pdb.PdbClientTestCase.test_handling_other_message) 2025-10-14T22:39:03.0614868Z Test handling a message payload with an unrecognized type. ... ok 2025-10-14T22:39:03.0615596Z test_handling_pdb_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_pdb_prompts) 2025-10-14T22:39:03.0616278Z Test responding to pdb's normal prompts. ... ok 2025-10-14T22:39:03.0617071Z test_handling_unrecognized_prompt_type (test.test_remote_pdb.PdbClientTestCase.test_handling_unrecognized_prompt_type) 2025-10-14T22:39:03.0617905Z Test fallback to "dumb" single-line mode for unknown states. ... ok 2025-10-14T22:39:03.0618616Z test_multiline_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_multiline_completion_in_pdb_state) 2025-10-14T22:39:03.0619293Z Test requesting tab completions at a (Pdb) continuation prompt. ... ok 2025-10-14T22:39:03.0619953Z test_read_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_read_failure_during_completion) 2025-10-14T22:39:03.0620687Z Test failing to read tab completions from the socket. ... ok 2025-10-14T22:39:03.0624419Z test_reading_empty_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_empty_json_during_completion) 2025-10-14T22:39:03.0631429Z Test receiving an empty JSON object when getting tab completions. ... ok 2025-10-14T22:39:03.0634904Z test_reading_invalid_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_invalid_json_during_completion) 2025-10-14T22:39:03.0638123Z Test receiving invalid JSON when getting tab completions. ... ok 2025-10-14T22:39:03.0639047Z test_remote_immediately_closing_the_connection (test.test_remote_pdb.PdbClientTestCase.test_remote_immediately_closing_the_connection) 2025-10-14T22:39:03.0639884Z Test the behavior when the remote closes the connection immediately. ... ok 2025-10-14T22:39:03.0640654Z test_retry_interact_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_interact_prompt_on_syntax_error) 2025-10-14T22:39:03.0641409Z Test re-prompting after a SyntaxError in a Python expression. ... ok 2025-10-14T22:39:03.0642086Z test_retry_pdb_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_pdb_prompt_on_syntax_error) 2025-10-14T22:39:03.0642792Z Test re-prompting after a SyntaxError in a Python expression. ... ok 2025-10-14T22:39:03.0643469Z test_sigint_at_continuation_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_continuation_prompt) 2025-10-14T22:39:03.0644135Z Test signaling when a continuation prompt gets interrupted. ... ok 2025-10-14T22:39:03.0644856Z test_sigint_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_prompt) 2025-10-14T22:39:03.0645706Z Test signaling when a prompt gets interrupted. ... ok 2025-10-14T22:39:03.0646467Z test_sigint_when_writing (test.test_remote_pdb.PdbClientTestCase.test_sigint_when_writing) 2025-10-14T22:39:03.0647297Z Test siginaling when sys.stdout.write() gets interrupted. ... ok 2025-10-14T22:39:03.0648090Z test_unrecognized_json_message (test.test_remote_pdb.PdbClientTestCase.test_unrecognized_json_message) 2025-10-14T22:39:03.0648882Z Test failing after getting an unrecognized payload. ... ok 2025-10-14T22:39:03.0649688Z test_write_failing (test.test_remote_pdb.PdbClientTestCase.test_write_failing) 2025-10-14T22:39:03.0650303Z Test terminating if write fails due to a half closed socket. ... ok 2025-10-14T22:39:03.0651022Z test_write_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_write_failure_during_completion) 2025-10-14T22:39:03.0651708Z Test failing to write to the socket to request tab completions. ... ok 2025-10-14T22:39:03.0658478Z test_breakpoints (test.test_remote_pdb.PdbConnectTestCase.test_breakpoints) 2025-10-14T22:39:03.0659489Z Test setting and hitting breakpoints. ... ok 2025-10-14T22:39:03.0662135Z test_connect_and_basic_commands (test.test_remote_pdb.PdbConnectTestCase.test_connect_and_basic_commands) 2025-10-14T22:39:03.0663222Z Test connecting to a remote debugger and sending basic commands. ... ok 2025-10-14T22:39:03.0664042Z test_handle_eof (test.test_remote_pdb.PdbConnectTestCase.test_handle_eof) 2025-10-14T22:39:03.0664918Z Test that EOF signal properly exits the debugger. ... ok 2025-10-14T22:39:03.0665933Z test_help_system (test.test_remote_pdb.PdbConnectTestCase.test_help_system) 2025-10-14T22:39:03.0666814Z Test that the help system properly sends help text to the client. ... ok 2025-10-14T22:39:03.0667658Z test_keyboard_interrupt (test.test_remote_pdb.PdbConnectTestCase.test_keyboard_interrupt) 2025-10-14T22:39:03.0668559Z Test that sending keyboard interrupt breaks into pdb. ... ok 2025-10-14T22:39:03.0669377Z test_multi_line_commands (test.test_remote_pdb.PdbConnectTestCase.test_multi_line_commands) 2025-10-14T22:39:03.0670220Z Test that multi-line commands work properly over remote connection. ... ok 2025-10-14T22:39:03.0671133Z test_protocol_version (test.test_remote_pdb.PdbConnectTestCase.test_protocol_version) 2025-10-14T22:39:03.0671842Z Test that incompatible protocol versions are properly detected. ... ok 2025-10-14T22:39:03.0672450Z test_cmdloop (test.test_remote_pdb.RemotePdbTestCase.test_cmdloop) 2025-10-14T22:39:03.0673028Z Test the command loop with various commands. ... ok 2025-10-14T22:39:03.0677772Z test_completion (test.test_remote_pdb.RemotePdbTestCase.test_completion) 2025-10-14T22:39:03.0680672Z Test handling completion requests. ... ok 2025-10-14T22:39:03.0681751Z test_detach (test.test_remote_pdb.RemotePdbTestCase.test_detach) 2025-10-14T22:39:03.0684168Z Test the detach method. ... ok 2025-10-14T22:39:03.0684867Z test_do_help (test.test_remote_pdb.RemotePdbTestCase.test_do_help) 2025-10-14T22:39:03.0685518Z Test that do_help sends the help message. ... ok 2025-10-14T22:39:03.0686104Z test_interact_mode (test.test_remote_pdb.RemotePdbTestCase.test_interact_mode) 2025-10-14T22:39:03.0686690Z Test interaction mode setup and execution. ... ok 2025-10-14T22:39:03.0687304Z test_message_and_error (test.test_remote_pdb.RemotePdbTestCase.test_message_and_error) 2025-10-14T22:39:03.0687938Z Test message and error methods send correct JSON. ... ok 2025-10-14T22:39:03.0688541Z test_read_command (test.test_remote_pdb.RemotePdbTestCase.test_read_command) 2025-10-14T22:39:03.0689122Z Test reading commands from the socket. ... ok 2025-10-14T22:39:03.0689750Z test_read_command_EOF (test.test_remote_pdb.RemotePdbTestCase.test_read_command_EOF) 2025-10-14T22:39:03.0690411Z Test reading EOF command. ... ok 2025-10-14T22:39:03.0691055Z test_registering_commands (test.test_remote_pdb.RemotePdbTestCase.test_registering_commands) 2025-10-14T22:39:03.0691735Z Test registering breakpoint commands. ... ok 2025-10-14T22:39:03.0692166Z 2025-10-14T22:39:03.0692912Z ---------------------------------------------------------------------- 2025-10-14T22:39:03.0693612Z Ran 45 tests in 13.166s 2025-10-14T22:39:03.0694128Z 2025-10-14T22:39:03.0694713Z OK (skipped=1) 2025-10-14T22:39:14.4453829Z 0:13:35 load avg: 13.93 [54/59] test.test_multiprocessing_spawn.test_misc passed (56.7 sec) 2025-10-14T22:39:14.4494428Z Re-running test.test_multiprocessing_spawn.test_misc in verbose mode 2025-10-14T22:39:14.4534215Z test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse) ... ok 2025-10-14T22:39:14.4537217Z test_fork (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_fork) ... skipped 'Linux only' 2025-10-14T22:39:14.4538698Z test_forkpty (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_forkpty) ... skipped 'Linux only' 2025-10-14T22:39:14.4547976Z test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__) ... ok 2025-10-14T22:39:14.4549398Z test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) ... skipped 'fork specific test' 2025-10-14T22:39:14.4550590Z test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool) ... ok 2025-10-14T22:39:14.4563470Z test_preload_main (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main) ... skipped 'forkserver specific test' 2025-10-14T22:39:14.4564927Z test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... ok 2025-10-14T22:39:14.4565895Z test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure) ... ok 2025-10-14T22:39:14.4575039Z test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure) ... ok 2025-10-14T22:39:14.4576501Z test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass) ... skipped 'Linux only' 2025-10-14T22:39:14.4577521Z test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_spawn.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances) ... ok 2025-10-14T22:39:14.4601219Z test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd) ... ok 2025-10-14T22:39:14.4636703Z test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags) ... ok 2025-10-14T22:39:14.5374921Z test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock) ... ok 2025-10-14T22:39:14.7099202Z test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore) ... skipped 'requires SIGUSR1' 2025-10-14T22:39:14.7302570Z test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener) ... skipped 'requires SIGUSR1' 2025-10-14T22:39:14.7434719Z test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer) ... ok 2025-10-14T22:39:14.7443061Z test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer) ... ok 2025-10-14T22:39:14.7444666Z test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... skipped 'test requires that fork exists.' 2025-10-14T22:39:14.7682364Z test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family) ... skipped 'skipped on Windows' 2025-10-14T22:39:14.7699006Z test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) ... ok 2025-10-14T22:39:14.7705157Z test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles) ... skipped 'skipped on Windows' 2025-10-14T22:39:14.7729281Z test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch) ... ok 2025-10-14T22:39:14.7730727Z test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get) ... ok 2025-10-14T22:39:14.7731721Z test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn) ... ok 2025-10-14T22:39:14.7764178Z test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb) ... ok 2025-10-14T22:39:14.7800921Z test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok 2025-10-14T22:39:14.7991166Z test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:14.8458810Z test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:14.8461120Z test_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code) 2025-10-14T22:39:14.9209530Z Test the exit code of the resource tracker. ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:14.9248281Z test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:15.0536516Z test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:15.0540466Z test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:15.0546472Z test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:15.0586920Z test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:15.0590200Z test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close) ... ok 2025-10-14T22:39:15.0591278Z test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed) ... ok 2025-10-14T22:39:15.0798076Z test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty) ... ok 2025-10-14T22:39:15.0799825Z test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions) ... ok 2025-10-14T22:39:15.0812476Z test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context) ... ok 2025-10-14T22:39:15.0818188Z test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types) ... skipped 'forkserver should be available' 2025-10-14T22:39:15.0847537Z test_get_all_start_methods (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all_start_methods) ... ok 2025-10-14T22:39:15.0849198Z test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod) ... skipped 'Only Spawn on windows so no risk of mixing' 2025-10-14T22:39:15.0850319Z test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod) ... ok 2025-10-14T22:39:15.0853469Z test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" 2025-10-14T22:39:15.0855004Z test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get) ... ok 2025-10-14T22:39:15.0855963Z test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing) ... ok 2025-10-14T22:39:15.0858260Z test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process) ... ok 2025-10-14T22:39:15.0859760Z test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process) ... ok 2025-10-14T22:39:15.0860792Z test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array) ... ok 2025-10-14T22:39:15.0862756Z test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier) ... ok 2025-10-14T22:39:15.0863797Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore) ... ok 2025-10-14T22:39:15.0864595Z test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition) ... ok 2025-10-14T22:39:15.0865338Z test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict) ... ok 2025-10-14T22:39:15.0866026Z test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event) ... ok 2025-10-14T22:39:15.0866723Z test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue) ... ok 2025-10-14T22:39:15.0867603Z test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list) ... ok 2025-10-14T22:39:15.0868335Z test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock) ... ok 2025-10-14T22:39:15.0869177Z test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace) ... ok 2025-10-14T22:39:15.0869921Z test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool) ... ok 2025-10-14T22:39:15.0870694Z test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue) ... ok 2025-10-14T22:39:15.0871491Z test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock) ... ok 2025-10-14T22:39:15.0872240Z test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore) ... ok 2025-10-14T22:39:15.0873030Z test_set (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set) ... ok 2025-10-14T22:39:15.0874004Z test_set_contain_all_method (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_contain_all_method) ... ok 2025-10-14T22:39:15.0874865Z test_set_init (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_init) ... ok 2025-10-14T22:39:15.0875656Z test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value) ... ok 2025-10-14T22:39:15.0876466Z test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout) ... ok 2025-10-14T22:39:15.0877193Z test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout) ... ok 2025-10-14T22:39:15.0877957Z test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait) ... ok 2025-10-14T22:39:15.0878674Z test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) ... ok 2025-10-14T22:39:15.0879377Z test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow) ... ok 2025-10-14T22:39:15.0880088Z test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket) ... ok 2025-10-14T22:39:15.0880812Z test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow) ... ok 2025-10-14T22:39:15.0881550Z test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) ... ok 2025-10-14T22:39:15.0882255Z test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import) ... ok 2025-10-14T22:39:15.0882744Z 2025-10-14T22:39:15.0883323Z ---------------------------------------------------------------------- 2025-10-14T22:39:15.0883931Z Ran 77 tests in 56.426s 2025-10-14T22:39:15.0884307Z 2025-10-14T22:39:15.0884788Z OK (skipped=21) 2025-10-14T22:39:22.8028862Z 0:13:44 load avg: 12.87 [55/59] test.test_io.test_largefile passed (35.4 sec) -- running (1): test.test_multiprocessing_spawn.test_processes (30.1 sec) 2025-10-14T22:39:22.8071293Z Re-running test.test_io.test_largefile in verbose mode 2025-10-14T22:39:22.9041260Z test_large_read (test.test_io.test_largefile.CLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:39:22.9546513Z test_lseek (test.test_io.test_largefile.CLargeFileTest.test_lseek) ... ok 2025-10-14T22:39:22.9555981Z test_osstat (test.test_io.test_largefile.CLargeFileTest.test_osstat) ... ok 2025-10-14T22:39:22.9876618Z test_seek_read (test.test_io.test_largefile.CLargeFileTest.test_seek_read) ... ok 2025-10-14T22:39:22.9894972Z test_seek_readall (test.test_io.test_largefile.CLargeFileTest.test_seek_readall) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:39:22.9896285Z test_seekable (test.test_io.test_largefile.CLargeFileTest.test_seekable) ... ok 2025-10-14T22:39:22.9943149Z test_truncate (test.test_io.test_largefile.CLargeFileTest.test_truncate) ... ok 2025-10-14T22:39:22.9945944Z test_large_read (test.test_io.test_largefile.PyLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:39:22.9951305Z test_lseek (test.test_io.test_largefile.PyLargeFileTest.test_lseek) ... ok 2025-10-14T22:39:22.9967607Z test_osstat (test.test_io.test_largefile.PyLargeFileTest.test_osstat) ... ok 2025-10-14T22:39:23.0171840Z test_seek_read (test.test_io.test_largefile.PyLargeFileTest.test_seek_read) ... ok 2025-10-14T22:39:23.0174563Z test_seek_readall (test.test_io.test_largefile.PyLargeFileTest.test_seek_readall) ... skipped 'not enough memory: 4.7G minimum needed' 2025-10-14T22:39:23.0183506Z test_seekable (test.test_io.test_largefile.PyLargeFileTest.test_seekable) ... ok 2025-10-14T22:39:23.0189384Z test_truncate (test.test_io.test_largefile.PyLargeFileTest.test_truncate) ... ok 2025-10-14T22:39:23.0192620Z test_it (test.test_io.test_largefile.TestCopyfile.test_it) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:39:23.0285798Z test_it (test.test_io.test_largefile.TestSocketSendfile.test_it) ... skipped 'sendfile not supported' 2025-10-14T22:39:23.0325725Z 2025-10-14T22:39:23.0789001Z ---------------------------------------------------------------------- 2025-10-14T22:39:23.1075987Z Ran 16 tests in 35.124s 2025-10-14T22:39:23.1585407Z 2025-10-14T22:39:23.1586715Z OK (skipped=6) 2025-10-14T22:39:28.9054803Z 0:13:50 load avg: 13.01 [56/59/1] test_external_inspection worker non-zero exit code (Exit code 1) -- running (1): test.test_multiprocessing_spawn.test_processes (36.2 sec) 2025-10-14T22:39:28.9058265Z Re-running test_external_inspection in verbose mode 2025-10-14T22:39:28.9059622Z test_thread_status_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_detection) ... ok 2025-10-14T22:39:28.9060595Z test_thread_status_gil_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_gil_detection) ... ok 2025-10-14T22:39:28.9063274Z test_async_gather_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_gather_remote_stack_trace) ... ok 2025-10-14T22:39:28.9064635Z test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by) ... ok 2025-10-14T22:39:28.9065628Z test_async_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_remote_stack_trace) ... ok 2025-10-14T22:39:28.9066767Z test_async_staggered_race_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_staggered_race_remote_stack_trace) ... ok 2025-10-14T22:39:28.9067573Z test_asyncgen_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_asyncgen_remote_stack_trace) ... ok 2025-10-14T22:39:28.9068336Z test_multiple_subinterpreters_with_threads (test.test_external_inspection.TestGetStackTrace.test_multiple_subinterpreters_with_threads) ... ok 2025-10-14T22:39:28.9069045Z test_only_active_thread (test.test_external_inspection.TestGetStackTrace.test_only_active_thread) ... ok 2025-10-14T22:39:28.9069736Z test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace) ... ok 2025-10-14T22:39:28.9070432Z test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace) ... ok 2025-10-14T22:39:28.9071128Z test_subinterpreter_stack_trace (test.test_external_inspection.TestGetStackTrace.test_subinterpreter_stack_trace) ... ok 2025-10-14T22:39:28.9072193Z test_unsupported_platform_error (test.test_external_inspection.TestUnsupportedPlatformHandling.test_unsupported_platform_error) ... skipped 'Test only runs on unsupported platforms (not Linux, macOS, or Windows)' 2025-10-14T22:39:28.9072783Z 2025-10-14T22:39:28.9073316Z ---------------------------------------------------------------------- 2025-10-14T22:39:28.9073818Z Ran 13 tests in 5.782s 2025-10-14T22:39:28.9074136Z 2025-10-14T22:39:28.9074541Z OK (skipped=1) 2025-10-14T22:39:28.9075009Z Traceback (most recent call last): 2025-10-14T22:39:28.9075540Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 540, in temp_dir 2025-10-14T22:39:28.9076226Z yield path 2025-10-14T22:39:28.9076732Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 599, in temp_cwd 2025-10-14T22:39:28.9077237Z yield cwd_dir 2025-10-14T22:39:28.9077736Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 127, in main 2025-10-14T22:39:28.9078447Z worker_process(worker_json) 2025-10-14T22:39:28.9078934Z ~~~~~~~~~~~~~~^^^^^^^^^^^^^ 2025-10-14T22:39:28.9079560Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 113, in worker_process 2025-10-14T22:39:28.9080073Z sys.exit(0) 2025-10-14T22:39:28.9080511Z ~~~~~~~~^^^ 2025-10-14T22:39:28.9080926Z SystemExit: 0 2025-10-14T22:39:28.9081207Z 2025-10-14T22:39:28.9081642Z During handling of the above exception, another exception occurred: 2025-10-14T22:39:28.9081980Z 2025-10-14T22:39:28.9082406Z Traceback (most recent call last): 2025-10-14T22:39:28.9082907Z File "D:\a\1\s\Lib\test\support\__init__.py", line 208, in _force_run 2025-10-14T22:39:28.9083410Z return func(*args) 2025-10-14T22:39:28.9084026Z PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\1\\s\\build\\test_python_1732æ' 2025-10-14T22:39:28.9084513Z 2025-10-14T22:39:28.9084978Z During handling of the above exception, another exception occurred: 2025-10-14T22:39:28.9085320Z 2025-10-14T22:39:28.9085780Z Traceback (most recent call last): 2025-10-14T22:39:28.9086304Z File "", line 198, in _run_module_as_main 2025-10-14T22:39:28.9086794Z File "", line 88, in _run_code 2025-10-14T22:39:28.9087280Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 131, in 2025-10-14T22:39:28.9087800Z main() 2025-10-14T22:39:28.9088287Z ~~~~^^ 2025-10-14T22:39:28.9088840Z File "D:\a\1\s\Lib\test\libregrtest\worker.py", line 126, in main 2025-10-14T22:39:28.9089438Z with os_helper.temp_cwd(work_dir, quiet=True): 2025-10-14T22:39:28.9089991Z ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:39:28.9090563Z File "D:\a\1\s\Lib\contextlib.py", line 162, in __exit__ 2025-10-14T22:39:28.9091225Z self.gen.throw(value) 2025-10-14T22:39:28.9091764Z ~~~~~~~~~~~~~~^^^^^^^ 2025-10-14T22:39:28.9092377Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 597, in temp_cwd 2025-10-14T22:39:28.9092963Z with temp_dir(path=name, quiet=quiet) as temp_path: 2025-10-14T22:39:28.9093500Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:39:28.9093941Z File "D:\a\1\s\Lib\contextlib.py", line 162, in __exit__ 2025-10-14T22:39:28.9094387Z self.gen.throw(value) 2025-10-14T22:39:28.9094796Z ~~~~~~~~~~~~~~^^^^^^^ 2025-10-14T22:39:28.9095242Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 545, in temp_dir 2025-10-14T22:39:28.9095706Z rmtree(path) 2025-10-14T22:39:28.9096098Z ~~~~~~^^^^^^ 2025-10-14T22:39:28.9096532Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 497, in rmtree 2025-10-14T22:39:28.9096970Z _rmtree(path) 2025-10-14T22:39:28.9097362Z ~~~~~~~^^^^^^ 2025-10-14T22:39:28.9097838Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 441, in _rmtree 2025-10-14T22:39:28.9098335Z _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 2025-10-14T22:39:28.9098778Z ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-14T22:39:28.9099229Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 381, in _waitfor 2025-10-14T22:39:28.9099846Z func(pathname) 2025-10-14T22:39:28.9100249Z ~~~~^^^^^^^^^^ 2025-10-14T22:39:28.9100783Z File "D:\a\1\s\Lib\test\support\os_helper.py", line 441, in 2025-10-14T22:39:28.9101280Z _waitfor(lambda p: _force_run(p, os.rmdir, p), path) 2025-10-14T22:39:28.9101724Z ~~~~~~~~~~^^^^^^^^^^^^^^^^ 2025-10-14T22:39:28.9102154Z File "D:\a\1\s\Lib\test\support\__init__.py", line 219, in _force_run 2025-10-14T22:39:28.9102688Z return func(*args) 2025-10-14T22:39:28.9103235Z PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\1\\s\\build\\test_python_1732æ' 2025-10-14T22:39:46.9540355Z 0:14:08 load avg: 13.09 [57/59/1] test_urllib2_localnet passed (44.6 sec) -- running (2): test.test_multiprocessing_spawn.test_processes (54.2 sec), test_regrtest (32.5 sec) 2025-10-14T22:39:46.9547201Z Re-running test_urllib2_localnet in verbose mode 2025-10-14T22:39:46.9548762Z test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror) ... ok 2025-10-14T22:39:46.9569666Z test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success) ... ok 2025-10-14T22:39:46.9821497Z test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror) ... ok 2025-10-14T22:39:46.9823790Z test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works) ... ok 2025-10-14T22:39:46.9841153Z test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror) ... ok 2025-10-14T22:39:46.9847489Z test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror) ... ok 2025-10-14T22:39:46.9868228Z test_200 (test.test_urllib2_localnet.TestUrlopen.test_200) ... ok 2025-10-14T22:39:46.9870010Z test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters) ... ok 2025-10-14T22:39:46.9870793Z test_404 (test.test_urllib2_localnet.TestUrlopen.test_404) ... ok 2025-10-14T22:39:46.9871489Z test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic) ... ok 2025-10-14T22:39:46.9872138Z test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked) ... ok 2025-10-14T22:39:46.9872791Z test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl) ... ok 2025-10-14T22:39:46.9873417Z test_https (test.test_urllib2_localnet.TestUrlopen.test_https) ... ok 2025-10-14T22:39:46.9874047Z test_https_sni (test.test_urllib2_localnet.TestUrlopen.test_https_sni) ... ok 2025-10-14T22:39:46.9874704Z test_info (test.test_urllib2_localnet.TestUrlopen.test_info) ... ok 2025-10-14T22:39:46.9875469Z test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464) ... ok 2025-10-14T22:39:46.9876135Z test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration) ... ok 2025-10-14T22:39:46.9876811Z test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration) ... ok 2025-10-14T22:39:46.9877465Z test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection) ... ok 2025-10-14T22:39:46.9878147Z test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers) ... ok 2025-10-14T22:39:46.9878827Z test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel) ... ok 2025-10-14T22:39:46.9879320Z 2025-10-14T22:39:46.9879896Z ---------------------------------------------------------------------- 2025-10-14T22:39:46.9880484Z Ran 21 tests in 43.638s 2025-10-14T22:39:46.9880889Z 2025-10-14T22:39:46.9881460Z OK 2025-10-14T22:39:57.4503347Z 0:14:18 load avg: 12.22 [58/59/1] test_regrtest passed (43.0 sec) -- running (1): test.test_multiprocessing_spawn.test_processes (1 min 4 sec) 2025-10-14T22:39:57.4504725Z Re-running test_regrtest in verbose mode 2025-10-14T22:39:57.4505462Z test_add_python_opts (test.test_regrtest.ArgsTestCase.test_add_python_opts) ... ok 2025-10-14T22:39:57.4506398Z test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup) ... ok 2025-10-14T22:39:57.4507031Z test_coverage (test.test_regrtest.ArgsTestCase.test_coverage) ... ok 2025-10-14T22:39:57.4507617Z test_crashed (test.test_regrtest.ArgsTestCase.test_crashed) ... ok 2025-10-14T22:39:57.4508286Z test_doctest (test.test_regrtest.ArgsTestCase.test_doctest) ... ok 2025-10-14T22:39:57.4508953Z test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed) ... ok 2025-10-14T22:39:57.4509644Z test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test) ... ok 2025-10-14T22:39:57.4510485Z test_forever (test.test_regrtest.ArgsTestCase.test_forever) ... ok 2025-10-14T22:39:57.4511199Z test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile) ... ok 2025-10-14T22:39:57.4512028Z test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) ... skipped 'need a debug build' 2025-10-14T22:39:57.4512820Z test_huntrleaks_bisect (test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect) ... skipped 'need a debug build' 2025-10-14T22:39:57.4513551Z test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) ... skipped 'need a debug build' 2025-10-14T22:39:57.4514286Z test_huntrleaks_mp (test.test_regrtest.ArgsTestCase.test_huntrleaks_mp) ... skipped 'need a debug build' 2025-10-14T22:39:57.4515005Z test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile) ... ok 2025-10-14T22:39:57.4515672Z test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted) ... ok 2025-10-14T22:39:57.4516399Z test_leak_tmp_file (test.test_regrtest.ArgsTestCase.test_leak_tmp_file) ... ok 2025-10-14T22:39:57.4517138Z test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases) ... ok 2025-10-14T22:39:57.4517877Z test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests) ... ok 2025-10-14T22:39:57.4518621Z test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile) ... ok 2025-10-14T22:39:57.4519404Z test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout) ... ok 2025-10-14T22:39:57.4520225Z test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not) ... ok 2025-10-14T22:39:57.4520933Z test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran) ... ok 2025-10-14T22:39:57.4521721Z test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent) ... ok 2025-10-14T22:39:57.4553226Z test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip) ... ok 2025-10-14T22:39:57.4575476Z test_nonascii (test.test_regrtest.ArgsTestCase.test_nonascii) ... ok 2025-10-14T22:39:57.4578369Z test_pgo_exclude (test.test_regrtest.ArgsTestCase.test_pgo_exclude) ... ok 2025-10-14T22:39:57.4579091Z test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning) ... ok 2025-10-14T22:39:57.4579739Z test_python_command (test.test_regrtest.ArgsTestCase.test_python_command) ... ok 2025-10-14T22:39:57.4580364Z test_random (test.test_regrtest.ArgsTestCase.test_random) ... ok 2025-10-14T22:39:57.4581060Z test_random_seed (test.test_regrtest.ArgsTestCase.test_random_seed) ... ok 2025-10-14T22:39:57.4581720Z test_random_seed_workers (test.test_regrtest.ArgsTestCase.test_random_seed_workers) ... ok 2025-10-14T22:39:57.4582419Z test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure) ... ok 2025-10-14T22:39:57.4583130Z test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure) ... ok 2025-10-14T22:39:57.4583921Z test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail) ... ok 2025-10-14T22:39:57.4584675Z test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure) ... ok 2025-10-14T22:39:57.4585424Z test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure) ... ok 2025-10-14T22:39:57.4586272Z test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure) ... ok 2025-10-14T22:39:57.4586939Z test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success) ... ok 2025-10-14T22:39:57.4587618Z test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure) ... ok 2025-10-14T22:39:57.4588457Z test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure) ... ok 2025-10-14T22:39:57.4589269Z test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure) ... ok 2025-10-14T22:39:57.4590247Z test_resources (test.test_regrtest.ArgsTestCase.test_resources) ... ok 2025-10-14T22:39:57.4590957Z test_skip (test.test_regrtest.ArgsTestCase.test_skip) ... ok 2025-10-14T22:39:57.4591671Z test_slowest (test.test_regrtest.ArgsTestCase.test_slowest) ... ok 2025-10-14T22:39:57.4592446Z test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted) ... ok 2025-10-14T22:39:57.4593201Z test_success (test.test_regrtest.ArgsTestCase.test_success) ... ok 2025-10-14T22:39:57.4596109Z test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook) ... ok 2025-10-14T22:39:57.4597558Z test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable) ... ok 2025-10-14T22:39:57.4598563Z test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env) ... ok 2025-10-14T22:39:57.4600948Z test_unload_tests (test.test_regrtest.ArgsTestCase.test_unload_tests) ... ok 2025-10-14T22:39:57.4602353Z test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc) ... ok 2025-10-14T22:39:57.4603304Z test_verbose3 (test.test_regrtest.ArgsTestCase.test_verbose3) ... ok 2025-10-14T22:39:57.4604441Z test_wait (test.test_regrtest.ArgsTestCase.test_wait) ... ok 2025-10-14T22:39:57.4605212Z test_worker_decode_error (test.test_regrtest.ArgsTestCase.test_worker_decode_error) ... ok 2025-10-14T22:39:57.4606020Z test_worker_output_on_failure (test.test_regrtest.ArgsTestCase.test_worker_output_on_failure) ... ok 2025-10-14T22:39:57.4606764Z test_xml (test.test_regrtest.ArgsTestCase.test_xml) ... ok 2025-10-14T22:39:57.4607483Z test_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests) 2025-10-14T22:39:57.4608211Z Check that regrtest appears to find the expected set of tests. ... ok 2025-10-14T22:39:57.4608811Z test_arg (test.test_regrtest.ParseArgsTestCase.test_arg) ... ok 2025-10-14T22:39:57.4609450Z test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg) ... ok 2025-10-14T22:39:57.4610154Z test_bisect (test.test_regrtest.ParseArgsTestCase.test_bisect) ... ok 2025-10-14T22:39:57.4610866Z test_ci_no_randomize (test.test_regrtest.ParseArgsTestCase.test_ci_no_randomize) ... ok 2025-10-14T22:39:57.4611645Z test_coverage_mp (test.test_regrtest.ParseArgsTestCase.test_coverage_mp) ... skipped 'need a debug build' 2025-10-14T22:39:57.4612404Z test_coverage_sequential (test.test_regrtest.ParseArgsTestCase.test_coverage_sequential) ... ok 2025-10-14T22:39:57.4613144Z test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir) ... ok 2025-10-14T22:39:57.4613915Z test_dont_add_python_opts (test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts) ... ok 2025-10-14T22:39:57.4614666Z test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude) ... ok 2025-10-14T22:39:57.4615383Z test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast) ... ok 2025-10-14T22:39:57.4616180Z test_fast_ci (test.test_regrtest.ParseArgsTestCase.test_fast_ci) ... ok 2025-10-14T22:39:57.4616961Z test_fast_ci_python_cmd (test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd) ... ok 2025-10-14T22:39:57.4618060Z test_fast_ci_resource (test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource) ... ok 2025-10-14T22:39:58.2140814Z test_fast_ci_verbose (test.test_regrtest.ParseArgsTestCase.test_fast_ci_verbose) ... ok 2025-10-14T22:39:58.2141994Z test_forever (test.test_regrtest.ParseArgsTestCase.test_forever) ... ok 2025-10-14T22:39:58.2142511Z test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile) ... ok 2025-10-14T22:39:58.2142979Z test_header (test.test_regrtest.ParseArgsTestCase.test_header) ... ok 2025-10-14T22:39:58.2143432Z test_help (test.test_regrtest.ParseArgsTestCase.test_help) ... ok 2025-10-14T22:39:58.2143896Z test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks) ... ok 2025-10-14T22:39:58.2145063Z test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial) ... ok 2025-10-14T22:39:58.2145817Z test_match (test.test_regrtest.ParseArgsTestCase.test_match) ... ok 2025-10-14T22:39:58.2146322Z test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit) ... ok 2025-10-14T22:39:58.2146834Z test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess) ... ok 2025-10-14T22:39:58.2147354Z test_no_randomize (test.test_regrtest.ParseArgsTestCase.test_no_randomize) ... ok 2025-10-14T22:39:58.2147859Z test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir) ... ok 2025-10-14T22:39:58.2148363Z test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows) ... ok 2025-10-14T22:39:58.2149318Z test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg) ... ok 2025-10-14T22:39:58.2149957Z test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value) ... ok 2025-10-14T22:39:58.2150516Z test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet) ... ok 2025-10-14T22:39:58.2151127Z test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize) ... ok 2025-10-14T22:39:58.2151632Z test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed) ... ok 2025-10-14T22:39:58.2152228Z test_rerun (test.test_regrtest.ParseArgsTestCase.test_rerun) ... ok 2025-10-14T22:39:58.2152739Z test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks) ... ok 2025-10-14T22:39:58.2153237Z test_single (test.test_regrtest.ParseArgsTestCase.test_single) ... ok 2025-10-14T22:39:58.2153737Z test_single_process (test.test_regrtest.ParseArgsTestCase.test_single_process) ... ok 2025-10-14T22:39:58.2154247Z test_slow_ci (test.test_regrtest.ParseArgsTestCase.test_slow_ci) ... ok 2025-10-14T22:39:58.2154722Z test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest) ... ok 2025-10-14T22:39:58.2155166Z test_start (test.test_regrtest.ParseArgsTestCase.test_start) ... ok 2025-10-14T22:39:58.2155639Z test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir) ... ok 2025-10-14T22:39:58.2156121Z test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold) ... ok 2025-10-14T22:39:58.2156595Z test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout) ... ok 2025-10-14T22:39:58.2157089Z test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options) ... ok 2025-10-14T22:39:58.2157613Z test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option) ... ok 2025-10-14T22:39:58.2158133Z test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument) ... ok 2025-10-14T22:39:58.2158651Z test_use (test.test_regrtest.ParseArgsTestCase.test_use) ... ok 2025-10-14T22:39:58.2159158Z test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose) ... ok 2025-10-14T22:39:58.2159673Z test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3) ... ok 2025-10-14T22:39:58.2160202Z test_verbose3_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks) ... ok 2025-10-14T22:39:58.2160741Z test_wait (test.test_regrtest.ParseArgsTestCase.test_wait) ... ok 2025-10-14T22:39:58.2161270Z test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest) ... ok 2025-10-14T22:39:58.2161829Z test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest) ... ok 2025-10-14T22:39:58.2163313Z test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest) ... ok 2025-10-14T22:39:58.2163857Z test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test) ... ok 2025-10-14T22:39:58.2164366Z test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) ... ok 2025-10-14T22:39:58.2164874Z test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest) ... ok 2025-10-14T22:39:58.2165416Z test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest) ... ok 2025-10-14T22:39:58.2165927Z test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) ... ok 2025-10-14T22:39:58.2167325Z test_test_result_get_state (test.test_regrtest.TestColorized.test_test_result_get_state) ... ok 2025-10-14T22:39:58.2167872Z test_format_duration (test.test_regrtest.TestUtils.test_format_duration) ... ok 2025-10-14T22:39:58.2168392Z test_format_resources (test.test_regrtest.TestUtils.test_format_resources) ... ok 2025-10-14T22:39:58.2168921Z test_match_test (test.test_regrtest.TestUtils.test_match_test) ... ok 2025-10-14T22:39:58.2169412Z test_normalize_test_name (test.test_regrtest.TestUtils.test_normalize_test_name) ... ok 2025-10-14T22:39:58.2169920Z test_sanitize_xml (test.test_regrtest.TestUtils.test_sanitize_xml) ... ok 2025-10-14T22:39:58.2170184Z 2025-10-14T22:39:58.2170577Z ---------------------------------------------------------------------- 2025-10-14T22:39:58.2171014Z Ran 120 tests in 42.673s 2025-10-14T22:39:58.2171227Z 2025-10-14T22:39:58.2171528Z OK (skipped=5) 2025-10-14T22:39:59.2359848Z 0:14:20 load avg: 11.84 [59/59/1] test.test_multiprocessing_spawn.test_processes passed (1 min 6 sec) 2025-10-14T22:39:59.2360711Z Re-running test.test_multiprocessing_spawn.test_processes in verbose mode 2025-10-14T22:39:59.2361341Z test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array) ... ok 2025-10-14T22:39:59.2362011Z test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size) ... ok 2025-10-14T22:39:59.2362631Z test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj) ... ok 2025-10-14T22:39:59.2363256Z test_invalid_typecode (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_invalid_typecode) ... ok 2025-10-14T22:39:59.2363925Z test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray) ... ok 2025-10-14T22:39:59.2364564Z test_atexit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit) ... ok 2025-10-14T22:39:59.2365212Z test_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort) 2025-10-14T22:39:59.2365745Z Test that an abort will put the barrier in a broken state ... ok 2025-10-14T22:39:59.2366350Z test_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset) 2025-10-14T22:39:59.2366902Z Test that a barrier can be reset after being broken. ... ok 2025-10-14T22:39:59.2367470Z test_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action) 2025-10-14T22:39:59.2367983Z Test the 'action' callback ... ok 2025-10-14T22:39:59.2368533Z test_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier) 2025-10-14T22:39:59.2369092Z Test that a barrier is passed in lockstep ... ok 2025-10-14T22:39:59.2369663Z test_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10) 2025-10-14T22:39:59.2370191Z Test that a barrier works for 10 consecutive runs ... ok 2025-10-14T22:39:59.2370789Z test_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout) 2025-10-14T22:39:59.2371319Z Test the barrier's default timeout ... ok 2025-10-14T22:39:59.2371870Z test_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset) 2025-10-14T22:39:59.2372583Z Test that a 'reset' on a barrier frees the waiting threads ... ok 2025-10-14T22:39:59.2373167Z test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread) ... ok 2025-10-14T22:39:59.2373782Z test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand) ... ok 2025-10-14T22:39:59.2374367Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout) 2025-10-14T22:39:59.2374913Z Test wait(timeout) ... ok 2025-10-14T22:39:59.2375465Z test_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return) 2025-10-14T22:39:59.2376096Z test the return value from barrier.wait ... ok 2025-10-14T22:39:59.2376697Z test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify) ... ok 2025-10-14T22:39:59.2377307Z test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all) ... ok 2025-10-14T22:39:59.2377909Z test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n) ... ok 2025-10-14T22:39:59.2378503Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout) ... ok 2025-10-14T22:39:59.2379112Z test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result) ... ok 2025-10-14T22:39:59.2379712Z test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor) ... ok 2025-10-14T22:39:59.2380322Z test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout) ... ok 2025-10-14T22:39:59.2380924Z test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection) ... ok 2025-10-14T22:39:59.2381541Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context) ... ok 2025-10-14T22:39:59.2382147Z test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false) ... ok 2025-10-14T22:39:59.2382746Z test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer) ... ok 2025-10-14T22:39:59.2383423Z test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer) ... skipped "test semantics don't make sense on Windows" 2025-10-14T22:39:59.2384092Z test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer) ... skipped "doesn't make sense on Windows" 2025-10-14T22:39:59.2384743Z test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes) ... ok 2025-10-14T22:39:59.2385355Z test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close) ... ok 2025-10-14T22:39:59.2385985Z test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event) ... ok 2025-10-14T22:39:59.2386607Z test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr) ... ok 2025-10-14T22:39:59.2387214Z test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize) ... ok 2025-10-14T22:39:59.2387857Z test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:39:59.2388479Z test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc) ... ok 2025-10-14T22:39:59.2389068Z test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap) ... ok 2025-10-14T22:39:59.2389718Z test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket) ... skipped 'test needs abstract socket support' 2025-10-14T22:39:59.2390434Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context) ... ok 2025-10-14T22:39:59.2391044Z test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey) ... ok 2025-10-14T22:39:59.2391653Z test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind) ... ok 2025-10-14T22:39:59.2392257Z test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725) ... ok 2025-10-14T22:39:59.2392999Z test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955) ... ok 2025-10-14T22:39:59.2393627Z test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client) ... ok 2025-10-14T22:39:59.2394347Z test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock) ... ok 2025-10-14T22:39:59.2394964Z test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context) ... ok 2025-10-14T22:39:59.2395632Z test_lock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_locked_2processes) ... ok 2025-10-14T22:39:59.2396240Z test_repr_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock) ... ok 2025-10-14T22:39:59.2396882Z test_repr_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock) ... ok 2025-10-14T22:39:59.2397476Z test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock) ... ok 2025-10-14T22:39:59.2398087Z test_rlock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_context) ... ok 2025-10-14T22:39:59.2398712Z test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_locked_2processes) ... ok 2025-10-14T22:39:59.2399317Z test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging) ... ok 2025-10-14T22:39:59.2399912Z test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename) ... ok 2025-10-14T22:39:59.2400527Z test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level) ... ok 2025-10-14T22:39:59.2401143Z test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart) ... ok 2025-10-14T22:39:59.2401752Z test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access) ... ok 2025-10-14T22:39:59.2402357Z test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling) ... ok 2025-10-14T22:39:59.2402951Z test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries) ... ok 2025-10-14T22:39:59.2403564Z test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge) ... ok 2025-10-14T22:39:59.2404169Z test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string) ... ok 2025-10-14T22:39:59.2404755Z test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings) ... ok 2025-10-14T22:39:59.2405377Z test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr) ... skipped 'requires SIGUSR1' 2025-10-14T22:39:59.2405964Z test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply) ... ok 2025-10-14T22:39:59.2406568Z test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async) ... ok 2025-10-14T22:39:59.2407207Z test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout) ... ok 2025-10-14T22:39:59.2407880Z test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context) ... ok 2025-10-14T22:39:59.2408500Z test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable) ... ok 2025-10-14T22:39:59.2409072Z test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter) ... ok 2025-10-14T22:39:59.2409664Z test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap) ... ok 2025-10-14T22:39:59.2410370Z test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok 2025-10-14T22:39:59.2411069Z test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered) ... ok 2025-10-14T22:39:59.2411734Z test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok 2025-10-14T22:39:59.2412337Z test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool) ... ok 2025-10-14T22:39:59.2412916Z test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map) ... ok 2025-10-14T22:39:59.2413516Z test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async) ... ok 2025-10-14T22:39:59.2414131Z test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks) ... ok 2025-10-14T22:39:59.2414750Z test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize) ... ok 2025-10-14T22:39:59.2415395Z test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok 2025-10-14T22:39:59.2415992Z test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast) ... ok 2025-10-14T22:39:59.2416603Z test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable) ... ok 2025-10-14T22:39:59.2417229Z test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs) ... ok 2025-10-14T22:39:59.2417835Z test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning) ... ok 2025-10-14T22:39:59.2418462Z test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap) ... ok 2025-10-14T22:39:59.2419085Z test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async) ... ok 2025-10-14T22:39:59.2419670Z test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate) ... ok 2025-10-14T22:39:59.2420257Z test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback) ... ok 2025-10-14T22:39:59.2420870Z test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception) ... ok 2025-10-14T22:39:59.2421515Z test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok 2025-10-14T22:39:59.2422141Z test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok 2025-10-14T22:39:59.2422809Z test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok 2025-10-14T22:39:59.2423451Z test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok 2025-10-14T22:39:59.2424129Z test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok 2025-10-14T22:39:59.2424951Z test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok 2025-10-14T22:39:59.2425563Z test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) ... ok 2025-10-14T22:39:59.2426210Z test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) ... skipped "resource 'cpu' is not enabled" 2025-10-14T22:39:59.2426938Z test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation) ... ok 2025-10-14T22:39:59.2427528Z test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close) ... ok 2025-10-14T22:39:59.2428164Z test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count) ... ok 2025-10-14T22:39:59.2428797Z test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current) ... ok 2025-10-14T22:39:59.2429410Z test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument) ... ok 2025-10-14T22:39:59.2430037Z test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok 2025-10-14T22:39:59.2430676Z test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok 2025-10-14T22:39:59.2431348Z test_forkserver_auth_is_enabled (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_auth_is_enabled) ... skipped 'forkserver start method specific' 2025-10-14T22:39:59.2432003Z test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for spawn' 2025-10-14T22:39:59.2432623Z test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) ... ok 2025-10-14T22:39:59.2433308Z test_forkserver_without_auth_fails (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_without_auth_fails) ... skipped 'forkserver start method specific' 2025-10-14T22:39:59.2433928Z test_interrupt (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt) ... skipped 'POSIX only' 2025-10-14T22:39:59.2434577Z test_interrupt_no_handler (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt_no_handler) ... skipped 'POSIX only' 2025-10-14T22:39:59.2435174Z test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill) ... ok 2025-10-14T22:39:59.2435786Z test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref) ... ok 2025-10-14T22:39:59.2436391Z test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) ... ok 2025-10-14T22:39:59.2437002Z test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process) ... ok 2025-10-14T22:39:59.2437646Z test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes) ... ok 2025-10-14T22:39:59.2438232Z test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process) ... ok 2025-10-14T22:39:59.2438915Z test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok 2025-10-14T22:39:59.2439507Z test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion) ... ok 2025-10-14T22:39:59.2440194Z test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel) ... ok 2025-10-14T22:39:59.2440825Z test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable) ... ok 2025-10-14T22:39:59.2441416Z test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate) ... ok 2025-10-14T22:39:59.2442038Z test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads) ... ok 2025-10-14T22:39:59.2442691Z test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions) ... ok 2025-10-14T22:39:59.2443435Z test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok 2025-10-14T22:39:59.2444048Z test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork) ... ok 2025-10-14T22:39:59.2444655Z test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get) ... ok 2025-10-14T22:39:59.2445301Z test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention) ... ok 2025-10-14T22:39:59.2445888Z test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put) ... ok 2025-10-14T22:39:59.2446477Z test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) ... ok 2025-10-14T22:39:59.2447180Z test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok 2025-10-14T22:39:59.2449547Z test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok 2025-10-14T22:39:59.2450313Z test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done) ... ok 2025-10-14T22:39:59.2452751Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout) ... ok 2025-10-14T22:39:59.2453565Z test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok 2025-10-14T22:39:59.2454265Z test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore) ... ok 2025-10-14T22:39:59.2454874Z test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout) ... ok 2025-10-14T22:39:59.2455570Z test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy) ... ok 2025-10-14T22:39:59.2456258Z test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok 2025-10-14T22:39:59.2456892Z test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize) ... ok 2025-10-14T22:39:59.2457559Z test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation) ... ok 2025-10-14T22:39:59.2458263Z test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ok 2025-10-14T22:39:59.2459059Z test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... ok 2025-10-14T22:39:59.2460079Z test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok 2025-10-14T22:39:59.2461017Z test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ok 2025-10-14T22:39:59.2462027Z test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... skipped 'resource_tracker is posix only' 2025-10-14T22:39:59.2463047Z test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... skipped 'not feasible in non-posix platforms' 2025-10-14T22:39:59.2463951Z test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... ok 2025-10-14T22:39:59.2464859Z test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ok 2025-10-14T22:39:59.2465608Z test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... ok 2025-10-14T22:39:59.2466416Z test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null) ... ok 2025-10-14T22:39:59.2467163Z test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... ok 2025-10-14T22:39:59.2467947Z test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok 2025-10-14T22:39:59.2470446Z test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok 2025-10-14T22:39:59.2471177Z test_shared_memory_tracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking) ... skipped 'resource_tracker is posix only' 2025-10-14T22:39:59.2471925Z test_shared_memory_untracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking) ... skipped 'resource_tracker is posix only' 2025-10-14T22:39:59.2472617Z test_child_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path) ... ok 2025-10-14T22:39:59.2473383Z test_forkserver_preload_imports_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path) ... skipped 'forkserver specific test.' 2025-10-14T22:39:59.2474218Z test_std_streams_flushed_after_preload (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_std_streams_flushed_after_preload) ... skipped 'forkserver specific test' 2025-10-14T22:39:59.2474945Z test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok 2025-10-14T22:39:59.2475603Z test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing) ... ok 2025-10-14T22:39:59.2476232Z test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok 2025-10-14T22:39:59.2476940Z test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock) ... ok 2025-10-14T22:39:59.2477592Z test_invalid_typecode (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_invalid_typecode) ... ok 2025-10-14T22:39:59.2478219Z test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue) ... ok 2025-10-14T22:39:59.2478826Z test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value) ... ok 2025-10-14T22:39:59.2479215Z 2025-10-14T22:39:59.2479842Z ---------------------------------------------------------------------- 2025-10-14T22:39:59.2480355Z Ran 165 tests in 66.042s 2025-10-14T22:39:59.2480658Z 2025-10-14T22:39:59.2481053Z OK (skipped=17) 2025-10-14T22:39:59.2481469Z 1 test failed again: 2025-10-14T22:39:59.2481925Z test_external_inspection 2025-10-14T22:39:59.2482264Z 2025-10-14T22:39:59.2482675Z == Tests result: FAILURE then FAILURE == 2025-10-14T22:39:59.2482991Z 2025-10-14T22:39:59.2483382Z 10 slowest tests: 2025-10-14T22:39:59.2483835Z - test.test_multiprocessing_spawn.test_misc: 1 min 19 sec 2025-10-14T22:39:59.2484285Z - test_socket: 1 min 7 sec 2025-10-14T22:39:59.2484874Z - test.test_multiprocessing_spawn.test_processes: 1 min 6 sec 2025-10-14T22:39:59.2485353Z - test_regrtest: 1 min 5 sec 2025-10-14T22:39:59.2485776Z - test_mmap: 58.8 sec 2025-10-14T22:39:59.2486190Z - test_xmlrpc: 52.8 sec 2025-10-14T22:39:59.2486604Z - test_fstring: 50.9 sec 2025-10-14T22:39:59.2487012Z - test_ssl: 50.0 sec 2025-10-14T22:39:59.2487441Z - test.test_io.test_general: 48.2 sec 2025-10-14T22:39:59.2487881Z - test_urllib2_localnet: 45.4 sec 2025-10-14T22:39:59.2488236Z 2025-10-14T22:39:59.2488617Z 43 tests skipped: 2025-10-14T22:39:59.2489080Z test.test_asyncio.test_unix_events test.test_gdb.test_backtrace 2025-10-14T22:39:59.2489590Z test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full 2025-10-14T22:39:59.2490099Z test.test_gdb.test_misc test.test_gdb.test_pretty_print 2025-10-14T22:39:59.2490589Z test.test_multiprocessing_fork.test_manager 2025-10-14T22:39:59.2491047Z test.test_multiprocessing_fork.test_misc 2025-10-14T22:39:59.2491507Z test.test_multiprocessing_fork.test_processes 2025-10-14T22:39:59.2491976Z test.test_multiprocessing_fork.test_threads 2025-10-14T22:39:59.2492436Z test.test_multiprocessing_forkserver.test_manager 2025-10-14T22:39:59.2492895Z test.test_multiprocessing_forkserver.test_misc 2025-10-14T22:39:59.2493362Z test.test_multiprocessing_forkserver.test_processes 2025-10-14T22:39:59.2493850Z test.test_multiprocessing_forkserver.test_threads test_android 2025-10-14T22:39:59.2494333Z test_apple test_curses test_dbm_gnu test_dbm_ndbm test_devpoll 2025-10-14T22:39:59.2494813Z test_epoll test_fcntl test_fork1 test_free_threading test_grp 2025-10-14T22:39:59.2495363Z test_ioctl test_kqueue test_openpty test_perf_profiler 2025-10-14T22:39:59.2495872Z test_perfmaps test_poll test_pty test_pwd test_readline 2025-10-14T22:39:59.2496429Z test_resource test_samply_profiler test_syslog test_termios 2025-10-14T22:39:59.2496980Z test_threadsignals test_tty test_wait3 test_wait4 test_xxtestfuzz 2025-10-14T22:39:59.2497371Z 2025-10-14T22:39:59.2497816Z 2 tests skipped (resource denied): 2025-10-14T22:39:59.2498296Z test_peg_generator test_zipfile64 2025-10-14T22:39:59.2498624Z 2025-10-14T22:39:59.2499041Z 59 re-run tests: 2025-10-14T22:39:59.2499585Z test.test_asyncio.test_events test.test_asyncio.test_futures 2025-10-14T22:39:59.2500253Z test.test_asyncio.test_ssl test.test_asyncio.test_taskgroups 2025-10-14T22:39:59.2501425Z test.test_concurrent_futures.test_as_completed 2025-10-14T22:39:59.2502058Z test.test_concurrent_futures.test_deadlock 2025-10-14T22:39:59.2502649Z test.test_concurrent_futures.test_thread_pool 2025-10-14T22:39:59.2503246Z test.test_io.test_bufferedio test.test_io.test_general 2025-10-14T22:39:59.2503829Z test.test_io.test_largefile test.test_io.test_signals 2025-10-14T22:39:59.2504338Z test.test_io.test_textio 2025-10-14T22:39:59.2504814Z test.test_multiprocessing_spawn.test_manager 2025-10-14T22:39:59.2505346Z test.test_multiprocessing_spawn.test_misc 2025-10-14T22:39:59.2505839Z test.test_multiprocessing_spawn.test_processes 2025-10-14T22:39:59.2506353Z test.test_os.test_os test.test_pydoc.test_pydoc test_capi test_cmd 2025-10-14T22:39:59.2506883Z test_codecmaps_kr test_decimal test_dis test_embed 2025-10-14T22:39:59.2507603Z test_external_inspection test_gc test_heapq test_httplib 2025-10-14T22:39:59.2508155Z test_imaplib test_importlib test_interpreters test_json 2025-10-14T22:39:59.2508646Z test_logging test_long test_mimetypes test_mmap test_pathlib 2025-10-14T22:39:59.2509134Z test_poplib test_regrtest test_remote_pdb test_rlcompleter 2025-10-14T22:39:59.2509624Z test_sched test_socket test_startfile test_structseq test_tarfile 2025-10-14T22:39:59.2510213Z test_tempfile test_threading test_time test_timeout test_tkinter 2025-10-14T22:39:59.2510735Z test_traceback test_unpack test_urllib2_localnet test_userdict 2025-10-14T22:39:59.2511371Z test_userlist test_utf8_mode test_winsound test_xmlrpc test_zstd 2025-10-14T22:39:59.2511864Z 2025-10-14T22:39:59.2512264Z 1 test failed: 2025-10-14T22:39:59.2512669Z test_external_inspection 2025-10-14T22:39:59.2512950Z 2025-10-14T22:39:59.2513380Z 449 tests OK. 2025-10-14T22:39:59.2513643Z 2025-10-14T22:39:59.2514030Z Total duration: 14 min 20 sec 2025-10-14T22:39:59.2514476Z Total tests: run=58,166 skipped=4,441 2025-10-14T22:39:59.2514960Z Total test files: run=552/495 failed=1 skipped=43 resource_denied=2 rerun=59 2025-10-14T22:39:59.2515434Z Result: FAILURE then FAILURE 2025-10-14T22:39:59.8004213Z ##[error]Cmd.exe exited with code '2'. 2025-10-14T22:39:59.9146611Z ##[section]Finishing: Tests