Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-dask.spec'], chrootPath='/var/lib/mock/f33-build-21604686-1741609/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-dask.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1595030400 Wrote: /builddir/build/SRPMS/python-dask-2.21.0-1.fc33~bootstrap.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-dask.spec'], chrootPath='/var/lib/mock/f33-build-21604686-1741609/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-dask.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1595030400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Rq5MQr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dask-2.21.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/dask-2.21.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dask-2.21.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf dask.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MyGm1p + umask 022 + cd /builddir/build/BUILD + cd dask-2.21.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/dask copying dask/__init__.py -> build/lib/dask copying dask/_version.py -> build/lib/dask copying dask/base.py -> build/lib/dask copying dask/blockwise.py -> build/lib/dask copying dask/cache.py -> build/lib/dask copying dask/callbacks.py -> build/lib/dask copying dask/compatibility.py -> build/lib/dask copying dask/config.py -> build/lib/dask copying dask/context.py -> build/lib/dask copying dask/core.py -> build/lib/dask copying dask/datasets.py -> build/lib/dask copying dask/delayed.py -> build/lib/dask copying dask/distributed.py -> build/lib/dask copying dask/dot.py -> build/lib/dask copying dask/hashing.py -> build/lib/dask copying dask/highlevelgraph.py -> build/lib/dask copying dask/local.py -> build/lib/dask copying dask/multiprocessing.py -> build/lib/dask copying dask/optimization.py -> build/lib/dask copying dask/order.py -> build/lib/dask copying dask/rewrite.py -> build/lib/dask copying dask/sizeof.py -> build/lib/dask copying dask/system.py -> build/lib/dask copying dask/threaded.py -> build/lib/dask copying dask/utils.py -> build/lib/dask copying dask/utils_test.py -> build/lib/dask creating build/lib/dask/array copying dask/array/__init__.py -> build/lib/dask/array copying dask/array/backends.py -> build/lib/dask/array copying dask/array/blockwise.py -> build/lib/dask/array copying dask/array/chunk.py -> build/lib/dask/array copying dask/array/core.py -> build/lib/dask/array copying dask/array/creation.py -> build/lib/dask/array copying dask/array/einsumfuncs.py -> build/lib/dask/array copying dask/array/fft.py -> build/lib/dask/array copying dask/array/gufunc.py -> build/lib/dask/array copying dask/array/image.py -> build/lib/dask/array copying dask/array/linalg.py -> build/lib/dask/array copying dask/array/ma.py -> build/lib/dask/array copying dask/array/numpy_compat.py -> build/lib/dask/array copying dask/array/optimization.py -> build/lib/dask/array copying dask/array/overlap.py -> build/lib/dask/array copying dask/array/percentile.py -> build/lib/dask/array copying dask/array/random.py -> build/lib/dask/array copying dask/array/rechunk.py -> build/lib/dask/array copying dask/array/reductions.py -> build/lib/dask/array copying dask/array/reshape.py -> build/lib/dask/array copying dask/array/routines.py -> build/lib/dask/array copying dask/array/slicing.py -> build/lib/dask/array copying dask/array/stats.py -> build/lib/dask/array copying dask/array/svg.py -> build/lib/dask/array copying dask/array/tiledb_io.py -> build/lib/dask/array copying dask/array/ufunc.py -> build/lib/dask/array copying dask/array/utils.py -> build/lib/dask/array copying dask/array/wrap.py -> build/lib/dask/array creating build/lib/dask/bag copying dask/bag/__init__.py -> build/lib/dask/bag copying dask/bag/avro.py -> build/lib/dask/bag copying dask/bag/chunk.py -> build/lib/dask/bag copying dask/bag/core.py -> build/lib/dask/bag copying dask/bag/random.py -> build/lib/dask/bag copying dask/bag/text.py -> build/lib/dask/bag copying dask/bag/utils.py -> build/lib/dask/bag creating build/lib/dask/bytes copying dask/bytes/__init__.py -> build/lib/dask/bytes copying dask/bytes/_compatibility.py -> build/lib/dask/bytes copying dask/bytes/core.py -> build/lib/dask/bytes copying dask/bytes/utils.py -> build/lib/dask/bytes creating build/lib/dask/dataframe copying dask/dataframe/__init__.py -> build/lib/dask/dataframe copying dask/dataframe/_accessor.py -> build/lib/dask/dataframe copying dask/dataframe/_compat.py -> build/lib/dask/dataframe copying dask/dataframe/_dtypes.py -> build/lib/dask/dataframe copying dask/dataframe/accessor.py -> build/lib/dask/dataframe copying dask/dataframe/backends.py -> build/lib/dask/dataframe copying dask/dataframe/categorical.py -> build/lib/dask/dataframe copying dask/dataframe/core.py -> build/lib/dask/dataframe copying dask/dataframe/extensions.py -> build/lib/dask/dataframe copying dask/dataframe/groupby.py -> build/lib/dask/dataframe copying dask/dataframe/hyperloglog.py -> build/lib/dask/dataframe copying dask/dataframe/indexing.py -> build/lib/dask/dataframe copying dask/dataframe/methods.py -> build/lib/dask/dataframe copying dask/dataframe/multi.py -> build/lib/dask/dataframe copying dask/dataframe/numeric.py -> build/lib/dask/dataframe copying dask/dataframe/optimize.py -> build/lib/dask/dataframe copying dask/dataframe/partitionquantiles.py -> build/lib/dask/dataframe copying dask/dataframe/reshape.py -> build/lib/dask/dataframe copying dask/dataframe/rolling.py -> build/lib/dask/dataframe copying dask/dataframe/shuffle.py -> build/lib/dask/dataframe copying dask/dataframe/utils.py -> build/lib/dask/dataframe creating build/lib/dask/dataframe/io copying dask/dataframe/io/__init__.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/csv.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/demo.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/hdf.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/io.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/json.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/orc.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/sql.py -> build/lib/dask/dataframe/io copying dask/dataframe/io/utils.py -> build/lib/dask/dataframe/io creating build/lib/dask/dataframe/tseries copying dask/dataframe/tseries/__init__.py -> build/lib/dask/dataframe/tseries copying dask/dataframe/tseries/resample.py -> build/lib/dask/dataframe/tseries creating build/lib/dask/diagnostics copying dask/diagnostics/__init__.py -> build/lib/dask/diagnostics copying dask/diagnostics/profile.py -> build/lib/dask/diagnostics copying dask/diagnostics/profile_visualize.py -> build/lib/dask/diagnostics copying dask/diagnostics/progress.py -> build/lib/dask/diagnostics creating build/lib/dask/tests copying dask/tests/__init__.py -> build/lib/dask/tests copying dask/tests/test_base.py -> build/lib/dask/tests copying dask/tests/test_cache.py -> build/lib/dask/tests copying dask/tests/test_callbacks.py -> build/lib/dask/tests copying dask/tests/test_config.py -> build/lib/dask/tests copying dask/tests/test_context.py -> build/lib/dask/tests copying dask/tests/test_core.py -> build/lib/dask/tests copying dask/tests/test_datasets.py -> build/lib/dask/tests copying dask/tests/test_delayed.py -> build/lib/dask/tests copying dask/tests/test_distributed.py -> build/lib/dask/tests copying dask/tests/test_dot.py -> build/lib/dask/tests copying dask/tests/test_hashing.py -> build/lib/dask/tests copying dask/tests/test_highgraph.py -> build/lib/dask/tests copying dask/tests/test_local.py -> build/lib/dask/tests copying dask/tests/test_multiprocessing.py -> build/lib/dask/tests copying dask/tests/test_optimization.py -> build/lib/dask/tests copying dask/tests/test_order.py -> build/lib/dask/tests copying dask/tests/test_rewrite.py -> build/lib/dask/tests copying dask/tests/test_sizeof.py -> build/lib/dask/tests copying dask/tests/test_system.py -> build/lib/dask/tests copying dask/tests/test_threaded.py -> build/lib/dask/tests copying dask/tests/test_utils.py -> build/lib/dask/tests creating build/lib/dask/array/tests copying dask/array/tests/__init__.py -> build/lib/dask/array/tests copying dask/array/tests/test_array_core.py -> build/lib/dask/array/tests copying dask/array/tests/test_array_function.py -> build/lib/dask/array/tests copying dask/array/tests/test_array_utils.py -> build/lib/dask/array/tests copying dask/array/tests/test_atop.py -> build/lib/dask/array/tests copying dask/array/tests/test_chunk.py -> build/lib/dask/array/tests copying dask/array/tests/test_creation.py -> build/lib/dask/array/tests copying dask/array/tests/test_cupy.py -> build/lib/dask/array/tests copying dask/array/tests/test_fft.py -> build/lib/dask/array/tests copying dask/array/tests/test_gufunc.py -> build/lib/dask/array/tests copying dask/array/tests/test_image.py -> build/lib/dask/array/tests copying dask/array/tests/test_linalg.py -> build/lib/dask/array/tests copying dask/array/tests/test_linearoperator.py -> build/lib/dask/array/tests copying dask/array/tests/test_masked.py -> build/lib/dask/array/tests copying dask/array/tests/test_numpy_compat.py -> build/lib/dask/array/tests copying dask/array/tests/test_optimization.py -> build/lib/dask/array/tests copying dask/array/tests/test_overlap.py -> build/lib/dask/array/tests copying dask/array/tests/test_percentiles.py -> build/lib/dask/array/tests copying dask/array/tests/test_random.py -> build/lib/dask/array/tests copying dask/array/tests/test_rechunk.py -> build/lib/dask/array/tests copying dask/array/tests/test_reductions.py -> build/lib/dask/array/tests copying dask/array/tests/test_reshape.py -> build/lib/dask/array/tests copying dask/array/tests/test_routines.py -> build/lib/dask/array/tests copying dask/array/tests/test_slicing.py -> build/lib/dask/array/tests copying dask/array/tests/test_sparse.py -> build/lib/dask/array/tests copying dask/array/tests/test_stats.py -> build/lib/dask/array/tests copying dask/array/tests/test_svg.py -> build/lib/dask/array/tests copying dask/array/tests/test_testing.py -> build/lib/dask/array/tests copying dask/array/tests/test_ufunc.py -> build/lib/dask/array/tests copying dask/array/tests/test_wrap.py -> build/lib/dask/array/tests copying dask/array/tests/test_xarray.py -> build/lib/dask/array/tests creating build/lib/dask/bag/tests copying dask/bag/tests/__init__.py -> build/lib/dask/bag/tests copying dask/bag/tests/test_avro.py -> build/lib/dask/bag/tests copying dask/bag/tests/test_bag.py -> build/lib/dask/bag/tests copying dask/bag/tests/test_random.py -> build/lib/dask/bag/tests copying dask/bag/tests/test_text.py -> build/lib/dask/bag/tests creating build/lib/dask/bytes/tests copying dask/bytes/tests/__init__.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_bytes_utils.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_compression.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_hdfs.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_http.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_local.py -> build/lib/dask/bytes/tests copying dask/bytes/tests/test_s3.py -> build/lib/dask/bytes/tests creating build/lib/dask/dataframe/tests copying dask/dataframe/tests/__init__.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_accessors.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_arithmetics_reduction.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_boolean.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_categorical.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_dataframe.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_extensions.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_format.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_groupby.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_hashing.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_hyperloglog.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_indexing.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_merge_column_and_index.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_multi.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_numeric.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_optimize_dataframe.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_reshape.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_rolling.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_shuffle.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_ufunc.py -> build/lib/dask/dataframe/tests copying dask/dataframe/tests/test_utils_dataframe.py -> build/lib/dask/dataframe/tests creating build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/__init__.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_csv.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_demo.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_hdf.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_io.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_json.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_orc.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_parquet.py -> build/lib/dask/dataframe/io/tests copying dask/dataframe/io/tests/test_sql.py -> build/lib/dask/dataframe/io/tests creating build/lib/dask/dataframe/tseries/tests copying dask/dataframe/tseries/tests/__init__.py -> build/lib/dask/dataframe/tseries/tests copying dask/dataframe/tseries/tests/test_resample.py -> build/lib/dask/dataframe/tseries/tests creating build/lib/dask/diagnostics/tests copying dask/diagnostics/tests/__init__.py -> build/lib/dask/diagnostics/tests copying dask/diagnostics/tests/test_profiler.py -> build/lib/dask/diagnostics/tests copying dask/diagnostics/tests/test_progress.py -> build/lib/dask/diagnostics/tests running egg_info creating dask.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 writing manifest file 'dask.egg-info/SOURCES.txt' reading manifest file 'dask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dask.egg-info/SOURCES.txt' copying dask/dask-schema.yaml -> build/lib/dask copying dask/dask.yaml -> build/lib/dask creating build/lib/dask/dataframe/io/parquet copying dask/dataframe/io/parquet/__init__.py -> build/lib/dask/dataframe/io/parquet copying dask/dataframe/io/parquet/arrow.py -> build/lib/dask/dataframe/io/parquet copying dask/dataframe/io/parquet/core.py -> build/lib/dask/dataframe/io/parquet copying dask/dataframe/io/parquet/fastparquet.py -> build/lib/dask/dataframe/io/parquet copying dask/dataframe/io/parquet/utils.py -> build/lib/dask/dataframe/io/parquet UPDATING build/lib/dask/_version.py set build/lib/dask/_version.py to '2.21.0' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Kpq7Ir + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch ++ dirname /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch + cd dask-2.21.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/base.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/blockwise.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/cache.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/callbacks.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/compatibility.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/config.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/context.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/datasets.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/delayed.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/distributed.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/dot.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/hashing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/highlevelgraph.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/local.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/multiprocessing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/optimization.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/order.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/rewrite.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/sizeof.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/system.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/threaded.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/utils_test.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/backends.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/blockwise.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/chunk.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/creation.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/einsumfuncs.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/fft.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/gufunc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/image.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/linalg.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/ma.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/numpy_compat.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/optimization.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/overlap.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/percentile.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/random.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/rechunk.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/reductions.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/reshape.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/routines.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/slicing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/stats.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/svg.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/tiledb_io.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/ufunc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array copying build/lib/dask/array/wrap.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_array_core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_array_function.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_array_utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_atop.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_chunk.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_creation.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_cupy.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_fft.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_gufunc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_image.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_linalg.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_linearoperator.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_masked.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_numpy_compat.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_optimization.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_overlap.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_percentiles.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_random.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_rechunk.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_reductions.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_reshape.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_routines.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_slicing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_sparse.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_stats.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_svg.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_testing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_ufunc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_wrap.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests copying build/lib/dask/array/tests/test_xarray.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/avro.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/chunk.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/random.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/text.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag copying build/lib/dask/bag/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests copying build/lib/dask/bag/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests copying build/lib/dask/bag/tests/test_avro.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests copying build/lib/dask/bag/tests/test_bag.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests copying build/lib/dask/bag/tests/test_random.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests copying build/lib/dask/bag/tests/test_text.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes copying build/lib/dask/bytes/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes copying build/lib/dask/bytes/_compatibility.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes copying build/lib/dask/bytes/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes copying build/lib/dask/bytes/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_bytes_utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_compression.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_hdfs.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_http.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_local.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests copying build/lib/dask/bytes/tests/test_s3.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/_accessor.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/_compat.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/_dtypes.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/accessor.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/backends.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/categorical.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/extensions.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/groupby.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/hyperloglog.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/indexing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/methods.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/multi.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/numeric.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/optimize.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/partitionquantiles.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/reshape.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/rolling.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/shuffle.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe copying build/lib/dask/dataframe/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/csv.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/demo.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/hdf.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/io.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/json.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/orc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/sql.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io copying build/lib/dask/dataframe/io/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_csv.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_demo.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_hdf.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_io.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_json.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_orc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_parquet.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests copying build/lib/dask/dataframe/io/tests/test_sql.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet copying build/lib/dask/dataframe/io/parquet/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet copying build/lib/dask/dataframe/io/parquet/arrow.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet copying build/lib/dask/dataframe/io/parquet/core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet copying build/lib/dask/dataframe/io/parquet/fastparquet.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet copying build/lib/dask/dataframe/io/parquet/utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries copying build/lib/dask/dataframe/tseries/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries copying build/lib/dask/dataframe/tseries/resample.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/tests copying build/lib/dask/dataframe/tseries/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/tests copying build/lib/dask/dataframe/tseries/tests/test_resample.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_accessors.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_arithmetics_reduction.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_boolean.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_categorical.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_dataframe.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_extensions.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_format.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_groupby.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_hashing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_hyperloglog.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_indexing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_merge_column_and_index.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_multi.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_numeric.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_optimize_dataframe.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_reshape.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_rolling.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_shuffle.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_ufunc.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests copying build/lib/dask/dataframe/tests/test_utils_dataframe.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics copying build/lib/dask/diagnostics/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics copying build/lib/dask/diagnostics/profile.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics copying build/lib/dask/diagnostics/profile_visualize.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics copying build/lib/dask/diagnostics/progress.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests copying build/lib/dask/diagnostics/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests copying build/lib/dask/diagnostics/tests/test_profiler.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests copying build/lib/dask/diagnostics/tests/test_progress.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests creating /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/__init__.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_base.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_cache.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_callbacks.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_config.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_context.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_core.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_datasets.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_delayed.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_distributed.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_dot.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_hashing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_highgraph.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_local.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_multiprocessing.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_optimization.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_order.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_rewrite.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_sizeof.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_system.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_threaded.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/tests/test_utils.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests copying build/lib/dask/dask-schema.yaml -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/dask.yaml -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask copying build/lib/dask/_version.py -> /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/blockwise.py to blockwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/callbacks.py to callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/compatibility.py to compatibility.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/datasets.py to datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/delayed.py to delayed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/distributed.py to distributed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dot.py to dot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/hashing.py to hashing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/highlevelgraph.py to highlevelgraph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/local.py to local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/multiprocessing.py to multiprocessing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/optimization.py to optimization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/order.py to order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/rewrite.py to rewrite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/sizeof.py to sizeof.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/system.py to system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/threaded.py to threaded.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/utils_test.py to utils_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/blockwise.py to blockwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/chunk.py to chunk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/einsumfuncs.py to einsumfuncs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/fft.py to fft.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/gufunc.py to gufunc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/image.py to image.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/linalg.py to linalg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/ma.py to ma.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/numpy_compat.py to numpy_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/optimization.py to optimization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/overlap.py to overlap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/percentile.py to percentile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/random.py to random.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/rechunk.py to rechunk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/reductions.py to reductions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/reshape.py to reshape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/routines.py to routines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/slicing.py to slicing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/svg.py to svg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tiledb_io.py to tiledb_io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/ufunc.py to ufunc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/wrap.py to wrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_array_core.py to test_array_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_array_function.py to test_array_function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_array_utils.py to test_array_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_atop.py to test_atop.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_chunk.py to test_chunk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_creation.py to test_creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_cupy.py to test_cupy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_fft.py to test_fft.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_gufunc.py to test_gufunc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_image.py to test_image.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_linalg.py to test_linalg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_linearoperator.py to test_linearoperator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_masked.py to test_masked.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_numpy_compat.py to test_numpy_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_optimization.py to test_optimization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_overlap.py to test_overlap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_percentiles.py to test_percentiles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_random.py to test_random.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_rechunk.py to test_rechunk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_reductions.py to test_reductions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_reshape.py to test_reshape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_routines.py to test_routines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_slicing.py to test_slicing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_sparse.py to test_sparse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_stats.py to test_stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_svg.py to test_svg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_testing.py to test_testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_ufunc.py to test_ufunc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_wrap.py to test_wrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/array/tests/test_xarray.py to test_xarray.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/avro.py to avro.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/chunk.py to chunk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/random.py to random.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests/test_avro.py to test_avro.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests/test_bag.py to test_bag.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests/test_random.py to test_random.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bag/tests/test_text.py to test_text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/_compatibility.py to _compatibility.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_bytes_utils.py to test_bytes_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_compression.py to test_compression.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_hdfs.py to test_hdfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_http.py to test_http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_local.py to test_local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/bytes/tests/test_s3.py to test_s3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/_accessor.py to _accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/_compat.py to _compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/_dtypes.py to _dtypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/accessor.py to accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/categorical.py to categorical.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/groupby.py to groupby.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/hyperloglog.py to hyperloglog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/indexing.py to indexing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/methods.py to methods.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/multi.py to multi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/numeric.py to numeric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/optimize.py to optimize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/partitionquantiles.py to partitionquantiles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/reshape.py to reshape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/rolling.py to rolling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/shuffle.py to shuffle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/csv.py to csv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/demo.py to demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/hdf.py to hdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/io.py to io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/json.py to json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/orc.py to orc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_csv.py to test_csv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_demo.py to test_demo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_hdf.py to test_hdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_json.py to test_json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_orc.py to test_orc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_parquet.py to test_parquet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/tests/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet/arrow.py to arrow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet/fastparquet.py to fastparquet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/io/parquet/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/resample.py to resample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tseries/tests/test_resample.py to test_resample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_accessors.py to test_accessors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_arithmetics_reduction.py to test_arithmetics_reduction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_boolean.py to test_boolean.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_categorical.py to test_categorical.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_dataframe.py to test_dataframe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_extensions.py to test_extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_format.py to test_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_groupby.py to test_groupby.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_hashing.py to test_hashing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_hyperloglog.py to test_hyperloglog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_indexing.py to test_indexing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_merge_column_and_index.py to test_merge_column_and_index.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_multi.py to test_multi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_numeric.py to test_numeric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_optimize_dataframe.py to test_optimize_dataframe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_reshape.py to test_reshape.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_rolling.py to test_rolling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_shuffle.py to test_shuffle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_ufunc.py to test_ufunc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/dataframe/tests/test_utils_dataframe.py to test_utils_dataframe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/profile.py to profile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/profile_visualize.py to profile_visualize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/progress.py to progress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests/test_profiler.py to test_profiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/diagnostics/tests/test_progress.py to test_progress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_cache.py to test_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_callbacks.py to test_callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_context.py to test_context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_datasets.py to test_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_delayed.py to test_delayed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_distributed.py to test_distributed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_dot.py to test_dot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_hashing.py to test_hashing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_highgraph.py to test_highgraph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_local.py to test_local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_multiprocessing.py to test_multiprocessing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_optimization.py to test_optimization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_order.py to test_order.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_rewrite.py to test_rewrite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_sizeof.py to test_sizeof.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_system.py to test_system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_threaded.py to test_threaded.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask/_version.py to _version.cpython-39.pyc writing byte-compilation script '/tmp/tmpw5dm98q4.py' /usr/bin/python3 /tmp/tmpw5dm98q4.py removing /tmp/tmpw5dm98q4.py running install_egg_info 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' Copying dask.egg-info to /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages/dask-2.21.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 2.21.0-1.fc33~bootstrap --unique-debug-suffix -2.21.0-1.fc33~bootstrap.noarch --unique-debug-src-base python-dask-2.21.0-1.fc33~bootstrap.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dask-2.21.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Vx3Skr + umask 022 + cd /builddir/build/BUILD + cd dask-2.21.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + PATH=/builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages:/builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/lib/python3.9/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/pytest -m 'not network' -n auto ============================= test session starts ============================== platform linux -- Python 3.9.0b4, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/dask-2.21.0, inifile: setup.cfg plugins: forked-1.2.0, xdist-1.33.0 gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I gw0 [7629] / gw1 [7629] / gw2 [7629] / gw3 [7629] / gw4 [7629] / gw5 [7629] ........................................................................ [ 0%] .........................................................s.............. [ 1%] ........................................................................ [ 2%] ...............................................................s.s...... [ 3%] ...............................................ss....................... [ 4%] ..x.............................x.......s....x.......................... [ 5%] ...................................s..................................... [ 6%] ........................................................................ [ 7%] ...............................................................s......... [ 8%] ...........................................s............................ [ 9%] .....................s.................................................. [ 10%] ......................................................................... [ 11%] .....................ss.ssss..ssss.sss.s..s.s............................ [ 12%] ...........................................................ss.s.sss.ssss [ 13%] .s.sss..ss.s............................................................ [ 14%] .........ss..ss.ssssss.sssss.sssss...................................... [ 15%] .................................s.....................ss.ss.ssss...ssss. [ 16%] ss.s.s......s..sssss.ss.s.ss.ssss.ss.................................... [ 17%] .........s..s..s...s.......ss...............s.s........s................ [ 17%] .......................................s................................ [ 18%] .....................s.sssssssssssss.sss................................. [ 19%] .................................................................s...... [ 20%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 23%] ..........................x............................................. [ 24%] ......................................................................... [ 25%] .......................................................................x [ 26%] ...............................................x........................ [ 27%] ........................................s.ss..s.s.s.s.s................. [ 28%] ........................................................................ [ 29%] ........................................................................ [ 30%] .........................................s....s......................... [ 31%] ........................................................................ [ 32%] ........................................................................ [ 33%] ..............................................................s......... [ 34%] ......................................................................... [ 34%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 37%] .................................................................s...... [ 38%] ....s.....................s.....................ss.....s................ [ 39%] ........................................................................ [ 40%] .......x......ssssss.ssssssssssssssssssssssssssssssssss....ss..sssssssss [ 41%] sss.sssssssssssss.ssssssssssssssssssssssssssssssssssss.sssssssssssssssss [ 42%] ssssssssssssssssssssss.ss.sssssssssssss................................. [ 43%] .x..........x...........................s...........................x... [ 44%] .............................................ssssssssss.ssssssssssss.sss [ 45%] ssssssssss.s........x.......x........................................... [ 46%] ........ssss....ssss.........................x...................s.sssss [ 47%] sssssss...........................s.s....s..s...........ss..ss.......... [ 48%] ........s.....x..........................................s.s.s.s........ [ 49%] .............x.......................................................... [ 50%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] .......sssss............................................................ [ 54%] ..................................................ssssssssss.ssssssss.ss [ 55%] ssssssss.sssssssssssssssss.ssssssssssssssssssssssssssssssssssssss.ssssss [ 56%] .ssssssssssssssssssssss.sssssssss.ssssssssss.sssssssssss................ [ 57%] .......................................................x................ [ 58%] ..............x...............................x......................... [ 59%] ........................................................................ [ 60%] ........................................................................ [ 61%] ............................................x..xs.sssssssssssssssss..... [ 62%] ...............s........s............................................... [ 63%] ........................................................................ [ 64%] ...............................s........................................ [ 65%] ................................................x....................... [ 66%] ...x..........x......................................................... [ 67%] ........................................................................ [ 68%] .........................x........x.........x........................... [ 68%] ........................................................................ [ 69%] ....ssssss..........x....x....x......................................... [ 70%] .............................................................ss......... [ 71%] ........................................................................ [ 72%] ......................................................................s. [ 73%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 76%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 83%] ........................................................................ [ 84%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 86%] ........................................................................ [ 87%] ........................................................................ [ 88%] ..................................................................ssss.. [ 89%] ...................................s.................................... [ 90%] ........ssss........................................................s... [ 91%] ..........................................ss..s.......................... [ 92%] ...............................................x.Xx..................... [ 93%] ....X..................................................s................ [ 94%] ...........s..............s.....ss.............................xx....... [ 95%] ..............x.x.............................................s......... [ 96%] ............................................s........................... [ 97%] ............X........................................................... [ 98%] ....................................................x................... [ 99%] .......................................s.................... [100%] =============================== warnings summary =============================== /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87 /usr/lib/python3.9/site-packages/numpy/core/fromnumeric.py:87: RuntimeWarning: invalid value encountered in reduce return ufunc.reduce(obj, axis, dtype, out, **passkwargs) /usr/lib/python3.9/site-packages/_pytest/mark/evaluate.py:108 /usr/lib/python3.9/site-packages/_pytest/mark/evaluate.py:108 /usr/lib/python3.9/site-packages/_pytest/mark/evaluate.py:108: DeprecationWarning: NotImplemented should not be used in a boolean context if result: -- Docs: https://docs.pytest.org/en/latest/warnings.html ========================== slowest 10 test durations =========================== 69.92s call dask/dataframe/tests/test_dataframe.py::test_cov_corr_stable 57.82s call dask/dataframe/tests/test_arithmetics_reduction.py::test_arithmetics 36.60s call dask/dataframe/tests/test_arithmetics_reduction.py::test_arithmetics_different_index 20.59s call dask/dataframe/tests/test_dataframe.py::test_repartition 20.27s call dask/dataframe/tests/test_multi.py::test_merge_by_index_patterns[outer-disk] 19.43s call dask/dataframe/tests/test_multi.py::test_merge_by_index_patterns[inner-disk] 18.29s call dask/dataframe/tests/test_multi.py::test_merge_by_index_patterns[inner-tasks] 18.25s call dask/dataframe/tests/test_multi.py::test_merge_by_index_patterns[left-disk] 18.09s call dask/dataframe/tests/test_multi.py::test_merge_by_index_patterns[right-disk] 17.08s call dask/dataframe/tests/test_arithmetics_reduction.py::test_frame_series_arithmetic_methods =========================== short test summary info ============================ SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_cupy.py:9: could not import 'cupy': No module named 'cupy' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_image.py:6: could not import 'skimage': No module named 'skimage' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_sparse.py:11: could not import 'sparse': No module named 'sparse' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_xarray.py:6: could not import 'xarray': No module named 'xarray' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/bytes/tests/test_s3.py:11: could not import 's3fs': No module named 's3fs' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_orc.py:12: could not import 'pyarrow.orc': No module named 'pyarrow' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_cache.py:9: could not import 'cachey': No module named 'cachey' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_distributed.py:3: could not import 'distributed': No module named 'distributed' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_core.py:1551: could not import 'sparse': No module named 'sparse' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_core.py:3279: could not import 'distributed': No module named 'distributed' SKIPPED [3] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_function.py:81: could not import 'sparse': No module named 'sparse' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_core.py:4277: could not import 'sparse': No module named 'sparse' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_function.py:92: could not import 'sparse': No module named 'sparse' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_core.py:3979: could not import 'tiledb': No module named 'tiledb' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_function.py:108: could not import 'cupy': No module named 'cupy' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_array_core.py:4012: could not import 'tiledb': No module named 'tiledb' SKIPPED [60] dask/array/tests/test_creation.py:774: Bug when pad_width is larger than dimension: https://github.com/dask/dask/issues/5303 SKIPPED [20] dask/array/tests/test_creation.py:774: Not implemented SKIPPED [20] dask/array/tests/test_creation.py:774: Empty leads to undefined values, which may be different SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:162: `scipy.fftpack` missing function `rfftn`. SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:162: `scipy.fftpack` missing function `rfft2`. SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:162: `scipy.fftpack` missing function `irfftn`. SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_gufunc.py:601: could not import 'sparse': No module named 'sparse' SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:127: `scipy.fftpack` missing function `ihfft`. SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:127: `scipy.fftpack` missing function `hfft`. SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_fft.py:162: `scipy.fftpack` missing function `irfft2`. SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_gufunc.py:562: could not import 'numba': No module named 'numba' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_gufunc.py:581: could not import 'numba': No module named 'numba' SKIPPED [1] dask/array/tests/test_percentiles.py:27: Requires crick SKIPPED [1] dask/array/tests/test_percentiles.py:55: unconditional skip SKIPPED [1] dask/array/tests/test_percentiles.py:74: Requires crick SKIPPED [4] dask/array/tests/test_percentiles.py:83: Requires crick SKIPPED [1] dask/array/tests/test_percentiles.py:92: Requires crick SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_random.py:326: could not import 'randomgen': No module named 'randomgen' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_random.py:377: could not import 'cupy': No module named 'cupy' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/array/tests/test_ufunc.py:137: fix calls floor in a way that we do not yet support SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_csv.py:704: compress function not provided for lzma SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_csv.py:704: compress function not provided for snappy SKIPPED [1] dask/dataframe/io/tests/test_csv.py:719: unconditional skip SKIPPED [1] dask/array/tests/test_slicing.py:444: really long test SKIPPED [45] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_parquet.py:61: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1065: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1065: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1117: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1117: pyarrow not found SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:338: could not import 'crick': No module named 'crick' SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1138: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1138: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1179: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1179: pyarrow not found SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_parquet.py:1215: could not import 'fastparquet': No module named 'fastparquet' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_parquet.py:1240: could not import 'fastparquet': No module named 'fastparquet' SKIPPED [4] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_parquet.py:56: fastparquet not found SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:1292: fastparquet not found SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:1292: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1344: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1344: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1365: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1365: pyarrow not found SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:1407: fastparquet not found SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:1407: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1585: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1585: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1684: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1684: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1723: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1723: pyarrow not found SKIPPED [3] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_parquet.py:66: No parquet engine (fastparquet or pyarrow) found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1753: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1753: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1781: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1781: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1819: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1819: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1844: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1844: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1900: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1900: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1911: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1911: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1935: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1935: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1949: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1949: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:1960: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1960: pyarrow not found SKIPPED [18] dask/dataframe/io/tests/test_parquet.py:1972: fastparquet not found SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:1972: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1990: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:1990: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2094: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2094: pyarrow not found SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:2109: fastparquet not found SKIPPED [4] dask/dataframe/io/tests/test_parquet.py:2109: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2131: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2131: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2145: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2145: pyarrow not found SKIPPED [8] dask/dataframe/io/tests/test_parquet.py:2287: fastparquet not found SKIPPED [8] dask/dataframe/io/tests/test_parquet.py:2287: pyarrow not found SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:470: could not import 'crick': No module named 'crick' SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2345: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2345: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2364: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2364: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2378: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2378: pyarrow not found SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:2388: fastparquet not found SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:2388: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2515: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2515: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2541: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2541: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:2557: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2557: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2568: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:2568: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_sql.py:62: Requires a postgres server. Sqlite does not support multiple schemas. SKIPPED [4] /builddir/build/BUILD/dask-2.21.0/dask/bag/tests/test_text.py:47: compress function not provided for lzma SKIPPED [4] /builddir/build/BUILD/dask-2.21.0/dask/bag/tests/test_text.py:47: compress function not provided for snappy SKIPPED [2] /builddir/build/BUILD/dask-2.21.0/dask/bytes/tests/test_compression.py:12: compression function not provided SKIPPED [9] dask/bytes/tests/test_hdfs.py: HDFS tests not configured to run SKIPPED [1] dask/bytes/tests/test_hdfs.py:191: pyarrow not installed SKIPPED [1] dask/bytes/tests/test_hdfs.py:257: Skipped as distributed is not installed. SKIPPED [4] /builddir/build/BUILD/dask-2.21.0/dask/bytes/tests/test_local.py:200: compression function not provided SKIPPED [4] /builddir/build/BUILD/dask-2.21.0/dask/bytes/tests/test_local.py:251: compression function not provided SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/bytes/tests/test_local.py:363: could not import 'pyarrow': No module named 'pyarrow' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:1139: could not import 'crick': No module named 'crick' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:1181: could not import 'crick': No module named 'crick' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:1196: could not import 'crick': No module named 'crick' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:1235: could not import 'crick': No module named 'crick' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_io.py:119: could not import 'bcolz': No module named 'bcolz' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_io.py:148: could not import 'bcolz': No module named 'bcolz' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_io.py:182: could not import 'bcolz': No module named 'bcolz' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_io.py:198: could not import 'bcolz': No module named 'bcolz' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/io/tests/test_io.py:213: could not import 'bcolz': No module named 'bcolz' SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:144: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:144: pyarrow not found SKIPPED [6] dask/dataframe/io/tests/test_parquet.py:176: fastparquet not found SKIPPED [2] dask/dataframe/io/tests/test_parquet.py:176: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:190: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:190: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:201: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:201: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:222: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:222: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:240: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:240: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:264: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:264: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:293: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:293: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:356: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:356: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:365: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:365: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:410: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:410: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:420: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:420: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:487: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:487: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:497: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:497: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:507: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:507: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:521: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:521: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:534: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:534: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:562: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:562: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:588: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:588: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:613: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:613: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:654: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:654: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:688: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:688: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:715: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:715: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:745: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:745: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:770: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:770: pyarrow not found SKIPPED [3] dask/dataframe/io/tests/test_parquet.py:792: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:792: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:811: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:811: pyarrow not found SKIPPED [22] dask/dataframe/io/tests/test_parquet.py:835: fastparquet not found SKIPPED [22] dask/dataframe/io/tests/test_parquet.py:835: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:888: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:888: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:917: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:917: pyarrow not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:931: fastparquet not found SKIPPED [1] dask/dataframe/io/tests/test_parquet.py:931: pyarrow not found SKIPPED [18] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_groupby.py:2270: could not import 'cudf': No module named 'cudf' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_groupby.py:2335: could not import 'cudf': No module named 'cudf' SKIPPED [1] dask/dataframe/tests/test_indexing.py:184: Removed in pandas 1.0 SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_dataframe.py:3972: could not import 'sparse': No module named 'sparse' SKIPPED [6] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_multi.py:818: could not import 'cudf': No module named 'cudf' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_rolling.py:382: could not import 'numba': No module named 'numba' SKIPPED [1] dask/dataframe/tests/test_rolling.py:399: Requires pandas<1.0.0 SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_ufunc.py:170: fix calls floor in a way that we do not yet support SKIPPED [1] dask/diagnostics/tests/test_profiler.py:290: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:317: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:347: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:361: condition: not bokeh SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/diagnostics/tests/test_progress.py:94: could not import 'cachey': No module named 'cachey' SKIPPED [1] dask/diagnostics/tests/test_profiler.py:172: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:190: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:228: condition: not bokeh SKIPPED [1] dask/diagnostics/tests/test_profiler.py:254: condition: not bokeh SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_config.py:424: could not import 'jsonschema': No module named 'jsonschema' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_datasets.py:6: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_datasets.py:15: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_datasets.py:31: could not import 'mimesis': No module named 'mimesis' SKIPPED [1] dask/tests/test_multiprocessing.py:63: cloudpickle is installed SKIPPED [1] dask/tests/test_multiprocessing.py:129: cloudpickle is installed SKIPPED [1] dask/tests/test_multiprocessing.py:148: cloudpickle is installed SKIPPED [1] dask/tests/test_multiprocessing.py:271: POSIX supports different contexts SKIPPED [1] dask/tests/test_multiprocessing.py:284: POSIX supports different contexts SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_sizeof.py:112: could not import 'pyarrow': No module named 'pyarrow' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/tests/test_utils.py:372: could not import 'multipledispatch': No module named 'multipledispatch' SKIPPED [1] /builddir/build/BUILD/dask-2.21.0/dask/dataframe/tests/test_multi.py:2122: could not import 'cudf': No module named 'cudf' XFAIL dask/array/tests/test_array_core.py::test_index_array_with_array_3d_2d Chunking does not align well XFAIL dask/array/tests/test_array_core.py::test_store_multiprocessing_lock can't lock with multiprocessing XFAIL dask/array/tests/test_creation.py::test_arange_cast_float_int_step Casting floats to ints is not supported since edgebehavior is not specified or guaranteed by NumPy. XFAIL dask/array/tests/test_slicing.py::test_cull XFAIL dask/array/tests/test_optimization.py::test_turn_off_fusion blockwise fusion does not respect this, which is ok XFAIL dask/array/tests/test_overlap.py::test_depth_greater_than_boundary_length XFAIL dask/dataframe/tests/test_dataframe.py::test_timezone_freq[2] XFAIL dask/dataframe/io/tests/test_csv.py::test_encoding_gh601[utf-16] https://github.com/dask/dask/issues/5787 XFAIL dask/dataframe/io/tests/test_csv.py::test_encoding_gh601[utf-16-le] https://github.com/dask/dask/issues/5787 XFAIL dask/dataframe/io/tests/test_csv.py::test_to_csv_gzip to_csv does not support compression XFAIL dask/dataframe/tests/test_dataframe.py::test_cumulative_empty_partitions[func2] ValueError: Can only compare identically-labeled Series objects XFAIL dask/dataframe/tests/test_dataframe.py::test_cumulative_empty_partitions[func3] ValueError: Can only compare identically-labeled Series objects XFAIL dask/dataframe/tests/test_accessors.py::test_str_accessor_expand_more_columns Need to pad columns XFAIL dask/dataframe/tests/test_dataframe.py::test_map_partitions_keeps_kwargs_readable now we use SubgraphCallables XFAIL dask/dataframe/tests/test_groupby.py::test_apply_or_transform_shuffle_multilevel[1-5] condition: NotImplemented XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_meta_content[0-4] index dtype does not coincide: boolean != empty XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_meta_content[1-4] index dtype does not coincide: boolean != empty XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_meta_content[2-4] index dtype does not coincide: boolean != empty XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_dropna_pandas[False] dropna kwarg not supported in pandas groupby. XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_dropna_pandas[True] dropna kwarg not supported in pandas groupby. XFAIL dask/dataframe/tests/test_groupby.py::test_groupby_internal_repr_xfail uncertain how to handle. See issue #3481. XFAIL dask/dataframe/tests/test_groupby.py::test_full_groupby_multilevel[True-4] not yet supported XFAIL dask/dataframe/tests/test_groupby.py::test_full_groupby_multilevel[False-4] not yet supported XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftanti-parts0] Pandas does not support leftsemi or leftanti XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftanti-parts1] Pandas does not support leftsemi or leftanti XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftanti-parts2] Pandas does not support leftsemi or leftanti XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftsemi-parts0] Pandas does not support leftsemi or leftanti XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftsemi-parts1] Pandas does not support leftsemi or leftanti XFAIL dask/dataframe/tests/test_multi.py::test_merge_tasks_semi_anti_cudf[pandas-leftsemi-parts2] Pandas does not support leftsemi or leftanti XFAIL dask/tests/test_delayed.py::test_pickle[f1] #3369 XFAIL dask/tests/test_delayed.py::test_pickle[f2] #3369 XFAIL dask/tests/test_order.py::test_avoid_upwards_branching[abcde] Can't please 'em all XFAIL dask/tests/test_order.py::test_avoid_upwards_branching[edcba] Can't please 'em all XFAIL dask/tests/test_order.py::test_run_smaller_sections[abcde] This is challenging to do precisely XFAIL dask/tests/test_order.py::test_run_smaller_sections[edcba] This is challenging to do precisely XFAIL dask/dataframe/tests/test_groupby.py::test_apply_or_transform_shuffle_multilevel[0-5] condition: NotImplemented = 7023 passed, 575 skipped, 36 xfailed, 3 xpassed, 8 warnings in 327.19s (0:05:27) = + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-dask-2.21.0-1.fc33~bootstrap.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MBPhEq + umask 022 + cd /builddir/build/BUILD + cd dask-2.21.0 + DOCDIR=/builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/doc/python3-dask + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/doc/python3-dask + cp -pr README.rst /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/doc/python3-dask + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TiYGar + umask 022 + cd /builddir/build/BUILD + cd dask-2.21.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/licenses/python3-dask + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/licenses/python3-dask + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch/usr/share/licenses/python3-dask + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-dask = 2.21.0-1.fc33~bootstrap python3-dask = 2.21.0-1.fc33~bootstrap python3.9-dask = 2.21.0-1.fc33~bootstrap python3.9dist(dask) = 2.21 python3dist(dask) = 2.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(pyyaml) Obsoletes: python-dask < 2.21.0-1.fc33~bootstrap Recommends: python3-dask+array = 2.21.0-1.fc33~bootstrap python3-dask+bag = 2.21.0-1.fc33~bootstrap python3-dask+dataframe = 2.21.0-1.fc33~bootstrap python3-dask+delayed = 2.21.0-1.fc33~bootstrap Processing files: python3-dask+array-2.21.0-1.fc33~bootstrap.noarch Provides: python-dask+array = 2.21.0-1.fc33~bootstrap python3-dask+array = 2.21.0-1.fc33~bootstrap python3.9-dask+array = 2.21.0-1.fc33~bootstrap python3.9dist(dask[array]) = 2.21 python3dist(dask[array]) = 2.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(numpy) >= 1.13 python3.9dist(toolz) >= 0.8.2 Obsoletes: python-dask+array < 2.21.0-1.fc33~bootstrap Processing files: python3-dask+bag-2.21.0-1.fc33~bootstrap.noarch Provides: python-dask+bag = 2.21.0-1.fc33~bootstrap python3-dask+bag = 2.21.0-1.fc33~bootstrap python3.9-dask+bag = 2.21.0-1.fc33~bootstrap python3.9dist(dask[bag]) = 2.21 python3dist(dask[bag]) = 2.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(cloudpickle) >= 0.2.2 python3.9dist(fsspec) >= 0.6 python3.9dist(partd) >= 0.3.10 python3.9dist(toolz) >= 0.8.2 Obsoletes: python-dask+bag < 2.21.0-1.fc33~bootstrap Processing files: python3-dask+dataframe-2.21.0-1.fc33~bootstrap.noarch Provides: python-dask+dataframe = 2.21.0-1.fc33~bootstrap python3-dask+dataframe = 2.21.0-1.fc33~bootstrap python3.9-dask+dataframe = 2.21.0-1.fc33~bootstrap python3.9dist(dask[dataframe]) = 2.21 python3dist(dask[dataframe]) = 2.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(fsspec) >= 0.6 python3.9dist(numpy) >= 1.13 python3.9dist(pandas) >= 0.23 python3.9dist(partd) >= 0.3.10 python3.9dist(toolz) >= 0.8.2 Obsoletes: python-dask+dataframe < 2.21.0-1.fc33~bootstrap Processing files: python3-dask+delayed-2.21.0-1.fc33~bootstrap.noarch Provides: python-dask+delayed = 2.21.0-1.fc33~bootstrap python3-dask+delayed = 2.21.0-1.fc33~bootstrap python3.9-dask+delayed = 2.21.0-1.fc33~bootstrap python3.9dist(dask[delayed]) = 2.21 python3dist(dask[delayed]) = 2.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(cloudpickle) >= 0.2.2 python3.9dist(toolz) >= 0.8.2 Obsoletes: python-dask+delayed < 2.21.0-1.fc33~bootstrap Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch Wrote: /builddir/build/RPMS/python3-dask+dataframe-2.21.0-1.fc33~bootstrap.noarch.rpm Wrote: /builddir/build/RPMS/python3-dask+bag-2.21.0-1.fc33~bootstrap.noarch.rpm Wrote: /builddir/build/RPMS/python3-dask+array-2.21.0-1.fc33~bootstrap.noarch.rpm Wrote: /builddir/build/RPMS/python3-dask+delayed-2.21.0-1.fc33~bootstrap.noarch.rpm Wrote: /builddir/build/RPMS/python3-dask-2.21.0-1.fc33~bootstrap.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JYUFKo + umask 022 + cd /builddir/build/BUILD + cd dask-2.21.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dask-2.21.0-1.fc33~bootstrap.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0