>>> py3-loky: Building community/py3-loky 3.4.1-r1 (using abuild 3.15.0_rc3-r1) started Sun, 04 May 2025 11:43:02 +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 (20250504.114318) Executing busybox-1.37.0-r16.trigger OK: 409 MiB in 132 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/_base.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 creating build/lib/loky/backend copying loky/backend/fork_exec.py -> build/lib/loky/backend copying loky/backend/__init__.py -> build/lib/loky/backend copying loky/backend/resource_tracker.py -> build/lib/loky/backend copying loky/backend/queues.py -> build/lib/loky/backend copying loky/backend/popen_loky_win32.py -> build/lib/loky/backend copying loky/backend/process.py -> build/lib/loky/backend copying loky/backend/popen_loky_posix.py -> build/lib/loky/backend copying loky/backend/spawn.py -> build/lib/loky/backend copying loky/backend/_win_reduction.py -> build/lib/loky/backend copying loky/backend/synchronize.py -> build/lib/loky/backend copying loky/backend/utils.py -> build/lib/loky/backend copying loky/backend/context.py -> build/lib/loky/backend copying loky/backend/_posix_reduction.py -> build/lib/loky/backend copying loky/backend/reduction.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] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-906, reason: broken executor PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[crash-args6-TerminatedWorkerError-SIGSEGV] 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 [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 PASSED [ 85%] 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 [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-995, 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 [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 PASSED [ 89%] 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() [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup 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%][DEBUG:MainProcess:ExecutorManagerThread] joining LokyProcess-1268 when processing 64617 as result_item =================================== 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 File...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 File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 86, in _stop 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 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 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 4396076236800 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396075188224 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396074663936 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396074139648 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396073615360 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396073091072 and name "None" [DEBUG:MainProcess:MainThread] ProcessPoolExecutor is setup [DEBUG:MainProcess:MainThread] created semlock with handle 4396072566784 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62852 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-336', '--pipe', '29'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396072042496 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62853 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-337', '--pipe', '30'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396071518208 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62854 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-338', '--pipe', '31'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396070993920 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62855 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-339', '--pipe', '32'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396070469632 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62856 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-340', '--pipe', '33'] [DEBUG:MainProcess:MainThread] Adjusted process count to 5: [('LokyProcess-336', 62852), ('LokyProcess-337', 62853), ('LokyProcess-338', 62854), ('LokyProcess-339', 62855), ('LokyProcess-340', 62856)] [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 4396075188224 and name "/loky-62044-tc8ryxzx" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396074663936 and name "/loky-62044-oh9e7p1l" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396074139648 and name "/loky-62044-vy5othi1" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396073615360 and name "/loky-62044-_scn9dyp" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396073091072 and name "/loky-62044-0a6lj5kt" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396075188224 and name "/loky-62044-tc8ryxzx" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396074663936 and name "/loky-62044-oh9e7p1l" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396074139648 and name "/loky-62044-vy5othi1" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396073615360 and name "/loky-62044-_scn9dyp" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396073091072 and name "/loky-62044-0a6lj5kt" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396075188224 and name "/loky-62044-tc8ryxzx" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396074663936 and name "/loky-62044-oh9e7p1l" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396074139648 and name "/loky-62044-vy5othi1" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396073615360 and name "/loky-62044-_scn9dyp" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396073091072 and name "/loky-62044-0a6lj5kt" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396075188224 and name "/loky-62044-tc8ryxzx" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396074663936 and name "/loky-62044-oh9e7p1l" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396074139648 and name "/loky-62044-vy5othi1" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396073615360 and name "/loky-62044-_scn9dyp" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396073091072 and name "/loky-62044-0a6lj5kt" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 4396075188224 and name "/loky-62044-tc8ryxzx" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 4396074663936 and name "/loky-62044-oh9e7p1l" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 4396074139648 and name "/loky-62044-vy5othi1" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 4396073615360 and name "/loky-62044-_scn9dyp" [DEBUG:LokyProcess-340:MainThread] recreated blocker with handle 4396073091072 and name "/loky-62044-0a6lj5kt" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396076236800 and name "/loky-62044-7fxg01dw" [DEBUG:LokyProcess-336:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-843xvxry" [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 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396076236800 and name "/loky-62044-7fxg01dw" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-338:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-ajgb39tf" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396076236800 and name "/loky-62044-7fxg01dw" [INFO:LokyProcess-338:MainThread] child process calling self.run() [DEBUG:LokyProcess-337:MainThread] recreated blocker with handle 4396072042496 and name "/loky-62044-d5uv1j33" [DEBUG:LokyProcess-338:MainThread] Worker started with timeout=None [INFO:LokyProcess-337:MainThread] child process calling self.run() [DEBUG:LokyProcess-337:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-336:MainThread] psutil return memory size: 26841088 ----------------------------- Captured stderr call ----------------------------- [DEBUG:MainProcess:MainThread] shutting down executor [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-340, reason: executor shutting down [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396076236800 and name "/loky-62044-7fxg01dw" [DEBUG:LokyProcess-339:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-batxqbv0" [INFO:LokyProcess-339:MainThread] child process calling self.run() [DEBUG:LokyProcess-339: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 File...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 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 4396072566784 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396072042496 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396071518208 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396070993920 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396070469632 and name "None" [DEBUG:MainProcess:MainThread] created semlock with handle 4396069945344 and name "None" [DEBUG:MainProcess:MainThread] ProcessPoolExecutor is setup [DEBUG:MainProcess:MainThread] created semlock with handle 4396069421056 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62943 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-393', '--pipe', '30'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396068896768 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62944 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-394', '--pipe', '31'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396068372480 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62945 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-395', '--pipe', '32'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396067848192 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62946 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-396', '--pipe', '33'] [DEBUG:MainProcess:MainThread] created semlock with handle 4396067323904 and name "None" [DEBUG:MainProcess:MainThread] launched python with pid 62947 and cmd: ['/usr/bin/python3', '-m', 'loky.backend.popen_loky_posix', '--process-name', 'LokyProcess-397', '--pipe', '34'] [DEBUG:MainProcess:MainThread] Adjusted process count to 5: [('LokyProcess-393', 62943), ('LokyProcess-394', 62944), ('LokyProcess-395', 62945), ('LokyProcess-396', 62946), ('LokyProcess-397', 62947)] [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 4396072042496 and name "/loky-62044-u7h9j5u1" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-r3iiga7r" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-yo7j6ahi" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396070469632 and name "/loky-62044-jauum9yi" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396069945344 and name "/loky-62044-x21e_r0c" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396072042496 and name "/loky-62044-u7h9j5u1" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-r3iiga7r" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-yo7j6ahi" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396070469632 and name "/loky-62044-jauum9yi" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396069945344 and name "/loky-62044-x21e_r0c" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396072042496 and name "/loky-62044-u7h9j5u1" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-r3iiga7r" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-yo7j6ahi" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396070469632 and name "/loky-62044-jauum9yi" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396069945344 and name "/loky-62044-x21e_r0c" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396072042496 and name "/loky-62044-u7h9j5u1" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-r3iiga7r" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-yo7j6ahi" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396070469632 and name "/loky-62044-jauum9yi" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396069945344 and name "/loky-62044-x21e_r0c" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396072042496 and name "/loky-62044-u7h9j5u1" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396071518208 and name "/loky-62044-r3iiga7r" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396070993920 and name "/loky-62044-yo7j6ahi" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396070469632 and name "/loky-62044-jauum9yi" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396069945344 and name "/loky-62044-x21e_r0c" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-hgzkxldk" [DEBUG:LokyProcess-393:MainThread] recreated blocker with handle 4396069421056 and name "/loky-62044-9iuixabb" [INFO:LokyProcess-393:MainThread] child process calling self.run() [DEBUG:LokyProcess-393:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-hgzkxldk" [DEBUG:LokyProcess-394:MainThread] recreated blocker with handle 4396068896768 and name "/loky-62044-1hnofijm" [INFO:LokyProcess-394:MainThread] child process calling self.run() [DEBUG:LokyProcess-394:MainThread] Worker started with timeout=None ----------------------------- Captured stderr call ----------------------------- [DEBUG:LokyProcess-393:MainThread] psutil return memory size: 26845184 [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-hgzkxldk" [DEBUG:LokyProcess-395:MainThread] recreated blocker with handle 4396068372480 and name "/loky-62044-yvo2kc9z" [INFO:LokyProcess-395:MainThread] child process calling self.run() [DEBUG:LokyProcess-395:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-hgzkxldk" [DEBUG:LokyProcess-396:MainThread] recreated blocker with handle 4396067848192 and name "/loky-62044-c5l1niiu" [INFO:LokyProcess-396:MainThread] child process calling self.run() [DEBUG:LokyProcess-396:MainThread] Worker started with timeout=None [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396078858240 and name "/loky-62044-6n1ejpxm" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396078333952 and name "/loky-62044-iiynjant" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396077809664 and name "/loky-62044-s2nrjktd" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396077285376 and name "/loky-62044-9xep_mca" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396076761088 and name "/loky-62044-intk8v_s" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396072566784 and name "/loky-62044-hgzkxldk" [DEBUG:LokyProcess-397:MainThread] recreated blocker with handle 4396067323904 and name "/loky-62044-9_1e9mrr" [INFO:LokyProcess-397:MainThread] child process calling self.run() [DEBUG:LokyProcess-397: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 [DEBUG:MainProcess:ExecutorManagerThread] joining 5 processes [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-397 with pid 62947 [INFO:LokyProcess-394:MainThread] Shutting down worker on sentinel [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [INFO:LokyProcess-393:MainThread] Shutting down worker on sentinel [INFO:LokyProcess-395:MainThread] Shutting down worker on sentinel [DEBUG:LokyProcess-394:MainThread] Exited cleanly [INFO:LokyProcess-396:MainThread] Shutting down worker on sentinel [INFO:LokyProcess-394:MainThread] process shutting down [DEBUG:LokyProcess-393:MainThread] Exited cleanly [DEBUG:LokyProcess-394:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:LokyProcess-393:MainThread] process shutting down [DEBUG:LokyProcess-394:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-393:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:LokyProcess-397:MainThread] Shutting down worker on sentinel [DEBUG:LokyProcess-393:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-395:MainThread] Exited cleanly [INFO:LokyProcess-394:MainThread] process exiting with exitcode 0 [INFO:LokyProcess-395:MainThread] process shutting down [DEBUG:LokyProcess-395:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:LokyProcess-393:MainThread] process exiting with exitcode 0 [DEBUG:LokyProcess-395:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-396:MainThread] Exited cleanly [INFO:LokyProcess-396:MainThread] process shutting down [INFO:LokyProcess-395:MainThread] process exiting with exitcode 0 [DEBUG:LokyProcess-396:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:LokyProcess-396:MainThread] running the remaining "atexit" finalizers [DEBUG:LokyProcess-397:MainThread] Exited cleanly [INFO:LokyProcess-397:MainThread] process shutting down [INFO:LokyProcess-396:MainThread] process exiting with exitcode 0 [DEBUG:LokyProcess-397:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:LokyProcess-397:MainThread] running the remaining "atexit" finalizers [INFO:LokyProcess-397: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 Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/resource_tracker.py", line 77, in __del__ ChildProcessError: [Errno 10] No child process 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: 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 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-396 with pid 62946 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-395 with pid 62945 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-394 with pid 62944 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-393 with pid 62943 [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: 39 warnings /home/buildozer/aports/community/py3-loky/src/loky-3.4.1/loky/backend/fork_exec.py:38: DeprecationWarning: This process (pid=62044) 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, 544 warnings in 235.08s (0:03:55) = [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, started 4396051594040)>, (, ))] [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-1270 [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:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] joining 1 processes [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-1270 with pid 64619 [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 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4396051594040)>, (, ))] [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 (20250504.114318) (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: 359 MiB in 102 packages