>>> py3-loky: Building community/py3-loky 3.0.0-r1 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 09:10:44 +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/24) Installing libffi (3.4.2-r1) (2/24) Installing gdbm (1.22-r0) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing readline (8.1.1-r0) (5/24) Installing sqlite-libs (3.37.0-r0) (6/24) Installing python3 (3.10.1-r0) (7/24) Installing py3-cloudpickle (1.6.0-r2) (8/24) Installing py3-ordered-set (4.0.2-r3) (9/24) Installing py3-appdirs (1.4.4-r3) (10/24) Installing py3-parsing (2.4.7-r3) (11/24) Installing py3-six (1.16.0-r1) (12/24) Installing py3-packaging (21.3-r0) (13/24) Installing py3-setuptools (52.0.0-r5) (14/24) Installing py3-atomicwrites (1.4.0-r2) (15/24) Installing py3-attrs (21.2.0-r1) (16/24) Installing py3-more-itertools (8.12.0-r1) (17/24) Installing py3-iniconfig (1.1.1-r2) (18/24) Installing py3-pluggy (0.13.1-r5) (19/24) Installing py3-py (1.10.0-r2) (20/24) Installing py3-wcwidth (0.2.5-r2) (21/24) Installing py3-toml (0.10.2-r3) (22/24) Installing py3-pytest (6.2.5-r1) (23/24) Installing py3-psutil (5.8.0-r2) (24/24) Installing .makedepends-py3-loky (20211216.091046) Executing busybox-1.34.1-r5.trigger OK: 404 MiB in 132 packages >>> py3-loky: Cleaning up srcdir >>> py3-loky: Cleaning up pkgdir >>> py3-loky: Fetching py3-loky-3.0.0.tar.gz::https://github.com/joblib/loky/archive/3.0.0.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 118 100 118 0 0 508 0 --:--:-- --:--:-- --:--:-- 510 100 148k 0 148k 0 0 280k 0 --:--:-- --:--:-- --:--:-- 280k >>> py3-loky: Fetching py3-loky-3.0.0.tar.gz::https://github.com/joblib/loky/archive/3.0.0.tar.gz >>> py3-loky: Checking sha512sums... py3-loky-3.0.0.tar.gz: OK >>> py3-loky: Unpacking /var/cache/distfiles/edge/py3-loky-3.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/loky copying loky/initializers.py -> build/lib/loky copying loky/reusable_executor.py -> build/lib/loky copying loky/_base.py -> build/lib/loky copying loky/__init__.py -> build/lib/loky copying loky/cloudpickle_wrapper.py -> build/lib/loky copying loky/process_executor.py -> build/lib/loky creating build/lib/loky/backend copying loky/backend/_win_wait.py -> build/lib/loky/backend copying loky/backend/fork_exec.py -> build/lib/loky/backend copying loky/backend/synchronize.py -> build/lib/loky/backend copying loky/backend/utils.py -> build/lib/loky/backend copying loky/backend/compat_win32.py -> build/lib/loky/backend copying loky/backend/reduction.py -> build/lib/loky/backend copying loky/backend/resource_tracker.py -> build/lib/loky/backend copying loky/backend/popen_loky_win32.py -> build/lib/loky/backend copying loky/backend/semlock.py -> build/lib/loky/backend copying loky/backend/_posix_reduction.py -> build/lib/loky/backend copying loky/backend/compat_posix.py -> build/lib/loky/backend copying loky/backend/__init__.py -> build/lib/loky/backend copying loky/backend/managers.py -> build/lib/loky/backend copying loky/backend/_win_reduction.py -> build/lib/loky/backend copying loky/backend/_posix_wait.py -> build/lib/loky/backend copying loky/backend/popen_loky_posix.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/spawn.py -> build/lib/loky/backend copying loky/backend/compat.py -> build/lib/loky/backend copying loky/backend/process.py -> build/lib/loky/backend ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-loky/src/loky-3.0.0 collecting ... collected 305 items / 13 deselected / 292 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 [ 13%] 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_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::TestLokyBackend::test_compatibility_openmp SKIPPED [ 15%] 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 [ 16%] 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 [ 17%] tests/test_loky_module.py::test_cpu_count PASSED [ 18%] tests/test_loky_module.py::test_cpu_count_affinity SKIPPED [ 18%] tests/test_loky_module.py::test_cpu_count_cfs_limit SKIPPED [ 18%] tests/test_loky_module.py::test_only_physical_cores_error PASSED [ 19%] tests/test_loky_module.py::test_only_physical_cores_with_user_limitation PASSED [ 19%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_run_after_shutdown PASSED [ 19%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_with_pickle_error PASSED [ 20%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 20%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_interpreter_shutdown PASSED [ 20%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_hang_issue12364 PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_terminate PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_terminate_on_executor_gc PASSED [ 21%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_context_manager_shutdown PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_del_shutdown PASSED [ 22%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_no_wait PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_shutdown_deadlock_pickle PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_hang_issue39205 PASSED [ 23%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverShutdown::test_recursive_kill PASSED [ 24%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_completed PASSED [ 24%] 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 [ 25%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_first_exception_some_already_complete PASSED [ 25%] 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 [ 26%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverWait::test_timeout PASSED [ 26%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_no_timeout PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_zero_timeout PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverAsCompleted::test_duplicate_futures PASSED [ 27%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit_keyword PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map PASSED [ 28%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_exception PASSED [ 29%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_timeout PASSED [ 29%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_shutdown_race_issue12456 PASSED [ 29%] 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 [ 30%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_killed_child PASSED [ 30%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_map_chunksize PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_traceback PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_thread_safety PASSED [ 31%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_submit_from_callback PASSED [ 32%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_worker_timeout PASSED [ 32%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_serialization PASSED [ 32%] 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 [ 33%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_expected_failure_on_large_data_send SKIPPED [ 33%] 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 [ 34%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_exited_child PASSED [ 34%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_child_env_executor SKIPPED [ 35%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_viztracer_profiler SKIPPED [ 35%] tests/test_process_executor_forkserver.py::TestsProcessPoolForkserverExecutor::test_viztracer_profiler_with_custom_init SKIPPED [ 35%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_run_after_shutdown PASSED [ 36%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_with_pickle_error PASSED [ 36%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 36%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_interpreter_shutdown PASSED [ 37%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_hang_issue12364 PASSED [ 37%] 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 [ 38%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 38%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_context_manager_shutdown PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_del_shutdown PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_no_wait PASSED [ 39%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_shutdown_deadlock_pickle PASSED [ 40%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_hang_issue39205 PASSED [ 40%] tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_recursive_kill PASSED [ 40%] 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 [ 41%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_first_exception PASSED [ 41%] 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 [ 42%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_all_completed PASSED [ 42%] tests/test_process_executor_loky.py::TestsProcessPoolLokyWait::test_timeout PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_no_timeout PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_zero_timeout PASSED [ 43%] tests/test_process_executor_loky.py::TestsProcessPoolLokyAsCompleted::test_duplicate_futures PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit_keyword PASSED [ 44%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map PASSED [ 45%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_exception PASSED [ 45%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_timeout PASSED [ 45%] 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 [ 46%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_max_workers_negative PASSED [ 46%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_killed_child PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_map_chunksize PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_traceback PASSED [ 47%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_thread_safety PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_submit_from_callback PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_worker_timeout PASSED [ 48%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_serialization PASSED [ 49%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_max_depth[True] PASSED [ 49%] 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 [ 50%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_memory_leak_protection PASSED [ 50%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_reference_cycle_collection PASSED [ 51%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_exited_child PASSED [ 51%] tests/test_process_executor_loky.py::TestsProcessPoolLokyExecutor::test_child_env_executor PASSED [ 51%] 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 [ 52%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_run_after_shutdown PASSED [ 52%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_with_pickle_error PASSED [ 53%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_with_sys_exit_at_pickle PASSED [ 53%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_interpreter_shutdown PASSED [ 53%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_hang_issue12364 PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_terminate PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_terminate_on_executor_gc PASSED [ 54%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_processes_crash_handling_after_executor_gc PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_context_manager_shutdown PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_del_shutdown PASSED [ 55%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_no_wait PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_shutdown_deadlock_pickle PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_hang_issue39205 PASSED [ 56%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnShutdown::test_recursive_kill PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_completed PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_completed_some_already_completed PASSED [ 57%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception_some_already_complete PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_first_exception_one_already_failed PASSED [ 58%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_all_completed PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnWait::test_timeout PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_no_timeout PASSED [ 59%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_zero_timeout PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnAsCompleted::test_duplicate_futures PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit PASSED [ 60%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit_keyword PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_exception PASSED [ 61%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_timeout PASSED [ 62%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_shutdown_race_issue12456 PASSED [ 62%] 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 [ 63%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_killed_child PASSED [ 63%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_map_chunksize PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_traceback PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_thread_safety PASSED [ 64%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_submit_from_callback PASSED [ 65%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_worker_timeout PASSED [ 65%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_serialization PASSED [ 65%] 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 [ 66%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_expected_failure_on_large_data_send SKIPPED [ 66%] 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 [ 67%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_exited_child PASSED [ 67%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_child_env_executor SKIPPED [ 68%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_viztracer_profiler SKIPPED [ 68%] tests/test_process_executor_spawn.py::TestsProcessPoolSpawnExecutor::test_viztracer_profiler_with_custom_init SKIPPED [ 68%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[file] PASSED [ 69%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[folder] PASSED [ 69%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[semlock] PASSED [ 69%] tests/test_resource_tracker.py::TestResourceTracker::test_child_retrieves_resource_tracker PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[file] PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[folder] PASSED [ 70%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker[semlock] PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[file] PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[folder] PASSED [ 71%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_refcounting[semlock] PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigint PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigterm PASSED [ 72%] tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigkill PASSED [ 73%] tests/test_resource_tracker.py::TestResourceTracker::test_loky_process_inherit_multiprocessing_resource_tracker PASSED [ 73%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[id-args0-PicklingError-None] PASSED [ 73%] 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 [ 74%] 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 [ 75%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[crash-args6-TerminatedWorkerError-SIGSEGV] PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[exit-args7-SystemExit-None] PASSED [ 76%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[c_exit-args8-TerminatedWorkerError-EXIT\\(0\\)] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-893, reason: broken executor PASSED [ 76%] 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] PASSED [ 77%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args11-SystemExit-None] PASSED [ 77%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crashes[return_instance-args12-TerminatedWorkerError-EXIT\\(0\\)] 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 [ 78%] 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 [ 79%] 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\\)] PASSED [ 80%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args4-BrokenProcessPool-UnpicklingError] PASSED [ 80%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[id-args5-TerminatedWorkerError-SIGSEGV] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-925, reason: broken executor 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 [ 81%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[c_exit-args8-TerminatedWorkerError-EXIT\\(0\\)] 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 [ 82%] 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-953, reason: broken executor PASSED [ 83%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_in_callback_submit_with_crash[return_instance-args13-PicklingError-None] PASSED [ 83%] 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 [ 84%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_deadlock_kill PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[1] [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 processes [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of worker processes: [] PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[2] PASSED [ 85%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[5] PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_crash_races[13] [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-1000, reason: broken executor [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-999, reason: broken executor [DEBUG:MainProcess:ExecutorManagerThread] terminate process LokyProcess-998, reason: broken executor PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_imap_handle_iterable_exception PASSED [ 86%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_queue_full_deadlock PASSED [ 87%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_informative_error_when_fail_at_unpickle PASSED [ 87%] tests/test_reusable_executor.py::TestExecutorDeadLock::test_numpy_dot_parent_and_child_no_freeze SKIPPED [ 88%] 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 [ 89%] tests/test_reusable_executor.py::TestTerminateExecutor::test_call_item_gc_crash_or_exit[CrashAtGCInWorker-SIGSEGV] [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 processes [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of worker processes: [] PASSED [ 89%] tests/test_reusable_executor.py::TestTerminateExecutor::test_call_item_gc_crash_or_exit[CExitAtGCInWorker-EXIT\\(0\\)] [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 processes [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of worker processes: [] 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::TestResizeExecutor::test_resize_after_timeout PASSED [ 92%] 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 [ 93%] 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 [ 94%] tests/test_reusable_executor.py::TestGetReusableExecutor::test_compat_with_concurrent_futures_exception PASSED [ 94%] tests/test_synchronize.py::test_semlock_failure PASSED [ 94%] 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 [ 95%] 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 [ 96%] 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 [ 97%] 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 [ 98%] 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 [ 99%] tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_shutdown_deadlock PASSED [100%] =============================== warnings summary =============================== tests/test_reusable_executor.py:12 /home/buildozer/aports/community/py3-loky/src/loky-3.0.0/tests/test_reusable_executor.py:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion tests/test_synchronize.py::test_semlock_failure /usr/lib/python3.10/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildozer/aports/community/py3-loky/src/loky-3.0.0/loky/backend/synchronize.py", line 102, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/warnings.html ==== 277 passed, 15 skipped, 13 deselected, 2 warnings in 274.41s (0:04:34) ==== [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [] [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 running build running build_py 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.10 creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/_win_wait.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/fork_exec.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/synchronize.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/utils.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/compat_win32.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/resource_tracker.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/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.10/site-packages/loky/backend copying build/lib/loky/backend/semlock.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/_posix_reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/compat_posix.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/__init__.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/managers.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/_win_reduction.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/_posix_wait.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/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.10/site-packages/loky/backend copying build/lib/loky/backend/queues.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/context.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/_posix_reduction.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/spawn.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/reduction.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/utils.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/process.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/queues.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/compat.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/synchronize.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/resource_tracker.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/popen_loky_posix.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/compat_posix.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/context.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/__pycache__/fork_exec.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/__pycache__ copying build/lib/loky/backend/spawn.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/compat.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/backend/process.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend copying build/lib/loky/initializers.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky copying build/lib/loky/reusable_executor.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky copying build/lib/loky/_base.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky copying build/lib/loky/__init__.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky copying build/lib/loky/cloudpickle_wrapper.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky creating /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/cloudpickle_wrapper.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/reusable_executor.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/initializers.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/process_executor.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/_base.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/__pycache__ copying build/lib/loky/process_executor.py -> /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/_win_wait.py to _win_wait.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/compat_win32.py to compat_win32.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/popen_loky_win32.py to popen_loky_win32.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/semlock.py to semlock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/managers.py to managers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/_win_reduction.py to _win_reduction.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-loky/pkg/py3-loky/usr/lib/python3.10/site-packages/loky/backend/_posix_wait.py to _posix_wait.cpython-310.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 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.10/site-packages/loky-3.0.0-py3.10.egg-info running install_scripts >>> py3-loky*: Running postcheck for py3-loky >>> py3-loky*: Preparing package py3-loky... >>> py3-loky*: Tracing dependencies... >>> py3-loky*: Package size: 532.0 KB >>> py3-loky*: Compressing data... >>> py3-loky*: Create checksum... >>> py3-loky*: Create py3-loky-3.0.0-r1.apk >>> py3-loky: Build complete at Thu, 16 Dec 2021 09:15:23 +0000 elapsed time 0h 4m 39s >>> py3-loky: Cleaning up srcdir >>> py3-loky: Cleaning up pkgdir >>> py3-loky: Uninstalling dependencies... (1/24) Purging .makedepends-py3-loky (20211216.091046) (2/24) Purging py3-cloudpickle (1.6.0-r2) (3/24) Purging py3-setuptools (52.0.0-r5) (4/24) Purging py3-ordered-set (4.0.2-r3) (5/24) Purging py3-appdirs (1.4.4-r3) (6/24) Purging py3-pytest (6.2.5-r1) (7/24) Purging py3-atomicwrites (1.4.0-r2) (8/24) Purging py3-attrs (21.2.0-r1) (9/24) Purging py3-more-itertools (8.12.0-r1) (10/24) Purging py3-iniconfig (1.1.1-r2) (11/24) Purging py3-pluggy (0.13.1-r5) (12/24) Purging py3-py (1.10.0-r2) (13/24) Purging py3-wcwidth (0.2.5-r2) (14/24) Purging py3-packaging (21.3-r0) (15/24) Purging py3-parsing (2.4.7-r3) (16/24) Purging py3-six (1.16.0-r1) (17/24) Purging py3-toml (0.10.2-r3) (18/24) Purging python3 (3.10.1-r0) (19/24) Purging py3-psutil (5.8.0-r2) (20/24) Purging libffi (3.4.2-r1) (21/24) Purging gdbm (1.22-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.1-r0) (24/24) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 108 packages >>> py3-loky: Updating the community/x86_64 repository index... >>> py3-loky: Signing the index...