>>> py3-joblib: Building community/py3-joblib 1.2.0-r0 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 21:44:31 +0000 >>> py3-joblib: Checking sanity of /home/buildozer/aports/community/py3-joblib/APKBUILD... >>> py3-joblib: Analyzing dependencies... >>> py3-joblib: Installing for build: build-base py3-cloudpickle py3-distributed py3-loky python3 cython py3-setuptools py3-pytest py3-threadpoolctl (1/54) Installing libbz2 (1.0.8-r3) (2/54) Installing libffi (3.4.4-r0) (3/54) Installing gdbm (1.23-r0) (4/54) Installing xz-libs (5.2.7-r0) (5/54) Installing mpdecimal (2.5.1-r1) (6/54) Installing readline (8.2.0-r0) (7/54) Installing sqlite-libs (3.39.4-r0) (8/54) Installing python3 (3.10.8-r3) (9/54) Installing py3-cloudpickle (1.6.0-r2) (10/54) Installing py3-click (8.1.3-r0) (11/54) Installing py3-tqdm (4.63.2-r0) (12/54) Installing py3-fsspec (2022.8.2-r0) (13/54) Installing libgfortran (12.2.1_git20220924-r3) (14/54) Installing openblas (0.3.21-r0) (15/54) Installing py3-numpy (1.23.4-r0) (16/54) Installing py3-parsing (3.0.9-r0) (17/54) Installing py3-packaging (21.3-r2) (18/54) Installing py3-six (1.16.0-r3) (19/54) Installing py3-dateutil (2.8.2-r1) (20/54) Installing py3-tz (2022.4-r0) (21/54) Installing py3-pandas (1.5.1-r0) (22/54) Installing py3-locket (1.0.0-r0) (23/54) Installing libsodium (1.0.18-r2) (24/54) Installing libzmq (4.3.4-r1) (25/54) Installing py3-pyzmq (23.2.1-r0) (26/54) Installing py3-toolz (0.12.0-r0) (27/54) Installing py3-partd (1.3.0-r0) (28/54) Installing yaml (0.2.5-r0) (29/54) Installing py3-yaml (6.0-r0) (30/54) Installing py3-dask (2022.10.0-r0) (31/54) Installing py3-markupsafe (2.1.1-r1) (32/54) Installing py3-jinja2 (3.1.2-r0) (33/54) Installing py3-msgpack (1.0.4-r0) (34/54) Installing py3-psutil (5.9.2-r0) (35/54) Installing py3-sortedcontainers (2.4.0-r1) (36/54) Installing py3-tblib (1.7.0-r3) (37/54) Installing py3-tornado (6.2-r0) (38/54) Installing py3-urllib3 (1.26.12-r0) (39/54) Installing py3-heapdict (1.0.1-r2) (40/54) Installing lmdb (0.9.29-r2) (41/54) Installing py3-lmdb (1.2.1-r2) (42/54) Installing py3-zict (2.2.0-r0) (43/54) Installing py3-distributed (2022.10.0-r0) (44/54) Installing py3-loky (3.3.0-r0) (45/54) Installing cython (0.29.32-r0) (46/54) Installing py3-setuptools (65.5.0-r0) (47/54) Installing py3-attrs (22.1.0-r0) (48/54) Installing py3-iniconfig (1.1.1-r3) (49/54) Installing py3-pluggy (1.0.0-r1) (50/54) Installing py3-py (1.11.0-r0) (51/54) Installing py3-tomli (2.0.1-r1) (52/54) Installing py3-pytest (7.1.3-r1) (53/54) Installing py3-threadpoolctl (3.1.0-r0) (54/54) Installing .makedepends-py3-joblib (20221030.214431) Executing busybox-1.35.0-r27.trigger OK: 500 MiB in 146 packages >>> py3-joblib: Cleaning up srcdir >>> py3-joblib: Cleaning up pkgdir >>> py3-joblib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/joblib-1.2.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 5 305k 5 16366 0 0 21942 0 0:00:14 --:--:-- 0:00:14 21938 100 305k 100 305k 0 0 246k 0 0:00:01 0:00:01 --:--:-- 247k >>> py3-joblib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/joblib-1.2.0.tar.gz >>> py3-joblib: Checking sha512sums... joblib-1.2.0.tar.gz: OK de-vendor.patch: OK >>> py3-joblib: Unpacking /var/cache/distfiles/v3.17/joblib-1.2.0.tar.gz... >>> py3-joblib: de-vendor.patch patching file joblib/_cloudpickle_wrapper.py patching file joblib/_memmapping_reducer.py patching file joblib/_parallel_backends.py patching file joblib/executor.py patching file joblib/externals/loky/backend/reduction.py patching file joblib/parallel.py /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/joblib copying joblib/pool.py -> build/lib/joblib copying joblib/func_inspect.py -> build/lib/joblib copying joblib/disk.py -> build/lib/joblib copying joblib/backports.py -> build/lib/joblib copying joblib/numpy_pickle_utils.py -> build/lib/joblib copying joblib/_memmapping_reducer.py -> build/lib/joblib copying joblib/testing.py -> build/lib/joblib copying joblib/numpy_pickle_compat.py -> build/lib/joblib copying joblib/executor.py -> build/lib/joblib copying joblib/hashing.py -> build/lib/joblib copying joblib/parallel.py -> build/lib/joblib copying joblib/_deprecated_format_stack.py -> build/lib/joblib copying joblib/_deprecated_my_exceptions.py -> build/lib/joblib copying joblib/_parallel_backends.py -> build/lib/joblib copying joblib/my_exceptions.py -> build/lib/joblib copying joblib/_dask.py -> build/lib/joblib copying joblib/memory.py -> build/lib/joblib copying joblib/compressor.py -> build/lib/joblib copying joblib/_cloudpickle_wrapper.py -> build/lib/joblib copying joblib/numpy_pickle.py -> build/lib/joblib copying joblib/logger.py -> build/lib/joblib copying joblib/format_stack.py -> build/lib/joblib copying joblib/__init__.py -> build/lib/joblib copying joblib/_store_backends.py -> build/lib/joblib copying joblib/_utils.py -> build/lib/joblib copying joblib/_multiprocessing_helpers.py -> build/lib/joblib creating build/lib/joblib/test copying joblib/test/test_parallel.py -> build/lib/joblib/test copying joblib/test/test_numpy_pickle_compat.py -> build/lib/joblib/test copying joblib/test/test_hashing.py -> build/lib/joblib/test copying joblib/test/test_numpy_pickle_utils.py -> build/lib/joblib/test copying joblib/test/test_func_inspect.py -> build/lib/joblib/test copying joblib/test/test_memory.py -> build/lib/joblib/test copying joblib/test/test_dask.py -> build/lib/joblib/test copying joblib/test/test_logger.py -> build/lib/joblib/test copying joblib/test/test_cloudpickle_wrapper.py -> build/lib/joblib/test copying joblib/test/test_module.py -> build/lib/joblib/test copying joblib/test/test_format_stack.py -> build/lib/joblib/test copying joblib/test/test_disk.py -> build/lib/joblib/test copying joblib/test/test_numpy_pickle.py -> build/lib/joblib/test copying joblib/test/test_store_backends.py -> build/lib/joblib/test copying joblib/test/test_my_exceptions.py -> build/lib/joblib/test copying joblib/test/test_utils.py -> build/lib/joblib/test copying joblib/test/test_deprecated_objects.py -> build/lib/joblib/test copying joblib/test/test_init.py -> build/lib/joblib/test copying joblib/test/test_testing.py -> build/lib/joblib/test copying joblib/test/testutils.py -> build/lib/joblib/test copying joblib/test/__init__.py -> build/lib/joblib/test copying joblib/test/common.py -> build/lib/joblib/test copying joblib/test/test_memmapping.py -> build/lib/joblib/test copying joblib/test/test_func_inspect_special_encoding.py -> build/lib/joblib/test copying joblib/test/test_missing_multiprocessing.py -> build/lib/joblib/test copying joblib/test/test_backports.py -> build/lib/joblib/test creating build/lib/joblib/test/data copying joblib/test/data/create_numpy_pickle.py -> build/lib/joblib/test/data copying joblib/test/data/__init__.py -> build/lib/joblib/test/data creating build/lib/joblib/externals copying joblib/externals/__init__.py -> build/lib/joblib/externals creating build/lib/joblib/externals/cloudpickle copying joblib/externals/cloudpickle/cloudpickle_fast.py -> build/lib/joblib/externals/cloudpickle copying joblib/externals/cloudpickle/cloudpickle.py -> build/lib/joblib/externals/cloudpickle copying joblib/externals/cloudpickle/__init__.py -> build/lib/joblib/externals/cloudpickle copying joblib/externals/cloudpickle/compat.py -> build/lib/joblib/externals/cloudpickle creating build/lib/joblib/externals/loky copying joblib/externals/loky/reusable_executor.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/process_executor.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/_base.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/cloudpickle_wrapper.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/__init__.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/initializers.py -> build/lib/joblib/externals/loky creating build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/spawn.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/queues.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/context.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/synchronize.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/resource_tracker.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/process.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/fork_exec.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/utils.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/_win_reduction.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/popen_loky_posix.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/_posix_reduction.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/reduction.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/__init__.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/popen_loky_win32.py -> build/lib/joblib/externals/loky/backend copying joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2 -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2 -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2 -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2 -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2 -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z -> build/lib/joblib/test/data copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z -> build/lib/joblib/test/data ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0, configfile: setup.cfg, testpaths: joblib collecting ... collected 1256 items / 29 deselected / 1227 selected joblib/__init__.py::joblib PASSED [ 0%] joblib/_utils.py::joblib._utils.eval_expr PASSED [ 0%] joblib/parallel.py::joblib.parallel.Parallel PASSED [ 0%] joblib/parallel.py::joblib.parallel.parallel_backend [DEBUG:MainProcess:Thread-7 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-7 (worker)] worker exiting after 0 tasks PASSED [ 0%][DEBUG:MainProcess:Thread-8 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-8 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-9 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-9 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-10 (worker)] worker got sentinel -- exiting joblib/test/test_backports.py::test_memmap [DEBUG:MainProcess:Thread-23 (worker)] worker got sentinel -- exiting PASSED [ 0%][DEBUG:MainProcess:Thread-19 (worker)] worker exiting after 0 tasks joblib/test/test_backports.py::test_concurrency_safe_rename[None-None] [DEBUG:MainProcess:Thread-22 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-26 (worker)] worker got sentinel -- exiting PASSED [ 0%] joblib/test/test_backports.py::test_concurrency_safe_rename[None-dst content] PASSED [ 0%] joblib/test/test_backports.py::test_concurrency_safe_rename[threading-None] [DEBUG:MainProcess:Thread-71 (worker)] worker got sentinel -- exiting PASSED [ 0%][DEBUG:MainProcess:Thread-69 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-69 (worker)] worker exiting after 0 tasks joblib/test/test_backports.py::test_concurrency_safe_rename[threading-dst content] PASSED [ 0%] joblib/test/test_cloudpickle_wrapper.py::test_wrap_non_picklable_objects PASSED [ 0%] joblib/test/test_deprecated_objects.py::test_deprecated_joblib_exceptions PASSED [ 0%] joblib/test/test_deprecated_objects.py::test_deprecated_formatting_utilities PASSED [ 0%] joblib/test/test_disk.py::test_disk_used PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes[80G-85899345920] PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes[1.4M-1468006] PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes[120M-125829120] PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes[53K-54272] PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes_exception[fooG-ValueError-Invalid literal for size.*fooG.*] PASSED [ 1%] joblib/test/test_disk.py::test_memstr_to_bytes_exception[1.4N-ValueError-Invalid literal for size.*1.4N.*] PASSED [ 1%] joblib/test/test_disk.py::test_mkdirp PASSED [ 1%] joblib/test/test_disk.py::test_rm_subdirs PASSED [ 1%] joblib/test/test_format_stack.py::test_safe_repr PASSED [ 1%] joblib/test/test_format_stack.py::test_format_records PASSED [ 1%] joblib/test/test_format_stack.py::test_format_records_file_with_less_lines_than_context PASSED [ 1%] joblib/test/test_format_stack.py::test_format_exc_with_compiled_code PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args0-filtered_args0] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args1-filtered_args1] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args2-filtered_args2] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args3-filtered_args3] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args4-filtered_args4] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args5-filtered_args5] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[f-args6-filtered_args6] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[g-args7-filtered_args7] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args[i-args8-filtered_args8] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_args_method PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_varargs[h-args0-filtered_args0] PASSED [ 2%] joblib/test/test_func_inspect.py::test_filter_varargs[h-args1-filtered_args1] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_varargs[h-args2-filtered_args2] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_varargs[h-args3-filtered_args3] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_kwargs[k-args0-filtered_args0] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_kwargs[k-args1-filtered_args1] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_kwargs[m1-args2-filtered_args2] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_kwargs[m2-args3-filtered_args3] PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_args_2 PASSED [ 3%] joblib/test/test_func_inspect.py::test_func_name[f-f] PASSED [ 3%] joblib/test/test_func_inspect.py::test_func_name[g-g] PASSED [ 3%] joblib/test/test_func_inspect.py::test_func_name[cached_func-cached_func] PASSED [ 3%] joblib/test/test_func_inspect.py::test_func_name_on_inner_func PASSED [ 3%] joblib/test/test_func_inspect.py::test_func_inspect_errors PASSED [ 3%] joblib/test/test_func_inspect.py::test_filter_args_edge_cases PASSED [ 4%] joblib/test/test_func_inspect.py::test_bound_methods PASSED [ 4%] joblib/test/test_func_inspect.py::test_filter_args_error_msg[ValueError-ignore_lst must be a list of parameters to ignore-f-args0] PASSED [ 4%] joblib/test/test_func_inspect.py::test_filter_args_error_msg[ValueError-Ignore list: argument \\'(.*)\\' is not defined-g-args1] PASSED [ 4%] joblib/test/test_func_inspect.py::test_filter_args_error_msg[ValueError-Wrong number of arguments-h-args2] PASSED [ 4%] joblib/test/test_func_inspect.py::test_filter_args_no_kwargs_mutation PASSED [ 4%] joblib/test/test_func_inspect.py::test_clean_win_chars PASSED [ 4%] joblib/test/test_func_inspect.py::test_format_signature[g-args0-kwargs0-g([0, 1, 2, 3, 4])] PASSED [ 4%] joblib/test/test_func_inspect.py::test_format_signature[k-args1-kwargs1-k(1, 2, (3, 4), y=True)] PASSED [ 4%] joblib/test/test_func_inspect.py::test_format_signature_long_arguments PASSED [ 4%] joblib/test/test_func_inspect.py::test_format_signature_numpy PASSED [ 4%] joblib/test/test_func_inspect.py::test_special_source_encoding PASSED [ 4%] joblib/test/test_func_inspect.py::test_func_code_consistency PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-1] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-2] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-1.0] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-2.0] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-(1+1j)] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-(2+1j)] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-a] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-b] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-obj18] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-obj19] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-obj110] PASSED [ 5%] joblib/test/test_hashing.py::test_trivial_hash[1-obj111] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj112] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj113] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj114] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-None] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-collect] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-append] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj118] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj119] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj120] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[1-obj121] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[2-1] PASSED [ 6%] joblib/test/test_hashing.py::test_trivial_hash[2-2] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-1.0] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-2.0] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-(1+1j)] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-(2+1j)] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-a] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-b] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj18] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj19] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj110] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj111] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj112] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj113] PASSED [ 7%] joblib/test/test_hashing.py::test_trivial_hash[2-obj114] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-None] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-collect] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-append] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-obj118] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-obj119] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-obj120] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[2-obj121] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[1.0-1] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[1.0-2] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[1.0-1.0] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[1.0-2.0] PASSED [ 8%] joblib/test/test_hashing.py::test_trivial_hash[1.0-(1+1j)] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-(2+1j)] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-a] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-b] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj18] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj19] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj110] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj111] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj112] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj113] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj114] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-None] PASSED [ 9%] joblib/test/test_hashing.py::test_trivial_hash[1.0-collect] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[1.0-append] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj118] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj119] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj120] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[1.0-obj121] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-1] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-2] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-1.0] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-2.0] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-(1+1j)] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-(2+1j)] PASSED [ 10%] joblib/test/test_hashing.py::test_trivial_hash[2.0-a] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-b] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj18] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj19] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj110] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj111] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj112] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj113] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj114] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-None] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-collect] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-append] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj118] PASSED [ 11%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj119] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj120] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[2.0-obj121] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-1] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-2] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-1.0] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-2.0] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-(1+1j)] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-(2+1j)] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-a] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-b] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj18] PASSED [ 12%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj19] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj110] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj111] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj112] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj113] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj114] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-None] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-collect] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-append] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj118] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj119] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj120] PASSED [ 13%] joblib/test/test_hashing.py::test_trivial_hash[(1+1j)-obj121] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-1] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-2] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-1.0] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-2.0] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-(1+1j)] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-(2+1j)] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-a] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-b] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj18] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj19] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj110] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj111] PASSED [ 14%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj112] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj113] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj114] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-None] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-collect] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-append] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj118] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj119] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj120] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[(2+1j)-obj121] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[a-1] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[a-2] PASSED [ 15%] joblib/test/test_hashing.py::test_trivial_hash[a-1.0] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-2.0] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-(1+1j)] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-(2+1j)] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-a] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-b] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj18] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj19] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj110] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj111] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj112] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj113] PASSED [ 16%] joblib/test/test_hashing.py::test_trivial_hash[a-obj114] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-None] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-collect] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-append] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-obj118] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-obj119] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-obj120] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[a-obj121] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[b-1] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[b-2] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[b-1.0] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[b-2.0] PASSED [ 17%] joblib/test/test_hashing.py::test_trivial_hash[b-(1+1j)] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-(2+1j)] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-a] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-b] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj18] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj19] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj110] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj111] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj112] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj113] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-obj114] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-None] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-collect] PASSED [ 18%] joblib/test/test_hashing.py::test_trivial_hash[b-append] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[b-obj118] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[b-obj119] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[b-obj120] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[b-obj121] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-1] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-2] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-1.0] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-2.0] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-(1+1j)] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-(2+1j)] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-a] PASSED [ 19%] joblib/test/test_hashing.py::test_trivial_hash[obj28-b] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj18] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj19] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj110] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj111] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj112] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj113] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj114] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-None] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-collect] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-append] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj118] PASSED [ 20%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj119] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj120] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj28-obj121] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-1] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-2] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-1.0] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-2.0] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-(1+1j)] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-(2+1j)] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-a] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-b] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj18] PASSED [ 21%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj19] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj110] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj111] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj112] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj113] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj114] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-None] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-collect] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-append] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj118] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj119] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj120] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj29-obj121] PASSED [ 22%] joblib/test/test_hashing.py::test_trivial_hash[obj210-1] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-2] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-1.0] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-2.0] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-(1+1j)] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-(2+1j)] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-a] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-b] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj18] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj19] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj110] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj111] PASSED [ 23%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj112] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj113] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj114] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-None] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-collect] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-append] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj118] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj119] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj120] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj210-obj121] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj211-1] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj211-2] PASSED [ 24%] joblib/test/test_hashing.py::test_trivial_hash[obj211-1.0] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-2.0] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-(1+1j)] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-(2+1j)] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-a] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-b] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj18] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj19] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj110] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj111] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj112] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj113] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj114] PASSED [ 25%] joblib/test/test_hashing.py::test_trivial_hash[obj211-None] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-collect] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-append] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj118] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj119] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj120] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj211-obj121] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-1] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-2] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-1.0] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-2.0] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-(1+1j)] PASSED [ 26%] joblib/test/test_hashing.py::test_trivial_hash[obj212-(2+1j)] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-a] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-b] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj18] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj19] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj110] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj111] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj112] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj113] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj114] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-None] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-collect] PASSED [ 27%] joblib/test/test_hashing.py::test_trivial_hash[obj212-append] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj118] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj119] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj120] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj212-obj121] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-1] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-2] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-1.0] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-2.0] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-(1+1j)] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-(2+1j)] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-a] PASSED [ 28%] joblib/test/test_hashing.py::test_trivial_hash[obj213-b] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj18] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj19] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj110] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj111] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj112] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj113] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj114] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-None] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-collect] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-append] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj118] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj119] PASSED [ 29%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj120] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj213-obj121] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-1] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-2] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-1.0] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-2.0] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-(1+1j)] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-(2+1j)] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-a] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-b] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj18] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj19] PASSED [ 30%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj110] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj111] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj112] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj113] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj114] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-None] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-collect] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-append] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj118] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj119] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj120] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[obj214-obj121] PASSED [ 31%] joblib/test/test_hashing.py::test_trivial_hash[None-1] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-2] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-1.0] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-2.0] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-(1+1j)] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-(2+1j)] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-a] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-b] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-obj18] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-obj19] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-obj110] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-obj111] PASSED [ 32%] joblib/test/test_hashing.py::test_trivial_hash[None-obj112] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj113] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj114] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-None] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-collect] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-append] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj118] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj119] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj120] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[None-obj121] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[collect-1] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[collect-2] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[collect-1.0] PASSED [ 33%] joblib/test/test_hashing.py::test_trivial_hash[collect-2.0] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-(1+1j)] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-(2+1j)] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-a] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-b] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj18] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj19] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj110] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj111] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj112] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj113] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj114] PASSED [ 34%] joblib/test/test_hashing.py::test_trivial_hash[collect-None] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-collect] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-append] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj118] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj119] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj120] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[collect-obj121] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-1] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-2] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-1.0] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-2.0] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-(1+1j)] PASSED [ 35%] joblib/test/test_hashing.py::test_trivial_hash[append-(2+1j)] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-a] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-b] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj18] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj19] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj110] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj111] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj112] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj113] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-obj114] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-None] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-collect] PASSED [ 36%] joblib/test/test_hashing.py::test_trivial_hash[append-append] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[append-obj118] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[append-obj119] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[append-obj120] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[append-obj121] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-1] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-2] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-1.0] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-2.0] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-(1+1j)] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-(2+1j)] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-a] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-b] PASSED [ 37%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj18] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj19] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj110] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj111] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj112] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj113] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj114] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-None] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-collect] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-append] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj118] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj119] PASSED [ 38%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj120] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj218-obj121] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-1] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-2] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-1.0] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-2.0] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-(1+1j)] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-(2+1j)] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-a] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-b] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj18] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj19] PASSED [ 39%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj110] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj111] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj112] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj113] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj114] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-None] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-collect] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-append] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj118] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj119] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj120] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj219-obj121] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj220-1] PASSED [ 40%] joblib/test/test_hashing.py::test_trivial_hash[obj220-2] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-1.0] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-2.0] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-(1+1j)] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-(2+1j)] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-a] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-b] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj18] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj19] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj110] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj111] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj112] PASSED [ 41%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj113] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj114] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-None] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-collect] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-append] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj118] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj119] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj120] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj220-obj121] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj221-1] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj221-2] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj221-1.0] PASSED [ 42%] joblib/test/test_hashing.py::test_trivial_hash[obj221-2.0] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-(1+1j)] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-(2+1j)] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-a] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-b] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj18] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj19] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj110] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj111] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj112] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj113] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj114] PASSED [ 43%] joblib/test/test_hashing.py::test_trivial_hash[obj221-None] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-collect] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-append] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj118] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj119] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj120] PASSED [ 44%] joblib/test/test_hashing.py::test_trivial_hash[obj221-obj121] PASSED [ 44%] joblib/test/test_hashing.py::test_hash_methods PASSED [ 44%] joblib/test/test_hashing.py::test_hash_numpy_arrays PASSED [ 44%] joblib/test/test_hashing.py::test_hash_numpy_dict_of_arrays PASSED [ 44%] joblib/test/test_hashing.py::test_numpy_datetime_array[datetime64[s]] PASSED [ 44%] joblib/test/test_hashing.py::test_numpy_datetime_array[timedelta64[D]] PASSED [ 44%] joblib/test/test_hashing.py::test_hash_numpy_noncontiguous PASSED [ 44%] joblib/test/test_hashing.py::test_hash_memmap[True] PASSED [ 45%] joblib/test/test_hashing.py::test_hash_memmap[False] PASSED [ 45%] joblib/test/test_hashing.py::test_hash_numpy_performance PASSED [ 45%] joblib/test/test_hashing.py::test_bound_methods_hash PASSED [ 45%] joblib/test/test_hashing.py::test_bound_cached_methods_hash PASSED [ 45%] joblib/test/test_hashing.py::test_hash_object_dtype PASSED [ 45%] joblib/test/test_hashing.py::test_numpy_scalar PASSED [ 45%] joblib/test/test_hashing.py::test_dict_hash PASSED [ 45%] joblib/test/test_hashing.py::test_set_hash PASSED [ 45%] joblib/test/test_hashing.py::test_set_decimal_hash PASSED [ 45%] joblib/test/test_hashing.py::test_string PASSED [ 45%] joblib/test/test_hashing.py::test_numpy_dtype_pickling PASSED [ 45%] joblib/test/test_hashing.py::test_hashes_stay_the_same[This is a string to hash-71b3f47df22cb19431d85d92d0b230b2] PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_stay_the_same[C'est l\xe9t\xe9-2d8d189e9b2b0b2e384d93c868c0e576] PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_stay_the_same[to_hash2-e205227dd82250871fa25aa0ec690aa3] PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_stay_the_same[to_hash3-a11ffad81f9682a7d901e6edc3d16c84] PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_stay_the_same[to_hash4-aeda150553d4bb5c69f0e69d51b0e2ef] PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_are_different_between_c_and_fortran_contiguous_arrays PASSED [ 46%] joblib/test/test_hashing.py::test_0d_array PASSED [ 46%] joblib/test/test_hashing.py::test_0d_and_1d_array_hashing_is_different PASSED [ 46%] joblib/test/test_hashing.py::test_hashes_stay_the_same_with_numpy_objects PASSED [ 46%] joblib/test/test_hashing.py::test_hashing_pickling_error PASSED [ 46%] joblib/test/test_hashing.py::test_wrong_hash_name PASSED [ 46%] joblib/test/test_init.py::test_import_joblib PASSED [ 46%] joblib/test/test_logger.py::test_print_time PASSED [ 47%] joblib/test/test_memmapping.py::test_memmap_based_array_reducing PASSED [ 47%] joblib/test/test_memmapping.py::test_resource_tracker_retries_when_permissionerror SKIPPED [ 47%] joblib/test/test_memmapping.py::test_high_dimension_memmap_array_reducing PASSED [ 47%] joblib/test/test_memmapping.py::test__strided_from_memmap PASSED [ 47%] joblib/test/test_memmapping.py::test_pool_with_memmap[multiprocessing] PASSED [ 47%] joblib/test/test_memmapping.py::test_pool_with_memmap[loky] PASSED [ 47%] joblib/test/test_memmapping.py::test_pool_with_memmap_array_view[multiprocessing] PASSED [ 47%] joblib/test/test_memmapping.py::test_pool_with_memmap_array_view[loky] PASSED [ 47%] joblib/test/test_memmapping.py::test_permission_error_windows_reference_cycle[multiprocessing] PASSED [ 47%] joblib/test/test_memmapping.py::test_permission_error_windows_reference_cycle[loky] PASSED [ 47%] joblib/test/test_memmapping.py::test_permission_error_windows_memmap_sent_to_parent[multiprocessing] PASSED [ 47%] joblib/test/test_memmapping.py::test_parallel_isolated_temp_folders[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_parallel_isolated_temp_folders[loky] PASSED [ 48%] joblib/test/test_memmapping.py::test_managed_backend_reuse_temp_folder[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_managed_backend_reuse_temp_folder[loky] PASSED [ 48%] joblib/test/test_memmapping.py::test_memmapping_temp_folder_thread_safety PASSED [ 48%] joblib/test/test_memmapping.py::test_many_parallel_calls_on_same_object[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_memmap_returned_as_regular_array[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_memmap_returned_as_regular_array[loky] PASSED [ 48%] joblib/test/test_memmapping.py::test_resource_tracker_silent_when_reference_cycles[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_resource_tracker_silent_when_reference_cycles[loky] PASSED [ 48%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays[multiprocessing] PASSED [ 48%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays[loky] PASSED [ 48%] joblib/test/test_memmapping.py::test_child_raises_parent_exits_cleanly[multiprocessing] XPASS [ 48%] joblib/test/test_memmapping.py::test_child_raises_parent_exits_cleanly[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays_disabled[multiprocessing] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays_disabled[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_on_large_enough_dev_shm[multiprocessing] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_on_large_enough_dev_shm[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_on_too_small_dev_shm[multiprocessing] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_on_too_small_dev_shm[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays_in_return[multiprocessing] PASSED [ 49%] joblib/test/test_memmapping.py::test_memmapping_pool_for_large_arrays_in_return[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_workaround_against_bad_memmap_with_copied_buffers[multiprocessing] PASSED [ 49%] joblib/test/test_memmapping.py::test_workaround_against_bad_memmap_with_copied_buffers[loky] PASSED [ 49%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[multiprocessing, 0] PASSED [ 49%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[multiprocessing, 1] PASSED [ 50%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[multiprocessing, 2] PASSED [ 50%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[loky, 0] PASSED [ 50%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[loky, 1] PASSED [ 50%] joblib/test/test_memmapping.py::test_pool_memmap_with_big_offset[loky, 2] PASSED [ 50%] joblib/test/test_memmapping.py::test_pool_get_temp_dir PASSED [ 50%] joblib/test/test_memmapping.py::test_numpy_arrays_use_different_memory[r+] PASSED [ 50%] joblib/test/test_memmapping.py::test_numpy_arrays_use_different_memory[w+] PASSED [ 50%] joblib/test/test_memmapping.py::test_weak_array_key_map PASSED [ 50%] joblib/test/test_memmapping.py::test_weak_array_key_map_no_pickling PASSED [ 50%] joblib/test/test_memmapping.py::test_direct_mmap PASSED [ 50%] joblib/test/test_memory.py::test_memory_integration PASSED [ 50%] joblib/test/test_memory.py::test_no_memory PASSED [ 51%] joblib/test/test_memory.py::test_memory_kwarg PASSED [ 51%] joblib/test/test_memory.py::test_memory_lambda PASSED [ 51%] joblib/test/test_memory.py::test_memory_name_collision PASSED [ 51%] joblib/test/test_memory.py::test_memory_warning_lambda_collisions PASSED [ 51%] joblib/test/test_memory.py::test_memory_warning_collision_detection PASSED [ 51%] joblib/test/test_memory.py::test_memory_partial PASSED [ 51%] joblib/test/test_memory.py::test_memory_eval PASSED [ 51%] joblib/test/test_memory.py::test_argument_change PASSED [ 51%] joblib/test/test_memory.py::test_memory_numpy[None] PASSED [ 51%] joblib/test/test_memory.py::test_memory_numpy[r] PASSED [ 51%] joblib/test/test_memory.py::test_memory_numpy_check_mmap_mode PASSED [ 51%] joblib/test/test_memory.py::test_memory_exception PASSED [ 51%] joblib/test/test_memory.py::test_memory_ignore PASSED [ 52%] joblib/test/test_memory.py::test_memory_ignore_decorated PASSED [ 52%] joblib/test/test_memory.py::test_memory_args_as_kwargs PASSED [ 52%] joblib/test/test_memory.py::test_partial_decoration[ignore0-100-r] PASSED [ 52%] joblib/test/test_memory.py::test_partial_decoration[ignore1-10-None] PASSED [ 52%] joblib/test/test_memory.py::test_func_dir PASSED [ 52%] joblib/test/test_memory.py::test_persistence PASSED [ 52%] joblib/test/test_memory.py::test_check_call_in_cache PASSED [ 52%] joblib/test/test_memory.py::test_call_and_shelve PASSED [ 52%] joblib/test/test_memory.py::test_call_and_shelve_argument_hash PASSED [ 52%] joblib/test/test_memory.py::test_call_and_shelve_lazily_load_stored_result PASSED [ 52%] joblib/test/test_memory.py::test_memorized_pickling PASSED [ 52%] joblib/test/test_memory.py::test_memorized_repr PASSED [ 53%] joblib/test/test_memory.py::test_memory_file_modification PASSED [ 53%] joblib/test/test_memory.py::test_memory_in_memory_function_code_change PASSED [ 53%] joblib/test/test_memory.py::test_clear_memory_with_none_location PASSED [ 53%] joblib/test/test_memory.py::test_memory_func_with_kwonly_args PASSED [ 53%] joblib/test/test_memory.py::test_memory_func_with_signature PASSED [ 53%] joblib/test/test_memory.py::test__get_items PASSED [ 53%] joblib/test/test_memory.py::test__get_items_to_delete PASSED [ 53%] joblib/test/test_memory.py::test_memory_reduce_size PASSED [ 53%] joblib/test/test_memory.py::test_memory_clear PASSED [ 53%] joblib/test/test_memory.py::test_cached_function_race_condition_when_persisting_output PASSED [ 53%] joblib/test/test_memory.py::test_cached_function_race_condition_when_persisting_output_2 PASSED [ 53%] joblib/test/test_memory.py::test_memory_recomputes_after_an_error_while_loading_results PASSED [ 54%] joblib/test/test_memory.py::test_register_invalid_store_backends_key[None] PASSED [ 54%] joblib/test/test_memory.py::test_register_invalid_store_backends_key[invalid_prefix1] PASSED [ 54%] joblib/test/test_memory.py::test_register_invalid_store_backends_key[invalid_prefix2] PASSED [ 54%] joblib/test/test_memory.py::test_register_invalid_store_backends_object PASSED [ 54%] joblib/test/test_memory.py::test_memory_default_store_backend PASSED [ 54%] joblib/test/test_memory.py::test_warning_on_unknown_location_type PASSED [ 54%] joblib/test/test_memory.py::test_instanciate_incomplete_store_backend PASSED [ 54%] joblib/test/test_memory.py::test_dummy_store_backend PASSED [ 54%] joblib/test/test_memory.py::test_instanciate_store_backend_with_pathlib_path PASSED [ 54%] joblib/test/test_memory.py::test_filesystem_store_backend_repr PASSED [ 54%] joblib/test/test_memory.py::test_memory_objects_repr PASSED [ 54%] joblib/test/test_memory.py::test_memorized_result_pickle PASSED [ 55%] joblib/test/test_memory.py::test_memory_pickle_dump_load[memory_kwargs0] PASSED [ 55%] joblib/test/test_memory.py::test_memory_pickle_dump_load[memory_kwargs1] PASSED [ 55%] joblib/test/test_missing_multiprocessing.py::test_missing_multiprocessing PASSED [ 55%] joblib/test/test_module.py::test_version PASSED [ 55%] joblib/test/test_module.py::test_no_start_method_side_effect_on_import PASSED [ 55%] joblib/test/test_module.py::test_no_semaphore_tracker_on_import PASSED [ 55%] joblib/test/test_module.py::test_no_resource_tracker_on_import PASSED [ 55%] joblib/test/test_my_exceptions.py::test_inheritance PASSED [ 55%] joblib/test/test_my_exceptions.py::test_inheritance_special_cases PASSED [ 55%] joblib/test/test_my_exceptions.py::test__mk_exception PASSED [ 55%] joblib/test/test_numpy_pickle.py::test_standard_types[None-0] PASSED [ 55%] joblib/test/test_numpy_pickle.py::test_standard_types[None-1] PASSED [ 55%] joblib/test/test_numpy_pickle.py::test_standard_types[type-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[type-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[True-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[True-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[10-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[10-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[1.0-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[1.0-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[(1+0j)-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[(1+0j)-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[11-0] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[11-1] PASSED [ 56%] joblib/test/test_numpy_pickle.py::test_standard_types[member7-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[member7-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[member8-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[member8-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[member9-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[member9-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[len-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[len-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[_function-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[_function-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[_class-0] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[_class-1] PASSED [ 57%] joblib/test/test_numpy_pickle.py::test_standard_types[_newclass-0] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_standard_types[_newclass-1] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_standard_types[member14-0] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_standard_types[member14-1] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_standard_types[member15-0] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_standard_types[member15-1] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_value_error PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_compress_level_error[-1] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_compress_level_error[10] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_compress_level_error[wrong_compress2] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_numpy_persistence[False] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_numpy_persistence[True] PASSED [ 58%] joblib/test/test_numpy_pickle.py::test_numpy_persistence[0] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_numpy_persistence[3] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_numpy_persistence[zlib] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_numpy_persistence_bufferred_array_compression PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_memmap_persistence PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_memmap_persistence_mixed_dtypes PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_masked_array_persistence PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_compress_mmap_mode_warning PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_cache_size_warning[None] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_cache_size_warning[0] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_cache_size_warning[10] PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_memory_usage SKIPPED (Test re...) [ 59%] joblib/test/test_numpy_pickle.py::test_compressed_pickle_dump_and_load PASSED [ 59%] joblib/test/test_numpy_pickle.py::test_joblib_pickle_across_python_versions PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_joblib_pickle_across_python_versions_with_mmap PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_numpy_array_byte_order_mismatch_detection PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_tuple_argument[compress_tuple0] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_tuple_argument[compress_tuple1] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_tuple_argument_exception[compress_tuple0-Compress argument tuple should contain exactly 2 elements] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_tuple_argument_exception[compress_tuple1-Non valid compression method given: "wrong"] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_tuple_argument_exception[compress_tuple2-Non valid compress level given: "wrong"] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_string_argument[zlib] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_compress_string_argument[gzip] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[zlib-1] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[zlib-3] PASSED [ 60%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[zlib-6] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[gzip-1] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[gzip-3] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[gzip-6] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[bz2-1] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[bz2-3] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[bz2-6] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lzma-1] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lzma-3] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lzma-6] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[xz-1] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[xz-3] PASSED [ 61%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[xz-6] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lz4-1] SKIPPED [ 62%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lz4-3] SKIPPED [ 62%] joblib/test/test_numpy_pickle.py::test_joblib_compression_formats[lz4-6] SKIPPED [ 62%] joblib/test/test_numpy_pickle.py::test_load_externally_decompressed_files[.z-_zlib_file_decompress] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_load_externally_decompressed_files[.gz-_gzip_file_decompress] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.z-zlib] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.gz-gzip] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.bz2-bz2] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.lzma-lzma] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.xz-xz] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[.pkl-not-compressed] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_compression_using_file_extension[-not-compressed] PASSED [ 62%] joblib/test/test_numpy_pickle.py::test_file_handle_persistence PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_in_memory_persistence PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_file_handle_persistence_mmap PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_file_handle_persistence_compressed_mmap PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_file_handle_persistence_in_memory_mmap PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[1-a little data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[1-a large data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[3-a little data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[3-a large data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[9-a little data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile[9-a large data as bytes.] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[-1] PASSED [ 63%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[10] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[15] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[a] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[bad_value4] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_bad_compression_levels[bad_value5] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[a] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[x] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[r] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[w] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[1] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_modes[2] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_filename_type[1] PASSED [ 64%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_filename_type[bad_file1] PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_binary_zlibfile_invalid_filename_type[bad_file2] PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_numpy_subclass PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_pathlib PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_non_contiguous_array_pickling PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_pickle_highest_protocol PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_pickle_in_socket PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_load_memmap_with_big_offset PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_register_compressor PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_register_compressor_invalid_name[1] PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_register_compressor_invalid_name[invalid_name1] PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_register_compressor_invalid_name[invalid_name2] PASSED [ 65%] joblib/test/test_numpy_pickle.py::test_register_compressor_invalid_fileobj PASSED [ 66%] joblib/test/test_numpy_pickle.py::test_register_compressor_already_registered PASSED [ 66%] joblib/test/test_numpy_pickle.py::test_lz4_compression SKIPPED (Need...) [ 66%] joblib/test/test_numpy_pickle.py::test_lz4_compression_without_lz4 PASSED [ 66%] joblib/test/test_numpy_pickle.py::test_memmap_alignment_padding[4] PASSED [ 66%] joblib/test/test_numpy_pickle.py::test_memmap_alignment_padding[5] PASSED [ 66%] joblib/test/test_numpy_pickle_compat.py::test_z_file PASSED [ 66%] joblib/test/test_numpy_pickle_utils.py::test_binary_zlib_file[test0] PASSED [ 66%] joblib/test/test_numpy_pickle_utils.py::test_binary_zlib_file[test1] PASSED [ 66%] joblib/test/test_parallel.py::test_cpu_count PASSED [ 66%] joblib/test/test_parallel.py::test_effective_n_jobs PASSED [ 66%] joblib/test/test_parallel.py::test_effective_n_jobs_None[positive-int] PASSED [ 66%] joblib/test/test_parallel.py::test_effective_n_jobs_None[negative-int] PASSED [ 66%] joblib/test/test_parallel.py::test_effective_n_jobs_None[None] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-None] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-loky] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-multiprocessing] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-sequential] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-threading] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-backend5] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-backend6] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-backend7] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-backend8] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-1-backend9] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-2-None] PASSED [ 67%] joblib/test/test_parallel.py::test_simple_parallel[2-2-loky] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-multiprocessing] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-sequential] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-threading] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-backend5] [DEBUG:MainProcess:Thread-144 (worker)] worker exiting after 1 tasks [DEBUG:MainProcess:Thread-143 (worker)] worker exiting after 4 tasks PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-backend6] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-backend7] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-backend8] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2-2-backend9] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2--1-None] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2--1-loky] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2--1-multiprocessing] PASSED [ 68%] joblib/test/test_parallel.py::test_simple_parallel[2--1-sequential] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--1-threading] [DEBUG:MainProcess:Thread-159 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-160 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-159 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-161 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-160 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--1-backend5] [DEBUG:MainProcess:Thread-162 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-161 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-226 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-227 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-228 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[2--1-backend6] [DEBUG:MainProcess:Thread-229 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-230 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-226 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-231 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-227 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--1-backend7] [DEBUG:MainProcess:Thread-232 (worker)] worker got sentinel -- exiting PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--1-backend8] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--1-backend9] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-None] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-loky] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-multiprocessing] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-sequential] PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-threading] [DEBUG:MainProcess:Thread-300 (worker)] worker exiting after 5 tasks [DEBUG:MainProcess:Thread-301 (worker)] worker exiting after 0 tasks PASSED [ 69%] joblib/test/test_parallel.py::test_simple_parallel[2--2-backend5] [DEBUG:MainProcess:Thread-387 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-374 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-388 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-389 (worker)] worker got sentinel -- exiting PASSED [ 70%][DEBUG:MainProcess:Thread-375 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-390 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-391 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-392 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-393 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[2--2-backend6] [DEBUG:MainProcess:Thread-376 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-394 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-395 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-377 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-396 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-397 (worker)] worker got sentinel -- exiting PASSED [ 70%][DEBUG:MainProcess:Thread-378 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-398 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-379 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--2-backend7] [DEBUG:MainProcess:Thread-399 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-400 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-380 (worker)] worker exiting after 0 tasks PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[2--2-backend8] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[2--2-backend9] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-None] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-loky] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-multiprocessing] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-sequential] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-threading] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-backend5] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-backend6] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-backend7] PASSED [ 70%] joblib/test/test_parallel.py::test_simple_parallel[11-1-backend8] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-1-backend9] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-None] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-loky] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-multiprocessing] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-sequential] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-threading] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-backend5] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-backend6] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-backend7] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-backend8] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11-2-backend9] PASSED [ 71%] joblib/test/test_parallel.py::test_simple_parallel[11--1-None] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-loky] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-multiprocessing] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-sequential] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-threading] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend5] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend6] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend7] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend8] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend9] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--2-None] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--2-loky] PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--2-multiprocessing] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-sequential] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-threading] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-backend5] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-backend6] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-backend7] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-backend8] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[11--2-backend9] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[100-1-None] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[100-1-loky] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[100-1-multiprocessing] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[100-1-sequential] PASSED [ 73%] joblib/test/test_parallel.py::test_simple_parallel[100-1-threading] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-1-backend5] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-1-backend6] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-1-backend7] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-1-backend8] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-1-backend9] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-None] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-loky] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-multiprocessing] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-sequential] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-threading] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-backend5] PASSED [ 74%] joblib/test/test_parallel.py::test_simple_parallel[100-2-backend6] PASSED [ 74%][DEBUG:MainProcess:Thread-750 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-750 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[100-2-backend7] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100-2-backend8] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100-2-backend9] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-None] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-loky] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-multiprocessing] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-sequential] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-threading] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-backend5] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-backend6] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-backend7] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-backend8] PASSED [ 75%] joblib/test/test_parallel.py::test_simple_parallel[100--1-backend9] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-None] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-loky] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-multiprocessing] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-sequential] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-threading] [DEBUG:MainProcess:Thread-920 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-951 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-952 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-921 (worker)] worker exiting after 0 tasks PASSED [ 76%][DEBUG:MainProcess:Thread-953 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-954 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-955 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-956 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-922 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[100--2-backend5] [DEBUG:MainProcess:Thread-957 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-958 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-923 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-959 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-960 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-986 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1017 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1018 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-987 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1019 (worker)] worker got sentinel -- exiting PASSED [ 76%][DEBUG:MainProcess:Thread-1020 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1021 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1022 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-988 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1023 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[100--2-backend6] [DEBUG:MainProcess:Thread-1024 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-989 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1025 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1026 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1027 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1030 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-991 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1031 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1032 (worker)] worker got sentinel -- exiting PASSED [ 76%][DEBUG:MainProcess:Thread-1033 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1034 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-993 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-972 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[100--2-backend7] [DEBUG:MainProcess:Thread-973 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-994 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-995 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-996 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-997 (worker)] worker exiting after 0 tasks PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-backend8] PASSED [ 76%] joblib/test/test_parallel.py::test_simple_parallel[100--2-backend9] PASSED [ 76%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[None] PASSED [ 76%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[loky] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[multiprocessing] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[sequential] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[threading] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[backend5] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[backend6] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[backend7] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[backend8] PASSED [ 77%] joblib/test/test_parallel.py::test_main_thread_renamed_no_warning[backend9] PASSED [ 77%] joblib/test/test_parallel.py::test_nested_parallel_warnings[loky-multiprocessing-True] PASSED [ 77%] joblib/test/test_parallel.py::test_nested_parallel_warnings[loky-loky-False] PASSED [ 77%] joblib/test/test_parallel.py::test_nested_parallel_warnings[multiprocessing-multiprocessing-True] PASSED [ 77%] joblib/test/test_parallel.py::test_nested_parallel_warnings[multiprocessing-loky-True] PASSED [ 77%] joblib/test/test_parallel.py::test_nested_parallel_warnings[threading-multiprocessing-True] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_parallel_warnings[threading-loky-True] PASSED [ 78%] joblib/test/test_parallel.py::test_background_thread_parallelism[loky] PASSED [ 78%] joblib/test/test_parallel.py::test_background_thread_parallelism[multiprocessing] PASSED [ 78%] joblib/test/test_parallel.py::test_background_thread_parallelism[threading] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[threading-threading] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[threading-sequential] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[threading-multiprocessing] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[threading-loky] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[threading-back_compat_backend] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[sequential-threading] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[sequential-sequential] PASSED [ 78%] joblib/test/test_parallel.py::test_nested_loop[sequential-multiprocessing] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[sequential-loky] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[sequential-back_compat_backend] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[multiprocessing-threading] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[multiprocessing-sequential] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[multiprocessing-multiprocessing] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[multiprocessing-loky] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[multiprocessing-back_compat_backend] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[loky-threading] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[loky-sequential] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[loky-multiprocessing] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[loky-loky] PASSED [ 79%] joblib/test/test_parallel.py::test_nested_loop[loky-back_compat_backend] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop[back_compat_backend-threading] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop[back_compat_backend-sequential] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop[back_compat_backend-multiprocessing] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop[back_compat_backend-loky] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop[back_compat_backend-back_compat_backend] PASSED [ 80%] joblib/test/test_parallel.py::test_nested_loop_with_exception_with_loky PASSED [ 80%] joblib/test/test_parallel.py::test_mutate_input_with_threads PASSED [ 80%] joblib/test/test_parallel.py::test_parallel_kwargs[1] PASSED [ 80%] joblib/test/test_parallel.py::test_parallel_kwargs[2] PASSED [ 80%] joblib/test/test_parallel.py::test_parallel_kwargs[3] PASSED [ 80%] joblib/test/test_parallel.py::test_parallel_as_context_manager[multiprocessing] PASSED [ 80%] joblib/test/test_parallel.py::test_parallel_as_context_manager[loky] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_as_context_manager[threading] PASSED [ 81%][DEBUG:MainProcess:Thread-1184 (worker)] worker exiting after 2 tasks joblib/test/test_parallel.py::test_parallel_pickling [DEBUG:MainProcess:Thread-1185 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1185 (worker)] worker exiting after 0 tasks PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_success[multiprocessing] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_success[loky] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_success[threading] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_fail[multiprocessing] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_fail[loky] PASSED [ 81%] joblib/test/test_parallel.py::test_parallel_timeout_fail[threading] PASSED [ 81%] joblib/test/test_parallel.py::test_error_capture[multiprocessing] PASSED [ 81%] joblib/test/test_parallel.py::test_error_capture[loky] PASSED [ 81%] joblib/test/test_parallel.py::test_dispatch_one_job[1-expected_queue0-threading] PASSED [ 81%] joblib/test/test_parallel.py::test_dispatch_one_job[1-expected_queue0-sequential] PASSED [ 81%] joblib/test/test_parallel.py::test_dispatch_one_job[1-expected_queue0-multiprocessing] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[1-expected_queue0-loky] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[1-expected_queue0-back_compat_backend] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[4-expected_queue1-threading] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[4-expected_queue1-sequential] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[4-expected_queue1-multiprocessing] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[4-expected_queue1-loky] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_one_job[4-expected_queue1-back_compat_backend] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_multiprocessing[multiprocessing] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_multiprocessing[loky] PASSED [ 82%] joblib/test/test_parallel.py::test_dispatch_multiprocessing[threading] PASSED [ 82%] joblib/test/test_parallel.py::test_batching_auto_threading PASSED [ 82%] joblib/test/test_parallel.py::test_batching_auto_subprocesses[multiprocessing] PASSED [ 83%] joblib/test/test_parallel.py::test_batching_auto_subprocesses[loky] PASSED [ 83%] joblib/test/test_parallel.py::test_exception_dispatch PASSED [ 83%] joblib/test/test_parallel.py::test_nested_exception_dispatch[multiprocessing] XPASS [ 83%] joblib/test/test_parallel.py::test_nested_exception_dispatch[loky] XFAIL [ 83%] joblib/test/test_parallel.py::test_nested_exception_dispatch[threading] [DEBUG:MainProcess:Thread-1257 (_handle_workers)] worker handler exiting [DEBUG:MainProcess:Thread-1260 (_handle_results)] result handler found thread._state=TERMINATE [DEBUG:MainProcess:Thread-1239 (worker)] joining task handler [DEBUG:MainProcess:Thread-1254 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1259 (_handle_tasks)] task handler got sentinel XPASS [ 83%][DEBUG:MainProcess:Thread-1260 (_handle_results)] result handler exiting: len(cache)=0, thread._state=TERMINATE [DEBUG:MainProcess:Thread-1254 (worker)] worker exiting after 4 tasks [DEBUG:MainProcess:Thread-1255 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_invalid_backend [DEBUG:MainProcess:Thread-1259 (_handle_tasks)] task handler sending sentinel to result handler [DEBUG:MainProcess:Thread-1240 (worker)] closing pool [DEBUG:MainProcess:Thread-1255 (worker)] worker exiting after 0 tasks PASSED [ 83%][DEBUG:MainProcess:Thread-1259 (_handle_tasks)] task handler sending sentinel to workers [DEBUG:MainProcess:Thread-1261 (_handle_workers)] worker handler exiting [DEBUG:MainProcess:Thread-1262 (_handle_tasks)] task handler got sentinel joblib/test/test_parallel.py::test_invalid_njobs[None] [DEBUG:MainProcess:Thread-1240 (worker)] terminating pool [DEBUG:MainProcess:Thread-1259 (_handle_tasks)] task handler exiting [DEBUG:MainProcess:Thread-1262 (_handle_tasks)] task handler sending sentinel to result handler [DEBUG:MainProcess:Thread-1240 (worker)] finalizing pool PASSED [ 83%][DEBUG:MainProcess:Thread-1239 (worker)] joining result handler [DEBUG:MainProcess:Thread-1262 (_handle_tasks)] task handler sending sentinel to workers joblib/test/test_parallel.py::test_invalid_njobs[loky] [DEBUG:MainProcess:Thread-1240 (worker)] helping task handler/workers to finish [DEBUG:MainProcess:Thread-1263 (_handle_results)] result handler got sentinel [DEBUG:MainProcess:Thread-1239 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1262 (_handle_tasks)] task handler exiting PASSED [ 83%][DEBUG:MainProcess:Thread-1240 (worker)] joining worker handler [DEBUG:MainProcess:Thread-1256 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_invalid_njobs[multiprocessing] [DEBUG:MainProcess:Thread-1258 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1263 (_handle_results)] result handler exiting: len(cache)=0, thread._state=TERMINATE [DEBUG:MainProcess:Thread-1239 (worker)] worker exiting after 2 tasks [DEBUG:MainProcess:Thread-1240 (worker)] joining task handler PASSED [ 83%][DEBUG:MainProcess:Thread-1256 (worker)] worker exiting after 4 tasks [DEBUG:MainProcess:Thread-1258 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_invalid_njobs[sequential] [DEBUG:MainProcess:Thread-1240 (worker)] joining result handler [DEBUG:MainProcess:Thread-1240 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1240 (worker)] worker exiting after 2 tasks PASSED [ 83%] joblib/test/test_parallel.py::test_invalid_njobs[threading] PASSED [ 83%] joblib/test/test_parallel.py::test_invalid_njobs[backend5] PASSED [ 84%] joblib/test/test_parallel.py::test_invalid_njobs[backend6] PASSED [ 84%] joblib/test/test_parallel.py::test_invalid_njobs[backend7] PASSED [ 84%] joblib/test/test_parallel.py::test_invalid_njobs[backend8] PASSED [ 84%] joblib/test/test_parallel.py::test_invalid_njobs[backend9] PASSED [ 84%] joblib/test/test_parallel.py::test_register_parallel_backend PASSED [ 84%] joblib/test/test_parallel.py::test_overwrite_default_backend PASSED [ 84%] joblib/test/test_parallel.py::test_backend_no_multiprocessing SKIPPED [ 84%] joblib/test/test_parallel.py::test_backend_context_manager[multiprocessing] PASSED [ 84%] joblib/test/test_parallel.py::test_backend_context_manager[loky] PASSED [ 84%] joblib/test/test_parallel.py::test_backend_context_manager[threading] PASSED [ 84%] joblib/test/test_parallel.py::test_backend_context_manager[test_backend_0] PASSED [ 84%] joblib/test/test_parallel.py::test_backend_context_manager[test_backend_1] PASSED [ 85%] joblib/test/test_parallel.py::test_backend_context_manager[test_backend_2] PASSED [ 85%] joblib/test/test_parallel.py::test_parameterized_backend_context_manager PASSED [ 85%] joblib/test/test_parallel.py::test_directly_parameterized_backend_context_manager PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_context_manager[threading] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_context_manager[loky] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_context_manager[multiprocessing] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_context_manager[back_compat_backend] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[multiprocessing-2] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[multiprocessing--1] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[multiprocessing-None] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[loky-2] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[loky--1] PASSED [ 85%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[loky-None] PASSED [ 86%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[threading-2] PASSED [ 86%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[threading--1] PASSED [ 86%] joblib/test/test_parallel.py::test_nested_backend_in_sequential[threading-None] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[multiprocessing-multiprocessing] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[multiprocessing-loky] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[multiprocessing-threading] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[loky-multiprocessing] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[loky-loky] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[loky-threading] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[threading-multiprocessing] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[threading-loky] PASSED [ 86%] joblib/test/test_parallel.py::test_backend_nesting_level[threading-threading] PASSED [ 87%] joblib/test/test_parallel.py::test_retrieval_context PASSED [ 87%] joblib/test/test_parallel.py::test_joblib_exception PASSED [ 87%] joblib/test/test_parallel.py::test_safe_function PASSED [ 87%] joblib/test/test_parallel.py::test_invalid_batch_size[0] PASSED [ 87%] joblib/test/test_parallel.py::test_invalid_batch_size[-1] PASSED [ 87%] joblib/test/test_parallel.py::test_invalid_batch_size[1.42] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[2-2-all-auto] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[2-2-n_jobs-auto] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[10-2-n_jobs-auto0] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[517-2-n_jobs-auto] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[10-2-n_jobs-auto1] PASSED [ 87%] joblib/test/test_parallel.py::test_dispatch_race_condition[10-4-n_jobs-auto] PASSED [ 88%] joblib/test/test_parallel.py::test_dispatch_race_condition[200-12-n_jobs-auto] PASSED [ 88%] joblib/test/test_parallel.py::test_dispatch_race_condition[25-12-2 * n_jobs-1] PASSED [ 88%] joblib/test/test_parallel.py::test_dispatch_race_condition[250-12-all-1] PASSED [ 88%] joblib/test/test_parallel.py::test_dispatch_race_condition[250-12-2 * n_jobs-7] PASSED [ 88%] joblib/test/test_parallel.py::test_dispatch_race_condition[200-12-2 * n_jobs-auto] PASSED [ 88%] joblib/test/test_parallel.py::test_default_mp_context PASSED [ 88%] joblib/test/test_parallel.py::test_no_blas_crash_or_freeze_with_subprocesses[multiprocessing] PASSED [ 88%] joblib/test/test_parallel.py::test_no_blas_crash_or_freeze_with_subprocesses[loky] PASSED [ 88%] joblib/test/test_parallel.py::test_parallel_with_interactively_defined_functions[multiprocessing] PASSED [ 88%] joblib/test/test_parallel.py::test_parallel_with_interactively_defined_functions[loky] PASSED [ 88%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def square(x):\n return x ** 2\n-multiprocessing] PASSED [ 88%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def square(x):\n return x ** 2\n-loky] PASSED [ 88%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def square(x):\n return x ** 2\n-spawn] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-multiprocessing] SKIPPED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-loky] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-spawn] SKIPPED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-square = lambda x: x ** 2\n-multiprocessing] SKIPPED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-square = lambda x: x ** 2\n-loky] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[delayed-square = lambda x: x ** 2\n-spawn] SKIPPED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def square(x):\n return x ** 2\n-multiprocessing] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def square(x):\n return x ** 2\n-loky] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def square(x):\n return x ** 2\n-spawn] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-multiprocessing] SKIPPED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-loky] PASSED [ 89%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-spawn] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-square = lambda x: x ** 2\n-multiprocessing] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-square = lambda x: x ** 2\n-loky] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[args-square = lambda x: x ** 2\n-spawn] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def square(x):\n return x ** 2\n-multiprocessing] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def square(x):\n return x ** 2\n-loky] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def square(x):\n return x ** 2\n-spawn] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-multiprocessing] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-loky] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-def gen_square():\n def square(x):\n return x ** 2\n return square\nsquare = gen_square()\n-spawn] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-square = lambda x: x ** 2\n-multiprocessing] SKIPPED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-square = lambda x: x ** 2\n-loky] PASSED [ 90%] joblib/test/test_parallel.py::test_parallel_with_unpicklable_functions_in_args[kwargs-square = lambda x: x ** 2\n-spawn] SKIPPED [ 91%] joblib/test/test_parallel.py::test_parallel_with_interactively_defined_functions_default_backend PASSED [ 91%] joblib/test/test_parallel.py::test_parallel_with_interactively_defined_bound_method PASSED [ 91%] joblib/test/test_parallel.py::test_parallel_with_exhausted_iterator PASSED [ 91%] joblib/test/test_parallel.py::test_auto_memmap_on_arrays_from_generator[multiprocessing] PASSED [ 91%] joblib/test/test_parallel.py::test_auto_memmap_on_arrays_from_generator[loky] PASSED [ 91%] joblib/test/test_parallel.py::test_memmap_with_big_offset PASSED [ 91%] joblib/test/test_parallel.py::test_warning_about_timeout_not_supported_by_backend PASSED [ 91%] joblib/test/test_parallel.py::test_abort_backend[1-None] PASSED [ 91%] joblib/test/test_parallel.py::test_abort_backend[1-loky] PASSED [ 91%] joblib/test/test_parallel.py::test_abort_backend[1-multiprocessing] PASSED [ 91%] joblib/test/test_parallel.py::test_abort_backend[1-sequential] PASSED [ 91%] joblib/test/test_parallel.py::test_abort_backend[1-threading] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[1-backend5] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[1-backend6] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[1-backend7] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[1-backend8] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[1-backend9] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-None] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-loky] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-multiprocessing] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-sequential] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-threading] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-backend5] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-backend6] PASSED [ 92%] joblib/test/test_parallel.py::test_abort_backend[2-backend7] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[2-backend8] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[2-backend9] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-None] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-loky] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-multiprocessing] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-sequential] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-threading] [DEBUG:MainProcess:Thread-1484 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1485 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1486 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1487 (worker)] worker exiting after 0 tasks PASSED [ 93%][DEBUG:MainProcess:Thread-1488 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1489 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1490 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1491 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_abort_backend[-2-backend5] [DEBUG:MainProcess:Thread-1492 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1493 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1494 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1548 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1549 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1550 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1551 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1552 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1553 (worker)] worker exiting after 0 tasks PASSED [ 93%][DEBUG:MainProcess:Thread-1555 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1556 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1557 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1558 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_abort_backend[-2-backend6] [DEBUG:MainProcess:Thread-1559 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1560 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1561 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1562 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1563 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1564 (worker)] worker exiting after 0 tasks PASSED [ 93%][DEBUG:MainProcess:Thread-1565 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1566 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1567 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_abort_backend[-2-backend7] [DEBUG:MainProcess:Thread-1569 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1570 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1571 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1572 (worker)] worker exiting after 0 tasks PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-backend8] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-backend9] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-None] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-loky] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-multiprocessing] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-sequential] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-threading] [DEBUG:MainProcess:Thread-1640 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1614 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1641 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1642 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1643 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1644 (worker)] worker got sentinel -- exiting PASSED [ 94%][DEBUG:MainProcess:Thread-1615 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1645 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1616 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1646 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1647 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_abort_backend[-1-backend5] [DEBUG:MainProcess:Thread-1648 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1617 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1618 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1619 (worker)] worker exiting after 0 tasks PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-backend6] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-backend7] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-backend8] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-backend9] PASSED [ 94%] joblib/test/test_parallel.py::test_memmapping_leaks[multiprocessing] PASSED [ 94%] joblib/test/test_parallel.py::test_lambda_expression[None] PASSED [ 95%] joblib/test/test_parallel.py::test_lambda_expression[loky] PASSED [ 95%] joblib/test/test_parallel.py::test_lambda_expression[threading] PASSED [ 95%] joblib/test/test_parallel.py::test_backend_batch_statistics_reset[multiprocessing] PASSED [ 95%] joblib/test/test_parallel.py::test_backend_batch_statistics_reset[loky] PASSED [ 95%] joblib/test/test_parallel.py::test_backend_hinting_and_constraints PASSED [ 95%] joblib/test/test_parallel.py::test_backend_hinting_and_constraints_with_custom_backends PASSED [ 95%] joblib/test/test_parallel.py::test_invalid_backend_hinting_and_constraints PASSED [ 95%] joblib/test/test_parallel.py::test_global_parallel_backend PASSED [ 95%] joblib/test/test_parallel.py::test_external_backends PASSED [ 95%] joblib/test/test_parallel.py::test_nested_parallelism_limit[loky] PASSED [ 95%] joblib/test/test_parallel.py::test_nested_parallelism_limit[threading] PASSED [ 95%] joblib/test/test_parallel.py::test_nested_parallelism_with_dask PASSED [ 96%] joblib/test/test_parallel.py::test_thread_bomb_mitigation[threading] PASSED [ 96%] joblib/test/test_parallel.py::test_parallel_thread_limit[None] SKIPPED [ 96%] joblib/test/test_parallel.py::test_parallel_thread_limit[loky] SKIPPED [ 96%] joblib/test/test_parallel.py::test_dask_backend_when_dask_not_installed SKIPPED [ 96%] joblib/test/test_parallel.py::test_zero_worker_backend PASSED [ 96%] joblib/test/test_parallel.py::test_globals_update_at_each_parallel_call PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child[2] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child[4] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child[-2] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child[-1] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[2-1] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[2-2] PASSED [ 96%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[2-4] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[2-None] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-1] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-2] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-4] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-None] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[OPENBLAS_NUM_THREADS-2] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[OPENBLAS_NUM_THREADS--1] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[MKL_NUM_THREADS-2] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[MKL_NUM_THREADS--1] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[OMP_NUM_THREADS-2] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_override[OMP_NUM_THREADS--1] PASSED [ 97%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context_error[multiprocessing] PASSED [ 98%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context_error[threading] PASSED [ 98%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context_error[backend2] PASSED [ 98%] joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context_error[backend3] PASSED [ 98%] joblib/test/test_parallel.py::test_loky_reuse_workers[2] PASSED [ 98%] joblib/test/test_parallel.py::test_loky_reuse_workers[4] PASSED [ 98%] joblib/test/test_parallel.py::test_loky_reuse_workers[-1] PASSED [ 98%] joblib/test/test_store_backends.py::test_concurrency_safe_write[multiprocessing] PASSED [ 98%] joblib/test/test_store_backends.py::test_concurrency_safe_write[loky] PASSED [ 98%] joblib/test/test_store_backends.py::test_concurrency_safe_write[threading] PASSED [ 98%] joblib/test/test_testing.py::test_check_subprocess_call PASSED [ 98%] joblib/test/test_testing.py::test_check_subprocess_call_non_matching_regex PASSED [ 98%] joblib/test/test_testing.py::test_check_subprocess_call_wrong_command PASSED [ 99%] joblib/test/test_testing.py::test_check_subprocess_call_non_zero_return_code PASSED [ 99%] joblib/test/test_testing.py::test_check_subprocess_call_timeout PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_invalid[exec('import os')] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_invalid[print(1)] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_invalid[import os] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_invalid[1+1; import os] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_invalid[1^1] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_valid[2*6-12] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_valid[2**6-64] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_valid[1 + 2*3**(4) / (6 + -7)--161.0] PASSED [ 99%] joblib/test/test_utils.py::test_eval_expr_valid[(20 // 3) % 5-1] PASSED [ 99%] joblib/test/data/create_numpy_pickle.py::joblib.test.data.create_numpy_pickle.get_joblib_version PASSED [100%] =============================== warnings summary =============================== joblib/testing.py:22 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/testing.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html timeout = pytest.mark.timeout joblib/test/test_format_stack.py:9 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/test/test_format_stack.py:9: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp joblib/format_stack.py:30 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/format_stack.py:30: DeprecationWarning: safe_repr is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/format_stack.py:30 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/format_stack.py:30: DeprecationWarning: _fixed_getframes is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/format_stack.py:30 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/format_stack.py:30: DeprecationWarning: format_records is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/format_stack.py:30 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/format_stack.py:30: DeprecationWarning: format_exc is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/executor.py:108 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/executor.py:108: PytestCollectionWarning: cannot collect test class '_TestingMemmappingExecutor' because it has a __init__ constructor (from: joblib/test/test_memmapping.py) class _TestingMemmappingExecutor(MemmappingExecutor): joblib/my_exceptions.py:21 joblib/my_exceptions.py:21 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/my_exceptions.py:21: DeprecationWarning: JoblibException is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/my_exceptions.py:21 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/my_exceptions.py:21: DeprecationWarning: JoblibNameError is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/my_exceptions.py:21 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/my_exceptions.py:21: DeprecationWarning: _mk_exception is deprecated and will be removed from joblib in 0.16 warn("{} is deprecated and will be removed from joblib " joblib/test/test_func_inspect.py::test_filter_args_2 /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/test/test_func_inspect.py:131: UserWarning: Cannot inspect object functools.partial(, 1), ignore list will not work. assert filter_args(ff, ['y'], (1, )) == {'*': [1], '**': {}} joblib/test/test_memory.py::test_memory_integration /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/test/test_memory.py:103: UserWarning: Compressed results cannot be memmapped memory = Memory(location=tmpdir.strpath, verbose=10, joblib/test/test_memory.py::test_memory_integration /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/memory.py:128: UserWarning: Compressed items cannot be memmapped in a filesystem store. Option will be ignored. obj.configure(location, verbose=verbose, joblib/test/test_memory.py::test_memory_integration /usr/lib/python3.10/contextlib.py:135: UserWarning: mmap_mode "r" is not compatible with compressed file /tmp/pytest-of-buildozer/pytest-66/test_memory_integration0/joblib/joblib/test/test_memory/f/0ee759c0da9422094dd70c9286f8d9b7/output.pkl. "r" flag will be ignored. return next(self.gen) joblib/test/test_numpy_pickle.py::test_joblib_pickle_across_python_versions /home/buildozer/aports/community/py3-joblib/src/joblib-1.2.0/joblib/test/test_numpy_pickle.py:460: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray. np.matrix([0, 1, 2], dtype=np.dtype(', (, ))] [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-3199 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-3200 [DEBUG:MainProcess:ExecutorManagerThread] found 2 processes to stop [DEBUG:MainProcess:ExecutorManagerThread] sent 2 sentinels to the call queue [DEBUG:MainProcess:ExecutorManagerThread] closing call_queue [DEBUG:MainProcess:ExecutorManagerThread] telling queue thread to quit [DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread() [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:ExecutorManagerThread] joining 2 processes [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-3200 with pid 55259 [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-3199 with pid 55258 [DEBUG:MainProcess:ExecutorManagerThread] executor management thread clean shutdown of 2 workers [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 140718769244200)>, (, ))] [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4bf7b683db6f445c91ba595ebf1f20d2_b1d8f6a199464271944c11a433122495 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3ab606a009a54f16a7feb0f9094c3271_caa6c5e2ffa5428191ad44b8de1204be [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ba408f7048ec48feb4b5cf730c188a5e_4bad0fb149ce42bfa3294aeeb97e154c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_60321a619d06431985498ffa6656d726_823cd53c95a745e9a466ea6f28a4cc27 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6196ac000313407480e490f3bb21ea3e_d65d44b71c1e48319ef6d689d1d70bec [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f7d27e4da9184b4fb844ce28a7bbee97_b88a6472b1a741019e7c29b2f035d742 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_fe7179f3904d49868ec774acfd783449_13cff06a2fa1436c877d851fc89bb435 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_305537e7a5fa4d2aa6fcd013bd1140b2_70f2a52af95248a995951f1740a23714 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9f7730b9d181455fb1062c037f80335b_f771a09774c94cc4941bd879e86f88fd [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_94e1003e7e524a8abba0e14e14cf5165_b889fb27719e441b8c3fc0c4a57d6c1e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6524bfab18e3494190b84027c58d1a69_f03b304ef21443e997504c08483e24ab [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ca0106ab6ab443379da30b8fb928aa3d_fb8a04df624d4ad093c7e68f2a9583f5 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3a120c62b989414b9f2a718f116dab40_787c83cda9c94a63b8559fc5047bf0d4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_de8b60489bea4fa388f48534239843d5_f94367180fa043c7af861b1a6b67ce1d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_86f0d62bb4e147beaaaa4fba6e1988e7_96428dd52cc5414cb1fa126aa4fa1959 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ba90e2b1809747b1bfd40b4c5c8c9e82_3d17c137d3144cf7bfecd00797145e56 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ceb7bf34474645708b725b1030210d28_33e7ba90345e4970a97dd5f76f5e034b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_21da80441d094b45a94b5c5429d98899_e36bd2f8a13f4ddeaf829cab121fa038 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d3908a5b3c1548569488bd112f3e15f8_2ddb449df5534066bf5fe590c40b9072 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3619943028534f31bf20398f98e2fc19_e17e0fcba80249a1b44e115a94348f9a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_868582255bf44647bcaa3827bd6b3a45_8804e841250f4af0b1312653a59aafac [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5c1b87fb0808431db0c2dc7f75540ffe_6b57d59e18b14058835714aa52807905 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_a0942812b7f34394a786a6f10289c3c9_cafda71f6bb547e98af886ad1d2cf18f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7b6852f040654b65a60725d1a2df3583_ce345ce3265947409e725816e9ade76c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_45dd747d14624fa5a32d2c3797a174f2_8cc09e03a0d84f988fb8e314281313ef [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_89a55efc870648828c28f47626d65a1b_b3b623d047684db9b78d17448a906aae [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2be40a0b3bdd447d8867d4f0c5605e65_33a48e72a4934dad8508e083724f69cc [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_509bcd1c6a9b40fb967ece42b9bb6a5d_9a22bb51c4fd4957b93456844e52e66f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_068235e535644bd5bc72275b4f3f6242_d7f81f1233f14581a6f0f10fabe982ee [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2013e66172c94d8aa3b002a1531c8bf1_85d72ea5b6de4fd48d40ff5e85b721f2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_303deb3ebb674a709daa1a9b72d587e7_cd75f882357a46b1b6157160bd30ae77 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c319bf6fa7d04607885cd84fddf3ebec_fd154ac36b6c4b4eba64aadecc402b62 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_26b3d1b8b7614b5bb8d6530825d27f3d_5fdf73bb9b5940f3982738d3eedd3e2d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_29323dbc6e514b49992863bda07ceeac_e49d6b6c0ccb4d8c9d1f718e6759087d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c5fbace930764f2cb1f615851d8762a9_85d956cc288a4110a3ed41cc4f8e6c95 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_50133c4c0dc444d6a2235aae424a069b_17ec5366ee8c48f298ef7f31ddadca72 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3d0eaf1c196549c580b48d1dae4c032a_ada04855e3344536b5b1eaf7e1d261fa [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_8ca9b32af3264d1085332063ceee8d53_4eb02027c0834f92b51bb44f5116fd51 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b804e8a201354b349c3fb3f1d319688d_bdb3ac0507cc4e0c9c8005fc96f05f15 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c14ef403b2814063807e11fe07804507_0a23a084b03143648e575b6fed190e7c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_89d06e82e79b45f3b8f80fab2971c12a_e42766b660cb499aab62353e05e6937c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c93874d0484445d09c5638ae0a0c2c80_ff03cd7dd07d40a8935adc1ea3622634 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_baa9670fb5094371a6bca3f0f95d9c48_dfe708bbcaa7464ab0f9bde1abc05a22 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c0af074e219a494a8a10a511cbb24565_bb2bf2af77224a76a44706d9f75d6a06 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_1afae5e5e8db4f858239dbab10008bd5_3bf93a16d3844fda88b3401af180a06c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f08d453b89b94a80b3be067ed1603bd8_76fa40b44b0b47dbac5960ae45a31a11 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_e17354fa870340e4a82ea6d8ca99e098_4ffc3fe4c5d14117a0cea843fe2c5197 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ed17ea5cdb54498f8aa77d457c214d28_37c6fbe2ab7546079fe7cb1dc6233a24 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_bbb8a54a8cf442ef9e597f7b2727cd50_1d4e2afc043646f29f959888b336aef1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_bf1666bf5574435e90bd050a3c4ee133_1160450dd3074a209e47f98a094cf457 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_e3d7f21acd144cf8845e156b088d07da_43417c50608d49c192b13e2adf290ebb [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d8c7f807b3524a6999b8112d74b5befc_2d1dca1ce54b42a4a97064a47720d83b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_082bc90f1c684e5fa48268af473a6014_9619f51c41144c0791b2ca6a98e93f89 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_91de5c49a9d74eea90bc1e14070ee867_9f235f4d944f451488567317ed723b09 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6fe88088a5bf4a889aa7fa618e304ec0_8690caa6eccc4cc595e10cffa54e63cf [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0bd239e9aa9f40348a698706b42ae55e_3aef7f4b9f504beda4d4c11ae4fa4117 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2b1ce80f8eb3439a93c50cc7016b74ba_19805a711c8545f4a1a33ff377229963 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7846454f1bb9400eaff5fe9630b015a1_0aecc6f76cfd4d30a043a7d75253ee74 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_50c5b31b3f174da198234dad33cb32c3_571d52c3e0d04c4cbda6fb3a81d5008c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_148b29c4f2f04d36b45431958a5cee80_50fd7302367f4d3380d2a25e7884f04b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3e77640a75304d46b0e4837c22f10bfb_83d3f22b38de4e2383f5b2fbab593dc7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_08a72989912c479c9b6ba8bf83f648a3_05752e5eb4a14a00aa53330c882e8d87 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_601d6a328be64c41a4693f58bed6f886_c11d845852be4f309912ceeccb1ad6d9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ebc959d1c2b64b3695d4b21f5c670b50_8755f1dd8ca7453c96406829b5dfc38f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_40ac1d50993d415c94744791a1d62db2_ae3285b3f86346568c3b536aafd37a64 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0cfb90b29a3c4ad88c4e95a01e2d5bc5_d89720cc2a0442d08a8254450edfb93b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_550d5a2402c7438eb51660e9af95bf4b_b38741d852a24691835735506bbb1127 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_550d5a2402c7438eb51660e9af95bf4b_054fd8843875416b86857ef560ed168b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_aa2fadbf51714b7c83e46a113f890514_9167e93951324bd0a2830154bbf1f42f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_aa2fadbf51714b7c83e46a113f890514_5e4a7fad994540edaebb105a3386b14e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f5559a5ab56748b9bfb6ff82685f616d_b0da39cf2aa24e529d313efae886541c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6c46fe9708ce4308891b3b01240af06c_0b7c6a8655084380b46ebd6813ba9be1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6c46fe9708ce4308891b3b01240af06c_e8d84751050b44a5a44f79eb45ad734e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_bcd50f1685fc4ebca2e5f78c056660f3_ea330f2ff4bb45fcaeba8b450e6b28ce [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9b1ec5437a2945528918a4cf3841be27_53cf3bdd4fa0477099cacfe1092d8853 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3c2d7e5abc7440bcbb4a15926d6d7ec2_58df294f6929403e889192c15fb8f6d2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2b99689d4e0b41468057b3f6f335e048_deb63f2585a8400fbde087ae217306aa [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_ff797a99466c4f96bdd2d0a7e5a8af3f_5581185d99d74a0faf4c84c63dbe67a7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5ea733a1f6d0438f92d48e1e8a01b452_fec1a59b20d043e0b030082a1fce9e16 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b7a99a694ccb4e009384d0ce7f22162a_b72bdb06ea3f416b9f7c308bd3313968 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_54ee4d13735c402181e650e70ddb08ea_dde21a109f1a42eb984fd13036107faa [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b5d80f15847f482a8f7939025bf12f00_6d9d5382e1054de396c46f13427795c2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_66c0833bdd5c4b96950015559ce918d4_68f0e9c2f0db4c43b5e8694b1fabbf0b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_efccb0bafb0e4118897448f7d7ed5af9_305bae2fce974db6ab48975cf0f34826 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_e801647a7a1f4bf68506544f3ebdd8bc_5c02a48af868428281e0d088391cb541 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_a8f88e02c1f44b78aaa106faa88f07de_24013d7a013a46a28b67f653c1dc811d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0473500150ce4dac87ed045bd1919891_8436de9c99904ddeaed210080f239a87 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d060804530a54aab930ba57e64f7c172_272ab14f48fd4c9688f25b4e5018a826 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_500ec020dc3f4413ae9b879e327a0ecd_cecb219e3f7a4f4e8a89894ea2d45f7f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_eccc8361ddd242048bb0500b61b5a414_a52fced379c647acb4a7a1a65ba6f0ab [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c3c3f7ff26fe47ef89a927e88a83d4de_6a3c45d87412499288dbdba45ce62b49 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5b106e4e0a9c49168951b4a825160575_cda3a1915ea54ca9ae28a0fca1623ee1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_264dc656c7054568917c6ce03d9b1d24_b432fcd4647141d5bee6f88e975b5156 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_668f2a0c82b5433abd0f728e80ac5952_5ede97358ef348a48579235de13aaeb5 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_100acd134a99461bb2d036beb76a47df_22e284487e9e4986be2cb85891e79165 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_189b8e46035c4ecda4cda69718355421_523fe2733f9944d389a1ec8ad9cb8220 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b250dac33d9340cf972d4e039f31b5e7_2184a1db5df5427eb461e116ee5db35b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f7f85df7e2e14e37819a4e7b344e6d96_abb360b2ce7a4073bcde0231cca708d6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_aefa015ffa3544588b55a0e14dfef26f_f4260aebba984074a205d3d328406e68 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7a044014180f4dad8af736cd0185504b_60e91127b54b47bd9eed869a7198f246 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9ef736aafdda4bf4ad175ba58216e85e_b6e917580c9e4c669c03fbeffa58b128 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d86b0e51105b4316a2122f6fba41ef97_73d40fa8d7964a8c908ce3cf803deb81 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5cb9bfc727824682b015519df2a31b26_9f6f0446d6bd4fd695cc2da4188f0f88 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_848fb1b24ce4406ba2e3b3e7b73c5f95_4808bec156354b32a54013f35bcc7eeb [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4a0949872e8f49e0b3b58dd622e2ac70_200df15601454ae180e5e583fe242809 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_cedc6194f8cf49ffa49dac10ee180717_ad5a05a3bbed43a5a6e9723188646a88 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7d29745b4abb460abc4afab46f438b69_25d8f930c1ad4f8f8647b5afd9c88d55 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2788df729e40416fa24772f5a4af5cc4_776f267065d844dc9e4e55588941465d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_8f4327ca7a6948d99d6c0a19ce7a5781_021977f8ce9a4fe7aa5fbe6c4c4cfd03 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f71d9c18127442258ab211d5c0a27201_fa4d70b2b224426cbf7674aea70b7066 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b5ed33dba13e4ae2b3ce312cec51c664_8bae04842b814be68e1c8fda5e78d9a4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_8353bf91050b4b2a87eca42b3c1aba1c_62bafba8315c4e0c872ac0cccebb48af [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0229598d50dd4df6a0d61a3f9f8fcb84_31456c8ba16e4cac8133c32bbd33a07f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c8a3616dfae740cdbad248fbdcd245cb_3d0225c0ca0f4a7a8efb734504d42800 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_e2e7761921e644cfaf550687884b13b4_1397731648ad40d5a10a89d8e9f71daa [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2fcfee071f824a95acb7a7c0a5ffc59e_cf6b55ea477644a898831e43bf21240d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7dfdc49ba110447d8ccd2b1e5febd131_aecf784d660a4e12b5a3e083cfd112a9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4a9febc2ebc24c13905856afd678261c_198ce5663b86443081fea284de84386d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9eeb966c9c1b4e12b6f69d3352c75f94_8d7530d6c20e4f1fa2f7a7fc149a2301 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4e3ab5e816ce4d26bcd178c480401743_d2e96a0b43b04ba0bf5beadfc5e4c806 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_742ec55d40c842b8b6381b61c7d07286_d2c99984b2054450852d27a17abf52d6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_74194bb2bb9842c3b75c3e8cf8e3405d_e27a9b16ed554ae8bc48ba344848e3e0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_2c80820ca6c249ecbdce632a85f2ceb9_5124d0b54a85434e884323fa1de25e0c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_90923cd253f64248acad461de57bf728_1d59441c694e436d9b1172e3787db164 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_425bd0a6ea924964a8a6f2b3cccac720_2959eb1b04fa4cbdaea02972f16306f7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_8d4f97056a194c9b9ecdd7764eba78d4_c6e2ad23d7db4a52b7e4714fa810a105 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c4e86a59ae9949f686cd890f7abd3b85_9eb583ff9c304ff18678d5b29ffc7ff0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_61c653edd4134e9d8632046dd0cfc60d_b459958046aa437f9c8c4a1af8ea47d6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_e1078b29744d4ea0bf3bebe160d8f62b_56c0092c879c4d8aaaa3df457f83c21c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_c8f4c03ddea24ccabedcbca52525da79_f93d30dea1244aeaa21a63b44ef9df90 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_64253f3cacc041e0b0a42fec163ed67c_0878001203e84051b54c24aa977f503a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_8602615d1b1f4e6995de6e9f42735499_0b15bc9ad3da4c44b2d214b0dee050b8 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_a14fa6acf24a48d9aa385b96a7668750_563cd73630464ebd82802f42499daa93 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_bdb425ec54cc411487af5729e7f678a6_dc3e1dfb62814c1aac4927df5cdcef1a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_364d077902b6472d81789cde74efb30e_246cc4dd075c4ae4ad386a025a283062 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3f1c86060b144e9fa225d4ca599444f0_ed4749ee81544cf1b10bcd6732620d7a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5c5800cc39414af4961ea8159b14bf50_156641c6ff0c421ba6c17971223e3561 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d9a5a12fb556494c984be468a349673f_be9750b79b8b4edc8c9f4d6b65070f2b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_63cd4ba26adb48498fd354fecae6266e_4cd26c1a80724da7909ca21f40ea72d0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5fba4cb95914411f9efb72fcab709aec_4d7d145975d2447c9e1348d1bbb62f5f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3814adfc0d18419fa2f32c02d4edb434_cd0a54b4dac34702bfb045c1bd6ecd94 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d074551fee10467292ebdde9ae2bc2db_f4659d29e56e423e8ef74ba91431161b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_871af441045b47d68ed8fa69e057d720_ca2a6638a08f47db97b3b7c7b11805f5 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_3cc2099210614b1281952b1c60d9a28c_41f06a6395004db880bd71c74e997047 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5452b7fbb1e940aab2c42181a0cec218_f0ba7e7c2a0244a0afdf1b10670c71b6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_f48586843db5426ea0e4c60720116112_5bc6f623209341e587a0ca25b51cbe58 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_5478499545944e8ba255d0a52cbbf301_22fdd54f97124b1cba3dc231d420458b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d17412894e7a4c2095d5e33a1de2a670_02dda8fad8b24866998cf2e9c27ff383 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b2bdaf1409354eb499aad74e7f33b3a0_096e6db8818d4b4fa8202d0c00dbb3cc [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9413ff1a5db641628266bc08964f8351_73753181031645e1949167b6a39892ab [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4ab65267b7fc470e92d31692a8332839_267bbeca126e43caa0b6dcde60060761 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_dcdf7ea0ec6647e4854c3061b9ecc573_71b634fbaba841a0be7e0bdafb4af55e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_754a45d1a0e04079a7bbffed99a98f63_0babb07ae8cc4e7d901e58f5f1ef2c1d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_a0483612611e4e588128b88af4a2d548_8efa859507aa4a2a8c59c50a2de4b86b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_7985a490c15f496f8a1489ef33634148_38c9fce900c24a96b9516d0eea2babbb [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_b904201dc3694776840d37f524874ad4_88e31b6a68254107935df8114217417b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_d848b198f2724130b9c34e16e0bf11b9_4707ba8c023f4e7ba56871e33bdf87a7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_98ca9bc2a4f24791b93fdd2484de771e_0f6c6e645f0346c795dfa906d940eba6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_98ca9bc2a4f24791b93fdd2484de771e_3dbd66d34e554f3ca5a35d4a3d482994 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4aef3cc0d5374652845a7ab06bde53dd_447f573b154c47ad894709a4789aa09e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4aef3cc0d5374652845a7ab06bde53dd_89dcdf7f55c04c24be939b13978b7350 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9478d874e84346a7905d4f90b110e1aa_98d0b317872e49edbe6de3b13a99f959 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9478d874e84346a7905d4f90b110e1aa_ae160b0782634e13a08b575603f8cf0a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_f744dcd80db04517886bab083631509a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_a2883e71ac3b4fc7bef8483d4ffae23c_82c63bd0d9e746198f316f4b8d9f0a08 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_2c5d00dda7004a73afcd38d9e2249ae1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0fb9a484d286464cb018a2c029bc04c3_0c1eded49dcc44a984202fc4706b0b4a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_e1eaef2d93fc4d7c91a100493cf2fa40 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6aee168bd58740ad8ccfa67b142abbe8_a073b6164bbf45499e3fca9ed8423e7e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_9801139ec4b347248dc38c78aa91d962 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_6eb5ff6e727d40b5ae341b3dd15baef9_8bc54d923ec941d4893ac72f9399111e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_79c5d7f561104900bd4ec71940c5ba38 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_4c6593ee9a1c49d1aa480bec6325dcc8_84cc43f7c7d14341bbf8c8aaab01d70f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_0665d6d5387f4227881e8f12fce3ac52_e4b77ea0159948948f88485963fbf2fc [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_758ce95fc36142b99515b004c3c5f300_2046830c07754e15a69dc80eab3fd0be [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_9009_9dd970527cfe47b0a59949191d4af965_54f08f5b67944b0f9616fe599d10dee3 [INFO:MainProcess:MainThread] process shutting down [DEBUG:MainProcess:MainThread] running all "atexit" finalizers with priority >= 0 [INFO:MainProcess:MainThread] calling terminate() for daemon Dask Worker process (from Nanny) [INFO:MainProcess:MainThread] calling terminate() for daemon Dask Worker process (from Nanny) [INFO:MainProcess:MainThread] calling join() for process Dask Worker process (from Nanny) [INFO:MainProcess:MainThread] calling join() for process Dask Worker process (from Nanny) [DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1103, in emit stream.write(msg + self.terminator) ValueError: I/O operation on closed file. Call stack: File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/site-packages/distributed/utils.py", line 500, in run_loop loop.start() File "/usr/lib/python3.10/site-packages/tornado/platform/asyncio.py", line 215, in start self.asyncio_loop.run_forever() File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever self._run_once() File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once handle._run() File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/lib/python3.10/site-packages/distributed/utils.py", line 742, in wrapper return await func(*args, **kwargs) File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 538, in _on_worker_exit logger.warning("Restarting worker") Message: 'Restarting worker' Arguments: () [DEBUG:MainProcess:IO loop] created semlock with handle 140734688460800 [DEBUG:MainProcess:IO loop] created semlock with handle 140734688329728 [DEBUG:MainProcess:IO loop] created semlock with handle 140734688198656 [DEBUG:MainProcess:IO loop] created semlock with handle 140734688133120 [DEBUG:MainProcess:IO loop] created semlock with handle 140734687281152 [DEBUG:MainProcess:IO loop] created semlock with handle 140734687215616 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1103, in emit stream.write(msg + self.terminator) ValueError: I/O operation on closed file. Call stack: File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/site-packages/distributed/utils.py", line 500, in run_loop loop.start() File "/usr/lib/python3.10/site-packages/tornado/platform/asyncio.py", line 215, in start self.asyncio_loop.run_forever() File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever self._run_once() File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once handle._run() File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/lib/python3.10/site-packages/distributed/utils.py", line 742, in wrapper return await func(*args, **kwargs) File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 538, in _on_worker_exit logger.warning("Restarting worker") Message: 'Restarting worker' Arguments: () [DEBUG:MainProcess:IO loop] created semlock with handle 140734687150080 [DEBUG:MainProcess:IO loop] created semlock with handle 140734687084544 [DEBUG:MainProcess:IO loop] created semlock with handle 140734687019008 [DEBUG:MainProcess:IO loop] created semlock with handle 140734418518016 [DEBUG:MainProcess:IO loop] created semlock with handle 140734418452480 [DEBUG:MainProcess:IO loop] created semlock with handle 140734418386944 [DEBUG:MainProcess:IO loop] Queue._start_thread() [DEBUG:MainProcess:IO loop] doing self._thread.start() [DEBUG:MainProcess:QueueFeederThread] starting thread to feed data to pipe [DEBUG:MainProcess:IO loop] ... done self._thread.start() [DEBUG:MainProcess:IO loop] Queue._start_thread() [DEBUG:MainProcess:IO loop] doing self._thread.start() [DEBUG:MainProcess:QueueFeederThread] starting thread to feed data to pipe [DEBUG:MainProcess:IO loop] ... done self._thread.start() [DEBUG:MainProcess:IO loop] telling queue thread to quit [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 595, in close await self.kill(timeout=timeout) File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 386, in kill await self.process.kill(timeout=0.8 * (deadline - time())) File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 810, in kill await process.join(wait_timeout) File "/usr/lib/python3.10/site-packages/distributed/process.py", line 311, in join assert self._state.pid is not None, "can only join a started process" AssertionError: can only join a started process During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1103, in emit stream.write(msg + self.terminator) ValueError: I/O operation on closed file. Call stack: File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/site-packages/distributed/utils.py", line 500, in run_loop loop.start() File "/usr/lib/python3.10/site-packages/tornado/platform/asyncio.py", line 215, in start self.asyncio_loop.run_forever() File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever self._run_once() File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once handle._run() File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/lib/python3.10/site-packages/distributed/nanny.py", line 597, in close logger.exception("Error in Nanny killing Worker subprocess") Message: 'Error in Nanny killing Worker subprocess' Arguments: () [DEBUG:MainProcess:IO loop] telling queue thread to quit [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734688460800 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734688329728 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734688198656 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734688133120 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734687281152 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734687215616 [INFO/Dask Worker process (from Nanny)] child process calling self.run() [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734687150080 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734687084544 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734687019008 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734418518016 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734418452480 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 140734418386944 [INFO/Dask Worker process (from Nanny)] child process calling self.run() [DEBUG/Dask Worker process (from Nanny)] Queue.join_thread() [INFO/Dask Worker process (from Nanny)] process shutting down [DEBUG/Dask Worker process (from Nanny)] running all "atexit" finalizers with priority >= 0 [DEBUG/Dask Worker process (from Nanny)] running the remaining "atexit" finalizers [INFO/Dask Worker process (from Nanny)] process exiting with exitcode 0 [DEBUG/Dask Worker process (from Nanny)] Queue.join_thread() [INFO/Dask Worker process (from Nanny)] process shutting down [DEBUG/Dask Worker process (from Nanny)] running all "atexit" finalizers with priority >= 0 [DEBUG/Dask Worker process (from Nanny)] running the remaining "atexit" finalizers [INFO/Dask Worker process (from Nanny)] process exiting with exitcode 0 [DEBUG:MainProcess:IO loop] joining queue thread [DEBUG:MainProcess:IO loop] ... queue thread already dead [DEBUG:MainProcess:IO loop] joining queue thread [DEBUG:MainProcess:IO loop] ... queue thread already dead >>> py3-joblib: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-joblib/pkg creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/pool.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/func_inspect.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/disk.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/backports.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_parallel.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_numpy_pickle_compat.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_hashing.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_numpy_pickle_utils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_func_inspect.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_memory.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_dask.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_logger.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_cloudpickle_wrapper.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_module.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_format_stack.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_disk.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_numpy_pickle.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_store_backends.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_my_exceptions.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_utils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_deprecated_objects.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_init.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_testing.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2 -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2 -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/create_numpy_pickle.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2 -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2 -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2 -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data copying build/lib/joblib/test/testutils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/common.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_memmapping.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_func_inspect_special_encoding.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_missing_multiprocessing.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/test/test_backports.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test copying build/lib/joblib/numpy_pickle_utils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_memmapping_reducer.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/testing.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/numpy_pickle_compat.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/executor.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/hashing.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/parallel.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle copying build/lib/joblib/externals/cloudpickle/cloudpickle_fast.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle copying build/lib/joblib/externals/cloudpickle/cloudpickle.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle copying build/lib/joblib/externals/cloudpickle/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle copying build/lib/joblib/externals/cloudpickle/compat.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/loky/reusable_executor.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/loky/process_executor.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/loky/_base.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/loky/cloudpickle_wrapper.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky creating /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/spawn.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/queues.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/context.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/synchronize.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/resource_tracker.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/process.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/fork_exec.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/utils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/_win_reduction.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/popen_loky_posix.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/_posix_reduction.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/reduction.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/backend/popen_loky_win32.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend copying build/lib/joblib/externals/loky/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/loky/initializers.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky copying build/lib/joblib/externals/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals copying build/lib/joblib/_deprecated_format_stack.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_deprecated_my_exceptions.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_parallel_backends.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/my_exceptions.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_dask.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/memory.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/compressor.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_cloudpickle_wrapper.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/numpy_pickle.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/logger.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/format_stack.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/__init__.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_store_backends.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_utils.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib copying build/lib/joblib/_multiprocessing_helpers.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/pool.py to pool.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/func_inspect.py to func_inspect.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/disk.py to disk.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/backports.py to backports.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_parallel.py to test_parallel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_numpy_pickle_compat.py to test_numpy_pickle_compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_hashing.py to test_hashing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_numpy_pickle_utils.py to test_numpy_pickle_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_func_inspect.py to test_func_inspect.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_memory.py to test_memory.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_dask.py to test_dask.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_logger.py to test_logger.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_cloudpickle_wrapper.py to test_cloudpickle_wrapper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_module.py to test_module.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_format_stack.py to test_format_stack.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_disk.py to test_disk.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_numpy_pickle.py to test_numpy_pickle.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_store_backends.py to test_store_backends.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_my_exceptions.py to test_my_exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_utils.py to test_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_deprecated_objects.py to test_deprecated_objects.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_init.py to test_init.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_testing.py to test_testing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data/create_numpy_pickle.py to create_numpy_pickle.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/data/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/testutils.py to testutils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/common.py to common.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_memmapping.py to test_memmapping.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_func_inspect_special_encoding.py to test_func_inspect_special_encoding.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_missing_multiprocessing.py to test_missing_multiprocessing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test/test_backports.py to test_backports.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/numpy_pickle_utils.py to numpy_pickle_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_memmapping_reducer.py to _memmapping_reducer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/testing.py to testing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/numpy_pickle_compat.py to numpy_pickle_compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/executor.py to executor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/hashing.py to hashing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/parallel.py to parallel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle/cloudpickle_fast.py to cloudpickle_fast.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle/cloudpickle.py to cloudpickle.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/cloudpickle/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/reusable_executor.py to reusable_executor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/process_executor.py to process_executor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/_base.py to _base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/cloudpickle_wrapper.py to cloudpickle_wrapper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/spawn.py to spawn.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/queues.py to queues.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/context.py to context.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/synchronize.py to synchronize.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/resource_tracker.py to resource_tracker.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/process.py to process.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/fork_exec.py to fork_exec.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/_win_reduction.py to _win_reduction.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/popen_loky_posix.py to popen_loky_posix.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/_posix_reduction.py to _posix_reduction.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/reduction.py to reduction.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/backend/popen_loky_win32.py to popen_loky_win32.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/loky/initializers.py to initializers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/externals/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_deprecated_format_stack.py to _deprecated_format_stack.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_deprecated_my_exceptions.py to _deprecated_my_exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_parallel_backends.py to _parallel_backends.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/my_exceptions.py to my_exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_dask.py to _dask.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/memory.py to memory.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/compressor.py to compressor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_cloudpickle_wrapper.py to _cloudpickle_wrapper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/numpy_pickle.py to numpy_pickle.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/logger.py to logger.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/format_stack.py to format_stack.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_store_backends.py to _store_backends.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_utils.py to _utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/_multiprocessing_helpers.py to _multiprocessing_helpers.cpython-310.pyc running install_egg_info running egg_info writing joblib.egg-info/PKG-INFO writing dependency_links to joblib.egg-info/dependency_links.txt writing top-level names to joblib.egg-info/top_level.txt reading manifest file 'joblib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'joblib' 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 'joblib.egg-info/SOURCES.txt' Copying joblib.egg-info to /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib-1.2.0-py3.10.egg-info running install_scripts >>> py3-joblib*: Running postcheck for py3-joblib >>> py3-joblib*: Preparing package py3-joblib... >>> py3-joblib*: Tracing dependencies... >>> py3-joblib*: Package size: 724.0 KB >>> py3-joblib*: Compressing data... >>> py3-joblib*: Create checksum... >>> py3-joblib*: Create py3-joblib-1.2.0-r0.apk >>> py3-joblib: Build complete at Sun, 30 Oct 2022 21:50:13 +0000 elapsed time 0h 5m 42s >>> py3-joblib: Cleaning up srcdir >>> py3-joblib: Cleaning up pkgdir >>> py3-joblib: Uninstalling dependencies... (1/54) Purging .makedepends-py3-joblib (20221030.214431) (2/54) Purging py3-distributed (2022.10.0-r0) (3/54) Purging py3-click (8.1.3-r0) (4/54) Purging py3-dask (2022.10.0-r0) (5/54) Purging py3-fsspec (2022.8.2-r0) (6/54) Purging py3-tqdm (4.63.2-r0) (7/54) Purging py3-partd (1.3.0-r0) (8/54) Purging py3-pandas (1.5.1-r0) (9/54) Purging py3-dateutil (2.8.2-r1) (10/54) Purging py3-numpy (1.23.4-r0) (11/54) Purging py3-tz (2022.4-r0) (12/54) Purging py3-pyzmq (23.2.1-r0) (13/54) Purging py3-jinja2 (3.1.2-r0) (14/54) Purging py3-markupsafe (2.1.1-r1) (15/54) Purging py3-locket (1.0.0-r0) (16/54) Purging py3-msgpack (1.0.4-r0) (17/54) Purging py3-psutil (5.9.2-r0) (18/54) Purging py3-sortedcontainers (2.4.0-r1) (19/54) Purging py3-tblib (1.7.0-r3) (20/54) Purging py3-six (1.16.0-r3) (21/54) Purging py3-toolz (0.12.0-r0) (22/54) Purging py3-tornado (6.2-r0) (23/54) Purging py3-urllib3 (1.26.12-r0) (24/54) Purging py3-yaml (6.0-r0) (25/54) Purging py3-zict (2.2.0-r0) (26/54) Purging py3-heapdict (1.0.1-r2) (27/54) Purging py3-lmdb (1.2.1-r2) (28/54) Purging py3-loky (3.3.0-r0) (29/54) Purging py3-cloudpickle (1.6.0-r2) (30/54) Purging cython (0.29.32-r0) (31/54) Purging py3-setuptools (65.5.0-r0) (32/54) Purging py3-pytest (7.1.3-r1) (33/54) Purging py3-attrs (22.1.0-r0) (34/54) Purging py3-iniconfig (1.1.1-r3) (35/54) Purging py3-packaging (21.3-r2) (36/54) Purging py3-parsing (3.0.9-r0) (37/54) Purging py3-pluggy (1.0.0-r1) (38/54) Purging py3-py (1.11.0-r0) (39/54) Purging py3-tomli (2.0.1-r1) (40/54) Purging py3-threadpoolctl (3.1.0-r0) (41/54) Purging python3 (3.10.8-r3) (42/54) Purging libbz2 (1.0.8-r3) (43/54) Purging libffi (3.4.4-r0) (44/54) Purging gdbm (1.23-r0) (45/54) Purging xz-libs (5.2.7-r0) (46/54) Purging mpdecimal (2.5.1-r1) (47/54) Purging readline (8.2.0-r0) (48/54) Purging sqlite-libs (3.39.4-r0) (49/54) Purging openblas (0.3.21-r0) (50/54) Purging libgfortran (12.2.1_git20220924-r3) (51/54) Purging libzmq (4.3.4-r1) (52/54) Purging libsodium (1.0.18-r2) (53/54) Purging yaml (0.2.5-r0) (54/54) Purging lmdb (0.9.29-r2) Executing busybox-1.35.0-r27.trigger OK: 289 MiB in 92 packages >>> py3-joblib: Updating the community/ppc64le repository index... >>> py3-joblib: Signing the index...