[Python-modules-team] Bug#955093: dask: FTBFS with Sphinx 2.4: dh_sphinxdoc: error: debian/python-dask-doc/usr/share/doc/python-dask-doc/html/_static/js/html5shiv.min.js is missing

Lucas Nussbaum lucas at debian.org
Fri Mar 27 14:48:06 GMT 2020


Source: dask
Version: 2.11.0+dfsg-1
Severity: important
Tags: ftbfs
User: python-modules-team at lists.alioth.debian.org
Usertags: sphinx2.4

Hi,

dask fails to build with Sphinx 2.4, currently available in
experimental.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with python3,sphinxdoc --buildsystem=pybuild
>    dh_testroot -O--buildsystem=pybuild
>    dh_prep -O--buildsystem=pybuild
>    dh_auto_install -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.7 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-dask 
> running install
> running build
> running build_py
> running egg_info
> writing dask.egg-info/PKG-INFO
> writing dependency_links to dask.egg-info/dependency_links.txt
> writing requirements to dask.egg-info/requires.txt
> writing top-level names to dask.egg-info/top_level.txt
> reading manifest file 'dask.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'dask.egg-info/SOURCES.txt'
> UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/_version.py
> set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/_version.py to '2.11.0+dfsg'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/cache.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/profile_visualize.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/profile.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/progress.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/tests/test_progress.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/diagnostics/tests/test_profiler.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/distributed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/multiprocessing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/callbacks.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/compatibility.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/avro.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/text.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/tests/test_bag.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/tests/test_text.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/tests/test_avro.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bag/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/order.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/hyperloglog.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tseries/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tseries/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tseries/resample.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/extensions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/rolling.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/backends.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/shuffle.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/groupby.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/multi.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/categorical.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/optimize.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/_accessor.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_extensions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_boolean.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_format.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_groupby.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_categorical.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_hyperloglog.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_merge_column_and_index.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_arithmetics_reduction.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_shuffle.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_multi.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_utils_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_optimize_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_indexing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_accessors.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/tests/test_rolling.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/_dtypes.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/methods.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/partitionquantiles.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/accessor.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/indexing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/csv.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/parquet/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/parquet/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/parquet/arrow.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/parquet/fastparquet.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/parquet/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/json.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/orc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/sql.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_csv.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_orc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_sql.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_hdf.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_json.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_parquet.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/tests/test_demo.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/hdf.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/demo.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dataframe/io/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_cache.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_highgraph.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_context.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_system.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_config.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_sizeof.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_delayed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_multiprocessing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_rewrite.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_dot.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_callbacks.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_order.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_datasets.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_distributed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_base.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/tests/test_threaded.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/threaded.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/delayed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/_version.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/datasets.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/percentile.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/backends.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/image.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/routines.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/slicing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_sparse.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_masked.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_reductions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_routines.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_linearoperator.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_creation.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_atop.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_cupy.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_array_function.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_overlap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_testing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_rechunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_stats.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_numpy_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_wrap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_linalg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_random.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_slicing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_percentiles.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_svg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_gufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_image.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_array_core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_xarray.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_array_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tests/test_fft.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/overlap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/tiledb_io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/svg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/stats.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/blockwise.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/creation.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/fft.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/einsumfuncs.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/rechunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/linalg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/ma.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/numpy_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/wrap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/random.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/gufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/array/reductions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/utils_test.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/blockwise.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dask.yaml -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/config.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_hdfs.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_s3.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_compression.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_bytes_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/tests/test_http.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/_compatibility.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/bytes/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/context.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/highlevelgraph.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/sizeof.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/dot.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/rewrite.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/base.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_dask/build/dask/system.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/cache.py to cache.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/profile_visualize.py to profile_visualize.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/profile.py to profile.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/progress.py to progress.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests/test_progress.py to test_progress.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/diagnostics/tests/test_profiler.py to test_profiler.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/distributed.py to distributed.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/multiprocessing.py to multiprocessing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/callbacks.py to callbacks.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/compatibility.py to compatibility.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/avro.py to avro.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/text.py to text.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests/test_bag.py to test_bag.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests/test_text.py to test_text.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/tests/test_avro.py to test_avro.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/chunk.py to chunk.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bag/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/local.py to local.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/order.py to order.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/hyperloglog.py to hyperloglog.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/tests/test_resample.py to test_resample.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tseries/resample.py to resample.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/extensions.py to extensions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/rolling.py to rolling.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/backends.py to backends.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/shuffle.py to shuffle.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/groupby.py to groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/_compat.py to _compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/multi.py to multi.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/categorical.py to categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/optimize.py to optimize.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/_accessor.py to _accessor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_ufunc.py to test_ufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_extensions.py to test_extensions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_hashing.py to test_hashing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_boolean.py to test_boolean.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_format.py to test_format.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_groupby.py to test_groupby.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_categorical.py to test_categorical.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_hyperloglog.py to test_hyperloglog.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_merge_column_and_index.py to test_merge_column_and_index.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_arithmetics_reduction.py to test_arithmetics_reduction.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_dataframe.py to test_dataframe.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_shuffle.py to test_shuffle.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_multi.py to test_multi.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_utils_dataframe.py to test_utils_dataframe.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_optimize_dataframe.py to test_optimize_dataframe.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_indexing.py to test_indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_accessors.py to test_accessors.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/tests/test_rolling.py to test_rolling.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/_dtypes.py to _dtypes.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/methods.py to methods.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/partitionquantiles.py to partitionquantiles.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/accessor.py to accessor.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/reshape.py to reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/indexing.py to indexing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/csv.py to csv.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet/arrow.py to arrow.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet/fastparquet.py to fastparquet.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/parquet/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/json.py to json.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/orc.py to orc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/sql.py to sql.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_io.py to test_io.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_csv.py to test_csv.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_orc.py to test_orc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_sql.py to test_sql.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_hdf.py to test_hdf.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_json.py to test_json.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_parquet.py to test_parquet.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/tests/test_demo.py to test_demo.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/io.py to io.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/hdf.py to hdf.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/demo.py to demo.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dataframe/io/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/optimization.py to optimization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_cache.py to test_cache.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_hashing.py to test_hashing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_highgraph.py to test_highgraph.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_context.py to test_context.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_system.py to test_system.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_utils.py to test_utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_config.py to test_config.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_core.py to test_core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_sizeof.py to test_sizeof.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_optimization.py to test_optimization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_local.py to test_local.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_delayed.py to test_delayed.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_multiprocessing.py to test_multiprocessing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_rewrite.py to test_rewrite.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_dot.py to test_dot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_callbacks.py to test_callbacks.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_order.py to test_order.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_datasets.py to test_datasets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_distributed.py to test_distributed.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_base.py to test_base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/tests/test_threaded.py to test_threaded.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/threaded.py to threaded.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/delayed.py to delayed.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/_version.py to _version.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/datasets.py to datasets.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/percentile.py to percentile.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/backends.py to backends.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/image.py to image.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/routines.py to routines.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/optimization.py to optimization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/slicing.py to slicing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_sparse.py to test_sparse.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_masked.py to test_masked.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_ufunc.py to test_ufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_reductions.py to test_reductions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_routines.py to test_routines.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_linearoperator.py to test_linearoperator.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_creation.py to test_creation.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_atop.py to test_atop.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_cupy.py to test_cupy.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_array_function.py to test_array_function.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_reshape.py to test_reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_overlap.py to test_overlap.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_testing.py to test_testing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_rechunk.py to test_rechunk.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_stats.py to test_stats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_chunk.py to test_chunk.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_numpy_compat.py to test_numpy_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_wrap.py to test_wrap.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_linalg.py to test_linalg.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_optimization.py to test_optimization.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_random.py to test_random.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_slicing.py to test_slicing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_percentiles.py to test_percentiles.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_svg.py to test_svg.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_gufunc.py to test_gufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_image.py to test_image.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_array_core.py to test_array_core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_xarray.py to test_xarray.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_array_utils.py to test_array_utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tests/test_fft.py to test_fft.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/chunk.py to chunk.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/overlap.py to overlap.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/tiledb_io.py to tiledb_io.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/svg.py to svg.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/stats.py to stats.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/blockwise.py to blockwise.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/creation.py to creation.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/fft.py to fft.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/einsumfuncs.py to einsumfuncs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/rechunk.py to rechunk.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/reshape.py to reshape.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/linalg.py to linalg.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/ma.py to ma.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/numpy_compat.py to numpy_compat.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/ufunc.py to ufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/wrap.py to wrap.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/random.py to random.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/gufunc.py to gufunc.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/array/reductions.py to reductions.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/hashing.py to hashing.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/utils_test.py to utils_test.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/blockwise.py to blockwise.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/config.py to config.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/core.py to core.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_hdfs.py to test_hdfs.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/__init__.py to __init__.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_s3.py to test_s3.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_compression.py to test_compression.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_local.py to test_local.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_bytes_utils.py to test_bytes_utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/tests/test_http.py to test_http.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/_compatibility.py to _compatibility.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/bytes/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/context.py to context.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/highlevelgraph.py to highlevelgraph.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/sizeof.py to sizeof.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/dot.py to dot.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/rewrite.py to rewrite.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/base.py to base.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/utils.py to utils.cpython-37.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask/system.py to system.cpython-37.pyc
> running install_egg_info
> Copying dask.egg-info to /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.7/dist-packages/dask-2.11.0+dfsg.egg-info
> Skipping SOURCES.txt
> running install_scripts
> I: pybuild base:217: /usr/bin/python3 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-dask 
> running install
> running build
> running build_py
> running egg_info
> writing dask.egg-info/PKG-INFO
> writing dependency_links to dask.egg-info/dependency_links.txt
> writing requirements to dask.egg-info/requires.txt
> writing top-level names to dask.egg-info/top_level.txt
> reading manifest file 'dask.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'dask.egg-info/SOURCES.txt'
> UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/_version.py
> set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/_version.py to '2.11.0+dfsg'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/cache.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/profile_visualize.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/profile.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/progress.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/tests/test_progress.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/diagnostics/tests/test_profiler.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/distributed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/multiprocessing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/callbacks.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/compatibility.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/avro.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/text.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/tests/test_bag.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/tests/test_text.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/tests/test_avro.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bag/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/order.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/hyperloglog.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tseries/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tseries/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tseries/tests/test_resample.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tseries/resample.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/extensions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/rolling.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/backends.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/shuffle.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/groupby.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/multi.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/categorical.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/optimize.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/_accessor.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_extensions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_boolean.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_format.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_groupby.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_categorical.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_hyperloglog.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_merge_column_and_index.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_arithmetics_reduction.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_shuffle.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_multi.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_utils_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_optimize_dataframe.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_indexing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_accessors.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/tests/test_rolling.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/_dtypes.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/methods.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/partitionquantiles.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/accessor.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/indexing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/csv.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/parquet/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/parquet/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/parquet/arrow.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/parquet/fastparquet.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/parquet/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/json.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/orc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/sql.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_csv.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_orc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_sql.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_hdf.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_json.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_parquet.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/tests/test_demo.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/hdf.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/demo.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dataframe/io/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_cache.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_highgraph.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_context.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_system.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_config.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_sizeof.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_delayed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_multiprocessing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_rewrite.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_dot.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_callbacks.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_order.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_datasets.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_distributed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_base.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/tests/test_threaded.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/threaded.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/delayed.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/_version.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/datasets.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/percentile.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/backends.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/image.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/routines.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/slicing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_sparse.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_masked.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_reductions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_routines.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_linearoperator.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_creation.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_atop.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_cupy.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_array_function.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_overlap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_testing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_rechunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_stats.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_numpy_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_wrap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_linalg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_optimization.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_random.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_slicing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_percentiles.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_svg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_gufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_image.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_array_core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_xarray.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_array_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tests/test_fft.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/chunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/overlap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/tiledb_io.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/svg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/stats.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/blockwise.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/creation.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/fft.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/einsumfuncs.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/rechunk.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/reshape.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/linalg.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/ma.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/numpy_compat.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/ufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/wrap.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/random.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/gufunc.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/array/reductions.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/hashing.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/utils_test.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/blockwise.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dask.yaml -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/config.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/core.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes
> creating /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_hdfs.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_s3.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_compression.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_local.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_bytes_utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/tests/test_http.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/_compatibility.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/bytes/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/context.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/highlevelgraph.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/sizeof.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/dot.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/rewrite.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/base.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/utils.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dask/build/dask/system.py -> /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/cache.py to cache.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/profile_visualize.py to profile_visualize.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/profile.py to profile.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/progress.py to progress.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests/test_progress.py to test_progress.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/diagnostics/tests/test_profiler.py to test_profiler.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/distributed.py to distributed.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/multiprocessing.py to multiprocessing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/callbacks.py to callbacks.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/compatibility.py to compatibility.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/avro.py to avro.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/text.py to text.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests/test_bag.py to test_bag.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests/test_text.py to test_text.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/tests/test_avro.py to test_avro.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/chunk.py to chunk.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bag/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/local.py to local.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/order.py to order.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/hyperloglog.py to hyperloglog.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/tests/test_resample.py to test_resample.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tseries/resample.py to resample.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/extensions.py to extensions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/rolling.py to rolling.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/backends.py to backends.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/shuffle.py to shuffle.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/groupby.py to groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/_compat.py to _compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/multi.py to multi.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/categorical.py to categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/optimize.py to optimize.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/_accessor.py to _accessor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_ufunc.py to test_ufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_extensions.py to test_extensions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_hashing.py to test_hashing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_boolean.py to test_boolean.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_format.py to test_format.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_groupby.py to test_groupby.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_categorical.py to test_categorical.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_hyperloglog.py to test_hyperloglog.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_merge_column_and_index.py to test_merge_column_and_index.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_arithmetics_reduction.py to test_arithmetics_reduction.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_dataframe.py to test_dataframe.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_shuffle.py to test_shuffle.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_multi.py to test_multi.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_utils_dataframe.py to test_utils_dataframe.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_optimize_dataframe.py to test_optimize_dataframe.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_indexing.py to test_indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_accessors.py to test_accessors.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/tests/test_rolling.py to test_rolling.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/_dtypes.py to _dtypes.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/methods.py to methods.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/partitionquantiles.py to partitionquantiles.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/accessor.py to accessor.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/reshape.py to reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/indexing.py to indexing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/csv.py to csv.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet/arrow.py to arrow.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet/fastparquet.py to fastparquet.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/parquet/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/json.py to json.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/orc.py to orc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/sql.py to sql.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_io.py to test_io.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_csv.py to test_csv.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_orc.py to test_orc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_sql.py to test_sql.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_hdf.py to test_hdf.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_json.py to test_json.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_parquet.py to test_parquet.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/tests/test_demo.py to test_demo.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/io.py to io.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/hdf.py to hdf.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/demo.py to demo.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dataframe/io/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/optimization.py to optimization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_cache.py to test_cache.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_hashing.py to test_hashing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_highgraph.py to test_highgraph.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_context.py to test_context.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_system.py to test_system.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_utils.py to test_utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_config.py to test_config.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_core.py to test_core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_sizeof.py to test_sizeof.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_optimization.py to test_optimization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_local.py to test_local.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_delayed.py to test_delayed.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_multiprocessing.py to test_multiprocessing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_rewrite.py to test_rewrite.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_dot.py to test_dot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_callbacks.py to test_callbacks.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_order.py to test_order.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_datasets.py to test_datasets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_distributed.py to test_distributed.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_base.py to test_base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/tests/test_threaded.py to test_threaded.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/threaded.py to threaded.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/delayed.py to delayed.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/_version.py to _version.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/datasets.py to datasets.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/percentile.py to percentile.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/backends.py to backends.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/image.py to image.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/routines.py to routines.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/optimization.py to optimization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/slicing.py to slicing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_sparse.py to test_sparse.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_masked.py to test_masked.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_ufunc.py to test_ufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_reductions.py to test_reductions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_routines.py to test_routines.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_linearoperator.py to test_linearoperator.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_creation.py to test_creation.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_atop.py to test_atop.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_cupy.py to test_cupy.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_array_function.py to test_array_function.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_reshape.py to test_reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_overlap.py to test_overlap.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_testing.py to test_testing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_rechunk.py to test_rechunk.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_stats.py to test_stats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_chunk.py to test_chunk.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_numpy_compat.py to test_numpy_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_wrap.py to test_wrap.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_linalg.py to test_linalg.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_optimization.py to test_optimization.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_random.py to test_random.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_slicing.py to test_slicing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_percentiles.py to test_percentiles.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_svg.py to test_svg.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_gufunc.py to test_gufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_image.py to test_image.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_array_core.py to test_array_core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_xarray.py to test_xarray.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_array_utils.py to test_array_utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tests/test_fft.py to test_fft.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/chunk.py to chunk.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/overlap.py to overlap.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/tiledb_io.py to tiledb_io.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/svg.py to svg.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/stats.py to stats.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/blockwise.py to blockwise.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/creation.py to creation.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/fft.py to fft.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/einsumfuncs.py to einsumfuncs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/rechunk.py to rechunk.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/reshape.py to reshape.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/linalg.py to linalg.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/ma.py to ma.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/numpy_compat.py to numpy_compat.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/ufunc.py to ufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/wrap.py to wrap.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/random.py to random.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/gufunc.py to gufunc.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/array/reductions.py to reductions.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/hashing.py to hashing.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/utils_test.py to utils_test.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/blockwise.py to blockwise.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/config.py to config.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/core.py to core.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_hdfs.py to test_hdfs.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/__init__.py to __init__.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_s3.py to test_s3.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_compression.py to test_compression.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_local.py to test_local.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_bytes_utils.py to test_bytes_utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/tests/test_http.py to test_http.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/_compatibility.py to _compatibility.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/bytes/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/context.py to context.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/highlevelgraph.py to highlevelgraph.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/sizeof.py to sizeof.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/dot.py to dot.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/rewrite.py to rewrite.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/base.py to base.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/utils.py to utils.cpython-38.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask/system.py to system.cpython-38.pyc
> running install_egg_info
> Copying dask.egg-info to /<<PKGBUILDDIR>>/debian/python3-dask/usr/lib/python3.8/dist-packages/dask-2.11.0+dfsg.egg-info
> Skipping SOURCES.txt
> running install_scripts
>    dh_installdocs -O--buildsystem=pybuild
> dh_installdocs: warning: Cannot auto-detect main package for python-dask-doc.  If the default is wrong, please use --doc-main-package
>    dh_sphinxdoc -O--buildsystem=pybuild
> dh_sphinxdoc: error: debian/python-dask-doc/usr/share/doc/python-dask-doc/html/_static/js/html5shiv.min.js is missing
> make: *** [debian/rules:5: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/03/26/dask_2.11.0+dfsg-1_unstable_sphinx243.log

Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.

Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.

Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.

In case you have questions, please Cc sphinx at packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]: https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Python-modules-team mailing list