Created
April 30, 2021 11:59
-
-
Save r-rmcgibbo/a3c2923023f08e7b9d032107bf071e0f to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 8 seconds | https://github.com/NixOS/nixpkgs/pull/121257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sourcing python-remove-tests-dir-hook | |
Sourcing python-catch-conflicts-hook.sh | |
Sourcing python-remove-bin-bytecode-hook.sh | |
Sourcing setuptools-build-hook | |
Using setuptoolsBuildPhase | |
Using setuptoolsShellHook | |
Sourcing pip-install-hook | |
Using pipInstallPhase | |
Sourcing python-imports-check-hook.sh | |
Using pythonImportsCheckPhase | |
Sourcing python-namespaces-hook | |
Sourcing setuptools-check-hook | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/jkq1a2fbrx1ghd3hd9d2rs7mgdvq0zn2-dask-image-0.5.0.tar.gz | |
source root is dask-image-0.5.0 | |
setting SOURCE_DATE_EPOCH to timestamp 1612163861 of file dask-image-0.5.0/dask_image/_version.py | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring | |
no configure script, doing nothing | |
@nix { "action": "setPhase", "phase": "buildPhase" } | |
building | |
Executing setuptoolsBuildPhase | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/dask_image | |
copying dask_image/_version.py -> build/lib/dask_image | |
copying dask_image/__init__.py -> build/lib/dask_image | |
creating build/lib/dask_image/ndfourier | |
copying dask_image/ndfourier/__init__.py -> build/lib/dask_image/ndfourier | |
copying dask_image/ndfourier/_utils.py -> build/lib/dask_image/ndfourier | |
creating build/lib/dask_image/ndmeasure | |
copying dask_image/ndmeasure/__init__.py -> build/lib/dask_image/ndmeasure | |
creating build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatcher.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatch_ndfilters.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/__init__.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_utils.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatch_ndinterp.py -> build/lib/dask_image/dispatch | |
creating build/lib/dask_image/ndinterp | |
copying dask_image/ndinterp/__init__.py -> build/lib/dask_image/ndinterp | |
creating build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_diff.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_threshold.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_edge.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_gaussian.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_order.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_smooth.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/__init__.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_utils.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_generic.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_conv.py -> build/lib/dask_image/ndfilters | |
creating build/lib/dask_image/imread | |
copying dask_image/imread/__init__.py -> build/lib/dask_image/imread | |
copying dask_image/imread/_utils.py -> build/lib/dask_image/imread | |
creating build/lib/dask_image/ndmorph | |
copying dask_image/ndmorph/__init__.py -> build/lib/dask_image/ndmorph | |
copying dask_image/ndmorph/_ops.py -> build/lib/dask_image/ndmorph | |
copying dask_image/ndmorph/_utils.py -> build/lib/dask_image/ndmorph | |
creating build/lib/dask_image/ndmeasure/_utils | |
copying dask_image/ndmeasure/_utils/_label.py -> build/lib/dask_image/ndmeasure/_utils | |
copying dask_image/ndmeasure/_utils/__init__.py -> build/lib/dask_image/ndmeasure/_utils | |
running egg_info | |
writing dask_image.egg-info/PKG-INFO | |
writing dependency_links to dask_image.egg-info/dependency_links.txt | |
writing requirements to dask_image.egg-info/requires.txt | |
writing top-level names to dask_image.egg-info/top_level.txt | |
reading manifest file 'dask_image.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no previously-included files matching '__pycache__' found under directory '*' | |
warning: no previously-included files matching '*.py[co]' found under directory '*' | |
warning: no files found matching '*.jpg' under directory 'docs' | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.gif' under directory 'docs' | |
writing manifest file 'dask_image.egg-info/SOURCES.txt' | |
UPDATING build/lib/dask_image/_version.py | |
set build/lib/dask_image/_version.py to '0.5.0' | |
installing to build/bdist.linux-x86_64/wheel | |
running install | |
running install_lib | |
creating build/bdist.linux-x86_64 | |
creating build/bdist.linux-x86_64/wheel | |
creating build/bdist.linux-x86_64/wheel/dask_image | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndfourier | |
copying build/lib/dask_image/ndfourier/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfourier | |
copying build/lib/dask_image/ndfourier/_utils.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfourier | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndmeasure | |
copying build/lib/dask_image/ndmeasure/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmeasure | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndmeasure/_utils | |
copying build/lib/dask_image/ndmeasure/_utils/_label.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmeasure/_utils | |
copying build/lib/dask_image/ndmeasure/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmeasure/_utils | |
creating build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatcher.py -> build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatch_ndfilters.py -> build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_utils.py -> build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatch_ndinterp.py -> build/bdist.linux-x86_64/wheel/dask_image/dispatch | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndinterp | |
copying build/lib/dask_image/ndinterp/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndinterp | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_diff.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_threshold.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_edge.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_gaussian.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_order.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_smooth.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_utils.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_generic.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_conv.py -> build/bdist.linux-x86_64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/_version.py -> build/bdist.linux-x86_64/wheel/dask_image | |
copying build/lib/dask_image/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image | |
creating build/bdist.linux-x86_64/wheel/dask_image/imread | |
copying build/lib/dask_image/imread/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/imread | |
copying build/lib/dask_image/imread/_utils.py -> build/bdist.linux-x86_64/wheel/dask_image/imread | |
creating build/bdist.linux-x86_64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/__init__.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/_ops.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/_utils.py -> build/bdist.linux-x86_64/wheel/dask_image/ndmorph | |
running install_egg_info | |
Copying dask_image.egg-info to build/bdist.linux-x86_64/wheel/dask_image-0.5.0-py3.9.egg-info | |
running install_scripts | |
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") | |
adding license file "AUTHORS.rst" (matched pattern "AUTHORS*") | |
creating build/bdist.linux-x86_64/wheel/dask_image-0.5.0.dist-info/WHEEL | |
creating 'dist/dask_image-0.5.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it | |
adding 'dask_image/__init__.py' | |
adding 'dask_image/_version.py' | |
adding 'dask_image/dispatch/__init__.py' | |
adding 'dask_image/dispatch/_dispatch_ndfilters.py' | |
adding 'dask_image/dispatch/_dispatch_ndinterp.py' | |
adding 'dask_image/dispatch/_dispatcher.py' | |
adding 'dask_image/dispatch/_utils.py' | |
adding 'dask_image/imread/__init__.py' | |
adding 'dask_image/imread/_utils.py' | |
adding 'dask_image/ndfilters/__init__.py' | |
adding 'dask_image/ndfilters/_conv.py' | |
adding 'dask_image/ndfilters/_diff.py' | |
adding 'dask_image/ndfilters/_edge.py' | |
adding 'dask_image/ndfilters/_gaussian.py' | |
adding 'dask_image/ndfilters/_generic.py' | |
adding 'dask_image/ndfilters/_order.py' | |
adding 'dask_image/ndfilters/_smooth.py' | |
adding 'dask_image/ndfilters/_threshold.py' | |
adding 'dask_image/ndfilters/_utils.py' | |
adding 'dask_image/ndfourier/__init__.py' | |
adding 'dask_image/ndfourier/_utils.py' | |
adding 'dask_image/ndinterp/__init__.py' | |
adding 'dask_image/ndmeasure/__init__.py' | |
adding 'dask_image/ndmeasure/_utils/__init__.py' | |
adding 'dask_image/ndmeasure/_utils/_label.py' | |
adding 'dask_image/ndmorph/__init__.py' | |
adding 'dask_image/ndmorph/_ops.py' | |
adding 'dask_image/ndmorph/_utils.py' | |
adding 'dask_image-0.5.0.dist-info/AUTHORS.rst' | |
adding 'dask_image-0.5.0.dist-info/LICENSE.txt' | |
adding 'dask_image-0.5.0.dist-info/METADATA' | |
adding 'dask_image-0.5.0.dist-info/WHEEL' | |
adding 'dask_image-0.5.0.dist-info/top_level.txt' | |
adding 'dask_image-0.5.0.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
@nix { "action": "setPhase", "phase": "installPhase" } | |
installing | |
Executing pipInstallPhase | |
/build/dask-image-0.5.0/dist /build/dask-image-0.5.0 | |
Processing ./dask_image-0.5.0-py2.py3-none-any.whl | |
Requirement already satisfied: numpy>=1.11.3 in /nix/store/6rkzmqnwdrc1ya6d1ihcc7w7mlqxsyra-python3.9-numpy-1.20.2/lib/python3.9/site-packages (from dask-image==0.5.0) (1.20.2) | |
Requirement already satisfied: pims>=0.4.1 in /nix/store/gvfgizs4vglqd9viny2fvvabw17k2xqs-python3.9-PIMS-0.5/lib/python3.9/site-packages (from dask-image==0.5.0) (0.5) | |
Requirement already satisfied: dask[array]>=0.16.1 in /nix/store/raya63kzjndljxx9pq9kr9g77zvqz2cs-python3.9-dask-2021.03.0/lib/python3.9/site-packages (from dask-image==0.5.0) (2021.3.0) | |
Requirement already satisfied: scipy>=0.19.1 in /nix/store/cvdf63lik5z6b8sqw0f8h86cj84gnf9g-python3.9-scipy-1.6.1/lib/python3.9/site-packages (from dask-image==0.5.0) (1.6.1) | |
Requirement already satisfied: pyyaml in /nix/store/gh0dy326xqxx532xxbv0ap2wmasvys87-python3.9-PyYAML-5.4.1/lib/python3.9/site-packages (from dask[array]>=0.16.1->dask-image==0.5.0) (5.4.1) | |
Requirement already satisfied: toolz>=0.8.2 in /nix/store/6535fdqgss5vkc5mz0db0p671yrm5pmd-python3.9-toolz-0.11.1/lib/python3.9/site-packages (from dask[array]>=0.16.1->dask-image==0.5.0) (0.11.1) | |
Requirement already satisfied: slicerator>=0.9.8 in /nix/store/y79mk8prfxq8n28zavg8xd243iiacfpa-python3.9-slicerator-1.0.0/lib/python3.9/site-packages (from pims>=0.4.1->dask-image==0.5.0) (1.0.0) | |
Requirement already satisfied: six>=1.8 in /nix/store/s4wl5ia0sgni82iyn954sqsrbi0kqsjj-python3.9-six-1.15.0/lib/python3.9/site-packages (from pims>=0.4.1->dask-image==0.5.0) (1.15.0) | |
Installing collected packages: dask-image | |
Successfully installed dask-image-0.5.0 | |
/build/dask-image-0.5.0 | |
Finished executing pipInstallPhase | |
@nix { "action": "setPhase", "phase": "fixupPhase" } | |
post-installation fixup | |
shrinking RPATHs of ELF executables and libraries in /nix/store/5b2b18d9m9c0dbvmdcq9mn6hy3mwib5g-python3.9-dask-image-0.5.0 | |
strip is /nix/store/5xyjd2qiily84lcv2w2grmwsb8r1hqpr-binutils-2.35.1/bin/strip | |
stripping (with command strip and flags -S) in /nix/store/5b2b18d9m9c0dbvmdcq9mn6hy3mwib5g-python3.9-dask-image-0.5.0/lib | |
patching script interpreter paths in /nix/store/5b2b18d9m9c0dbvmdcq9mn6hy3mwib5g-python3.9-dask-image-0.5.0 | |
checking for references to /build/ in /nix/store/5b2b18d9m9c0dbvmdcq9mn6hy3mwib5g-python3.9-dask-image-0.5.0... | |
Executing pythonRemoveTestsDir | |
Finished executing pythonRemoveTestsDir | |
@nix { "action": "setPhase", "phase": "installCheckPhase" } | |
running install tests | |
============================= test session starts ============================== | |
platform linux -- Python 3.9.4, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 | |
rootdir: /build/dask-image-0.5.0, configfile: setup.cfg | |
plugins: flake8-1.0.7 | |
collecting ... | |
collected 32 items | |
setup.py . [ 3%] | |
versioneer.py . [ 6%] | |
dask_image/__init__.py . [ 9%] | |
dask_image/_version.py . [ 12%] | |
dask_image/dispatch/__init__.py . [ 15%] | |
dask_image/dispatch/_dispatch_ndfilters.py . [ 18%] | |
dask_image/dispatch/_dispatch_ndinterp.py F [ 21%] | |
dask_image/dispatch/_dispatcher.py . [ 25%] | |
dask_image/dispatch/_utils.py . [ 28%] | |
dask_image/imread/__init__.py F [ 31%] | |
dask_image/imread/_utils.py . [ 34%] | |
dask_image/ndfilters/__init__.py . [ 37%] | |
dask_image/ndfilters/_conv.py . [ 40%] | |
dask_image/ndfilters/_diff.py . [ 43%] | |
dask_image/ndfilters/_edge.py . [ 46%] | |
dask_image/ndfilters/_gaussian.py . [ 50%] | |
dask_image/ndfilters/_generic.py . [ 53%] | |
dask_image/ndfilters/_order.py . [ 56%] | |
dask_image/ndfilters/_smooth.py . [ 59%] | |
dask_image/ndfilters/_threshold.py . [ 62%] | |
dask_image/ndfilters/_utils.py . [ 65%] | |
dask_image/ndfourier/__init__.py . [ 68%] | |
dask_image/ndfourier/_utils.py . [ 71%] | |
dask_image/ndinterp/__init__.py . [ 75%] | |
dask_image/ndmeasure/__init__.py F [ 78%] | |
dask_image/ndmeasure/_utils/__init__.py . [ 81%] | |
dask_image/ndmeasure/_utils/_label.py . [ 84%] | |
dask_image/ndmorph/__init__.py . [ 87%] | |
dask_image/ndmorph/_ops.py . [ 90%] | |
dask_image/ndmorph/_utils.py . [ 93%] | |
docs/conf.py . [ 96%] | |
tests/__init__.py . [100%] | |
=================================== FAILURES =================================== | |
_________________________________ FLAKE8-check _________________________________ | |
/build/dask-image-0.5.0/dask_image/dispatch/_dispatch_ndinterp.py:17:1: E302 expected 2 blank lines, found 1 | |
/build/dask-image-0.5.0/dask_image/dispatch/_dispatch_ndinterp.py:36:1: E302 expected 2 blank lines, found 1 | |
------------------------------ Captured log call ------------------------------- | |
WARNING flake8.options.manager:manager.py:186 option --indent-size: please update `help=` text to use %(default)s instead of %default -- this will be an error in the future | |
WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future | |
_________________________________ FLAKE8-check _________________________________ | |
/build/dask-image-0.5.0/dask_image/imread/__init__.py:8:1: F401 'itertools' imported but unused | |
------------------------------ Captured log call ------------------------------- | |
WARNING flake8.options.manager:manager.py:186 option --indent-size: please update `help=` text to use %(default)s instead of %default -- this will be an error in the future | |
WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future | |
_________________________________ FLAKE8-check _________________________________ | |
/build/dask-image-0.5.0/dask_image/ndmeasure/__init__.py:718:5: F821 undefined name 'warnings' | |
/build/dask-image-0.5.0/dask_image/ndmeasure/__init__.py:718:80: E501 line too long (87 > 79 characters) | |
------------------------------ Captured log call ------------------------------- | |
WARNING flake8.options.manager:manager.py:186 option --indent-size: please update `help=` text to use %(default)s instead of %default -- this will be an error in the future | |
WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future | |
=============================== warnings summary =============================== | |
dask_image/imread/_utils.py::FLAKE8 | |
/nix/store/gvfgizs4vglqd9viny2fvvabw17k2xqs-python3.9-PIMS-0.5/lib/python3.9/site-packages/pims/cine.py:29: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working | |
from collections import Iterable | |
-- Docs: https://docs.pytest.org/en/stable/warnings.html | |
=========================== short test summary info ============================ | |
FAILED dask_image/dispatch/_dispatch_ndinterp.py::FLAKE8 | |
FAILED dask_image/imread/__init__.py::FLAKE8 | |
FAILED dask_image/ndmeasure/__init__.py::FLAKE8 | |
=================== 3 failed, 29 passed, 1 warning in 3.41s ==================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment