Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created February 22, 2021 19:25
Show Gist options
  • Save r-rmcgibbo/2c9d7341dd3f802ea7792b53c6a97e33 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/2c9d7341dd3f802ea7792b53c6a97e33 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 53 seconds | https://github.com/NixOS/nixpkgs/pull/114025
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/ihjpv0y23pcwvs1s9mgalqbwnipi4fky-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_spatial_transformations.py
@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/batchgenerators
copying batchgenerators/__init__.py -> build/lib/batchgenerators
creating build/lib/batchgenerators/utilities
copying batchgenerators/utilities/file_and_folder_operations.py -> build/lib/batchgenerators/utilities
copying batchgenerators/utilities/__init__.py -> build/lib/batchgenerators/utilities
copying batchgenerators/utilities/data_splitting.py -> build/lib/batchgenerators/utilities
creating build/lib/batchgenerators/examples
copying batchgenerators/examples/multithreaded_dataloading.py -> build/lib/batchgenerators/examples
copying batchgenerators/examples/__init__.py -> build/lib/batchgenerators/examples
copying batchgenerators/examples/cifar10.py -> build/lib/batchgenerators/examples
creating build/lib/batchgenerators/transforms
copying batchgenerators/transforms/spatial_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/channel_selection_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/__init__.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/utility_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/noise_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/abstract_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/crop_and_pad_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/color_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/sample_normalization_transforms.py -> build/lib/batchgenerators/transforms
copying batchgenerators/transforms/resample_transforms.py -> build/lib/batchgenerators/transforms
creating build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/color_augmentations.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/resample_augmentations.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/utils.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/__init__.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/noise_augmentations.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/crop_and_pad_augmentations.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/spatial_transformations.py -> build/lib/batchgenerators/augmentations
copying batchgenerators/augmentations/normalizations.py -> build/lib/batchgenerators/augmentations
creating build/lib/batchgenerators/datasets
copying batchgenerators/datasets/__init__.py -> build/lib/batchgenerators/datasets
copying batchgenerators/datasets/cifar.py -> build/lib/batchgenerators/datasets
creating build/lib/batchgenerators/dataloading
copying batchgenerators/dataloading/multi_threaded_augmenter.py -> build/lib/batchgenerators/dataloading
copying batchgenerators/dataloading/dataset.py -> build/lib/batchgenerators/dataloading
copying batchgenerators/dataloading/single_threaded_augmenter.py -> build/lib/batchgenerators/dataloading
copying batchgenerators/dataloading/__init__.py -> build/lib/batchgenerators/dataloading
copying batchgenerators/dataloading/data_loader.py -> build/lib/batchgenerators/dataloading
creating build/lib/batchgenerators/examples/brats2017
copying batchgenerators/examples/brats2017/brats2017_preprocessing.py -> build/lib/batchgenerators/examples/brats2017
copying batchgenerators/examples/brats2017/brats2017_dataloader_3D.py -> build/lib/batchgenerators/examples/brats2017
copying batchgenerators/examples/brats2017/__init__.py -> build/lib/batchgenerators/examples/brats2017
copying batchgenerators/examples/brats2017/brats2017_dataloader_2D.py -> build/lib/batchgenerators/examples/brats2017
copying batchgenerators/examples/brats2017/config.py -> build/lib/batchgenerators/examples/brats2017
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/batchgenerators
creating build/bdist.linux-aarch64/wheel/batchgenerators/utilities
copying build/lib/batchgenerators/utilities/file_and_folder_operations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/utilities
copying build/lib/batchgenerators/utilities/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/utilities
copying build/lib/batchgenerators/utilities/data_splitting.py -> build/bdist.linux-aarch64/wheel/batchgenerators/utilities
creating build/bdist.linux-aarch64/wheel/batchgenerators/examples
copying build/lib/batchgenerators/examples/multithreaded_dataloading.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples
copying build/lib/batchgenerators/examples/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples
creating build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/brats2017/brats2017_preprocessing.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/brats2017/brats2017_dataloader_3D.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/brats2017/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/brats2017/brats2017_dataloader_2D.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/brats2017/config.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples/brats2017
copying build/lib/batchgenerators/examples/cifar10.py -> build/bdist.linux-aarch64/wheel/batchgenerators/examples
copying build/lib/batchgenerators/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators
creating build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/spatial_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/channel_selection_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/utility_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/noise_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/abstract_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/crop_and_pad_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/color_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/sample_normalization_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
copying build/lib/batchgenerators/transforms/resample_transforms.py -> build/bdist.linux-aarch64/wheel/batchgenerators/transforms
creating build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/color_augmentations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/resample_augmentations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/utils.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/noise_augmentations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/crop_and_pad_augmentations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/spatial_transformations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
copying build/lib/batchgenerators/augmentations/normalizations.py -> build/bdist.linux-aarch64/wheel/batchgenerators/augmentations
creating build/bdist.linux-aarch64/wheel/batchgenerators/datasets
copying build/lib/batchgenerators/datasets/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/datasets
copying build/lib/batchgenerators/datasets/cifar.py -> build/bdist.linux-aarch64/wheel/batchgenerators/datasets
creating build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
copying build/lib/batchgenerators/dataloading/multi_threaded_augmenter.py -> build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
copying build/lib/batchgenerators/dataloading/dataset.py -> build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
copying build/lib/batchgenerators/dataloading/single_threaded_augmenter.py -> build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
copying build/lib/batchgenerators/dataloading/__init__.py -> build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
copying build/lib/batchgenerators/dataloading/data_loader.py -> build/bdist.linux-aarch64/wheel/batchgenerators/dataloading
running install_egg_info
running egg_info
creating batchgenerators.egg-info
writing batchgenerators.egg-info/PKG-INFO
writing dependency_links to batchgenerators.egg-info/dependency_links.txt
writing requirements to batchgenerators.egg-info/requires.txt
writing top-level names to batchgenerators.egg-info/top_level.txt
writing manifest file 'batchgenerators.egg-info/SOURCES.txt'
reading manifest file 'batchgenerators.egg-info/SOURCES.txt'
writing manifest file 'batchgenerators.egg-info/SOURCES.txt'
Copying batchgenerators.egg-info to build/bdist.linux-aarch64/wheel/batchgenerators-0.21-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/batchgenerators-0.21.dist-info/WHEEL
creating 'dist/batchgenerators-0.21-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'batchgenerators/__init__.py'
adding 'batchgenerators/augmentations/__init__.py'
adding 'batchgenerators/augmentations/color_augmentations.py'
adding 'batchgenerators/augmentations/crop_and_pad_augmentations.py'
adding 'batchgenerators/augmentations/noise_augmentations.py'
adding 'batchgenerators/augmentations/normalizations.py'
adding 'batchgenerators/augmentations/resample_augmentations.py'
adding 'batchgenerators/augmentations/spatial_transformations.py'
adding 'batchgenerators/augmentations/utils.py'
adding 'batchgenerators/dataloading/__init__.py'
adding 'batchgenerators/dataloading/data_loader.py'
adding 'batchgenerators/dataloading/dataset.py'
adding 'batchgenerators/dataloading/multi_threaded_augmenter.py'
adding 'batchgenerators/dataloading/single_threaded_augmenter.py'
adding 'batchgenerators/datasets/__init__.py'
adding 'batchgenerators/datasets/cifar.py'
adding 'batchgenerators/examples/__init__.py'
adding 'batchgenerators/examples/cifar10.py'
adding 'batchgenerators/examples/multithreaded_dataloading.py'
adding 'batchgenerators/examples/brats2017/__init__.py'
adding 'batchgenerators/examples/brats2017/brats2017_dataloader_2D.py'
adding 'batchgenerators/examples/brats2017/brats2017_dataloader_3D.py'
adding 'batchgenerators/examples/brats2017/brats2017_preprocessing.py'
adding 'batchgenerators/examples/brats2017/config.py'
adding 'batchgenerators/transforms/__init__.py'
adding 'batchgenerators/transforms/abstract_transforms.py'
adding 'batchgenerators/transforms/channel_selection_transforms.py'
adding 'batchgenerators/transforms/color_transforms.py'
adding 'batchgenerators/transforms/crop_and_pad_transforms.py'
adding 'batchgenerators/transforms/noise_transforms.py'
adding 'batchgenerators/transforms/resample_transforms.py'
adding 'batchgenerators/transforms/sample_normalization_transforms.py'
adding 'batchgenerators/transforms/spatial_transforms.py'
adding 'batchgenerators/transforms/utility_transforms.py'
adding 'batchgenerators/utilities/__init__.py'
adding 'batchgenerators/utilities/data_splitting.py'
adding 'batchgenerators/utilities/file_and_folder_operations.py'
adding 'batchgenerators-0.21.dist-info/LICENSE'
adding 'batchgenerators-0.21.dist-info/METADATA'
adding 'batchgenerators-0.21.dist-info/WHEEL'
adding 'batchgenerators-0.21.dist-info/top_level.txt'
adding 'batchgenerators-0.21.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./batchgenerators-0.21-py3-none-any.whl
Requirement already satisfied: scipy in /nix/store/c5brl97c2lj558dl18mb7ksbfk0sf675-python3.8-scipy-1.6.0/lib/python3.8/site-packages (from batchgenerators==0.21) (1.6.0)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: threadpoolctl in /nix/store/qh7x4fq1k5czpg0scpx6lg7m80y3yfn9-python3.8-threadpoolctl-2.1.0/lib/python3.8/site-packages (from batchgenerators==0.21) (2.1.0)
Requirement already satisfied: future in /nix/store/abcq645wh2sqi74xn4q2yicc7jny5gi9-python3.8-future-0.18.2/lib/python3.8/site-packages (from batchgenerators==0.21) (0.18.2)
Requirement already satisfied: scikit-learn in /nix/store/y64kzmslqc6lxsf0rc3vx9ylj7jaa78f-python3.8-scikit-learn-0.24.1/lib/python3.8/site-packages (from batchgenerators==0.21) (0.24.1)
Requirement already satisfied: unittest2 in /nix/store/42b27xqbjaxim6g783p33263bm5hl9m5-python3.8-unittest2-1.1.0/lib/python3.8/site-packages (from batchgenerators==0.21) (1.1.0)
Requirement already satisfied: pillow>=7.1.2 in /nix/store/3vz2qk0k1d68s5a5y7bv26swpk70zzsy-python3.8-Pillow-8.0.1/lib/python3.8/site-packages (from batchgenerators==0.21) (8.0.1)
Requirement already satisfied: scikit-image in /nix/store/ypx16d3p4q7jfs3690gf66220dwzdd9v-python3.8-scikit-image-0.17.2/lib/python3.8/site-packages (from batchgenerators==0.21) (0.17.2)
Requirement already satisfied: pillow>=7.1.2 in /nix/store/3vz2qk0k1d68s5a5y7bv26swpk70zzsy-python3.8-Pillow-8.0.1/lib/python3.8/site-packages (from batchgenerators==0.21) (8.0.1)
Requirement already satisfied: imageio>=2.3.0 in /nix/store/6k9nc7hk9cnrdwkpmfmhw9am41194a1n-python3.8-imageio-2.9.0/lib/python3.8/site-packages (from scikit-image->batchgenerators==0.21) (2.9.0)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: matplotlib!=3.0.0,>=2.0.0 in /nix/store/jipf6c7wr48v3jz3bkrip286npa5x9ch-python3.8-matplotlib-3.3.3/lib/python3.8/site-packages (from scikit-image->batchgenerators==0.21) (3.3.3)
Requirement already satisfied: PyWavelets>=1.1.1 in /nix/store/6ar3690nqq6kgmz7c8dygf64zmlhzl5h-python3.8-PyWavelets-1.1.1/lib/python3.8/site-packages (from scikit-image->batchgenerators==0.21) (1.1.1)
Requirement already satisfied: scipy in /nix/store/c5brl97c2lj558dl18mb7ksbfk0sf675-python3.8-scipy-1.6.0/lib/python3.8/site-packages (from batchgenerators==0.21) (1.6.0)
Requirement already satisfied: networkx>=2.0 in /nix/store/klhhvnylicy6rdqwd3vmajiwqd4fdzl3-python3.8-networkx-2.5/lib/python3.8/site-packages (from scikit-image->batchgenerators==0.21) (2.5)
Requirement already satisfied: tifffile>=2019.7.26 in /nix/store/fg9ndk9brp3ckd220y7rxw8dqijcfw48-python3.8-tifffile-2020.11.26/lib/python3.8/site-packages (from scikit-image->batchgenerators==0.21) (2020.11.26)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: pillow>=7.1.2 in /nix/store/3vz2qk0k1d68s5a5y7bv26swpk70zzsy-python3.8-Pillow-8.0.1/lib/python3.8/site-packages (from batchgenerators==0.21) (8.0.1)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: kiwisolver>=1.0.1 in /nix/store/rpam5bhwwvgy5r31aly5hgnqf828iiks-python3.8-kiwisolver-1.3.1/lib/python3.8/site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (1.3.1)
Requirement already satisfied: pillow>=7.1.2 in /nix/store/3vz2qk0k1d68s5a5y7bv26swpk70zzsy-python3.8-Pillow-8.0.1/lib/python3.8/site-packages (from batchgenerators==0.21) (8.0.1)
Requirement already satisfied: cycler>=0.10 in /nix/store/7k8lljbqi9bv10dxlj06i4x9qwix7v86-python3.8-cycler-0.10.0/lib/python3.8/site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (0.10.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in /nix/store/13p2s2mhvhl08x13gxcxnwbqsxzcybsx-python3.8-pyparsing-2.4.7/lib/python3.8/site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (2.4.7)
Requirement already satisfied: python-dateutil>=2.1 in /nix/store/rly8prl9jsmsnl9p1xbvjlmx02swvcm0-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (2.8.1)
Requirement already satisfied: six in /nix/store/rdhy9d2kc15dj12sn54kyla4lhjq5c3r-python3.8-six-1.15.0/lib/python3.8/site-packages (from cycler>=0.10->matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (1.15.0)
Requirement already satisfied: decorator>=4.3.0 in /nix/store/qkzzlk41l1inpq86f9c2rbfs7n3y80z9-python3.8-decorator-4.4.2/lib/python3.8/site-packages (from networkx>=2.0->scikit-image->batchgenerators==0.21) (4.4.2)
Requirement already satisfied: six in /nix/store/rdhy9d2kc15dj12sn54kyla4lhjq5c3r-python3.8-six-1.15.0/lib/python3.8/site-packages (from cycler>=0.10->matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (1.15.0)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: joblib>=0.11 in /nix/store/zzby0809bcki8p15k7nwzq7cq8x1v5jw-python3.8-joblib-0.17.0/lib/python3.8/site-packages (from scikit-learn->batchgenerators==0.21) (0.17.0)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: threadpoolctl in /nix/store/qh7x4fq1k5czpg0scpx6lg7m80y3yfn9-python3.8-threadpoolctl-2.1.0/lib/python3.8/site-packages (from batchgenerators==0.21) (2.1.0)
Requirement already satisfied: scipy in /nix/store/c5brl97c2lj558dl18mb7ksbfk0sf675-python3.8-scipy-1.6.0/lib/python3.8/site-packages (from batchgenerators==0.21) (1.6.0)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: numpy>=1.10.2 in /nix/store/dlpxj3zhf2345dcm69lrpvmb2x9fywhc-python3.8-numpy-1.19.4/lib/python3.8/site-packages (from batchgenerators==0.21) (1.19.4)
Requirement already satisfied: traceback2 in /nix/store/wr80s6dymnjabxwp5mi6mif0fj241n8c-python3.8-traceback2-1.4.0/lib/python3.8/site-packages (from unittest2->batchgenerators==0.21) (1.4.0)
Requirement already satisfied: six in /nix/store/rdhy9d2kc15dj12sn54kyla4lhjq5c3r-python3.8-six-1.15.0/lib/python3.8/site-packages (from cycler>=0.10->matplotlib!=3.0.0,>=2.0.0->scikit-image->batchgenerators==0.21) (1.15.0)
Requirement already satisfied: linecache2 in /nix/store/kwxxalr7pk0nq5pndifg9vnvzv7vbji4-python3.8-linecache2-1.0.0/lib/python3.8/site-packages (from traceback2->unittest2->batchgenerators==0.21) (1.0.0)
Installing collected packages: batchgenerators
Successfully installed batchgenerators-0.21
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4n24irhv0pbjvm21c77cpyfz2ygmdr94-python3.8-batchgenerators-0.21
strip is /nix/store/3mx3fipj5ls2dhy6hwplk0a3njsxgh7i-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/4n24irhv0pbjvm21c77cpyfz2ygmdr94-python3.8-batchgenerators-0.21/lib
patching script interpreter paths in /nix/store/4n24irhv0pbjvm21c77cpyfz2ygmdr94-python3.8-batchgenerators-0.21
checking for references to /build/ in /nix/store/4n24irhv0pbjvm21c77cpyfz2ygmdr94-python3.8-batchgenerators-0.21...
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
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.7, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source
collecting ...
collecting 8 items
collected 69 items
tests/test_DataLoader.py ........ [ 11%]
tests/test_augment_zoom.py .... [ 17%]
tests/test_axis_mirroring.py .... [ 23%]
tests/test_color_augmentations.py ....... [ 33%]
tests/test_crop.py ................... [ 60%]
tests/test_multithreaded_augmenter.py ...... [ 69%]
tests/test_normalizations.py ...... [ 78%]
tests/test_random_crop.py .... [ 84%]
tests/test_resample_augmentations.py ... [ 88%]
tests/test_sanity.py . [ 89%]
tests/test_spatial_transformations.py ....... [100%]
=============================== warnings summary ===============================
../../nix/store/abcq645wh2sqi74xn4q2yicc7jny5gi9-python3.8-future-0.18.2/lib/python3.8/site-packages/future/standard_library/__init__.py:65
/nix/store/abcq645wh2sqi74xn4q2yicc7jny5gi9-python3.8-future-0.18.2/lib/python3.8/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
../../nix/store/42b27xqbjaxim6g783p33263bm5hl9m5-python3.8-unittest2-1.1.0/lib/python3.8/site-packages/unittest2/compatibility.py:143
/nix/store/42b27xqbjaxim6g783p33263bm5hl9m5-python3.8-unittest2-1.1.0/lib/python3.8/site-packages/unittest2/compatibility.py:143: 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
class ChainMap(collections.MutableMapping):
tests/test_augment_zoom.py: 32 warnings
tests/test_multithreaded_augmenter.py: 36 warnings
tests/test_resample_augmentations.py: 60 warnings
tests/test_spatial_transformations.py: 242 warnings
/nix/store/ypx16d3p4q7jfs3690gf66220dwzdd9v-python3.8-scikit-image-0.17.2/lib/python3.8/site-packages/skimage/util/dtype.py:226: DeprecationWarning: Converting `np.inexact` or `np.floating` to a dtype is deprecated. The current result is `float64` which is not strictly correct.
dtypeobj_out = np.dtype(dtype)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
====================== 69 passed, 372 warnings in 48.12s =======================
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment