>>> py3-loky: Building community/py3-loky 3.4.1-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 23:21:24 +0000 >>> py3-loky: Checking sanity of /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/29) Installing libffi (3.4.6-r0) (2/29) Installing gdbm (1.23-r1) (3/29) Installing mpdecimal (4.0.0-r0) (4/29) Installing libpanelw (6.4_p20240330-r0) (5/29) Installing readline (8.2.10-r0) (6/29) Installing sqlite-libs (3.45.2-r0) (7/29) Installing python3 (3.12.2-r1) (8/29) Installing python3-pycache-pyc0 (3.12.2-r1) (9/29) Installing pyc (3.12.2-r1) (10/29) Installing python3-pyc (3.12.2-r1) (11/29) Installing py3-cloudpickle (3.0.0-r1) (12/29) Installing py3-cloudpickle-pyc (3.0.0-r1) (13/29) Installing py3-parsing (3.1.2-r1) (14/29) Installing py3-parsing-pyc (3.1.2-r1) (15/29) Installing py3-packaging (24.0-r1) (16/29) Installing py3-packaging-pyc (24.0-r1) (17/29) Installing py3-setuptools (69.2.0-r2) (18/29) Installing py3-setuptools-pyc (69.2.0-r2) (19/29) Installing py3-iniconfig (2.0.0-r1) (20/29) Installing py3-iniconfig-pyc (2.0.0-r1) (21/29) Installing py3-pluggy (1.4.0-r1) (22/29) Installing py3-pluggy-pyc (1.4.0-r1) (23/29) Installing py3-py (1.11.0-r3) (24/29) Installing py3-py-pyc (1.11.0-r3) (25/29) Installing py3-pytest (8.1.1-r1) (26/29) Installing py3-pytest-pyc (8.1.1-r1) (27/29) Installing py3-psutil (5.9.8-r1) (28/29) Installing py3-psutil-pyc (5.9.8-r1) (29/29) Installing .makedepends-py3-loky (20240412.232126) Executing busybox-1.36.1-r25.trigger OK: 431 MiB in 142 packages >>> py3-loky: Cleaning up srcdir >>> py3-loky: Cleaning up pkgdir >>> py3-loky: Cleaning up tmpdir >>> py3-loky: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-loky-3.4.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 100 140k 0 0 681k 0 --:--:-- --:--:-- --:--:-- 685k >>> py3-loky: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-loky-3.4.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/loky copying loky/_base.py -> build/lib/loky copying loky/process_executor.py -> build/lib/loky copying loky/__init__.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/utils.py -> build/lib/loky/backend copying loky/backend/popen_loky_posix.py -> build/lib/loky/backend copying loky/backend/synchronize.py -> build/lib/loky/backend copying loky/backend/fork_exec.py -> build/lib/loky/backend copying loky/backend/spawn.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/process.py -> build/lib/loky/backend copying loky/backend/popen_loky_win32.py -> build/lib/loky/backend copying loky/backend/_win_reduction.py -> build/lib/loky/backend copying loky/backend/queues.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.2, pytest-8.1.1, pluggy-1.4.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 PASSED [ 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 PASSED [ 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 PASSED [ 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\\)] PASSED [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args4-BrokenProcessPool-UnpicklingError] PASSED [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args5-TerminatedWorkerError-SIGSEGV] PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[crash-args6-TerminatedWorkerError-SIGSEGV] 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\\)] 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] PASSED [ 81%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[crash-args6-TerminatedWorkerError-SIGSEGV] 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] 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] 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] PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[5] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-996, reason: broken executor PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[13] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-1011, reason: broken executor PASSED [ 86%][DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-1010, reason: broken executor 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 PASSED [ 89%] tests/test_reusable_executor.py::TestTerminateExecutor::test_call_item_gc_crash_or_exit[CExitAtGCInWorker-EXIT\\(0\\)] [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 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-1261 when processing 27568 as result_item emory size: 18640896 [INFO:LokyProcess-1261:MainThread] Shutting down worker after timeout 0.001s =============================== 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: 30 warnings /home/buildozer/aports/community/py3-loky/src/loky-3.4.1/loky/backend/fork_exec.py:38: DeprecationWarning: This process (pid=24781) 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 === 279 passed, 19 skipped, 16 deselected, 535 warnings in 327.81s (0:05:27) === [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, started 4123090320)>, (, ))] [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:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] joining 0 processes [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of 0 workers [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up {len(items)}executor_manager_thread: [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 4123090320)>, (, ))] [INFO:MainProcess:MainThread] process shutting down [DEBUG:MainProcess:MainThread] running all "atexit" finalizers with priority >= 0 [DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers >>> py3-loky: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-loky/pkg creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky copying build/lib/loky/_base.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/_base.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/initializers.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/reusable_executor.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/process_executor.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/cloudpickle_wrapper.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__ copying build/lib/loky/process_executor.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky copying build/lib/loky/__init__.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky copying build/lib/loky/cloudpickle_wrapper.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky copying build/lib/loky/initializers.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky copying build/lib/loky/reusable_executor.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/utils.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/popen_loky_posix.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/popen_loky_posix.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/utils.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/resource_tracker.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/spawn.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/reduction.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/fork_exec.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/context.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/synchronize.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/queues.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/_posix_reduction.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/process.cpython-312.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/synchronize.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/fork_exec.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/spawn.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/__init__.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/resource_tracker.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/process.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/popen_loky_win32.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/_win_reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/queues.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/context.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/_posix_reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend copying build/lib/loky/backend/reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/popen_loky_win32.py to popen_loky_win32.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/_win_reduction.py to _win_reduction.cpython-312.pyc running install_egg_info running egg_info creating loky.egg-info writing loky.egg-info/PKG-INFO writing dependency_links to loky.egg-info/dependency_links.txt writing requirements to loky.egg-info/requires.txt writing top-level names to loky.egg-info/top_level.txt writing manifest file 'loky.egg-info/SOURCES.txt' reading manifest file 'loky.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'doc' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'loky.egg-info/SOURCES.txt' Copying loky.egg-info to /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky-3.4.1-py3.12.egg-info running install_scripts >>> py3-loky-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/__pycache__' -> '/home/buildozer/aports/community/py3-loky/pkg/py3-loky-pyc/usr/lib/python3.12/site-packages/loky/__pycache__' '/home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.12/site-packages/loky/backend/__pycache__' -> '/home/buildozer/aports/community/py3-loky/pkg/py3-loky-pyc/usr/lib/python3.12/site-packages/loky/backend/__pycache__' >>> py3-loky-pyc*: Preparing subpackage py3-loky-pyc... >>> py3-loky-pyc*: Running postcheck for py3-loky-pyc >>> py3-loky*: Running postcheck for py3-loky >>> py3-loky*: Preparing package py3-loky... >>> py3-loky-pyc*: Tracing dependencies... python3 py3-cloudpickle python3~3.12 >>> py3-loky-pyc*: Package size: 248.0 KB >>> py3-loky-pyc*: Compressing data... >>> py3-loky-pyc*: Create checksum... >>> py3-loky-pyc*: Create py3-loky-pyc-3.4.1-r1.apk >>> py3-loky*: Tracing dependencies... python3 py3-cloudpickle python3~3.12 >>> py3-loky*: Package size: 256.0 KB >>> py3-loky*: Compressing data... >>> py3-loky*: Create checksum... >>> py3-loky*: Create py3-loky-3.4.1-r1.apk >>> py3-loky: Build complete at Fri, 12 Apr 2024 23:26:57 +0000 elapsed time 0h 5m 33s >>> py3-loky: Cleaning up srcdir >>> py3-loky: Cleaning up pkgdir >>> py3-loky: Uninstalling dependencies... (1/29) Purging .makedepends-py3-loky (20240412.232126) (2/29) Purging py3-cloudpickle-pyc (3.0.0-r1) (3/29) Purging py3-cloudpickle (3.0.0-r1) (4/29) Purging py3-setuptools-pyc (69.2.0-r2) (5/29) Purging py3-setuptools (69.2.0-r2) (6/29) Purging py3-pytest-pyc (8.1.1-r1) (7/29) Purging py3-pytest (8.1.1-r1) (8/29) Purging py3-iniconfig-pyc (2.0.0-r1) (9/29) Purging py3-iniconfig (2.0.0-r1) (10/29) Purging py3-packaging-pyc (24.0-r1) (11/29) Purging py3-packaging (24.0-r1) (12/29) Purging py3-parsing-pyc (3.1.2-r1) (13/29) Purging py3-parsing (3.1.2-r1) (14/29) Purging py3-pluggy-pyc (1.4.0-r1) (15/29) Purging py3-pluggy (1.4.0-r1) (16/29) Purging py3-py-pyc (1.11.0-r3) (17/29) Purging py3-py (1.11.0-r3) (18/29) Purging py3-psutil-pyc (5.9.8-r1) (19/29) Purging py3-psutil (5.9.8-r1) (20/29) Purging python3-pyc (3.12.2-r1) (21/29) Purging python3-pycache-pyc0 (3.12.2-r1) (22/29) Purging pyc (3.12.2-r1) (23/29) Purging python3 (3.12.2-r1) (24/29) Purging gdbm (1.23-r1) (25/29) Purging libffi (3.4.6-r0) (26/29) Purging libpanelw (6.4_p20240330-r0) (27/29) Purging mpdecimal (4.0.0-r0) (28/29) Purging readline (8.2.10-r0) (29/29) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-loky: Updating the community/x86 repository index... >>> py3-loky: Signing the index...