On Tue, Nov 19, 2024 at 09:33:16PM +0000, Chavdar Ivanov wrote: > While doing 'make test' in pkgsrc/lang/python313, I get consistent > panic every time I try to run it, somewhere around test 288, as > follows:
On metal, I don't see this. FAILED (failures=7, skipped=9) Timeout (0:10:00)! Thread 0x0000730b32cc4800 (most recent call first): File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/support/__init__.py", line 815 in gc_collect File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/single.py", line 144 in _load_run_test File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/single.py", line 181 in _runtest_env_changed_exc File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/single.py", line 281 in _runtest File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/single.py", line 310 in run_single_test File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/worker.py", line 77 in worker_process File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/worker.py", line 112 in main File "/scratch/lang/python313/work/Python-3.13.0/Lib/test/libregrtest/worker.py", line 116 in <module> File "<frozen runpy>", line 88 in _run_code File "<frozen runpy>", line 198 in _run_module_as_main 23 tests failed again: test.test_multiprocessing_fork.test_misc test.test_multiprocessing_fork.test_processes test.test_multiprocessing_forkserver.test_misc test.test_multiprocessing_forkserver.test_processes test.test_multiprocessing_spawn.test_misc test.test_multiprocessing_spawn.test_processes test.test_pydoc.test_pydoc test_curses test_dbm test_eintr test_math test_os test_readline test_robotparser test_socket test_ssl test_sysconfig test_time test_urllib test_urllib2 test_urllib2_localnet test_urllibnet test_uuid == Tests result: FAILURE then FAILURE == 10 slowest tests: - test_ssl: 1 min 32 sec - test_logging: 1 min 25 sec - test.test_concurrent_futures.test_wait: 47.4 sec - test_imaplib: 38.2 sec - test.test_multiprocessing_spawn.test_processes: 33.9 sec - test_io: 31.8 sec - test_ftplib: 30.5 sec - test.test_multiprocessing_forkserver.test_processes: 29.7 sec - test_xmlrpc: 28.1 sec - test_socket: 27.0 sec 30 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full test.test_gdb.test_misc test.test_gdb.test_pretty_print test_android test_dbm_gnu test_devpoll test_epoll test_free_threading test_idle test_ioctl test_launcher test_msvcrt test_perf_profiler test_perfmaps test_startfile test_tcl test_tkinter test_ttk test_ttk_textonly test_turtle test_winapi test_winconsoleio test_winreg test_winsound test_wmi test_xxlimited 2 tests skipped (resource denied): test_peg_generator test_zipfile64 23 re-run tests: test.test_multiprocessing_fork.test_misc test.test_multiprocessing_fork.test_processes test.test_multiprocessing_forkserver.test_misc test.test_multiprocessing_forkserver.test_processes test.test_multiprocessing_spawn.test_misc test.test_multiprocessing_spawn.test_processes test.test_pydoc.test_pydoc test_curses test_dbm test_eintr test_math test_os test_readline test_robotparser test_socket test_ssl test_sysconfig test_time test_urllib test_urllib2 test_urllib2_localnet test_urllibnet test_uuid 23 tests failed: test.test_multiprocessing_fork.test_misc test.test_multiprocessing_fork.test_processes test.test_multiprocessing_forkserver.test_misc test.test_multiprocessing_forkserver.test_processes test.test_multiprocessing_spawn.test_misc test.test_multiprocessing_spawn.test_processes test.test_pydoc.test_pydoc test_curses test_dbm test_eintr test_math test_os test_readline test_robotparser test_socket test_ssl test_sysconfig test_time test_urllib test_urllib2 test_urllib2_localnet test_urllibnet test_uuid 423 tests OK. Total duration: 20 min Total tests: run=43,924 failures=91 skipped=2,020 Total test files: run=499/478 failed=23 skipped=30 resource_denied=2 rerun=23 Result: FAILURE then FAILURE Thomas