>>> py3-loky: Building community/py3-loky 3.4.1-r1 (using abuild 3.15.0_rc3-r1) started Sat, 03 May 2025 22:00:26 +0000 >>> py3-loky: Validating /home/buildozer/aports/community/py3-loky/APKBUILD... >>> WARNING: py3-loky: No maintainer >>> py3-loky: Analyzing dependencies... >>> py3-loky: Installing for build: build-base python3 py3-cloudpickle py3-setuptools py3-pytest py3-psutil (1/30) Installing libbz2 (1.0.8-r6) (2/30) Installing libffi (3.4.8-r0) (3/30) Installing gdbm (1.24-r0) (4/30) Installing xz-libs (5.8.1-r0) (5/30) Installing mpdecimal (4.0.0-r0) (6/30) Installing libpanelw (6.5_p20250412-r0) (7/30) Installing sqlite-libs (3.49.1-r1) (8/30) Installing python3 (3.12.10-r0) (9/30) Installing python3-pycache-pyc0 (3.12.10-r0) (10/30) Installing pyc (3.12.10-r0) (11/30) Installing python3-pyc (3.12.10-r0) (12/30) Installing py3-cloudpickle (3.1.1-r0) (13/30) Installing py3-cloudpickle-pyc (3.1.1-r0) (14/30) Installing py3-parsing (3.2.0-r0) (15/30) Installing py3-parsing-pyc (3.2.0-r0) (16/30) Installing py3-packaging (25.0-r0) (17/30) Installing py3-packaging-pyc (25.0-r0) (18/30) Installing py3-setuptools (77.0.3-r0) (19/30) Installing py3-setuptools-pyc (77.0.3-r0) (20/30) Installing py3-iniconfig (2.1.0-r0) (21/30) Installing py3-iniconfig-pyc (2.1.0-r0) (22/30) Installing py3-pluggy (1.5.0-r0) (23/30) Installing py3-pluggy-pyc (1.5.0-r0) (24/30) Installing py3-py (1.11.0-r4) (25/30) Installing py3-py-pyc (1.11.0-r4) (26/30) Installing py3-pytest (8.3.5-r0) (27/30) Installing py3-pytest-pyc (8.3.5-r0) (28/30) Installing py3-psutil (7.0.0-r0) (29/30) Installing py3-psutil-pyc (7.0.0-r0) (30/30) Installing .makedepends-py3-loky (20250503.220043) Executing busybox-1.37.0-r16.trigger OK: 450 MiB in 134 packages >>> py3-loky: Cleaning up srcdir >>> py3-loky: Cleaning up pkgdir >>> py3-loky: Cleaning up tmpdir >>> py3-loky: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-loky-3.4.1.tar.gz >>> py3-loky: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-loky-3.4.1.tar.gz >>> py3-loky: Checking sha512sums... py3-loky-3.4.1.tar.gz: OK >>> py3-loky: Unpacking /var/cache/distfiles/v3.22/py3-loky-3.4.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/loky copying loky/__init__.py -> build/lib/loky copying loky/process_executor.py -> build/lib/loky copying loky/cloudpickle_wrapper.py -> build/lib/loky copying loky/initializers.py -> build/lib/loky copying loky/reusable_executor.py -> build/lib/loky copying loky/_base.py -> build/lib/loky creating build/lib/loky/backend copying loky/backend/__init__.py -> build/lib/loky/backend copying loky/backend/queues.py -> build/lib/loky/backend copying loky/backend/fork_exec.py -> build/lib/loky/backend copying loky/backend/synchronize.py -> build/lib/loky/backend copying loky/backend/spawn.py -> build/lib/loky/backend copying loky/backend/_posix_reduction.py -> build/lib/loky/backend copying loky/backend/popen_loky_win32.py -> build/lib/loky/backend copying loky/backend/reduction.py -> build/lib/loky/backend copying loky/backend/context.py -> build/lib/loky/backend copying loky/backend/utils.py -> build/lib/loky/backend copying loky/backend/_win_reduction.py -> build/lib/loky/backend copying loky/backend/popen_loky_posix.py -> build/lib/loky/backend copying loky/backend/process.py -> build/lib/loky/backend copying loky/backend/resource_tracker.py -> build/lib/loky/backend ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-loky/src/loky-3.4.1 configfile: pyproject.toml collecting ... collected 314 items / 16 deselected / 298 selected tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_isolated_pickler_dispatch_tables PASSED [ 0%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_serialization_function_from_main PASSED [ 0%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_serialization_class_from_main PASSED [ 1%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_cloudpickle_flag_wrapper PASSED [ 1%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_set_loky_pickler[None] PASSED [ 1%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_set_loky_pickler[''] PASSED [ 2%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_set_loky_pickler['cloudpickle'] PASSED [ 2%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_set_loky_pickler['pickle'] PASSED [ 2%] tests/test_cloudpickle_wrapper.py::TestCloudpickleWrapper::test_set_loky_pickler_failures PASSED [ 3%] tests/test_futures.py::TestsFuture::test_done_callback_with_result PASSED [ 3%] tests/test_futures.py::TestsFuture::test_done_callback_with_exception PASSED [ 3%] tests/test_futures.py::TestsFuture::test_done_callback_with_cancel PASSED [ 4%] tests/test_futures.py::TestsFuture::test_done_callback_raises PASSED [ 4%] tests/test_futures.py::TestsFuture::test_done_callback_already_successful PASSED [ 4%] tests/test_futures.py::TestsFuture::test_done_callback_already_failed PASSED [ 5%] tests/test_futures.py::TestsFuture::test_done_callback_already_cancelled PASSED [ 5%] tests/test_futures.py::TestsFuture::test_repr PASSED [ 5%] tests/test_futures.py::TestsFuture::test_cancel PASSED [ 6%] tests/test_futures.py::TestsFuture::test_cancelled PASSED [ 6%] tests/test_futures.py::TestsFuture::test_done PASSED [ 6%] tests/test_futures.py::TestsFuture::test_running PASSED [ 7%] tests/test_futures.py::TestsFuture::test_result_with_timeout PASSED [ 7%] tests/test_futures.py::TestsFuture::test_result_with_success PASSED [ 7%] tests/test_futures.py::TestsFuture::test_result_with_cancel PASSED [ 8%] tests/test_futures.py::TestsFuture::test_exception_with_timeout PASSED [ 8%] tests/test_futures.py::TestsFuture::test_exception_with_success PASSED [ 8%] tests/test_loky_backend.py::TestLokyBackend::test_current PASSED [ 9%] tests/test_loky_backend.py::TestLokyBackend::test_daemon_argument PASSED [ 9%] tests/test_loky_backend.py::TestLokyBackend::test_process[loky] PASSED [ 9%] tests/test_loky_backend.py::TestLokyBackend::test_process[loky_init_main] PASSED [ 10%] tests/test_loky_backend.py::TestLokyBackend::test_socket PASSED [ 10%] tests/test_loky_backend.py::TestLokyBackend::test_socket_queue PASSED [ 10%] tests/test_loky_backend.py::TestLokyBackend::test_connection PASSED [ 11%] tests/test_loky_backend.py::TestLokyBackend::test_connection_queue PASSED [ 11%] tests/test_loky_backend.py::TestLokyBackend::test_child_env_process PASSED [ 11%] tests/test_loky_backend.py::TestLokyBackend::test_terminate PASSED [ 12%] tests/test_loky_backend.py::TestLokyBackend::test_active_children PASSED [ 12%] tests/test_loky_backend.py::TestLokyBackend::test_recursion PASSED [ 12%] tests/test_loky_backend.py::TestLokyBackend::test_sentinel PASSED [ 13%] tests/test_loky_backend.py::TestLokyBackend::test_wait_sentinel PASSED [ 13%] tests/test_loky_backend.py::TestLokyBackend::test_compatibility_openmp SKIPPED [ 13%] tests/test_loky_backend.py::TestLokyBackend::test_interactively_define_process_no_main[True] PASSED [ 14%] tests/test_loky_backend.py::TestLokyBackend::test_interactively_define_process_no_main[False] PASSED [ 14%] tests/test_loky_backend.py::TestLokyBackend::test_interactively_define_process_fail_main PASSED [ 14%] tests/test_loky_backend.py::TestLokyBackend::test_loky_get_context PASSED [ 15%] tests/test_loky_backend.py::TestLokyBackend::test_interactive_contex_no_main PASSED [ 15%] tests/test_loky_backend.py::test_kill_process_tree[True] PASSED [ 15%] tests/test_loky_backend.py::test_kill_process_tree[False] PASSED [ 16%] tests/test_loky_backend.py::test_default_subcontext[loky] PASSED [ 16%] tests/test_loky_backend.py::test_default_subcontext[loky_init_main] PASSED [ 16%] tests/test_loky_backend.py::test_default_subcontext[spawn] PASSED [ 17%] tests/test_loky_backend.py::test_default_subcontext[fork] PASSED [ 17%] tests/test_loky_backend.py::test_default_subcontext[forkserver] PASSED [ 17%] tests/test_loky_module.py::test_version PASSED [ 18%] tests/test_loky_module.py::test_cpu_count PASSED [ 18%] tests/test_loky_module.py::test_windows_max_cpu_count SKIPPED (Windo...) [ 18%] tests/test_loky_module.py::test_cpu_count_os_sched_getaffinity SKIPPED [ 19%] tests/test_loky_module.py::test_cpu_count_psutil_affinity PASSED [ 19%] tests/test_loky_module.py::test_cpu_count_cgroup_limit SKIPPED (dock...) [ 19%] tests/test_loky_module.py::test_only_physical_cores_error PASSED [ 20%] tests/test_loky_module.py::test_only_physical_cores_with_user_limitation PASSED [ 20%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_run_after_shutdown PASSED [ 20%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_with_pickle_error PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_interpreter_shutdown PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_hang_issue12364 PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_terminate PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_terminate_on_executor_gc PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_context_manager_shutdown PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_del_shutdown PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_no_wait PASSED [ 24%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_deadlock_pickle PASSED [ 24%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_hang_issue39205 PASSED [ 24%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_and_kill_workers PASSED [ 25%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_completed PASSED [ 25%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_completed_some_already_completed PASSED [ 25%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_exception PASSED [ 26%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_exception_some_already_complete PASSED [ 26%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_exception_one_already_failed PASSED [ 26%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_all_completed PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_timeout PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_no_timeout PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_zero_timeout PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_duplicate_futures PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit_keyword PASSED [ 29%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map PASSED [ 29%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_exception PASSED [ 29%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_timeout PASSED [ 30%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_shutdown_race_issue12456 PASSED [ 30%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_no_stale_references PASSED [ 30%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_max_workers_negative PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_killed_child PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_chunksize PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_traceback PASSED [ 32%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_thread_safety PASSED [ 32%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit_from_callback PASSED [ 32%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_worker_timeout PASSED [ 33%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_serialization PASSED [ 33%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_max_depth[True] PASSED [ 33%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_max_depth[False] PASSED [ 34%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_expected_failure_on_large_data_send SKIPPED [ 34%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_memory_leak_protection PASSED [ 34%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_reference_cycle_collection PASSED [ 35%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_exited_child PASSED [ 35%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_child_env_executor SKIPPED [ 35%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_viztracer_profiler SKIPPED [ 36%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_viztracer_profiler_with_custom_init SKIPPED [ 36%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_exception_cause_with_tblib SKIPPED [ 36%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_run_after_shutdown PASSED [ 37%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_with_pickle_error PASSED [ 37%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 37%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_interpreter_shutdown FAILED [ 38%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_hang_issue12364 PASSED [ 38%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_processes_terminate PASSED [ 38%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_processes_terminate_on_executor_gc PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_context_manager_shutdown PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_del_shutdown PASSED [ 40%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_no_wait PASSED [ 40%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_deadlock_pickle PASSED [ 40%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_hang_issue39205 FAILED [ 41%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_and_kill_workers PASSED [ 41%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_completed PASSED [ 41%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_completed_some_already_completed PASSED [ 42%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_exception PASSED [ 42%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_exception_some_already_complete PASSED [ 42%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_exception_one_already_failed PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_all_completed PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_timeout PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_no_timeout PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_zero_timeout PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_duplicate_futures PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit PASSED [ 45%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit_keyword PASSED [ 45%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map PASSED [ 45%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_exception PASSED [ 46%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_timeout PASSED [ 46%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_shutdown_race_issue12456 PASSED [ 46%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_no_stale_references PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_max_workers_negative PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_killed_child PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_chunksize PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_traceback PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_thread_safety PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit_from_callback PASSED [ 49%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_worker_timeout PASSED [ 49%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_serialization PASSED [ 50%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_max_depth[True] PASSED [ 50%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_max_depth[False] PASSED [ 50%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_expected_failure_on_large_data_send SKIPPED [ 51%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_memory_leak_protection PASSED [ 51%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_reference_cycle_collection PASSED [ 51%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_exited_child PASSED [ 52%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_child_env_executor PASSED [ 52%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_viztracer_profiler SKIPPED [ 52%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_viztracer_profiler_with_custom_init SKIPPED [ 53%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_exception_cause_with_tblib SKIPPED [ 53%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_run_after_shutdown PASSED [ 53%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_with_pickle_error PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_interpreter_shutdown PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_hang_issue12364 PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_terminate PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_terminate_on_executor_gc PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_context_manager_shutdown PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_del_shutdown PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_no_wait PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_deadlock_pickle PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_hang_issue39205 PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_and_kill_workers PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_completed PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_completed_some_already_completed PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception_some_already_complete PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception_one_already_failed PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_all_completed PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_timeout PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_no_timeout PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_zero_timeout PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_duplicate_futures PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit_keyword PASSED [ 62%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map PASSED [ 62%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_exception PASSED [ 62%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_timeout PASSED [ 63%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_shutdown_race_issue12456 PASSED [ 63%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_no_stale_references PASSED [ 63%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_max_workers_negative PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_killed_child PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_chunksize PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_traceback PASSED [ 65%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_thread_safety PASSED [ 65%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit_from_callback PASSED [ 65%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_worker_timeout PASSED [ 66%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_serialization PASSED [ 66%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_max_depth[True] PASSED [ 66%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_max_depth[False] PASSED [ 67%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_expected_failure_on_large_data_send SKIPPED [ 67%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_memory_leak_protection PASSED [ 67%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_reference_cycle_collection PASSED [ 68%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_exited_child PASSED [ 68%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_child_env_executor SKIPPED [ 68%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_viztracer_profiler SKIPPED [ 69%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_viztracer_profiler_with_custom_init SKIPPED [ 69%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_exception_cause_with_tblib SKIPPED [ 69%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[file] PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[folder] PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[semlock] PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_child_retrieves_resource_tracker PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[file] PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[folder] PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[semlock] PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[file] PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[folder] PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[semlock] PASSED [ 73%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigint PASSED [ 73%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigterm PASSED [ 73%] tests/test_resource_tracker.py::TestResourceTracker::test_loky_process_inherit_multiprocessing_resource_tracker FAILED [ 74%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args0-PicklingError-None] PASSED [ 74%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args1-PicklingError-None] PASSED [ 74%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args2-BrokenProcessPool-SystemExit] PASSED [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args3-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-902, reason: broken executor PASSED [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args4-BrokenProcessPool-UnpicklingError] PASSED [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args5-TerminatedWorkerError-SIGSEGV] PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[crash-args6-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-908, reason: broken executor PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[exit-args7-SystemExit-None] PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[c_exit-args8-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-910, reason: broken executor PASSED [ 77%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[raise_error-args9-RuntimeError-None] PASSED [ 77%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args10-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-912, reason: broken executor PASSED [ 77%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args11-SystemExit-None] PASSED [ 78%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args12-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-914, reason: broken executor PASSED [ 78%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args13-PicklingError-None] PASSED [ 78%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args14-BrokenProcessPool-SystemExit] PASSED [ 79%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args15-BrokenProcessPool-UnpicklingError] PASSED [ 79%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args0-PicklingError-None] PASSED [ 79%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args1-PicklingError-None] PASSED [ 80%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args2-BrokenProcessPool-SystemExit] PASSED [ 80%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args3-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-934, reason: broken executor PASSED [ 80%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args4-BrokenProcessPool-UnpicklingError] PASSED [ 81%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args5-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-942, reason: broken executor PASSED [ 81%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[crash-args6-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-946, reason: broken executor PASSED [ 81%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[exit-args7-SystemExit-None] PASSED [ 82%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[c_exit-args8-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-954, reason: broken executor PASSED [ 82%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[raise_error-args9-RuntimeError-None] PASSED [ 82%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args10-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-962, reason: broken executor PASSED [ 83%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args11-SystemExit-None] PASSED [ 83%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args12-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-970, reason: broken executor PASSED [ 83%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args13-PicklingError-None] PASSED [ 84%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args14-BrokenProcessPool-SystemExit] PASSED [ 84%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args15-BrokenProcessPool-UnpicklingError] PASSED [ 84%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_callback_crash_on_submit PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[1] [DEBUG:MainProcess:ExecutorManagerThread] found 0 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 0 sentinels to the call queue PASSED [ 85%][DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[2] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-989, reason: broken executor PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[5] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-996, reason: broken executor PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[13] PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_imap_handle_iterable_exception PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_queue_full_deadlock PASSED [ 87%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_informative_error_when_fail_at_unpickle PASSED [ 87%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_numpy_dot_parent_and_child_no_freeze SKIPPED [ 87%] tests/test_reusable_executor.py::TestTerminateExecutor::test_shutdown_kill PASSED [ 88%] tests/test_reusable_executor.py::TestTerminateExecutor::test_shutdown_deadlock PASSED [ 88%] tests/test_reusable_executor.py::TestTerminateExecutor::test_kill_workers_on_new_options PASSED [ 88%] tests/test_reusable_executor.py::TestTerminateExecutor::test_call_item_gc_crash_or_exit[CrashAtGCInWorker-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] found 0 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 0 sentinels to the call queue PASSED [ 89%][DEBUG:MainProcess:ExecutorManagerThread] closing call_queue tests/test_reusable_executor.py::TestTerminateExecutor::test_call_item_gc_crash_or_exit[CExitAtGCInWorker-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] found 0 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 0 sentinels to the call queue [DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit [DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread() PASSED [ 89%] tests/test_reusable_executor.py::TestTerminateExecutor::test_sigkill_shutdown_leaks_workers PASSED [ 89%] tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize PASSED [ 90%] tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize_many_times[True-True] PASSED [ 90%] tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize_many_times[True-False] PASSED [ 90%] tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize_many_times[False-True] PASSED [ 91%] tests/test_reusable_executor.py::TestResizeExecutor::test_reusable_executor_resize_many_times[False-False] PASSED [ 91%] tests/test_reusable_executor.py::TestResizeExecutor::test_kill_after_resize_call PASSED [ 91%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_invalid_context PASSED [ 92%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_pass_start_method_name_as_context PASSED [ 92%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_interactively_defined_executor_no_main PASSED [ 92%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_reused_flag PASSED [ 93%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_interactively_defined_nested_functions PASSED [ 93%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_interactively_defined_recursive_functions PASSED [ 93%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_no_deadlock_on_nested_reusable_exector PASSED [ 94%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_compat_with_concurrent_futures_exception PASSED [ 94%] tests/test_reusable_executor.py::TestExecutorInitializer::test_error_in_nested_call_keeps_resource_tracker_silent PASSED [ 94%] tests/test_synchronize.py::test_semlock_failure PASSED [ 95%] tests/test_synchronize.py::TestLock::test_lock PASSED [ 95%] tests/test_synchronize.py::TestLock::test_rlock PASSED [ 95%] tests/test_synchronize.py::TestLock::test_lock_context PASSED [ 96%] tests/test_synchronize.py::TestSemaphore::test_semaphore PASSED [ 96%] tests/test_synchronize.py::TestSemaphore::test_bounded_semaphore PASSED [ 96%] tests/test_synchronize.py::TestSemaphore::test_timeout PASSED [ 97%] tests/test_synchronize.py::TestCondition::test_notify PASSED [ 97%] tests/test_synchronize.py::TestCondition::test_notify_all PASSED [ 97%] tests/test_synchronize.py::TestCondition::test_timeout PASSED [ 98%] tests/test_synchronize.py::TestCondition::test_waitfor PASSED [ 98%] tests/test_synchronize.py::TestCondition::test_wait_result PASSED [ 98%] tests/test_synchronize.py::TestEvent::test_event PASSED [ 99%] tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_mock PASSED [ 99%] tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_with_slowly_pickling_objects PASSED [100%] =================================== FAILURES =================================== ____________ TestsProcessPoolLokyShutdown.test_interpreter_shutdown ____________ self = def test_interpreter_shutdown(self): # Free resources to avoid random timeout in CI self.executor.shutdown(wait=True, kill_workers=True) executor_type = self.executor_type.__name__ start_method = self.context.get_start_method() tempdir = tempfile.mkdtemp(prefix="loky_").replace("\\", "/") try: n_jobs = 4 code = f"""if True: from loky.process_executor import {executor_type} from loky.backend import get_context from tests._test_process_executor import sleep_and_write context = get_context("{start_method}") e = {executor_type}({n_jobs}, context=context) e.submit(id, 42).result() task_ids = list(range(2 * {n_jobs})) filenames = [f'{tempdir}/task_{{i:02}}.log' for i in task_ids] e.map(sleep_and_write, [0.1] * 2 * {n_jobs}, filenames, task_ids) # Do not wait for the results: garbage collect executor and # shutdown main Python interpreter while letting the worker # processes finish in the background. """ _, stderr = check_subprocess_call( [sys.executable, "-c", code], timeout=55 ) > _assert_no_error(stderr) tests/_test_process_executor.py:153: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ stderr = 'Exception ignored in: \nTraceback (most recent call last):\n Fil...3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked\nChildProcessError: [Errno 10] No child process\n' def _assert_no_error(stderr): if sys.platform == "darwin": # On macOS, ignore UserWarning related to their broken semaphore # implementation. stderr = "\n".join( line for line in stderr.splitlines() if "increase its maximal value" not in line ) > assert len(stderr) == 0, stderr E AssertionError: Exception ignored in: E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E ChildProcessError: [Errno 10] No child process E Exception ignored in: E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E Exception ignored in: E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E ChildProcessError: [Errno 10] No child process E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E Exception ignored in: E ChildProcessError: [Errno 10] No child process E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E ChildProcessError: [Errno 10] No child process tests/_test_process_executor.py:102: AssertionError ---------------------------- Captured stderr setup ----------------------------- [DEBUG:MainProcess:MainThread] created semlock with handle 281468380827648 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468378447872 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468378443776 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468378439680 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468378402816 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468378398720 and name "None" [DEBUG:MainProcess:MainThread] ProcessPoolExecutor is setup [DEBUG:MainProcess:MainThread] created semlock with handle 281468373651456 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61428 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-336', '--pipe', '47'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468373647360 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61429 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-337', '--pipe', '48'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468373479424 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61430 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-338', '--pipe', '49'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468373475328 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61431 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-339', '--pipe', '50'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468373471232 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61432 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-340', '--pipe', '51'] [DEBUG:MainProcess:MainThread] Adjusted process count to 5: [('LokyProcess-336', 61428), ('LokyProcess-337', 61429), ('LokyProcess-338', 61430), ('LokyProcess-339', 61431), ('LokyProcess-340', 61432)] [DEBUG:MainProcess:MainThread] _start_executor_manager_thread called [DEBUG:MainProcess:ExecutorManagerThread] Queue._start_thread() [DEBUG:MainProcess:ExecutorManagerThread] doing self._thread.start() [DEBUG:MainProcess:QueueFeederThread] starting thread to feed data to pipe [DEBUG:MainProcess:ExecutorManagerThread] ... done self._thread.start() [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468378447872 and name "/loky-60049-rrb_lfw0" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468378443776 and name "/loky-60049-7jywwux7" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468378439680 and name "/loky-60049-vylahnlq" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468378402816 and name "/loky-60049-eeonpgqg" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468378398720 and name "/loky-60049-s4oiazna" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468378447872 and name "/loky-60049-rrb_lfw0" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468378443776 and name "/loky-60049-7jywwux7" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468378439680 and name "/loky-60049-vylahnlq" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468378402816 and name "/loky-60049-eeonpgqg" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468378398720 and name "/loky-60049-s4oiazna" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468378447872 and name "/loky-60049-rrb_lfw0" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468378443776 and name "/loky-60049-7jywwux7" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468378439680 and name "/loky-60049-vylahnlq" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468378402816 and name "/loky-60049-eeonpgqg" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468378398720 and name "/loky-60049-s4oiazna" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468378447872 and name "/loky-60049-rrb_lfw0" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468378443776 and name "/loky-60049-7jywwux7" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468378439680 and name "/loky-60049-vylahnlq" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468378402816 and name "/loky-60049-eeonpgqg" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468378398720 and name "/loky-60049-s4oiazna" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468378447872 and name "/loky-60049-rrb_lfw0" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468378443776 and name "/loky-60049-7jywwux7" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468378439680 and name "/loky-60049-vylahnlq" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468378402816 and name "/loky-60049-eeonpgqg" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468378398720 and name "/loky-60049-s4oiazna" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468380827648 and name "/loky-60049-6nnb_8xt" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-lheiw_6s" [INFO:LokyProcess-336:MainThread] child process calling self.run() [DEBUG:LokyProcess-336:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468380827648 and name "/loky-60049-6nnb_8xt" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-v6q81c4m" [INFO:LokyProcess-338:MainThread] child process calling self.run() [DEBUG:LokyProcess-338:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468380827648 and name "/loky-60049-6nnb_8xt" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-vfj3urnq" [INFO:LokyProcess-339:MainThread] child process calling self.run() [DEBUG:LokyProcess-339:MainThread] Worker started with timeout=None ----------------------------- Captured stderr call ----------------------------- [DEBUG:MainProcess:MainThread] shutting down executor [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-340, reason: executor shutting down [DEBUG:LokyProcess-336:MainThread] psutil return memory size: 25944064 [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 281468380827648 and name "/loky-60049-6nnb_8xt" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468380827648 and name "/loky-60049-6nnb_8xt" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-jzavnkk8" [INFO:LokyProcess-337:MainThread] child process calling self.run() [DEBUG:LokyProcess-337:MainThread] Worker started with timeout=None [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-339, reason: executor shutting down [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-338, reason: executor shutting down [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-337, reason: executor shutting down [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-336, reason: executor shutting down [DEBUG:MainProcess:ExecutorManagerThread] found 0 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 0 sentinels to the call queue [DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit [DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread() [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:ExecutorManagerThread] joining 0 processes [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of 0 workers --------------------------- Captured stderr teardown --------------------------- [DEBUG:MainProcess:MainThread] shutting down executor ______________ TestsProcessPoolLokyShutdown.test_hang_issue39205 _______________ self = def test_hang_issue39205(self): """shutdown(wait=False) doesn't hang at exit with running futures. See https://bugs.python.org/issue39205. """ executor_type = self.executor_type.__name__ start_method = self.context.get_start_method() code = f"""if True: from loky.process_executor import {executor_type} from loky.backend import get_context from tests._test_process_executor import sleep_and_print context = get_context("{start_method}") e = {executor_type}(3, context=context) e.submit(sleep_and_print, 1.0, "apple") e.shutdown(wait=False) """ stdout, stderr = check_subprocess_call( [sys.executable, "-c", code], timeout=55 ) > _assert_no_error(stderr) tests/_test_process_executor.py:418: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ stderr = 'Exception ignored in: \nTraceback (most recent call last):\n Fil...3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked\nChildProcessError: [Errno 10] No child process\n' def _assert_no_error(stderr): if sys.platform == "darwin": # On macOS, ignore UserWarning related to their broken semaphore # implementation. stderr = "\n".join( line for line in stderr.splitlines() if "increase its maximal value" not in line ) > assert len(stderr) == 0, stderr E AssertionError: Exception ignored in: E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E Exception ignored in: E ChildProcessError: [Errno 10] No child process E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E ChildProcessError: [Errno 10] No child process E Exception ignored in: E Traceback (most recent call last): E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop E File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked E ChildProcessError: [Errno 10] No child process tests/_test_process_executor.py:102: AssertionError ---------------------------- Captured stderr setup ----------------------------- [DEBUG:MainProcess:MainThread] created semlock with handle 281468373651456 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468373647360 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468373479424 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468373475328 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468373471232 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 281468373450752 and name "None" [DEBUG:MainProcess:MainThread] ProcessPoolExecutor is setup [DEBUG:MainProcess:MainThread] created semlock with handle 281468373028864 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61519 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-393', '--pipe', '48'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468372975616 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61520 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-394', '--pipe', '49'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468372971520 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61521 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-395', '--pipe', '50'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468372967424 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61522 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-396', '--pipe', '51'] [DEBUG:MainProcess:MainThread] created semlock with handle 281468371832832 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 61523 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-397', '--pipe', '52'] [DEBUG:MainProcess:MainThread] Adjusted process count to 5: [('LokyProcess-393', 61519), ('LokyProcess-394', 61520), ('LokyProcess-395', 61521), ('LokyProcess-396', 61522), ('LokyProcess-397', 61523)] [DEBUG:MainProcess:MainThread] _start_executor_manager_thread called [DEBUG:MainProcess:ExecutorManagerThread] Queue._start_thread() [DEBUG:MainProcess:ExecutorManagerThread] doing self._thread.start() [DEBUG:MainProcess:QueueFeederThread] starting thread to feed data to pipe [DEBUG:MainProcess:ExecutorManagerThread] ... done self._thread.start() [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-yfdjzzk9" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-8u5yncf6" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-c6lbdxxr" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373471232 and name "/loky-60049-rfec3w1x" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373450752 and name "/loky-60049-97pjjxsf" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-yfdjzzk9" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-8u5yncf6" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-c6lbdxxr" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373471232 and name "/loky-60049-rfec3w1x" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373450752 and name "/loky-60049-97pjjxsf" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-yfdjzzk9" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-8u5yncf6" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-c6lbdxxr" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373471232 and name "/loky-60049-rfec3w1x" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373450752 and name "/loky-60049-97pjjxsf" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-yfdjzzk9" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-8u5yncf6" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-c6lbdxxr" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373471232 and name "/loky-60049-rfec3w1x" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373450752 and name "/loky-60049-97pjjxsf" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373647360 and name "/loky-60049-yfdjzzk9" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373479424 and name "/loky-60049-8u5yncf6" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373475328 and name "/loky-60049-c6lbdxxr" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373471232 and name "/loky-60049-rfec3w1x" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373450752 and name "/loky-60049-97pjjxsf" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-8g3ax6sl" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 281468373028864 and name "/loky-60049-m673nnmh" [INFO:LokyProcess-393:MainThread] child process calling self.run() [DEBUG:LokyProcess-393:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-8g3ax6sl" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 281468372971520 and name "/loky-60049-4aqnjc5j" [INFO:LokyProcess-395:MainThread] child process calling self.run() [DEBUG:LokyProcess-395:MainThread] Worker started with timeout=None ----------------------------- Captured stderr call ----------------------------- [DEBUG:LokyProcess-393:MainThread] psutil return memory size: 25931776 [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-8g3ax6sl" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 281468371832832 and name "/loky-60049-gnnmj8gb" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [INFO:LokyProcess-397:MainThread] child process calling self.run() [DEBUG:LokyProcess-397:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-8g3ax6sl" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 281468372967424 and name "/loky-60049-k3z7ioz3" [INFO:LokyProcess-396:MainThread] child process calling self.run() [DEBUG:LokyProcess-396:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468382408704 and name "/loky-60049-28m56wza" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468381011968 and name "/loky-60049-6ms89grw" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468381007872 and name "/loky-60049-xgir0ivd" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468380950528 and name "/loky-60049-85cwpsfw" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468380946432 and name "/loky-60049-6hvfr54f" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468373651456 and name "/loky-60049-8g3ax6sl" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 281468372975616 and name "/loky-60049-2e810w_i" [INFO:LokyProcess-394:MainThread] child process calling self.run() [DEBUG:LokyProcess-394:MainThread] Worker started with timeout=None --------------------------- Captured stderr teardown --------------------------- [DEBUG:MainProcess:MainThread] shutting down executor [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-393 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-394 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-395 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-396 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-397 [DEBUG:MainProcess:ExecutorManagerThread] found 5 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 5 sentinels to the call queue [DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit [DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread() [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [INFO:LokyProcess-395:MainThread] Shutting down worker on sentinel [INFO:LokyProcess-393:MainThread] Shutting down worker on sentinel [INFO:LokyProcess-397:MainThread] Shutting down worker on sentinel [INFO:LokyProcess-396:MainThread] Shutting down worker on sentinel [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [INFO:LokyProcess-394:MainThread] Shutting down worker on sentinel [DEBUG:LokyProcess-395:MainThread] Exited cleanly [DEBUG:LokyProcess-393:MainThread] Exited cleanly [DEBUG:MainProcess:ExecutorManagerThread] joining 5 processes [INFO:LokyProcess-395:MainThread] process shutting down [INFO:LokyProcess-393:MainThread] process shutting down [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-397 with pid 61523 [DEBUG:LokyProcess-395:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:LokyProcess-393:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:LokyProcess-395:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-397:MainThread] Exited cleanly [DEBUG:LokyProcess-393:MainThread] running the remaining "atexit" finalizers [INFO:LokyProcess-397:MainThread] process shutting down [DEBUG:LokyProcess-396:MainThread] Exited cleanly [DEBUG:LokyProcess-397:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:LokyProcess-395:MainThread] process exiting with exitcode 0 [INFO:LokyProcess-393:MainThread] process exiting with exitcode 0 [INFO:LokyProcess-396:MainThread] process shutting down [DEBUG:LokyProcess-397:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-396:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:LokyProcess-394:MainThread] Exited cleanly [DEBUG:LokyProcess-396:MainThread] running the remaining "atexit" finalizers [INFO:LokyProcess-397:MainThread] process exiting with exitcode 0 [INFO:LokyProcess-394:MainThread] process shutting down [DEBUG:LokyProcess-394:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:LokyProcess-396:MainThread] process exiting with exitcode 0 [DEBUG:LokyProcess-394:MainThread] running the remaining "atexit" finalizers [INFO:LokyProcess-394:MainThread] process exiting with exitcode 0 Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked ChildProcessError: [Errno 10] No child process Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked ChildProcessError: [Errno 10] No child process Exception ignored in: Exception ignored in: Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop ChildProcessError: [Errno 10] No child process ChildProcessError: [Errno 10] No child process File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked ChildProcessError: [Errno 10] No child process [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-396 with pid 61522 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-395 with pid 61521 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-394 with pid 61520 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-393 with pid 61519 [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of 5 workers _ TestResourceTracker.test_loky_process_inherit_multiprocessing_resource_tracker _ self = @pytest.mark.skipif( sys.version_info < (3, 8), reason="SharedMemory introduced in Python 3.8", ) def test_loky_process_inherit_multiprocessing_resource_tracker(self): cmd = """if 1: from loky import get_reusable_executor from multiprocessing.shared_memory import SharedMemory from multiprocessing.resource_tracker import ( _resource_tracker as mp_resource_tracker ) def mp_rtracker_getattrs(): from multiprocessing.resource_tracker import ( _resource_tracker as mp_resource_tracker ) return mp_resource_tracker._fd, mp_resource_tracker._pid if __name__ == '__main__': executor = get_reusable_executor(max_workers=1) # warm up f = executor.submit(id, 1).result() # loky forces the creation of the resource tracker at process # creation so that loky processes can inherit its file descriptor. fd, pid = executor.submit(mp_rtracker_getattrs).result() assert fd == mp_resource_tracker._fd assert pid == mp_resource_tracker._pid # non-regression test for #242: unlinking in a loky process a # shared_memory segment tracked by multiprocessing and created its # parent should not generate warnings. shm = SharedMemory(create=True, size=10) f = executor.submit(shm.unlink).result() """ p = subprocess.run( [sys.executable, "-c", cmd], capture_output=True, text=True ) assert not p.stdout > assert not p.stderr E assert not 'Exception ignored in: \nTraceback (most recent call last):\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked\nChildProcessError: [Errno 10] No child process\n' E + where 'Exception ignored in: \nTraceback (most recent call last):\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked\nChildProcessError: [Errno 10] No child process\n' = CompletedProcess(args=['/usr/bin/python3', '-c', "if 1:\n from loky import get_reusable_executor\n from multiprocessing.shared_memory import SharedMemory\n from multiprocessing.resource_tracker import (\n _resource_tracker as mp_resource_tracker\n )\n\n def mp_rtracker_getattrs():\n from multiprocessing.resource_tracker import (\n _resource_tracker as mp_resource_tracker\n )\n return mp_resource_tracker._fd, mp_resource_tracker._pid\n\n\n if __name__ == '__main__':\n executor = get_reusable_executor(max_workers=1)\n # warm up\n f = executor.submit(id, 1).result()\n\n # loky forces the creation of the resource tracker at process\n # creation so that loky processes can inherit its file descriptor.\n fd, pid = executor.submit(mp_rtracker_getattrs).result()\n assert fd == mp_resource_tracker._fd\n assert pid == mp_resource_tracker._pid\n\n # non-regression test for #242: unlinking in a loky process a\n # shared_memory segment tracked by multiprocessing and created its\n # parent should not generate warnings.\n shm = SharedMemory(create=True, size=10)\n f = executor.submit(shm.unlink).result()\n\n "], returncode=0, stdout='', stderr='Exception ignored in: \nTraceback (most recent call last):\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop\n File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 111, in _stop_locked\nChildProcessError: [Errno 10] No child process\n').stderr tests/test_resource_tracker.py:329: AssertionError =============================== warnings summary =============================== tests/test_loky_backend.py: 13 warnings tests/test_process_executor_forkserver.py: 8 warnings tests/test_process_executor_loky.py: 293 warnings tests/test_process_executor_spawn.py: 8 warnings tests/test_resource_tracker.py: 2 warnings tests/test_reusable_executor.py: 170 warnings tests/test_synchronize.py: 10 warnings tests/test_worker_timeout.py: 33 warnings /home/buildozer/aports/community/py3-loky/src/loky-3.4.1/loky/backend/fork_exec.py:38: DeprecationWarning: This process (pid=60049) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() tests/test_loky_module.py::test_cpu_count /home/buildozer/aports/community/py3-loky/src/loky-3.4.1/loky/backend/context.py:136: UserWarning: Could not find the number of physical cores for the following reason: [Errno 2] No such file or directory: 'lscpu' Returning the number of logical cores instead. You can silence this warning by setting LOKY_MAX_CPU_COUNT to the number of cores you want to use. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_interpreter_shutdown FAILED tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_hang_issue39205 FAILED tests/test_resource_tracker.py::TestResourceTracker::test_loky_process_inherit_multiprocessing_resource_tracker = 3 failed, 276 passed, 19 skipped, 16 deselected, 538 warnings in 245.96s (0:04:05) = [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, started 281468351404808)>, (, ))] [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-1264 [DEBUG:MainProcess:ExecutorManagerThread] found 1 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 1 sentinels to the call queue [DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit [DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread() [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:ExecutorManagerThread] joining 1 processes [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-1264 with pid 63306 [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of 1 workers [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 281468351404808)>, (, ))] [INFO:MainProcess:MainThread] process shutting down [DEBUG:MainProcess:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers >>> ERROR: py3-loky: check failed >>> py3-loky: Uninstalling dependencies... (1/30) Purging .makedepends-py3-loky (20250503.220043) (2/30) Purging py3-cloudpickle-pyc (3.1.1-r0) (3/30) Purging py3-cloudpickle (3.1.1-r0) (4/30) Purging py3-setuptools-pyc (77.0.3-r0) (5/30) Purging py3-setuptools (77.0.3-r0) (6/30) Purging py3-pytest-pyc (8.3.5-r0) (7/30) Purging py3-pytest (8.3.5-r0) (8/30) Purging py3-iniconfig-pyc (2.1.0-r0) (9/30) Purging py3-iniconfig (2.1.0-r0) (10/30) Purging py3-packaging-pyc (25.0-r0) (11/30) Purging py3-packaging (25.0-r0) (12/30) Purging py3-parsing-pyc (3.2.0-r0) (13/30) Purging py3-parsing (3.2.0-r0) (14/30) Purging py3-pluggy-pyc (1.5.0-r0) (15/30) Purging py3-pluggy (1.5.0-r0) (16/30) Purging py3-py-pyc (1.11.0-r4) (17/30) Purging py3-py (1.11.0-r4) (18/30) Purging py3-psutil-pyc (7.0.0-r0) (19/30) Purging py3-psutil (7.0.0-r0) (20/30) Purging python3-pyc (3.12.10-r0) (21/30) Purging python3-pycache-pyc0 (3.12.10-r0) (22/30) Purging pyc (3.12.10-r0) (23/30) Purging python3 (3.12.10-r0) (24/30) Purging gdbm (1.24-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.4.8-r0) (27/30) Purging libpanelw (6.5_p20250412-r0) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging sqlite-libs (3.49.1-r1) (30/30) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 398 MiB in 104 packages