>>> py3-joblib: Building community/py3-joblib 1.2.0-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 21:56:39 +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/52) Installing libffi (3.4.4-r0) (2/52) Installing gdbm (1.23-r0) (3/52) Installing mpdecimal (2.5.1-r1) (4/52) Installing readline (8.2.0-r0) (5/52) Installing sqlite-libs (3.39.4-r0) (6/52) Installing python3 (3.10.8-r3) (7/52) Installing py3-cloudpickle (1.6.0-r2) (8/52) Installing py3-click (8.1.3-r0) (9/52) Installing py3-tqdm (4.63.2-r0) (10/52) Installing py3-fsspec (2022.8.2-r0) (11/52) Installing libgfortran (12.2.1_git20220924-r3) (12/52) Installing openblas (0.3.21-r0) (13/52) Installing py3-numpy (1.23.4-r0) (14/52) Installing py3-parsing (3.0.9-r0) (15/52) Installing py3-packaging (21.3-r2) (16/52) Installing py3-six (1.16.0-r3) (17/52) Installing py3-dateutil (2.8.2-r1) (18/52) Installing py3-tz (2022.4-r0) (19/52) Installing py3-pandas (1.5.1-r0) (20/52) Installing py3-locket (1.0.0-r0) (21/52) Installing libsodium (1.0.18-r2) (22/52) Installing libzmq (4.3.4-r1) (23/52) Installing py3-pyzmq (23.2.1-r0) (24/52) Installing py3-toolz (0.12.0-r0) (25/52) Installing py3-partd (1.3.0-r0) (26/52) Installing yaml (0.2.5-r0) (27/52) Installing py3-yaml (6.0-r0) (28/52) Installing py3-dask (2022.10.0-r0) (29/52) Installing py3-markupsafe (2.1.1-r1) (30/52) Installing py3-jinja2 (3.1.2-r0) (31/52) Installing py3-msgpack (1.0.4-r0) (32/52) Installing py3-psutil (5.9.2-r0) (33/52) Installing py3-sortedcontainers (2.4.0-r1) (34/52) Installing py3-tblib (1.7.0-r3) (35/52) Installing py3-tornado (6.2-r0) (36/52) Installing py3-urllib3 (1.26.12-r0) (37/52) Installing py3-heapdict (1.0.1-r2) (38/52) Installing lmdb (0.9.29-r2) (39/52) Installing py3-lmdb (1.2.1-r2) (40/52) Installing py3-zict (2.2.0-r0) (41/52) Installing py3-distributed (2022.10.0-r0) (42/52) Installing py3-loky (3.3.0-r0) (43/52) Installing cython (0.29.32-r0) (44/52) Installing py3-setuptools (65.5.0-r0) (45/52) Installing py3-attrs (22.1.0-r0) (46/52) Installing py3-iniconfig (1.1.1-r3) (47/52) Installing py3-pluggy (1.0.0-r1) (48/52) Installing py3-py (1.11.0-r0) (49/52) Installing py3-tomli (2.0.1-r1) (50/52) Installing py3-pytest (7.1.3-r1) (51/52) Installing py3-threadpoolctl (3.1.0-r0) (52/52) Installing .makedepends-py3-joblib (20221028.215640) Executing busybox-1.35.0-r27.trigger OK: 419 MiB in 149 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 >>> 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/_multiprocessing_helpers.py -> build/lib/joblib copying joblib/numpy_pickle_compat.py -> build/lib/joblib copying joblib/memory.py -> build/lib/joblib copying joblib/backports.py -> build/lib/joblib copying joblib/pool.py -> build/lib/joblib copying joblib/_dask.py -> build/lib/joblib copying joblib/parallel.py -> build/lib/joblib copying joblib/_utils.py -> build/lib/joblib copying joblib/func_inspect.py -> build/lib/joblib copying joblib/testing.py -> build/lib/joblib copying joblib/_cloudpickle_wrapper.py -> build/lib/joblib copying joblib/_store_backends.py -> build/lib/joblib copying joblib/numpy_pickle.py -> build/lib/joblib copying joblib/hashing.py -> build/lib/joblib copying joblib/_parallel_backends.py -> build/lib/joblib copying joblib/executor.py -> build/lib/joblib copying joblib/logger.py -> build/lib/joblib copying joblib/_deprecated_format_stack.py -> build/lib/joblib copying joblib/__init__.py -> build/lib/joblib copying joblib/numpy_pickle_utils.py -> build/lib/joblib copying joblib/_memmapping_reducer.py -> build/lib/joblib copying joblib/my_exceptions.py -> build/lib/joblib copying joblib/compressor.py -> build/lib/joblib copying joblib/format_stack.py -> build/lib/joblib copying joblib/disk.py -> build/lib/joblib copying joblib/_deprecated_my_exceptions.py -> build/lib/joblib creating build/lib/joblib/test copying joblib/test/test_numpy_pickle_compat.py -> build/lib/joblib/test copying joblib/test/test_logger.py -> build/lib/joblib/test copying joblib/test/test_missing_multiprocessing.py -> build/lib/joblib/test copying joblib/test/test_my_exceptions.py -> build/lib/joblib/test copying joblib/test/common.py -> build/lib/joblib/test copying joblib/test/test_func_inspect.py -> build/lib/joblib/test copying joblib/test/test_memmapping.py -> build/lib/joblib/test copying joblib/test/testutils.py -> build/lib/joblib/test copying joblib/test/test_numpy_pickle.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_hashing.py -> build/lib/joblib/test copying joblib/test/test_cloudpickle_wrapper.py -> build/lib/joblib/test copying joblib/test/test_parallel.py -> build/lib/joblib/test copying joblib/test/__init__.py -> build/lib/joblib/test copying joblib/test/test_dask.py -> build/lib/joblib/test copying joblib/test/test_module.py -> build/lib/joblib/test copying joblib/test/test_func_inspect_special_encoding.py -> build/lib/joblib/test copying joblib/test/test_disk.py -> build/lib/joblib/test copying joblib/test/test_memory.py -> build/lib/joblib/test copying joblib/test/test_numpy_pickle_utils.py -> build/lib/joblib/test copying joblib/test/test_format_stack.py -> build/lib/joblib/test copying joblib/test/test_backports.py -> build/lib/joblib/test copying joblib/test/test_testing.py -> build/lib/joblib/test copying joblib/test/test_store_backends.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/compat.py -> 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 creating build/lib/joblib/externals/loky copying joblib/externals/loky/reusable_executor.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/cloudpickle_wrapper.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/process_executor.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/initializers.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/__init__.py -> build/lib/joblib/externals/loky copying joblib/externals/loky/_base.py -> build/lib/joblib/externals/loky creating build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/context.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/utils.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/queues.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/_win_reduction.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/popen_loky_win32.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/spawn.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/resource_tracker.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/popen_loky_posix.py -> build/lib/joblib/externals/loky/backend copying joblib/externals/loky/backend/process.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_py34_np19.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.2_compressed_pickle_py35_np19.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.8.4_compressed_pickle_py27_np17.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.10.0_compressed_pickle_py27_np17.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.11.0_compressed_pickle_py36_np111.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_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_py34_np19.pkl.gzip -> 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_py27_np17.pkl.gzip -> 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.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.10.0_pickle_py33_np18.pkl.bz2 -> 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.10.0_pickle_py33_np18.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_py27_np17.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_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.10.0_pickle_py35_np19.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.9.2_pickle_py33_np18.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_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.10.0_pickle_py34_np19.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.10.0_pickle_py35_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.10.0_pickle_py27_np17.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_py33_np18.pkl_03.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_np17.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_py33_np18.pkl_01.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_py35_np19.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_py27_np17.pkl_02.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_03.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_py34_np19.pkl_02.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_py35_np19.pkl_01.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_np16.pkl_01.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_py34_np19.pkl_04.npy -> 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 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 ============================= 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-36 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-37 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-38 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-39 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-40 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-41 (worker)] worker exiting after 0 tasks PASSED [ 0%][DEBUG:MainProcess:Thread-42 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-43 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-44 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-45 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-46 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-47 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-48 (worker)] worker exiting after 0 tasks joblib/test/test_backports.py::test_memmap [DEBUG:MainProcess:Thread-49 (worker)] worker exiting after 0 tasks PASSED [ 0%] joblib/test/test_backports.py::test_concurrency_safe_rename[None-None] 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] PASSED [ 0%] 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] 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-189 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-221 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-222 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-223 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-190 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-224 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-225 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-226 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-191 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--1-backend5] [DEBUG:MainProcess:Thread-227 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-228 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-229 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-192 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-276 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-277 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-278 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-279 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-280 (worker)] worker exiting after 0 tasks PASSED [ 69%][DEBUG:MainProcess:Thread-281 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-282 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-283 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-284 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-285 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--1-backend6] [DEBUG:MainProcess:Thread-286 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-287 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-310 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-288 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-311 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-312 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-289 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-313 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-314 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-315 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-290 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--1-backend7] [DEBUG:MainProcess:Thread-316 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-317 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-318 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-319 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-320 (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-389 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-358 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-390 (worker)] worker got sentinel -- exiting PASSED [ 69%][DEBUG:MainProcess:Thread-391 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-391 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-359 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-393 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-394 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-395 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[2--2-backend5] [DEBUG:MainProcess:Thread-360 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-396 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-397 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-398 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-399 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-500 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-501 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-502 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-448 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-503 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-504 (worker)] worker got sentinel -- exiting PASSED [ 70%][DEBUG:MainProcess:Thread-504 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-449 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-506 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-507 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-508 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-430 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-431 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[2--2-backend6] [DEBUG:MainProcess:Thread-450 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-451 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-452 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-453 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-454 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-455 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-456 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-460 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-461 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-462 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-463 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-464 (worker)] worker exiting after 0 tasks PASSED [ 70%][DEBUG:MainProcess:Thread-465 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-466 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-467 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-468 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-469 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[2--2-backend7] [DEBUG:MainProcess:Thread-470 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-471 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-472 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-473 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-474 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-475 (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] [DEBUG:MainProcess:Thread-618 (worker)] worker exiting after 0 tasks PASSED [ 72%] joblib/test/test_parallel.py::test_simple_parallel[11--1-backend5] [DEBUG:MainProcess:Thread-662 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-663 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-664 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-634 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-665 (worker)] worker got sentinel -- exiting PASSED [ 72%][DEBUG:MainProcess:Thread-666 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-667 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-635 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-668 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-669 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-670 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[11--1-backend6] [DEBUG:MainProcess:Thread-671 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-672 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-636 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-673 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-677 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-678 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-679 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-680 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-638 (worker)] worker exiting after 0 tasks PASSED [ 72%][DEBUG:MainProcess:Thread-681 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-683 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-639 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-684 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-685 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-686 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[11--1-backend7] [DEBUG:MainProcess:Thread-640 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-687 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-682 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-688 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-689 (worker)] worker got sentinel -- exiting 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] [DEBUG:MainProcess:Thread-760 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-763 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-766 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-768 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-774 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-781 (worker)] worker exiting after 0 tasks PASSED [ 73%][DEBUG:MainProcess:Thread-787 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[11--2-backend5] [DEBUG:MainProcess:Thread-852 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-856 (worker)] worker exiting after 0 tasks 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%] 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] [DEBUG:MainProcess:Thread-927 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-928 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-929 (worker)] worker got sentinel -- exiting PASSED [ 75%][DEBUG:MainProcess:Thread-912 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-930 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-931 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-932 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-933 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[100--1-backend5] [DEBUG:MainProcess:Thread-934 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-934 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-935 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-936 (worker)] worker got sentinel -- exiting 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-1151 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1099 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1153 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1153 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1155 (worker)] worker got sentinel -- exiting PASSED [ 76%][DEBUG:MainProcess:Thread-1155 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1100 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1157 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1157 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1159 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1101 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[100--2-backend5] [DEBUG:MainProcess:Thread-1160 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1082 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1083 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1102 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1103 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1234 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1235 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1236 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1183 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1237 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1238 (worker)] worker got sentinel -- exiting PASSED [ 76%][DEBUG:MainProcess:Thread-1239 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1240 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1241 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1242 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1184 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1164 (worker)] worker got sentinel -- exiting joblib/test/test_parallel.py::test_simple_parallel[100--2-backend6] [DEBUG:MainProcess:Thread-1165 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1185 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1186 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1187 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1188 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1193 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1194 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1195 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1196 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1197 (worker)] worker exiting after 0 tasks PASSED [ 76%][DEBUG:MainProcess:Thread-1198 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1199 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_simple_parallel[100--2-backend7] 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%] joblib/test/test_parallel.py::test_parallel_pickling 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-1448 (worker)] helping task handler/workers to finish [DEBUG:MainProcess:Thread-1466 (_handle_tasks)] task handler sending sentinel to workers [DEBUG:MainProcess:Thread-1468 (_handle_results)] result handler got sentinel XPASS [ 83%][DEBUG:MainProcess:Thread-1447 (worker)] finalizing pool [DEBUG:MainProcess:Thread-1470 (_handle_tasks)] task handler sending sentinel to result handler [DEBUG:MainProcess:Thread-1448 (worker)] joining worker handler [DEBUG:MainProcess:Thread-1462 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1463 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1466 (_handle_tasks)] task handler exiting joblib/test/test_parallel.py::test_invalid_backend [DEBUG:MainProcess:Thread-1468 (_handle_results)] result handler exiting: len(cache)=0, thread._state=TERMINATE [DEBUG:MainProcess:Thread-1447 (worker)] helping task handler/workers to finish [DEBUG:MainProcess:Thread-1470 (_handle_tasks)] task handler sending sentinel to workers [DEBUG:MainProcess:Thread-1471 (_handle_results)] result handler got sentinel [DEBUG:MainProcess:Thread-1462 (worker)] worker exiting after 3 tasks [DEBUG:MainProcess:Thread-1463 (worker)] worker exiting after 1 tasks [DEBUG:MainProcess:Thread-1464 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1470 (_handle_tasks)] task handler exiting [DEBUG:MainProcess:Thread-1467 (worker)] worker got sentinel -- exiting PASSED [ 83%][DEBUG:MainProcess:Thread-1447 (worker)] joining worker handler [DEBUG:MainProcess:Thread-1471 (_handle_results)] result handler exiting: len(cache)=0, thread._state=TERMINATE [DEBUG:MainProcess:Thread-1448 (worker)] joining result handler [DEBUG:MainProcess:Thread-1464 (worker)] worker exiting after 3 tasks [DEBUG:MainProcess:Thread-1467 (worker)] worker exiting after 1 tasks [DEBUG:MainProcess:Thread-1447 (worker)] joining task handler [DEBUG:MainProcess:Thread-1448 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1447 (worker)] joining result handler joblib/test/test_parallel.py::test_invalid_njobs[None] [DEBUG:MainProcess:Thread-1448 (worker)] worker exiting after 2 tasks [DEBUG:MainProcess:Thread-1447 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1447 (worker)] worker exiting after 2 tasks PASSED [ 83%] joblib/test/test_parallel.py::test_invalid_njobs[loky] PASSED [ 83%] joblib/test/test_parallel.py::test_invalid_njobs[multiprocessing] PASSED [ 83%] joblib/test/test_parallel.py::test_invalid_njobs[sequential] 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] PASSED [ 93%] joblib/test/test_parallel.py::test_abort_backend[-2-backend5] [DEBUG:MainProcess:Thread-1780 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1781 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1783 (worker)] worker got sentinel -- exiting PASSED [ 93%][DEBUG:MainProcess:Thread-1785 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1786 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_abort_backend[-2-backend6] [DEBUG:MainProcess:Thread-1788 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1789 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1790 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1791 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1792 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1793 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1794 (worker)] worker exiting after 0 tasks PASSED [ 93%][DEBUG:MainProcess:Thread-1796 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1798 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1799 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1800 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1803 (worker)] worker exiting after 0 tasks joblib/test/test_parallel.py::test_abort_backend[-2-backend7] [DEBUG:MainProcess:Thread-1802 (worker)] worker got sentinel -- exiting [DEBUG:MainProcess:Thread-1804 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1805 (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] PASSED [ 94%] joblib/test/test_parallel.py::test_abort_backend[-1-backend5] [DEBUG:MainProcess:Thread-1959 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1961 (worker)] worker exiting after 0 tasks [DEBUG:MainProcess:Thread-1987 (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-271/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-3919 [DEBUG:MainProcess:ExecutorManagerThread] releasing worker exit lock on LokyProcess-3920 [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:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:ExecutorManagerThread] closing result_queue [DEBUG:MainProcess:ExecutorManagerThread] closing thread_wakeup [DEBUG:MainProcess:ExecutorManagerThread] joining 2 processes [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-3920 with pid 144312 [DEBUG:MainProcess:ExecutorManagerThread] joining process LokyProcess-3919 with pid 144311 [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 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(ExecutorManagerThread, stopped 3755965376)>, (, ))] [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_856c9e6ad7e2426ab9d067acdd92f6d5_e5dcb2a16c96428bb88b852a02de193a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_808e4c1b7a034e8d90a8a23f0fdcee8e_e371920b709d422bba9f73af0a7be726 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9162444ba1db447b9a5632838afdbd21_5c023630dd3f4345adbe0615f2ae5464 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_24f96ebcc832428f94634bec76f2b945_533c850c28904466ab2ee9009330f9db [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3901826e03764d188aee228896551418_9cfe0ae45e484a80ad3ae82d216e61a2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_7edfcf1d85554dd1bbf4b6c72b6d58db_ec912addd786476181c780f588398c3b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f87a0de549794ac685e749f23dd1ac0b_d7fe52963e584d96ab05a4798fd772f7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a60776af674b4e8696f78e4f09ac4baa_fbf8eef5fc914e7a806c4a5fb05761f4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_0ef8b792061f473dba4fced7be5ac1e8_b22e122d9a30424ab1d54e2855332d51 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_1b14423bc3c7483a95c8d06b39689942_d879de8f72714ae292423707b8c95165 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_574bd320c02f42ea90430cb264a4c97a_b3aca089208b49c88b24df8829f0a775 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a22e7c9549b846cb8a0c8f311341516a_e618652710314e3f92b62715e6478c23 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9e363cf51acd4f2689a5e3598dddc568_ed8d52504912415b911054a48ee8d9f4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a79f64234ea04d018121dfba3728e51a_3fbd3f5878a54e35afedf2569012b06f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_51a4ef6b1b1b4c5d83c6b7ec1ce4ed85_68ea769bc8d74f189cc9700d59cac1b6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_749d21875d65483ab543c0f9fdffeb07_b8d1e7b185f24f9ea4b3fcd58744603c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_e133ab7486ad4ef78813bf76a50b207b_c2164e9dc1b54297a89b39a7e772f7d8 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_02fc964ca7054e77830379696a8e6d43_a270afd784354ef6a522e58ccf6108c7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_1731eb02c7be4c16ae7199c19899f8db_4b4a7f4713d5425598c845bb7175994f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ebc4bec5840445229a82575bcbd7d2c6_3d1f6e353c514282b7126bd01c432a6f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_28e0112859b446ce87aaad7721eff7e3_cebeceb3debb44849a9120a17d24f46d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ba79457f6fa748ae978daf793a6dcfe8_86faed3013c5430d9871eba74cad4721 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_db1aef713ed9461fb5523ddbaade212d_8361995cfa994d8c8ec4bbcc0f324a70 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_56fdd9e90c9e485da54659c2130a2b49_b579bf1da6fd43419fb1cf2517967e15 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_964ab648550a4792970646309f468556_2cdf470d537d450189e8d7a74d350aa9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_7ce5c9715a9f4e1fa6345cdade6ed5cd_e5aebfdbb83446049d11219a106dcc07 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_50a3d013eb494ad9ad5b306f659bc69b_b38295f76dbf4d828c634d63e09b7f0a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_7e06c090bc1b40999fbbd1e019317802_8cddfda51cad47469b97be59eca6fc0b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_5669b0640b86410baa13a83852bf86b2_40a81a21ff6047a1a245e2a156f321be [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b26ccdc8026c4f049d758929c293c056_d1477b8fe7d945f385a44d388930bf98 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3e66a77c12f7456bb767c386a455eb8d_d6f05dd9bf3d4bd0aa13b79c4230157f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6c3761e48aef46048c0b3fd963ac6aa4_08adb681849a497994bad7aa7ebb643a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_46916321870d4e6b95ab72453d8daff2_d12e36edb81240baa1139ef46517a8b7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_aa14cf09c5ec4592b2d35729f1979c04_68bf95f6447a4a3e8d11909029530072 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_5c0438c33e384b9fac06835ed8ac6ca9_f418c57947ea4470a7406f1dfcc9e557 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_94e34681e721453088fa439921427302_898088f83d25448fa8ad86f22cac6536 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_434674a13db5402db8a18fb631a39bbd_4c89dc425f7040068874f4e4d66bf7e2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_48c92b3d0e204e6aa7de169c938f7804_17edd122887f43daa681ac5cd083753b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6022fd4676084c07942341f9b5e44f6a_a9d8cc5da1454aabb2e7429a4714c647 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6f1fb7500a604a4aa89936949f3ced16_dfbd92a34d9a4f5fb35043d9ec664ce4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_aed6dfdfb7674c408cc0a129c1c395e3_6809890a6d6d43128182c6e2dd997ea2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_457d50170ea249e08e1f07f718759848_da2b009e278e47c7965f861f0b79d635 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_11a01b87f87447bf86880a0e0bbdd446_31324050012d417c98c2c3c3a0d316e5 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_cae57063b2d44b3d95dd53909bc9bdf7_70f42ea4bdf043fab0ecac91b70cd98a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_423018abde234e61b891346acec1de68_fe058674c8da4651a50724f0faa06104 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f8454afd4ffe4d61bc124736343d78f2_0a6e839074964bed9128661f188a357a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c83c8cc239574c66926965dea5ae2a6b_65900e50d908443691616941a25117ff [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3bdd9652b64047b8a35b0f94f831e06a_0790c59886bf4fc4a0f830960d5f31be [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_fbbb4c4463774a82a63523e1d1a7e580_9bb8da021398420f8f2108bd1b258d32 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2ff163a5f83e4128aab787543db66267_75332d70681b44e6b1862bcda454f1b9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6e514d98e64c41f18400fde22b72b5bb_bb2323c8a2c5466182b518659bc0017d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ab0efb62f09747b98f5ddeaca8d98370_95d88e79712b4cbd9f45fcdf67106654 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a67039e3f03d466e98f2a4e6d93d49de_ec6fe5e694b0437185090efd3ca243c2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_dc7fb37cd43b45fcb5a6637cb80915e3_6cf8661cff254f1b8ab043a854dc92ab [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f88ea63414434b4e8f7ac36b35ce711f_dff32650812a4b11a583388063dd2a94 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_bc9b70c3dd6e40dfa78d7646513c4202_eab4716f02574298bb3e2f03f1daf1fd [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f524af7094e34bca8a0d313488992835_1418955bb0d04e99b300d8a09e36f882 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_e849d91d0e054de09bad12d68d0c7a26_cd99efe15b724288afcedacdc2948f25 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3fa68c1e00084d4b89638c868557f396_3a50dc589eef488db6e61b74e646f1db [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_0951a6ef30b74e37bcacdfd08d416d1f_5798bfa484cb420495046b8383c118ca [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2345c17e23244ee9a7f092f24a0891ac_bcf6bb3e29e9487190f3c11da0494f48 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_04b1ea630fc447188467fc59f3219a20_59d2fa28adc44db4b63ae6aaaaef2bec [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_19a7d995d121422e8807b9b1def155f9_55ba6511e55942239e2ac129e145a88a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d3a04a5d6d064fbb9fe15ec7d4a79193_eb6f5057afc64051bf80675962ed255f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_46b2e216989a433f9a7de0c0f4989e63_eed4a85666d34263a987b7e586e8eed2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_429ca08b4ee043898508c90452e962e6_54adf5e88a204f929533bf6c0b709da5 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d353f2bc4af747f9bd93014324cdd0f5_9e1ed929f2394174b24a19fe587ed2c3 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d353f2bc4af747f9bd93014324cdd0f5_508db8f5de2b4c95b153c26d1f4f21b6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_bf88eb54fd7a429fa261b8d27d8bfd08_243235e7e94342a4bd21c8a4dcfb3ae4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_bf88eb54fd7a429fa261b8d27d8bfd08_39d1a733d9e5418199e3cd5e66181a62 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_882cd58b58b94d3987af9fe512b34e67_399edaf350944269947e39934c11f833 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3cfa0f5d37fc40579183cfc0581b3c5a_82a9d6dafed74f9e954d256192d932e9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3cfa0f5d37fc40579183cfc0581b3c5a_dc433c5bcc70404f820f717e99ee53c0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6cf70fc38c464d778bd3b8d323d3127a_90e2b3e22924498b800ff4d72fba0db7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_451e3f15661348bca6649bac3109efd5_3f0bb1a1029048288f9199c56ef3d4b9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_90310e1279ed475f88ba28ff0851b175_6c2dfd924d614e5f8dbe04894d4d6f0c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_fa76fc932503497cab49d66ac491f5c0_c1ba4062d6044c97bade86ac14a17836 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c36139979ff84a9aaed4aa1270ca3dbd_c5f2220fdcaf459d90b100b977e531c0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3adf65fa157a44439cdf05b94c479538_5efcf18ae21f4f318afcbbc417e57fac [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_bc9a50c0621343b6a3ac26304f3800d0_d55745b6402a4f00881d00d3ca8943b1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9c12d6e14b394821845a2a5fe4188fdd_5679ad73fd7e45eeaa68cd7181cd73c7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a477b82f218141dbb4de8a398007a818_c731c15325074865ac3fc8362d09d815 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_5634cf4e118a4837b79adda7124df14f_f430d46759c94af896aa7d77d7bbef1c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6fa05f5f9faa488c8ffd3a50af681b36_f7e68ea3d316439e90b57f930bfdc98d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_8c1d5df5a54f44278ba2c56e2da89936_d7c28721999843c4a783cf0bb1df19ad [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a43f3c2cb6034359a581bb87f118dc3b_11b0ef2b43e74807956cf676bb8e3932 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_972bc990a0f547c3a752ad348deacaa6_1a07cd47358d4cee844779f547df6387 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ccb2a49925b74c16bc2b415f92844518_24eae04af5b547d18dc537a302dd7437 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_36d80e3fb0134d80974c9080e3504149_614f809f20c0428d99146f4153bc1866 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_add05297b8da46caa8a867c973638408_26b0dc92673a4b12aa1aceb57f669dc9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_967d78697b6649e6b567c36f16c08da8_206f0e5a1b314a72a6bc9d5a64915ce7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f69abda8946d4191a3d30039dbe9a302_2869ef6af739485ea2c39c3aa851b51b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_1835d6169bcf49fb8b0f202bb3bf2f2b_807c6f3c197342f49a373dd2b867929a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6be75cbeb0ea485ba98989296ccd93e0_3cd31ec14fd64fafbc209f8366df4a1b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_e1dc6d39b04e40a382dcbd31c1c9ce29_890d4c1b733344658c79c94e792d4710 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b22d6e0d9e8c44a2bceffa8e05abe719_6dd5a932429548eeb707705c975e6bb7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f5eb138feb1b4f93bd56f26f4ca8f6cf_d4eb805d2ebe45d284da681ae6df0ae2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6feac05790c04a35851581cedd334f9e_8272ec04266341cc98ee616a863b8d7e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9d7967ca31c046a2be2408884aeb290d_3f70c28de5264aeea3fc460ec02fa02e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_afd5c943cd2448dd8466af5b421b5428_c229fa4e586248c29cc3b5ad0992b2f7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b9cc57d18c1b4206bf0e09debecd7d96_bce843cfc5204df7b3a33ae405660516 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_20769ed623ee4aa2b33c395f1ef39177_83d1cc1599da49239d821a6deecc8111 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_026b3f48af834b9691b0453bc3e8a290_c0baef9ce8c54eb19d5aa7e1748f7437 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_79546a09e230403cbaf090d033919a81_6ef162c06a044565bcaeff59297283e4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2e4a55e546c34ddca2c9bec8a6406561_e6076b118c8f4e05aab3911757741617 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_139538ccd5e44232a5ec72fbfc5fd68e_dd15118d3ad04f6980cb7e8509d5ea34 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_8589b15adf04493d9e57ac7db5bd7934_d68c1645514442fabf0c8b816a5d3cb6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_cfe2419d01134fee932bc1625e331005_2b566f0a91144150b2f570dcd6a59cc9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d14ba8d05b04421eaf5851439871fefd_1fc5fbd519824a9c9c0073ebe93511c8 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_75f52883448c4bb59fe407b52d730705_b3ff55a27d5a4a718e8ab5f474eed338 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b746280e0dfd4f589408be486c6218e3_97e12205be5f40c6b6c0501eed891498 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a27a373b406b4213977fa4cb5a12fae6_0919299a0a984029885d9c8eae171a6d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9dcfd8b601ea4081a8999fed6e386c49_df424a9c65e64a2ea23aa6656d105761 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a51b86f95c6f4952b72bcf79ad9326bd_4477f9e891804e8a89329cb87c6aa70c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b8a6278789204abb984321401190a2ad_b763fbe4a6d14c6c90c6633394bb9193 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_4a9b025c9fa547a29da5bb9bcbc0a9fb_dc20c474b4d446b190a7763ff69423bb [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_358536b50d224b02be9fabb832fbbc82_faf527f596984a83bdb43b8f0383f8a7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_4de27ef7e6524a9ab56061d42e8ca9d1_749136f2633040a2ac3b2fc980d7c993 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_acf97d8604aa4c59b35b78d2e8b3cf9c_2e519cb0348b4297b0d9577987a8d37d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ba389663f5e4482fb41245adb0a1fce9_b02ef445c4d74c3d865c79cb6f6c63d9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_e96a9fcdfdbe4f8ea2a2e2588dae48b3_45d966bc7f89404a915b70b9bd81d92d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_1893f7deb5924c40a670301f65b37f1b_be886161c7574fde86ce060f6962ba9a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2bbdb27177eb4c08b73daa69faf5ace9_5978ed6970be4980b462fe7dae1da01f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_eaacc1effb654e31bf56d890d703dc8d_f56a5ebfadc945879866b4139df2e48b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a33008d75ae147d28721cf419efc18d7_f86cfbc2ab3d4606ae76c737a3193b9a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3beac3070a854be7ab7d3ba6d5475267_758bec05febf4cc48f490ee4b7f84092 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_5bd8da664f1c47398a8b3898d4a06b25_bd9050c1d25c424f822e0b1cbbca05a2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_896887f84cc24277b92a92f1368aa155_485ce9bf1e6d4c63bc5c4a45eb59d0c6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ddec90404d724f59861063c5ef3dced2_a89aa6afbff94f17a7e572691eb2b913 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_b3975da3cb1c42838eb4d2117ccd10d3_4a84f2143d0e4df6a75f95b52c1fd33c [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_5047bc8574584bd3959e5db67f7245e9_4ca37a1fea144d08b939406dd84796ce [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c639f1320df8473caf4f6e29df413ff7_0681e6c90f7d4376a3976cf2bd962137 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ab0d5a3594f2430fb183468282c21b86_e8ae18bc3d074c1a85d42ca56d894d19 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_a8cb47fdf16644c5b1b3c24458f4b7a3_bf33fc6f70ff4d1e87e3199b70fa95ef [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2b719e46a9fb4b92a45f9fb391d3cd4e_6910a423de704bff9f3b5ad78025a139 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c17692b895d34fb79ac089fbba93b71f_02dc26c3b31d451296d373c1727fde1a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_e4413a4e94e54840b3ea5eafe5f55750_40ba8be73dd643cfa31df9df107a5b5f [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_281b59976b4f45f79e927ec9a07fb5dc_ab16701f1d014e4bb880aae5a18d6b7a [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c8a4faa5c7ee42d0bdb2c60d0de5fef7_0a6484d0de0e4a4fb7ab1c7d93666744 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_4e0719e13462467c91e2169453ef04da_6cbc515c94c04d0d82af9994819db8c1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_441b550266254ffa981a867a007eb4e5_ce9794911eaa44ef970a5d221e330f87 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f3da2b384aa74de582b9ef01c8288872_f00f33aa9a5c45c8900a795a3aade6f1 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_6f1ddbc912164ab1badced2da83cbdf6_392b639eac2c461d8f9cb907b66ac0e2 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_ba1d41dae1a34da1ba67b1c2bf56321d_db3bf66b2f8747e791d06994d5f01b98 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_0d54ab088d074090a66761fd424f950a_86f3bf7ce20a42afbf7c94bc2329a037 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_656dc89482504f13b37eeab85265ab30_4d49607dd9bc4ceda668efa8fdd0a76e [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f589ccee0d2f457282e5956e100ef9cf_472ba87f61964ca796cbb7ddcbab6c03 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3d371daaf18b4920807470c63b17e1b7_227957f6f63d494ca5e3d4b1617844f8 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_4e5fc4ec5e834190b8b97c01e3454ea3_fc1b3f4280814a20b181645c8ed4a4cc [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1a4795ab1c84506ba3b5da58f3e1ac3_fff0db42f466453e88e53fc09e8814c6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_c405416a4b0f4ad69ad8fa3a0f9c7759_27a221c92c2341d4965265ac82e10fb7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_81f783ec7a224ef0a69de308b4760910_1e708ff3f629489a90a73f680470ab89 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_8981eaf060cb49cca0f717209ae81ed2_27c9eec2dd4a45efb02b3fa4de3a49d7 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_41af508a803a4e9a848b3eabb7852ae5_43aba295008c4f76a51ded3720b56052 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_9b2e5fc4855f4a2c98a9c47842feb37e_00e1de1768d945fa9da0b99889bad7c4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_3d91fe24e3d741fa891e6ccccc7fdd1d_f8a874332d7f4774b316ff37914bb225 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_1a396d06c4014d66a03a26ad75824fdc_bfa88a555bec4fc3981b660422b8895d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_84ddfc8299884b2dadb8494c21ecef24_286352c456d548b8b371134e3f1512e6 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_84ddfc8299884b2dadb8494c21ecef24_8d050f36d2cc46e6bc57418b6f70cee0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_dd7cf57f7034488984d0ea90d5a052f7_b90e8da33bf64182aff20f49a5cb2021 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_dd7cf57f7034488984d0ea90d5a052f7_1f24f75551614acd899d2441723b2fe0 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_92944730bebe45a2a6140758dc4462e1_b2777e8c0f004151984ed5855abfbc08 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_92944730bebe45a2a6140758dc4462e1_57291bbcbfea4a3bb598a3e48548af39 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_0a87884381894d2fb5193f60461485e9 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_a6c266bbef41456baa7eb08e4a5074af [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_f3fbe6da2f164b1e82af0674075f7d95_3a21356ad60f4ab6b321dbfaa5d82441 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_301788df115248858203ce8ab8033e6c_cc5a5f6b48514295b511d05e0ebf07cb [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_132f97f1bbbc409c8ba3233cbb82cdea [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_370c64102f4e4a08a60ce1cb88d11184_ef4a9ed8de8e4dbbb3001d318ddc0220 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_e01991f880f045e0b28ad236e88fe3fd [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_98a2c2e921074d01b886d02cff5d7dd0_83268c673a2d459e8f7bf04477b3759b [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_58dfdc882c8a4272b852755907d2fe09 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_d1368c6659d64e2daf86f8ca6b28dfd2_df5d8963992e46ac866d16ec9adfdcd4 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_99c9cc7104dd44249ea8a75c56e141f7_d033583e76504513944d1357bde1139d [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_2bc037788e744bcfa972a9c59938d508_637900ab856e4ef1bd0e86b53ed99015 [DEBUG:MainProcess:MainThread] Successfully deleted /dev/shm/joblib_memmapping_folder_130932_420b609917eb49ebadb2c2cd9c773ec3_2e1af76325c844bc9b524ba8ecf1f76c [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) --- Logging error --- [DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers 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/process.py", line 256, in _watch_process logger.warning( Message: '[%s] process %r exit status was already read will report exitcode 255' Arguments: ('', 142457) --- 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/process.py", line 256, in _watch_process logger.warning( Message: '[%s] process %r exit status was already read will report exitcode 255' Arguments: ('', 142460) --- 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 4152287232 [DEBUG:MainProcess:IO loop] created semlock with handle 4152283136 [DEBUG:MainProcess:IO loop] created semlock with handle 4152279040 [DEBUG:MainProcess:IO loop] created semlock with handle 4152274944 [DEBUG:MainProcess:IO loop] created semlock with handle 4152270848 [DEBUG:MainProcess:IO loop] created semlock with handle 4152266752 --- 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 4152262656 [DEBUG:MainProcess:IO loop] created semlock with handle 4111675392 [DEBUG:MainProcess:IO loop] created semlock with handle 4111552512 [DEBUG:MainProcess:IO loop] created semlock with handle 4111544320 [DEBUG:MainProcess:IO loop] created semlock with handle 4111540224 [DEBUG:MainProcess:IO loop] created semlock with handle 4111532032 [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:IO loop] telling queue thread to quit [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152287232 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152283136 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152279040 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152274944 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152270848 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152266752 [INFO/Dask Worker process (from Nanny)] child process calling self.run() [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4152262656 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4111675392 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4111552512 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4111544320 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4111540224 [DEBUG/Dask Worker process (from Nanny)] recreated blocker with handle 4111532032 [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 creating /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 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.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_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.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.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_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.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_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.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.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_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/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.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.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_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_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.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 -> /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.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_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_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.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_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_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_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_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.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.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/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.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.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.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.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.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.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.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.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.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.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.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/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.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_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/__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.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.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.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.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.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_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.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_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_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.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_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.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.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_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/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.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.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_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_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.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/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_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_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/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_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_memmapping.py -> /home/buildozer/aports/community/py3-joblib/pkg/py3-joblib/usr/lib/python3.10/site-packages/joblib/test 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/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_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_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_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_parallel.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/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_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_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_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_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_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_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_backports.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 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/_multiprocessing_helpers.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/memory.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 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/_dask.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 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/func_inspect.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/_cloudpickle_wrapper.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/numpy_pickle.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_backends.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/logger.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/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/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/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/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/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/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/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/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/_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_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/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/__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/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/_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/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/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/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/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/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/_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/__init__.py -> /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/compat.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_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/_deprecated_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/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/my_exceptions.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/format_stack.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/_deprecated_my_exceptions.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/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/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/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_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_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/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_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_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/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/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_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_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_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_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/__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/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_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_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_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_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_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_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_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/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/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/_multiprocessing_helpers.py to _multiprocessing_helpers.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/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/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/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/_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/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/_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/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/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/_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/_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/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/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_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/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/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/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/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/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/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/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/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/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/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/_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_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/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/__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/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/_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/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/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/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/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/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/_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/__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/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/_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/__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/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/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/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/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/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/_deprecated_my_exceptions.py to _deprecated_my_exceptions.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 Fri, 28 Oct 2022 22:00:08 +0000 elapsed time 0h 3m 29s >>> py3-joblib: Cleaning up srcdir >>> py3-joblib: Cleaning up pkgdir >>> py3-joblib: Uninstalling dependencies... (1/52) Purging .makedepends-py3-joblib (20221028.215640) (2/52) Purging py3-distributed (2022.10.0-r0) (3/52) Purging py3-click (8.1.3-r0) (4/52) Purging py3-dask (2022.10.0-r0) (5/52) Purging py3-fsspec (2022.8.2-r0) (6/52) Purging py3-tqdm (4.63.2-r0) (7/52) Purging py3-partd (1.3.0-r0) (8/52) Purging py3-pandas (1.5.1-r0) (9/52) Purging py3-dateutil (2.8.2-r1) (10/52) Purging py3-numpy (1.23.4-r0) (11/52) Purging py3-tz (2022.4-r0) (12/52) Purging py3-pyzmq (23.2.1-r0) (13/52) Purging py3-jinja2 (3.1.2-r0) (14/52) Purging py3-markupsafe (2.1.1-r1) (15/52) Purging py3-locket (1.0.0-r0) (16/52) Purging py3-msgpack (1.0.4-r0) (17/52) Purging py3-psutil (5.9.2-r0) (18/52) Purging py3-sortedcontainers (2.4.0-r1) (19/52) Purging py3-tblib (1.7.0-r3) (20/52) Purging py3-six (1.16.0-r3) (21/52) Purging py3-toolz (0.12.0-r0) (22/52) Purging py3-tornado (6.2-r0) (23/52) Purging py3-urllib3 (1.26.12-r0) (24/52) Purging py3-yaml (6.0-r0) (25/52) Purging py3-zict (2.2.0-r0) (26/52) Purging py3-heapdict (1.0.1-r2) (27/52) Purging py3-lmdb (1.2.1-r2) (28/52) Purging py3-loky (3.3.0-r0) (29/52) Purging py3-cloudpickle (1.6.0-r2) (30/52) Purging cython (0.29.32-r0) (31/52) Purging py3-setuptools (65.5.0-r0) (32/52) Purging py3-pytest (7.1.3-r1) (33/52) Purging py3-attrs (22.1.0-r0) (34/52) Purging py3-iniconfig (1.1.1-r3) (35/52) Purging py3-packaging (21.3-r2) (36/52) Purging py3-parsing (3.0.9-r0) (37/52) Purging py3-pluggy (1.0.0-r1) (38/52) Purging py3-py (1.11.0-r0) (39/52) Purging py3-tomli (2.0.1-r1) (40/52) Purging py3-threadpoolctl (3.1.0-r0) (41/52) Purging python3 (3.10.8-r3) (42/52) Purging libffi (3.4.4-r0) (43/52) Purging gdbm (1.23-r0) (44/52) Purging mpdecimal (2.5.1-r1) (45/52) Purging readline (8.2.0-r0) (46/52) Purging sqlite-libs (3.39.4-r0) (47/52) Purging openblas (0.3.21-r0) (48/52) Purging libgfortran (12.2.1_git20220924-r3) (49/52) Purging libzmq (4.3.4-r1) (50/52) Purging libsodium (1.0.18-r2) (51/52) Purging yaml (0.2.5-r0) (52/52) Purging lmdb (0.9.29-r2) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> py3-joblib: Updating the community/armhf repository index... >>> py3-joblib: Signing the index...