Created
May 26, 2021 01:24
-
-
Save r-rmcgibbo/a0e65df5689834f33d6b4170e018ece9 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 55 seconds | https://github.com/NixOS/nixpkgs/pull/124439
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 | |
Using setuptoolsCheckPhase | |
Sourcing pytest-check-hook | |
Using pytestCheckPhase | |
Removing setuptoolsCheckPhase | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/78ka96rngrmcyji436340zb9vks2zs6a-dask-image-0.6.0.tar.gz | |
source root is dask-image-0.6.0 | |
setting SOURCE_DATE_EPOCH to timestamp 1620272531 of file dask-image-0.6.0/setup.cfg | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } | |
updateAutotoolsGnuConfigScriptsPhase | |
@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/__init__.py -> build/lib/dask_image | |
copying dask_image/_version.py -> build/lib/dask_image | |
creating build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_conv.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_order.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_gaussian.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/__init__.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_smooth.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_edge.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_generic.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_utils.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_threshold.py -> build/lib/dask_image/ndfilters | |
copying dask_image/ndfilters/_diff.py -> build/lib/dask_image/ndfilters | |
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/dispatch | |
copying dask_image/dispatch/_dispatch_ndmorph.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/__init__.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatch_ndinterp.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatcher.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_utils.py -> build/lib/dask_image/dispatch | |
copying dask_image/dispatch/_dispatch_ndfilters.py -> build/lib/dask_image/dispatch | |
creating build/lib/dask_image/ndmeasure | |
copying dask_image/ndmeasure/__init__.py -> build/lib/dask_image/ndmeasure | |
creating build/lib/dask_image/ndinterp | |
copying dask_image/ndinterp/__init__.py -> build/lib/dask_image/ndinterp | |
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/_ops.py -> build/lib/dask_image/ndmorph | |
copying dask_image/ndmorph/__init__.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/__init__.py -> build/lib/dask_image/ndmeasure/_utils | |
copying dask_image/ndmeasure/_utils/_label.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.6.0' | |
installing to build/bdist.linux-aarch64/wheel | |
running install | |
running install_lib | |
creating build/bdist.linux-aarch64 | |
creating build/bdist.linux-aarch64/wheel | |
creating build/bdist.linux-aarch64/wheel/dask_image | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_conv.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_order.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_gaussian.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_smooth.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_edge.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_generic.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_utils.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_threshold.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
copying build/lib/dask_image/ndfilters/_diff.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfilters | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndfourier | |
copying build/lib/dask_image/ndfourier/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfourier | |
copying build/lib/dask_image/ndfourier/_utils.py -> build/bdist.linux-aarch64/wheel/dask_image/ndfourier | |
creating build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatch_ndmorph.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatch_ndinterp.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatcher.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_utils.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/dispatch/_dispatch_ndfilters.py -> build/bdist.linux-aarch64/wheel/dask_image/dispatch | |
copying build/lib/dask_image/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image | |
copying build/lib/dask_image/_version.py -> build/bdist.linux-aarch64/wheel/dask_image | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndmeasure | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndmeasure/_utils | |
copying build/lib/dask_image/ndmeasure/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmeasure/_utils | |
copying build/lib/dask_image/ndmeasure/_utils/_label.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmeasure/_utils | |
copying build/lib/dask_image/ndmeasure/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmeasure | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndinterp | |
copying build/lib/dask_image/ndinterp/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndinterp | |
creating build/bdist.linux-aarch64/wheel/dask_image/imread | |
copying build/lib/dask_image/imread/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/imread | |
copying build/lib/dask_image/imread/_utils.py -> build/bdist.linux-aarch64/wheel/dask_image/imread | |
creating build/bdist.linux-aarch64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/_ops.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/__init__.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmorph | |
copying build/lib/dask_image/ndmorph/_utils.py -> build/bdist.linux-aarch64/wheel/dask_image/ndmorph | |
running install_egg_info | |
Copying dask_image.egg-info to build/bdist.linux-aarch64/wheel/dask_image-0.6.0-py3.8.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-aarch64/wheel/dask_image-0.6.0.dist-info/WHEEL | |
creating 'dist/dask_image-0.6.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/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/_dispatch_ndmorph.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.6.0.dist-info/AUTHORS.rst' | |
adding 'dask_image-0.6.0.dist-info/LICENSE.txt' | |
adding 'dask_image-0.6.0.dist-info/METADATA' | |
adding 'dask_image-0.6.0.dist-info/WHEEL' | |
adding 'dask_image-0.6.0.dist-info/top_level.txt' | |
adding 'dask_image-0.6.0.dist-info/RECORD' | |
removing build/bdist.linux-aarch64/wheel | |
Finished executing setuptoolsBuildPhase | |
@nix { "action": "setPhase", "phase": "installPhase" } | |
installing | |
Executing pipInstallPhase | |
/build/dask-image-0.6.0/dist /build/dask-image-0.6.0 | |
Processing ./dask_image-0.6.0-py2.py3-none-any.whl | |
Requirement already satisfied: numpy>=1.11.3 in /nix/store/55waf6c0p8i4ns80jki3lxyyim4lxgxi-python3.8-numpy-1.20.2/lib/python3.8/site-packages (from dask-image==0.6.0) (1.20.2) | |
Requirement already satisfied: pims>=0.4.1 in /nix/store/cp31k2xrkyjdk1ljg5b98id5fgpwgxl4-python3.8-PIMS-0.5/lib/python3.8/site-packages (from dask-image==0.6.0) (0.5) | |
Requirement already satisfied: dask[array]>=0.16.1 in /nix/store/lxjd0wd11h7q7bia8yh06fzw7dqyc9pw-python3.8-dask-2021.03.0/lib/python3.8/site-packages (from dask-image==0.6.0) (2021.3.0) | |
Requirement already satisfied: scipy>=0.19.1 in /nix/store/b43kmmbv0dbl0h4vcwa2y88f584fb3lf-python3.8-scipy-1.6.1/lib/python3.8/site-packages (from dask-image==0.6.0) (1.6.1) | |
Requirement already satisfied: pyyaml in /nix/store/8zdrzjqpgyp1nfryz3dhjl02mbz5bf0p-python3.8-PyYAML-5.4.1/lib/python3.8/site-packages (from dask[array]>=0.16.1->dask-image==0.6.0) (5.4.1) | |
Requirement already satisfied: toolz>=0.8.2 in /nix/store/4ljg12kf67g97wnqrw46m68ijh4a14c9-python3.8-toolz-0.11.1/lib/python3.8/site-packages (from dask[array]>=0.16.1->dask-image==0.6.0) (0.11.1) | |
Requirement already satisfied: six>=1.8 in /nix/store/0nhrvi09mr3xrrvr5nx873g41xg69g8x-python3.8-six-1.15.0/lib/python3.8/site-packages (from pims>=0.4.1->dask-image==0.6.0) (1.15.0) | |
Requirement already satisfied: slicerator>=0.9.8 in /nix/store/5id1bif21i129gc999l0rh7zm1bgbq3x-python3.8-slicerator-1.0.0/lib/python3.8/site-packages (from pims>=0.4.1->dask-image==0.6.0) (1.0.0) | |
Installing collected packages: dask-image | |
Successfully installed dask-image-0.6.0 | |
/build/dask-image-0.6.0 | |
Finished executing pipInstallPhase | |
@nix { "action": "setPhase", "phase": "fixupPhase" } | |
post-installation fixup | |
shrinking RPATHs of ELF executables and libraries in /nix/store/mapdz3jy7lc9165iyn9vvj9ppss895rh-python3.8-dask-image-0.6.0 | |
strip is /nix/store/vlhkqnrml6gcl2f5yndgwpcqwxa177px-binutils-2.35.1/bin/strip | |
stripping (with command strip and flags -S) in /nix/store/mapdz3jy7lc9165iyn9vvj9ppss895rh-python3.8-dask-image-0.6.0/lib | |
patching script interpreter paths in /nix/store/mapdz3jy7lc9165iyn9vvj9ppss895rh-python3.8-dask-image-0.6.0 | |
checking for references to /build/ in /nix/store/mapdz3jy7lc9165iyn9vvj9ppss895rh-python3.8-dask-image-0.6.0... | |
Executing pythonRemoveTestsDir | |
Finished executing pythonRemoveTestsDir | |
@nix { "action": "setPhase", "phase": "installCheckPhase" } | |
running install tests | |
no Makefile or custom installCheckPhase, doing nothing | |
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } | |
pythonCatchConflictsPhase | |
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } | |
pythonRemoveBinBytecodePhase | |
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } | |
pythonImportsCheckPhase | |
Executing pythonImportsCheckPhase | |
Check whether the following modules can be imported: dask_image | |
@nix { "action": "setPhase", "phase": "pytestCheckPhase" } | |
pytestCheckPhase | |
Executing pytestCheckPhase | |
============================= test session starts ============================== | |
platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 | |
rootdir: /build/dask-image-0.6.0, configfile: setup.cfg | |
collecting ... | |
collecting 111 items | |
collecting 643 items / 3 skipped / 640 selected | |
collected 1385 items / 4 skipped / 1381 selected | |
tests/test_dask_image/test_imread/test_core.py ......................... [ 1%] | |
........................................................................ [ 7%] | |
.............. [ 8%] | |
tests/test_dask_image/test_ndfilters/test__conv.py ..................... [ 9%] | |
............................. [ 11%] | |
tests/test_dask_image/test_ndfilters/test__diff.py .. [ 11%] | |
tests/test_dask_image/test_ndfilters/test__edge.py .................... [ 13%] | |
tests/test_dask_image/test_ndfilters/test__gaussian.py ................. [ 14%] | |
..s.......s............................................................. [ 19%] | |
........ [ 20%] | |
tests/test_dask_image/test_ndfilters/test__generic.py .................. [ 21%] | |
.............. [ 22%] | |
tests/test_dask_image/test_ndfilters/test__order.py .................... [ 23%] | |
........................................................................ [ 29%] | |
.................................................................... [ 34%] | |
tests/test_dask_image/test_ndfilters/test__smooth.py ............... [ 35%] | |
tests/test_dask_image/test_ndfilters/test__threshold.py ................ [ 36%] | |
.F.. [ 36%] | |
tests/test_dask_image/test_ndfilters/test__utils.py .................... [ 38%] | |
.......................... [ 39%] | |
tests/test_dask_image/test_ndfourier/test__utils.py .. [ 40%] | |
tests/test_dask_image/test_ndfourier/test_core.py ...................... [ 41%] | |
........s.s..s.s.................................................. [ 46%] | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py ...... [ 46%] | |
........................................................................ [ 52%] | |
........................................................................ [ 57%] | |
........................................................................ [ 62%] | |
........................................................................ [ 67%] | |
..............................ssssssssssssssssssssssss............s...s. [ 72%] | |
... [ 73%] | |
tests/test_dask_image/test_ndmeasure/test__utils.py ........... [ 73%] | |
tests/test_dask_image/test_ndmeasure/test_core.py ...................... [ 75%] | |
........................................................................ [ 80%] | |
.............s.........s................................................ [ 85%] | |
........................................................................ [ 91%] | |
................................ [ 93%] | |
tests/test_dask_image/test_ndmorph/test__utils.py ...................... [ 94%] | |
.............. [ 95%] | |
tests/test_dask_image/test_ndmorph/test_ndmorph.py ..................... [ 97%] | |
................................... [100%] | |
=================================== FAILURES =================================== | |
_______ TestInvalidArguments.test_nan_blocksize[gaussian-nan-ValueError] _______ | |
self = <test_ndfilters.test__threshold.TestInvalidArguments object at 0xffffe8b2e4c0> | |
method = 'gaussian', block_size = nan, error_type = <class 'ValueError'> | |
@pytest.mark.parametrize("method, block_size, error_type", [ | |
('gaussian', np.nan, ValueError), | |
('median', np.nan, TypeError), | |
]) | |
def test_nan_blocksize(self, method, block_size, error_type): | |
with pytest.raises(error_type): | |
> threshold_local(self.image, block_size, method=method) | |
E Failed: DID NOT RAISE <class 'ValueError'> | |
tests/test_dask_image/test_ndfilters/test__threshold.py:108: Failed | |
=============================== warnings summary =============================== | |
../../nix/store/cp31k2xrkyjdk1ljg5b98id5fgpwgxl4-python3.8-PIMS-0.5/lib/python3.8/site-packages/pims/cine.py:29 | |
/nix/store/cp31k2xrkyjdk1ljg5b98id5fgpwgxl4-python3.8-PIMS-0.5/lib/python3.8/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.9 it will stop working | |
from collections import Iterable | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py:102 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:102: PytestUnknownMarkWarning: Unknown pytest.mark.cupy - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
@pytest.mark.cupy | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py:192 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:192: PytestUnknownMarkWarning: Unknown pytest.mark.cupy - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
@pytest.mark.cupy | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py:222 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:222: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
@pytest.mark.timeout(15) | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py:239 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:239: PytestUnknownMarkWarning: Unknown pytest.mark.cupy - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
@pytest.mark.cupy | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py:240 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:240: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html | |
@pytest.mark.timeout(15) | |
tests/test_dask_image/test_ndmeasure/test_core.py:61 | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndmeasure/test_core.py:61: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. | |
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations | |
np.bool, | |
tests/test_dask_image/test_ndfilters/test__conv.py::test_convolutions_params[ValueError-weights0-0-convolve] | |
/build/dask-image-0.6.0/dask_image/ndfilters/_utils.py:64: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working | |
if not isinstance(depth, collections.Sized): | |
tests/test_dask_image/test_ndfilters/test__conv.py::test_convolutions_shape_type[convolve] | |
/build/dask-image-0.6.0/dask_image/ndfilters/_utils.py:68: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working | |
if isinstance(depth, collections.Sequence): | |
tests/test_dask_image/test_ndfilters/test__conv.py::test_convolutions_shape_type[convolve] | |
/build/dask-image-0.6.0/dask_image/ndfilters/_utils.py:70: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working | |
if not isinstance(depth, collections.Mapping): | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py::test_affine_transform_parameter_formats[1] | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py::test_affine_transform_parameter_formats[2] | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py::test_affine_transform_parameter_formats[3] | |
tests/test_dask_image/test_ndinterp/test_affine_transformation.py::test_affine_transform_parameter_formats[4] | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndinterp/test_affine_transformation.py:267: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. | |
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations | |
scale_factors = np.ones(n, dtype=np.float) * 2. | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape8-chunks8-True-ind8-center_of_mass] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape9-chunks9-True-ind9-center_of_mass] | |
/nix/store/b43kmmbv0dbl0h4vcwa2y88f584fb3lf-python3.8-scipy-1.6.1/lib/python3.8/site-packages/scipy/ndimage/measurements.py:1406: RuntimeWarning: invalid value encountered in true_divide | |
results = [sum(input * grids[dir].astype(float), labels, index) / normalizer | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape8-chunks8-True-ind8-mean] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape9-chunks9-True-ind9-mean] | |
/nix/store/b43kmmbv0dbl0h4vcwa2y88f584fb3lf-python3.8-scipy-1.6.1/lib/python3.8/site-packages/scipy/ndimage/measurements.py:684: RuntimeWarning: invalid value encountered in true_divide | |
return sum / numpy.asanyarray(count).astype(numpy.float64) | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape8-chunks8-True-ind8-standard_deviation] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape8-chunks8-True-ind8-variance] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape9-chunks9-True-ind9-standard_deviation] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_measure_props[shape9-chunks9-True-ind9-variance] | |
/nix/store/b43kmmbv0dbl0h4vcwa2y88f584fb3lf-python3.8-scipy-1.6.1/lib/python3.8/site-packages/scipy/ndimage/measurements.py:736: RuntimeWarning: invalid value encountered in true_divide | |
return sum_c_sq / np.asanyarray(count).astype(float) | |
tests/test_dask_image/test_ndmeasure/test_core.py: 39 warnings | |
/build/dask-image-0.6.0/dask_image/ndmeasure/_utils/__init__.py:40: FutureWarning: Having index with dimensionality greater than 1 is undefined. | |
warnings.warn( | |
tests/test_dask_image/test_ndmeasure/test_core.py: 13 warnings | |
/build/dask-image-0.6.0/dask_image/ndmeasure/__init__.py:175: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. | |
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations | |
("min_pos", numpy.dtype(numpy.int), image.ndim), | |
tests/test_dask_image/test_ndmeasure/test_core.py: 13 warnings | |
/build/dask-image-0.6.0/dask_image/ndmeasure/__init__.py:176: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. | |
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations | |
("max_pos", numpy.dtype(numpy.int), image.ndim) | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape0-chunks0-None] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape1-chunks1-None] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape2-chunks2-0] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape3-chunks3-1] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape4-chunks4-ind4] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape5-chunks5-ind5] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape6-chunks6-ind6] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape7-chunks7-ind7] | |
tests/test_dask_image/test_ndmeasure/test_core.py::test_labeled_comprehension_struct[shape8-chunks8-ind8] | |
/build/dask-image-0.6.0/tests/test_dask_image/test_ndmeasure/test_core.py:453: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. | |
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations | |
dtype = np.dtype([("val", np.float64), ("pos", np.int)]) | |
-- Docs: https://docs.pytest.org/en/stable/warnings.html | |
=========================== short test summary info ============================ | |
FAILED tests/test_dask_image/test_ndfilters/test__threshold.py::TestInvalidArguments::test_nan_blocksize[gaussian-nan-ValueError] | |
=========== 1 failed, 1350 passed, 38 skipped, 96 warnings in 48.35s =========== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment