Bug#999527: joblib: FTBFS with numpy 1.21 (in experimental): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

Lucas Nussbaum lucas at debian.org
Fri Nov 12 07:24:57 GMT 2021


Source: joblib
Version: 0.17.0-4
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-numpy121

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64, using numpy 1.21 currently in experimental. This version
will soon be uploaded to unstable.

If you have questions about this, please contact Sandro Tosi
<morph at debian.org>.

Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild --with=python3
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
>   warnings.warn(
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/backports.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_store_backends.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/numpy_pickle.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/func_inspect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_memmapping_reducer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_deprecated_my_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_parallel_backends.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/format_stack.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/compressor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/hashing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/my_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_dask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_deprecated_format_stack.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/_multiprocessing_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/numpy_pickle_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/executor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/pool.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/numpy_pickle_compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/parallel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> copying joblib/disk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_my_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_parallel.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_numpy_pickle_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_memory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_hashing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_store_backends.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_backports.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_disk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_memmapping.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_numpy_pickle_compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_init.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_module.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_dask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_deprecated_objects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_func_inspect_special_encoding.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_format_stack.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/testutils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_func_inspect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> copying joblib/test/test_numpy_pickle.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/create_numpy_pickle.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals
> copying joblib/externals/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/cloudpickle
> copying joblib/externals/cloudpickle/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/cloudpickle
> copying joblib/externals/cloudpickle/cloudpickle.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/cloudpickle
> copying joblib/externals/cloudpickle/compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/cloudpickle
> copying joblib/externals/cloudpickle/cloudpickle_fast.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/cloudpickle
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> copying joblib/externals/loky/reusable_executor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> copying joblib/externals/loky/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> copying joblib/externals/loky/_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> copying joblib/externals/loky/process_executor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> copying joblib/externals/loky/cloudpickle_wrapper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/_posix_wait.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/_win_wait.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/reduction.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/popen_loky_win32.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/process.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/managers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/spawn.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/queues.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/compat_posix.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/resource_tracker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/compat_win32.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/context.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/popen_loky_posix.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/_posix_reduction.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/_win_reduction.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/fork_exec.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/semlock.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/externals/loky/backend/synchronize.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/externals/loky/backend
> copying joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np16.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.8.4_compressed_pickle_py27_np17.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_compressed_pickle_py35_np19.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np17.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_compressed_pickle_py36_np111.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_compressed_pickle_py35_np19.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_compressed_pickle_py27_np16.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_compressed_pickle_py27_np17.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_compressed_pickle_py34_np19.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_compressed_pickle_py33_np18.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.gzip -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.gzip -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.gzip -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.gzip -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.gzip -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.bz2 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.bz2 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.bz2 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.bz2 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.bz2 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.xz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.xz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.xz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.xz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.xz -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl.lzma -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl.lzma -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl.lzma -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl.lzma -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl.lzma -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py27_np17.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py33_np18.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.11.0_pickle_py36_np111.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py35_np19.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.10.0_pickle_py34_np19.pkl -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_03.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_03.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_01.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_01.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_01.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_04.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_04.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_02.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_01.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_02.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_02.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_02.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_02.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np17.pkl_04.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_04.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py27_np16.pkl_03.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py34_np19.pkl_03.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py35_np19.pkl_01.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_03.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.2_pickle_py33_np18.pkl_04.npy -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
> copying joblib/test/data/joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/joblib/test/data
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/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):
> ============================= test session starts ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build, configfile: setup.cfg, testpaths: joblib
> collected 1218 items / 2 skipped / 1216 selected
> 
> joblib/__init__.py .                                                     [  0%]
> joblib/parallel.py ..                                                    [  0%]
> joblib/test/test_backports.py .....                                      [  0%]
> joblib/test/test_deprecated_objects.py ..                                [  0%]
> joblib/test/test_disk.py .........                                       [  1%]
> joblib/test/test_format_stack.py ....                                    [  1%]
> joblib/test/test_func_inspect.py .....................................   [  4%]
> joblib/test/test_hashing.py ............................................ [  8%]
> ........................................................................ [ 14%]
> ........................................................................ [ 20%]
> ........................................................................ [ 26%]
> ........................................................................ [ 32%]
> ........................................................................ [ 38%]
> ........................................................................ [ 44%]
> ..................................F..                                    [ 47%]
> joblib/test/test_init.py .                                               [ 47%]
> joblib/test/test_logger.py .                                             [ 47%]
> joblib/test/test_memmapping.py .s......................X................ [ 50%]
> ..........                                                               [ 51%]
> joblib/test/test_memory.py .xx.......................................... [ 55%]
> .........                                                                [ 55%]
> joblib/test/test_module.py ....                                          [ 56%]
> joblib/test/test_my_exceptions.py ...                                    [ 56%]
> joblib/test/test_numpy_pickle.py s...................................... [ 59%]
> ........................................................................ [ 65%]
> ..............s                                                          [ 66%]
> joblib/test/test_numpy_pickle_compat.py .                                [ 66%]
> joblib/test/test_numpy_pickle_utils.py ..                                [ 66%]
> joblib/test/test_parallel.py ........................................... [ 70%]
> ........................................................................ [ 76%]
> ........................................................................ [ 82%]
> ................XX[DEBUG:MainProcess:Thread-514] result handler got sentinel
> [DEBUG:MainProcess:Thread-495] joining worker handler
> [DEBUG:MainProcess:Thread-510] worker got sentinel -- exiting
> X[DEBUG:MainProcess:Thread-511] worker got sentinel -- exiting
> [DEBUG:MainProcess:Thread-496] terminating pool
> [DEBUG:MainProcess:Thread-517] worker handler exiting
> [DEBUG:MainProcess:Thread-514] result handler exiting: len(cache)=0, thread._state=TERMINATE
> [DEBUG:MainProcess:Thread-518] task handler got sentinel
> [DEBUG:MainProcess:Thread-495] joining task handler
> [DEBUG:MainProcess:Thread-510] worker exiting after 4 tasks
> [DEBUG:MainProcess:Thread-511] worker exiting after 0 tasks
> [DEBUG:MainProcess:Thread-518] task handler sending sentinel to result handler
> [DEBUG:MainProcess:Thread-495] joining result handler
> [DEBUG:MainProcess:Thread-496] helping task handler/workers to finish
> .[DEBUG:MainProcess:Thread-518] task handler sending sentinel to workers
> [DEBUG:MainProcess:Thread-519] result handler got sentinel
> [DEBUG:MainProcess:Thread-495] worker got sentinel -- exiting
> [DEBUG:MainProcess:Thread-496] joining worker handler
> [DEBUG:MainProcess:Thread-515] worker got sentinel -- exiting
> [DEBUG:MainProcess:Thread-516] worker got sentinel -- exiting
> [DEBUG:MainProcess:Thread-518] task handler exiting
> [DEBUG:MainProcess:Thread-519] result handler exiting: len(cache)=0, thread._state=TERMINATE
> [DEBUG:MainProcess:Thread-495] worker exiting after 2 tasks
> [DEBUG:MainProcess:Thread-496] joining task handler
> [DEBUG:MainProcess:Thread-515] worker exiting after 4 tasks
> [DEBUG:MainProcess:Thread-516] worker exiting after 0 tasks
> [DEBUG:MainProcess:Thread-496] joining result handler
> [DEBUG:MainProcess:Thread-496] worker got sentinel -- exiting
> .[DEBUG:MainProcess:Thread-496] worker exiting after 2 tasks
> ................................................... [ 88%]
> ...............s.ss.s...s.ss.s...s.ss.s................................. [ 94%]
> ...........................XXs..ss...ssssssssssss.............           [ 99%]
> joblib/test/test_store_backends.py ...                                   [ 99%]
> joblib/test/test_testing.py .....                                        [ 99%]
> joblib/test/data/create_numpy_pickle.py .                                [100%]
> 
> =================================== FAILURES ===================================
> _________________ test_hashes_stay_the_same_with_numpy_objects _________________
> 
>     @with_numpy
>     def test_hashes_stay_the_same_with_numpy_objects():
>         # We want to make sure that hashes don't change with joblib
>         # version. For end users, that would mean that they have to
>         # regenerate their cache from scratch, which potentially means
>         # lengthy recomputations.
>         rng = np.random.RandomState(42)
>         # Being explicit about dtypes in order to avoid
>         # architecture-related differences. Also using 'f4' rather than
>         # 'f8' for float arrays because 'f8' arrays generated by
>         # rng.random.randn don't seem to be bit-identical on 32bit and
>         # 64bit machines.
>         to_hash_list = [
>             rng.randint(-1000, high=1000, size=50).astype('<i8'),
>             tuple(rng.randn(3).astype('<f4') for _ in range(5)),
>             [rng.randn(3).astype('<f4') for _ in range(5)],
>             {
>                 -3333: rng.randn(3, 5).astype('<f4'),
>                 0: [
>                     rng.randint(10, size=20).astype('<i8'),
>                     rng.randn(10).astype('<f4')
>                 ]
>             },
>             # Non regression cases for https://github.com/joblib/joblib/issues/308.
>             # Generated with joblib 0.9.4.
>             np.arange(100, dtype='<i8').reshape((10, 10)),
>             # Fortran contiguous array
>             np.asfortranarray(np.arange(100, dtype='<i8').reshape((10, 10))),
>             # Non contiguous array
>             np.arange(100, dtype='<i8').reshape((10, 10))[:, :2],
>         ]
>     
>         # These expected results have been generated with joblib 0.9.0
>         expected_hashes = [
>             '10a6afc379ca2708acfbaef0ab676eab',
>             '988a7114f337f381393025911ebc823b',
>             'c6809f4b97e35f2fa0ee8d653cbd025c',
>             'b3ad17348e32728a7eb9cda1e7ede438',
>             '927b3e6b0b6a037e8e035bda134e0b05',
>             '108f6ee98e7db19ea2006ffd208f4bf1',
>             'bd48ccaaff28e16e6badee81041b7180'
>         ]
>     
>         for to_hash, expected in zip(to_hash_list, expected_hashes):
> >           assert hash(to_hash) == expected
> E           AssertionError: assert '42245f5eebf0...89cc8c32822a0' == '10a6afc379ca...baef0ab676eab'
> E             - 10a6afc379ca2708acfbaef0ab676eab
> E             + 42245f5eebf06f11fdd89cc8c32822a0
> 
> joblib/test/test_hashing.py:423: AssertionError
> =========================== short test summary info ============================
> FAILED joblib/test/test_hashing.py::test_hashes_stay_the_same_with_numpy_objects
> = 1 failed, 1179 passed, 32 skipped, 2 xfailed, 6 xpassed in 75.29s (0:01:15) ==
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, started 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:Thread-808] closing call_queue
> [DEBUG:MainProcess:Thread-808] telling queue thread to quit
> [DEBUG:MainProcess:Thread-808] Queue.join_thread()
> [DEBUG:MainProcess:Thread-808] closing result_queue
> [DEBUG:MainProcess:Thread-808] closing thread_wakeup
> [DEBUG:MainProcess:Thread-808] joining processes
> [DEBUG:MainProcess:QueueFeederThread] feeder thread got sentinel -- exiting
> [DEBUG:MainProcess:Thread-808] executor management thread clean shutdown of worker processes: [3722, 3723]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Interpreter shutting down. Waking up executor_manager_thread [(<_ExecutorManagerThread(Thread-808, stopped 140489964131904)>, (<unlocked _thread.lock object at 0x7fc65de677e0>, <joblib.externals.loky.process_executor._ThreadWakeup object at 0x7fc65de67160>))]
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_193b37d5b94441d8be9754388e431291_e0730754bf7d4661b169b132a26f4a3c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_9884fb8db9d44f0484e1c1ca087693f8_698c3e80097741e782358a279886116b
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_73a29662e97f4fa1932c969c75795b14_1897b271f4194e8282a495335c8a74df
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_eb1434c2409c478488642d469b6bf5ae_8921a431e30f4920b78f567aaff8a213
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2fdd39bc22134504bccfadde99f55e82_4701472bc24c4b12ac3a6f98c47259bb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2dd4fdac41424c609871085b0b96b059_949eaa0c38694536a07eb77bea16945b
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c5c4ca5344f94c36a707586f7d680656_0ff687f5fb044068987621785a75109f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_06cdff56644a4026a108ce1c17fedd51_31abe19341c14a24957f7e4b426826d4
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_367af91ddd3f4dc3bd87901b08ab8adc_f9b5a5d00976447d8aec7393a775816a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_413435c58dd843a48977785b90b4927d_04ebe61418cd477680c198a58279db9c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_e906e28a97c04efca3b7f991337e1a45_d48bf34c81214121912cfbbce9c63dbb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_4a2c925696d3457aabd41d6eabcc4c23_4854f983e1d6475bbc292c3b1aa22f65
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1770e36e555648f4874eb4da5c0f8725_6daf8df2547e4ef4b9c909b7cb40d4fc
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_44b758cc91494ec4a90aeb709af746a8_9ff7af860efc456ab5d86131853ee0c7
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_9fa4e23401734b2d981579f54fc157ce_649f791906ea43d099ec8ded3f825d02
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_238ce60fd357489ba8730b650706bbc6_5d87f759ed3a47bbb382feb94c083d78
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_57c3cab5af10488ba43093f22b1ccb01_cddd3a92ed2d4bf7bcfbd2730a1d290c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7750a6257af8453c8084af53bff20cda_4ba4649a64654291b70b4c0fdba8332a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c46cc56858ec496ba707f0593ec2340e_d6548d8fb5f5423985e2b759420013cf
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_9b1b361fa44842eeacc8b428b277442b_6cbef4df8c974ea69d251788deed8e7c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7afeb0efe5594d15bc88bc092f6bc71d_9a6cb2ee69f9407eb3528d4a456dd088
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2015306aea8d407598349632de5b9164_fb1b1e9557b944479bf0313fbb9f4f1f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7bebfbb4353046d28a91bf23c4e6c28c_8ad668238d49427eb6c788ed4fca340b
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_35f87579df164c1aa9ee5be779aa9667_5dc4dac9414f48828c2ac40884ae7221
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_fe0d422fe86a42c691df2e5238c04048_7fb231a03ae84101a78a2533824e4578
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_371e3c737839401f882c22ecc558184a_c9dbf240cfc54fc2992796021e3a319f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_062fd631291147e8abfbe94d8eaa951b_f21546e121a4437cb8efe6741d57abe6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_02913f1ba22d400cb609bfdfa7ab8b19_99fb7436ba3a41fda82e9f49e87c44a7
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_998c0116f15b422eb55e971b9128aa3c_7ad3fb9ee2bc4342bf691ce038e2462c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_39b5b14c85274a069246ad68b7c116f3_6c6dd95c793e43f5b42d92c586092d66
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_dc69c34ab9134f888a8bb703df9b49e2_cfda8ea56460465192b099aa587c6553
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c3090b110ef94025bcf29f996fb6ae34_40754d1399894ea2b49471c12b0ca5e7
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_600e24186109472db856ff9bc7fb143e_e6786acde6c049f682a3eda1ab92f134
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_8831c155d7354967a76d693c246712ea_44b154c20f4848cf8979984a000da35c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f47c039201a249829fb0093b8217f07d_1f287808e1d14252865fb43ec63b7648
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_13e5535044dc410c999c9a93b2dbfea2_1470ffa94c354b9091207c2d90a549fc
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_e280f5020d81489fba0718e4a8fdf799_4b512687242349319d9c1211f4bc367a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_cef0a0043de847ebbec5029841dc1fc1_14d7737407b84634a2345a3da214eac8
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_84bfb24929a8476694da2128cb95e5bd_684f6b50135145e09949646fb63549c1
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_131fb59b875042fba4d022b90ae6bc2f_41107cf9dd844d53b282c66422a7a642
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5431091625fa43daaa1dc8571a8b4f58_ef2baa694a774f0bb1c88d8cf005f852
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_0ff969db7d9d450598aa9122d09e5a29_fea6f2e043024232a7c68d78d1ebdf7a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c67f9c020c1242ae987cf65d8a5bf5a5_77b998f2082f46858b11e7e3df2f4099
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_3e1429986ea847509374dfbd7a2f5137_4700e044694c4e3b94b4d9a7f862cadb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_90ac3338dafa46b5b77efa37ffc76c7b_2bc6cd78bad74152bd7f7778037e1cb5
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_aa0f8dae7d0847b2bbcd7f5838351ed3_e2d12655e19e452e931e1a42603251e0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_edb88501c406476ea2a368f237f224aa_d587f82cf1f1408db36d38fb4d03dd18
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_e360801cfff34fbba81d98b4a422dab5_9bd9fc6cab2f40ada34ef5d41e783ee2
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_ba15011c4ceb44e89adbeaba440d3b7d_6694b9a8752f400db0eb52c6f17aa518
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_992f891a97d045969949c6ee1ebe398d_a310d9df22c344f1ad24b436feae14d0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_d742de16d26e425091a850c8152078e6_382cf4a4c88f40949238dfb2a8c024d3
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2c357e5708b244afb7e72815a0122182_c25c456447084964be0a9038a4613cc9
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c1efc282d3404814a981e5fa93d2ade8_241fdf782f1a46d6870d921694af5e68
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_630e1d070cd543b7a3cc821acb1ab54a_c1ba3cbda20a472e90fd8393d2e38f99
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_871aff6c34074c5abc56729ce5d7da33_da380498beee4171ad1e270e836d6b7c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_bbf5a7a3ec7c4a2cb169715663d9f88e_f6c66c46324b4b5e90d5af9b34e5d786
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f55538a203fb49ba90cba21c9ba6f9f7_042948da7b5140568ffc18a5a281fd09
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_439fd721c0264a3aa23e3d476d514968_e15d5b12f55847178f75a8bf3b9749ae
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5f36f3a6ca6c4b2f9031ee4e85bab8ac_dd814cc51f054621b32e01769bd8bb0f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_b63d649fbfa042478e25e851d4f2f7f9_9a488d80718741dab9d91f7965d5c251
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_50d7d8b4e33642279219a3d59b4c2e86_5c7df178eadf4d479ba0bfa84f76df64
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_583954bb32634ed2bded677e69a873c7_f23a6443e4924df089d9f571543dae60
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_edae6cbf10aa4857ac5f24f627cac132_87fdf9f46e2a44e78afceb15a3ebf0b2
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_6f39e5eeaedc4def9fa6c96b2eafa618_c5b34e77261247e0b8e3ab772b403436
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_44b9e85540a442b595cb5d884e7c07f2_fc623edb70d8421081bc6ac7f433262c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1bf53b8789fe4ac2b9fc44f4c9e51d33_0ae944e1fdec4338a706aa873cbaefd6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5908a4e6b3b44d189706c264273d7bb7_ef6b39961ae345b9a035d993789f7da3
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_6715d29ff7aa454b8e2a4bb89ac9ad77_5f6dfb8f72e644029b2b4082d6e65d7a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7d1d4d3ede834603a7111b2bfc117742_1b17371e9ecc4edeadb36ed09e36d615
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_60dd60c6dc47472cb7213e88c0fb46fb_8b924d5a5dd2468eb9f4826336c27a73
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_82483c8beb1643679d50ab99a7827b56_b38a0d89c6614d089b7c7e1361d3954e
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_4baa04a4c30445dbb05d65fef23986c2_7fbc5c224da5413b9acfcfa1de8c60ea
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_de8a1e6c7fee4f52a01bafe6d5fd77fa_f5649613c089468d97e275130f3dc761
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_eaa156657e8a47bca593959542bd3337_c87c27cf696d4a8ab22167911dc9f8f4
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_641a74ad70534fc99f0d6ba7599dfe36_1e61d1f4516f4cf393764d7f726c849e
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f46670b1e33e4664aa0f7fe175e84d28_6767905a339f414b9e793b25f5012566
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_db6216c2b8594cff964f59732aef73c4_b2072e7689f14c6e8dfd4cbc46f7c087
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_d0c2763d8f6c40f196fea7420de108e4_b5662297e22e42399ba5c008f32df8e4
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_3e2f0988280b49ee8d0eee0c46d3c7c7_7329184d34654f8a8afb4150219b317f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_ad16284f04614650bdadc07548a579f7_93a95827e59c4b499e6525d8223ef8d5
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7de0f35782d3432a9b15b83d7afa80b4_448f40a21f2e419fb84cc0045d37c61d
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1cfef0cd40604f7999eb774cebc59559_299b0cbbc1d14d31b3cd4bb47acd6cfb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_8da277cdbb07495ebeb6755d500f5dac_1465e81c23054e88923ead7aa59e9bb7
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1f1865015f3b499987ebf542b758a218_183f7af41b8944bea5d6fe3dadafb7c3
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_276804dac5564a6b95bc3a366243b48b_80eaeade934f4eaba22f48560a8d05d1
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_8d87084e6c1044b1b4fdfcc935cdf6f8_ebe468f82af54f80a186f296ee1b45ac
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2c705d3a3f2a43deb927f539a48b0a91_c3af9ec180dc47ebb8cf9fc3def07497
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_842ed191c50b462eb037f32dcdae543f_8c4bc073f18c4a0684dd75034e4bd662
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_bf08698738174bd2bbe3f913e6627102_9f9a5d89191a49b6b18570d1c6040cf6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5aabe2314e9540b38def1a738233c90c_e5daee9395904049b7f0829757c974cc
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_38198c2be3644032becb0bbdfe14bf3a_2fc1c30b19bc4a1fb7457e145c6e9397
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_ecedc51147c64c7b88564481d2bea94b_a0084563dd6c4adabdbe1332619e4de6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_e063654dfc1044cd808500ec1a5631a0_d9bcb4e2a891459aaee282f2eb2464a0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_cf53f54f17c848d7a7e8c34f507a3075_9d99a8396cf5411d8ba4ef917f388349
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_87aa89c2d92d4040a98040fa6637bef0_0cb8139cfe4f4c4093e7fa541122f0ea
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1ba07db490c841efb05f9462e29768c0_90c28f187d42405cb294999fe64e2c3c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_357bafa64fc34700bade11b6b3adb5b3_6fee2cc7e999443c93aa34b29a0a422e
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_8100992813a24a56967dc8503fbb6e15_f0fa27d7c97646bda7ab63761d4555f5
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c91f88418d01459f80a93c76ba9c83d6_a5b52b4ab8ab40f4a59369d6c37e9bbd
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_759c3ab5bcf947ae836dbbbc908390c8_0faba7192416464e84cb037ae43ab72d
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f8ebdc505ae94bfc89d3cbda1d5ba975_34804d551dba4df1b5bcf7e9310e4aaa
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1e470f50ba2b4c7baf2ac89456e56338_91d35838d44343d89866a5f3a47b4610
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c6b1768ca38b49e0a375c4ded5fa6a36_19f63d56f7854a948dd9feaa1fa40ec1
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_20d8da87be824fda940ad6477a61f681_85b4e13330d54b4e9374c18c5f1ab6e4
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_0d7d29d897a948128faa602a1059a5fb_396f4dac197e4e5dab6de3fac3e72433
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_557943a35cdc44968517abdec6840fa3_5ddae29093b847f1b78f6cb958ab35a5
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_eede3525f8df4f6b9a04f414037087be_525072a3c6c64b67b25495d2cf220842
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_76529c40d72c4e309cd21232b49633ce_e4fb416c6fde41ddb083992e1970aadd
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_34f0d8f85ed34da687cab77afba8c80f_d8329610bb8849458f57315a3e09392a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_ed930712fc6448a39dbff42d95dedf6b_d5b8576d71ff407c9ee0c4a40df87c80
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_3f29b4316b3e4bb08177c6bbb23278bb_28aa6b9080464b598ee70a26ce36726a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_735c6df8ead1498083198f902e5fcda7_c81b54a41bbc4d5ba832132f32e2d5b6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_672aef6a0c5d42c68623ac81c3c8c126_c136642e90724ca197aa443707b7ba9d
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_4098849cf28b45318cfe0fdbdec7b720_71de560c118c4c49a0e9af05b3d779c6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5f68dc6d0e92423298822d48ee2bbbf1_cda62f0a2f2e47e4b4f107bdd20472ef
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_785e2b52f2684ccc903c8ae2b2976769_b3e4ee98936d47068bc1f9eaf447d833
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_b6717dbba76c4c95908210cd7b9675dc_a1299eb957fe4bbc86665006d14dbf0c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_cfa41f1cef92417eb5867821f6b4c64c_cb3b257efd1e45869ec89f46309c0a52
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_3b3250fac7954ec69c4a838d937e184d_05cb39531421491b94058882dcf183b0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c51c0a308cbc403e85b86241d4eb2b2c_a7186339466349258fc15372b9e7e5d6
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_6621e07b7d754ac5b681156dab00772a_669ef330775449e79a1cec4a24c6fb42
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_d7ac6bc4c3044a32b62930bd4a7b01f5_78394823e3b4463fa439efb9645907e8
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_a1ac97215bc04905ad59dd0bdf2c1791_44de5959ede749da922ac5dd4590f982
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f7841888579d4224a146855ba420b046_5a7e8fc60a134281bd5db2f612c8d91e
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_56515b722c9048e0abaa9dfdc8975bf1_6684f823127040b2ade35528d508c8cb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_afa2be6edc44487d90db6c1987a65e62_93c11afc7cda49ce8368e0c8fc5701b1
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2e5c85f43a634248b6dd9030e3ff8ca6_deaeafd68115403eac64eab3e8c9c908
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_27439ffb56494aa2914e525f35c9e341_28d8782f92fc42f1a208bbd4765e4e39
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_0d4562a478a243ec8dd23224af6886e1_15bc1c42dc8c4009adc260cbc8709edb
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_392cebc00f4e4d639ae022bf481ba6a0_7cd23a990a074e62b5b162f91bb83334
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_939eb3081a1e4d9da3ad0a71b1619ee5_32d4b228c79f4867a86cef6d7622e263
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_89605ef8d30149fca5ef8c1c4b3b9376_1e23bb77a7ef468c923735d864030122
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_33cc8e553e03444193232fa66f590458_7604ef2f85114050be8ddd253cb30407
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7988024150484a2ca83729af9a735470_5d0fc91a71fc4d048937dbd47f6ea126
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_c5059f80b94b458fb2c848f58349e064_fece126cc6dc4d39b23109d9051e755e
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_f934f3fa5d6b4da591f126ffc9c77d6c_36855452d5e04af585e0abd72a02fd6c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_eee5ed4d3b3c452a8f66ca6d4e1786fc_35d64842289048dfb33bfbc3a8046d5f
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_cf54f9fd567240909b98afdfb0873b97_26a9c3f9aeb64c16aa9ee5520cc98131
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5dcdac9e1adc4637bb01711e506e9bec_5a0c350062da4d019c2ead7efc328522
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_88a3148c814249ef930dc2cef070f8de_0409bdc397114f81afaed67f01bda588
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5ee52e365d4846d887b923a7c662c70c_180fe95d90a747bba5359f655f3006a4
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_5f30fdafa9c44d7a9fa9b28afc4b9587_cf2bb045b2dc4f8394e4882c0ee336f0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_3a32fbbcea7f4055bd88adfc1fccc698_2056a8c3861a4d8b9e194f2cb20984e0
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_05bb3686ab3540bb9c2dc66280447f38_479d606c450a490ba792fe2c3b2cfb7b
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_cbca96633bc44a63bea47e206bbc1818_1c5a0a0b784e4f5b8c73a24f8b838496
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_96dac4f6667b42f1b2bea575fd3d774d_740f2939eb644fe3af00bec9be346d76
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_06e5806000484935bfecf06bb812c230_f9b03b96feb941cbb884c1c71f10851c
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1c5505c60cb34a329dc634a1ec4c03fa_ffc769596a164538b7275396a7ebc8ee
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_7827d24dafd149cb8317365a22947dc2_04051e9d6216450791a86e21d7f079e1
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_42589068d05e4e159cf3ad8b7c50e869_00d7df0217cb4f9481a61090c2b9ee9a
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_1ea5139ddd2b42db8fccce553e8924be_4347e967e07145e78251e988cb10e9de
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_bc2f6fda14cb4658999c4eaa9a0a01a6_f2da9220e0814747a59a7d6296dbd8e8
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_2c486c1b45814ea3b49a658a37e49449_1f7eeab6cb2748a5ba368db091329911
> [DEBUG:MainProcess:MainThread] Sucessfully deleted /dev/shm/joblib_memmapping_folder_1642_0066696ee34d4a2d9dfc970e230ca09a_8c39d93a26344dfabc39c1b974142a38
> [INFO:MainProcess:MainThread] process shutting down
> [DEBUG:MainProcess:MainThread] running all "atexit" finalizers with priority >= 0
> [DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/11/numpy-matplotlib/numpy-exp/joblib_0.17.0-4_unstable_numpy-exp.log

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list