Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/9a49a914de34f0724ec870892eea354a to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/9a49a914de34f0724ec870892eea354a to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 34 seconds | https://github.com/NixOS/nixpkgs/pull/117004
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/b8bdjl0vzjv2bysdgpq35argsqhpprvy-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/source/scripts/dicomdir_test.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
copying dicom.py -> build/lib
creating build/lib/pydicom
copying pydicom/values.py -> build/lib/pydicom
copying pydicom/errors.py -> build/lib/pydicom
copying pydicom/dicomdir.py -> build/lib/pydicom
copying pydicom/dataset.py -> build/lib/pydicom
copying pydicom/filewriter.py -> build/lib/pydicom
copying pydicom/datadict.py -> build/lib/pydicom
copying pydicom/uid.py -> build/lib/pydicom
copying pydicom/fileset.py -> build/lib/pydicom
copying pydicom/fileutil.py -> build/lib/pydicom
copying pydicom/sequence.py -> build/lib/pydicom
copying pydicom/jsonrep.py -> build/lib/pydicom
copying pydicom/__init__.py -> build/lib/pydicom
copying pydicom/encaps.py -> build/lib/pydicom
copying pydicom/dataelem.py -> build/lib/pydicom
copying pydicom/_version.py -> build/lib/pydicom
copying pydicom/dicomio.py -> build/lib/pydicom
copying pydicom/filereader.py -> build/lib/pydicom
copying pydicom/_private_dict.py -> build/lib/pydicom
copying pydicom/tag.py -> build/lib/pydicom
copying pydicom/valuerep.py -> build/lib/pydicom
copying pydicom/compat.py -> build/lib/pydicom
copying pydicom/_uid_dict.py -> build/lib/pydicom
copying pydicom/filebase.py -> build/lib/pydicom
copying pydicom/_storage_sopclass_uids.py -> build/lib/pydicom
copying pydicom/misc.py -> build/lib/pydicom
copying pydicom/charset.py -> build/lib/pydicom
copying pydicom/multival.py -> build/lib/pydicom
copying pydicom/env_info.py -> build/lib/pydicom
copying pydicom/config.py -> build/lib/pydicom
copying pydicom/_dicom_dict.py -> build/lib/pydicom
creating build/lib/pydicom/util
copying pydicom/util/codify.py -> build/lib/pydicom/util
copying pydicom/util/__init__.py -> build/lib/pydicom/util
copying pydicom/util/leanread.py -> build/lib/pydicom/util
copying pydicom/util/fixer.py -> build/lib/pydicom/util
copying pydicom/util/hexutil.py -> build/lib/pydicom/util
copying pydicom/util/dump.py -> build/lib/pydicom/util
creating build/lib/pydicom/sr
copying pydicom/sr/_cid_dict.py -> build/lib/pydicom/sr
copying pydicom/sr/codedict.py -> build/lib/pydicom/sr
copying pydicom/sr/coding.py -> build/lib/pydicom/sr
copying pydicom/sr/__init__.py -> build/lib/pydicom/sr
copying pydicom/sr/_concepts_dict.py -> build/lib/pydicom/sr
copying pydicom/sr/_snomed_dict.py -> build/lib/pydicom/sr
creating build/lib/pydicom/overlay_data_handlers
copying pydicom/overlay_data_handlers/__init__.py -> build/lib/pydicom/overlay_data_handlers
creating build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/gdcm_handler.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/numpy_handler.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/jpeg_ls_handler.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/__init__.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/rle_handler.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/pylibjpeg_handler.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/util.py -> build/lib/pydicom/pixel_data_handlers
copying pydicom/pixel_data_handlers/pillow_handler.py -> build/lib/pydicom/pixel_data_handlers
creating build/lib/pydicom/data
copying pydicom/data/retry.py -> build/lib/pydicom/data
copying pydicom/data/__init__.py -> build/lib/pydicom/data
copying pydicom/data/download.py -> build/lib/pydicom/data
copying pydicom/data/data_manager.py -> build/lib/pydicom/data
creating build/lib/pydicom/benchmarks
copying pydicom/benchmarks/bench_handler_rle_encode.py -> build/lib/pydicom/benchmarks
copying pydicom/benchmarks/bench_encaps.py -> build/lib/pydicom/benchmarks
copying pydicom/benchmarks/__init__.py -> build/lib/pydicom/benchmarks
copying pydicom/benchmarks/bench_handler_rle_decode.py -> build/lib/pydicom/benchmarks
copying pydicom/benchmarks/bench_handler_numpy.py -> build/lib/pydicom/benchmarks
copying pydicom/benchmarks/bench_pixel_util.py -> build/lib/pydicom/benchmarks
creating build/lib/pydicom/overlays
copying pydicom/overlays/numpy_handler.py -> build/lib/pydicom/overlays
copying pydicom/overlays/__init__.py -> build/lib/pydicom/overlays
creating build/lib/pydicom/waveforms
copying pydicom/waveforms/numpy_handler.py -> build/lib/pydicom/waveforms
copying pydicom/waveforms/__init__.py -> build/lib/pydicom/waveforms
creating build/lib/pydicom/tests
copying pydicom/tests/test_json.py -> build/lib/pydicom/tests
copying pydicom/tests/test_misc.py -> build/lib/pydicom/tests
copying pydicom/tests/test_multival.py -> build/lib/pydicom/tests
copying pydicom/tests/test_config.py -> build/lib/pydicom/tests
copying pydicom/tests/test_sequence.py -> build/lib/pydicom/tests
copying pydicom/tests/test_rle_pixel_data.py -> build/lib/pydicom/tests
copying pydicom/tests/test_environment.py -> build/lib/pydicom/tests
copying pydicom/tests/test_fileset.py -> build/lib/pydicom/tests
copying pydicom/tests/_write_stds.py -> build/lib/pydicom/tests
copying pydicom/tests/test_valuerep.py -> build/lib/pydicom/tests
copying pydicom/tests/test_pylibjpeg.py -> build/lib/pydicom/tests
copying pydicom/tests/test_uid.py -> build/lib/pydicom/tests
copying pydicom/tests/test_filereader.py -> build/lib/pydicom/tests
copying pydicom/tests/test_jpeg_ls_pixel_data.py -> build/lib/pydicom/tests
copying pydicom/tests/test_env_info.py -> build/lib/pydicom/tests
copying pydicom/tests/test_filebase.py -> build/lib/pydicom/tests
copying pydicom/tests/test_values.py -> build/lib/pydicom/tests
copying pydicom/tests/test_dataset.py -> build/lib/pydicom/tests
copying pydicom/tests/test_coding.py -> build/lib/pydicom/tests
copying pydicom/tests/test_codedict.py -> build/lib/pydicom/tests
copying pydicom/tests/__init__.py -> build/lib/pydicom/tests
copying pydicom/tests/test_pillow_pixel_data.py -> build/lib/pydicom/tests
copying pydicom/tests/test_dictionary.py -> build/lib/pydicom/tests
copying pydicom/tests/test_filewriter.py -> build/lib/pydicom/tests
copying pydicom/tests/test_errors.py -> build/lib/pydicom/tests
copying pydicom/tests/test_util.py -> build/lib/pydicom/tests
copying pydicom/tests/test_JPEG_LS_transfer_syntax.py -> build/lib/pydicom/tests
copying pydicom/tests/test_waveform.py -> build/lib/pydicom/tests
copying pydicom/tests/test_dicomdir.py -> build/lib/pydicom/tests
copying pydicom/tests/test_handler_util.py -> build/lib/pydicom/tests
copying pydicom/tests/conftest.py -> build/lib/pydicom/tests
copying pydicom/tests/test_numpy_pixel_data.py -> build/lib/pydicom/tests
copying pydicom/tests/test_dataelem.py -> build/lib/pydicom/tests
copying pydicom/tests/test_tag.py -> build/lib/pydicom/tests
copying pydicom/tests/test_data_manager.py -> build/lib/pydicom/tests
copying pydicom/tests/test_rawread.py -> build/lib/pydicom/tests
copying pydicom/tests/test_charset.py -> build/lib/pydicom/tests
copying pydicom/tests/test_fileutil.py -> build/lib/pydicom/tests
copying pydicom/tests/test_overlay_np.py -> build/lib/pydicom/tests
copying pydicom/tests/test_encaps.py -> build/lib/pydicom/tests
copying pydicom/tests/test_unicode.py -> build/lib/pydicom/tests
copying pydicom/tests/test_gdcm_pixel_data.py -> build/lib/pydicom/tests
running egg_info
creating pydicom.egg-info
writing pydicom.egg-info/PKG-INFO
writing dependency_links to pydicom.egg-info/dependency_links.txt
writing top-level names to pydicom.egg-info/top_level.txt
writing manifest file 'pydicom.egg-info/SOURCES.txt'
reading manifest file 'pydicom.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pydicom.egg-info/SOURCES.txt'
copying pydicom/data/hashes.json -> build/lib/pydicom/data
copying pydicom/data/urls.json -> build/lib/pydicom/data
creating build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose_rle_1frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/meta_missing_tsyntax.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/liver_expb_1frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle_16bit.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtplan.dump -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/reportsi.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/test_PN.json -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/ExplVR_BigEnd.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/J2K_pixelrep_mismatch.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/test1.json -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/badVR.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose_expb_1frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_jp2klossless.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/693_J2KI.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_ybr_full_422_uncompressed.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_jpeg_dcmtk.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/no_meta_group_length.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cr.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_expb.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/nested_priv_SQ.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/zipMR.gz -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_bigendian.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/JPEG2000.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/reportsi_with_empty_number_tags.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_RLE.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtplan.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtstruct.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtstruct.dump -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle_16bit_2frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/GDCMJ2K_TextGBR.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_gdcm_KY.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle_2frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose_rle.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/waveform_ecg.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/CT_small.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_jpeg_gdcm.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_small_odd_jpeg.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/no_meta.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/JPGExtended.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_small_odd.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle_32bit_2frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_truncated.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/test-SR.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_jpeg_ls_lossless.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/priv_SQ.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_jpeg_lossy_gdcm.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose_1frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/JPEG2000-embedded-sequence-delimiter.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtdose_expb.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/ExplVR_LitEndNoMeta.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/README.txt -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/rtplan_truncated.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/liver_1frame.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/SC_rgb_rle_32bit.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_implicit.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/empty_charset_LEI.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/image_dfl.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/MR_small_padded.dcm -> build/lib/pydicom/data/test_files
copying pydicom/data/test_files/JPEG-lossy.dcm -> build/lib/pydicom/data/test_files
creating build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-empty.dcm -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-reordered -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-implicit -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-nooffset -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-nopatient -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/DICOMDIR-bigEnd -> build/lib/pydicom/data/test_files/dicomdirtests
copying pydicom/data/test_files/dicomdirtests/README.txt -> build/lib/pydicom/data/test_files/dicomdirtests
creating build/lib/pydicom/data/test_files/dicomdirtests/77654033
creating build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR1
copying pydicom/data/test_files/dicomdirtests/77654033/CR1/6154 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR1
creating build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying pydicom/data/test_files/dicomdirtests/77654033/CT2/17196 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying pydicom/data/test_files/dicomdirtests/77654033/CT2/17166 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying pydicom/data/test_files/dicomdirtests/77654033/CT2/17136 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying pydicom/data/test_files/dicomdirtests/77654033/CT2/17106 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2
creating build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR2
copying pydicom/data/test_files/dicomdirtests/77654033/CR2/6247 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR2
creating build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR3
copying pydicom/data/test_files/dicomdirtests/77654033/CR3/6278 -> build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR3
creating build/lib/pydicom/data/test_files/dicomdirtests/98892001
creating build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT2N
copying pydicom/data/test_files/dicomdirtests/98892001/CT2N/6293 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT2N
copying pydicom/data/test_files/dicomdirtests/98892001/CT2N/6924 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT2N
creating build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying pydicom/data/test_files/dicomdirtests/98892001/CT5N/2693 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying pydicom/data/test_files/dicomdirtests/98892001/CT5N/3023 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying pydicom/data/test_files/dicomdirtests/98892001/CT5N/2062 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying pydicom/data/test_files/dicomdirtests/98892001/CT5N/3353 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying pydicom/data/test_files/dicomdirtests/98892001/CT5N/2392 -> build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N
creating build/lib/pydicom/data/test_files/dicomdirtests/98892003
creating build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying pydicom/data/test_files/dicomdirtests/98892003/MR1/4919 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying pydicom/data/test_files/dicomdirtests/98892003/MR1/15820 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying pydicom/data/test_files/dicomdirtests/98892003/MR1/5641 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1
creating build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4558 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4467 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4678 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4648 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4588 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4618 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying pydicom/data/test_files/dicomdirtests/98892003/MR700/4528 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700
creating build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/4981 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/5011 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/6273 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/15970 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/6935 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/4950 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying pydicom/data/test_files/dicomdirtests/98892003/MR2/6605 -> build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2
creating build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/DICOMDIR -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/README -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha
creating build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000
creating build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000
creating build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000M -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000018 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000000 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000C -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000E -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000N -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000013 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000016 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000007 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000U -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000012 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000B -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000A -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000006 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001C -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000015 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000009 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000005 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001A -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000019 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000010 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000G -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001D -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000V -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000L -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001B -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000014 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000008 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000001 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000F -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Y -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000K -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000H -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000O -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000002 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000S -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000R -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000T -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000J -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000011 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000P -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Z -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000017 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Q -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000X -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000D -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000003 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000W -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000I -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000004 -> build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
creating build/lib/pydicom/data/palettes
copying pydicom/data/palettes/pet20step.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/hotiron.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/hotmetalblue.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/fall.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/README.md -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/winter.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/spring.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/summer.dcm -> build/lib/pydicom/data/palettes
copying pydicom/data/palettes/pet.dcm -> build/lib/pydicom/data/palettes
creating build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrArab.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrGreek.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/FileInfo.txt -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrRuss.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrX2.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrH32.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrKoreanMulti.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrFren.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrSQEncoding.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrGerm.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrH31.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrJapMulti.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrSQEncoding1.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrI2.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrFrenMulti.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrX1.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrJapMultiExplicitIR6.dcm -> build/lib/pydicom/data/charset_files
copying pydicom/data/charset_files/chrHbrw.dcm -> build/lib/pydicom/data/charset_files
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/pydicom
copying build/lib/pydicom/values.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/errors.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/dicomdir.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/codify.py -> build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/leanread.py -> build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/fixer.py -> build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/hexutil.py -> build/bdist.linux-aarch64/wheel/pydicom/util
copying build/lib/pydicom/util/dump.py -> build/bdist.linux-aarch64/wheel/pydicom/util
creating build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/_cid_dict.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/codedict.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/coding.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/_concepts_dict.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/sr/_snomed_dict.py -> build/bdist.linux-aarch64/wheel/pydicom/sr
copying build/lib/pydicom/dataset.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/filewriter.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/datadict.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/uid.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/fileset.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/overlay_data_handlers
copying build/lib/pydicom/overlay_data_handlers/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/overlay_data_handlers
copying build/lib/pydicom/fileutil.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/gdcm_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/numpy_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/jpeg_ls_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/rle_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/pylibjpeg_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/util.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
copying build/lib/pydicom/pixel_data_handlers/pillow_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/pixel_data_handlers
creating build/bdist.linux-aarch64/wheel/pydicom/data
copying build/lib/pydicom/data/retry.py -> build/bdist.linux-aarch64/wheel/pydicom/data
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose_rle_1frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/meta_missing_tsyntax.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/liver_expb_1frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle_16bit.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtplan.dump -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/reportsi.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/test_PN.json -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/ExplVR_BigEnd.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/J2K_pixelrep_mismatch.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/test1.json -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/badVR.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose_expb_1frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_jp2klossless.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/693_J2KI.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_ybr_full_422_uncompressed.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_jpeg_dcmtk.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/no_meta_group_length.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cr.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_expb.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/nested_priv_SQ.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/zipMR.gz -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_bigendian.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/JPEG2000.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/reportsi_with_empty_number_tags.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_RLE.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtplan.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtstruct.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtstruct.dump -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle_16bit_2frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/GDCMJ2K_TextGBR.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_gdcm_KY.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle_2frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose_rle.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/waveform_ecg.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/CT_small.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_jpeg_gdcm.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_small_odd_jpeg.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/no_meta.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR1
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR1/6154 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR1
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2/17196 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2/17166 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2/17136 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CT2
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CT2/17106 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CT2
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR2
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR2/6247 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR2
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR3
copying build/lib/pydicom/data/test_files/dicomdirtests/77654033/CR3/6278 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/77654033/CR3
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT2N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6293 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT2N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT2N/6924 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT2N
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2693 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3023 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2062 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N/3353 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
copying build/lib/pydicom/data/test_files/dicomdirtests/98892001/CT5N/2392 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892001/CT5N
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1/4919 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1/15820 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR1
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR1/5641 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR1
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4558 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4467 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4678 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4648 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4588 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4618 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR700/4528 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR700
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/4981 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/5011 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/6273 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/15970 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/6935 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/4950 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/98892003/MR2/6605 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/98892003/MR2
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-empty.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-reordered -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-implicit -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-nooffset -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-nopatient -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/DICOMDIR-bigEnd -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
copying build/lib/pydicom/data/test_files/dicomdirtests/README.txt -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/DICOMDIR -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000
creating build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000M -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000018 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000000 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000C -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000E -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000N -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000013 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000016 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000007 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000U -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000012 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000B -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000A -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000006 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001C -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000015 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000009 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000005 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001A -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000019 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000010 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000G -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001D -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000V -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000L -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001B -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000014 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000008 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000001 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000F -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Y -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000K -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000H -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000O -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000002 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000S -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000R -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000T -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000J -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000011 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000P -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Z -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000017 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Q -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000X -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000D -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000003 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000W -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000I -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000004 -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000
copying build/lib/pydicom/data/test_files/dicomdirtests/tiny_alpha/README -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files/dicomdirtests/tiny_alpha
copying build/lib/pydicom/data/test_files/JPGExtended.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_small_odd.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle_32bit_2frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_truncated.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/test-SR.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_jpeg_ls_lossless.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/priv_SQ.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_jpeg_lossy_gdcm.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose_1frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/JPEG2000-embedded-sequence-delimiter.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtdose_expb.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/ExplVR_LitEndNoMeta.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/README.txt -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/rtplan_truncated.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/liver_1frame.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/SC_rgb_rle_32bit.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_implicit.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/empty_charset_LEI.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/image_dfl.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/MR_small_padded.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/test_files/JPEG-lossy.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/test_files
copying build/lib/pydicom/data/hashes.json -> build/bdist.linux-aarch64/wheel/pydicom/data
copying build/lib/pydicom/data/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/data
creating build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/pet20step.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/hotiron.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/hotmetalblue.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/fall.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/README.md -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/winter.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/spring.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/summer.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/palettes/pet.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/palettes
copying build/lib/pydicom/data/download.py -> build/bdist.linux-aarch64/wheel/pydicom/data
creating build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrArab.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrGreek.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/FileInfo.txt -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrRuss.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrX2.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrH32.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrKoreanMulti.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrFren.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrSQEncoding.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrGerm.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrH31.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrJapMulti.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrSQEncoding1.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrI2.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrFrenMulti.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrX1.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrJapMultiExplicitIR6.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/charset_files/chrHbrw.dcm -> build/bdist.linux-aarch64/wheel/pydicom/data/charset_files
copying build/lib/pydicom/data/data_manager.py -> build/bdist.linux-aarch64/wheel/pydicom/data
copying build/lib/pydicom/data/urls.json -> build/bdist.linux-aarch64/wheel/pydicom/data
copying build/lib/pydicom/sequence.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/jsonrep.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/encaps.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/dataelem.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/bench_handler_rle_encode.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/bench_encaps.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/bench_handler_rle_decode.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/bench_handler_numpy.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/benchmarks/bench_pixel_util.py -> build/bdist.linux-aarch64/wheel/pydicom/benchmarks
copying build/lib/pydicom/_version.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/dicomio.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/filereader.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/_private_dict.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/tag.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/valuerep.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/compat.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/_uid_dict.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/filebase.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/_storage_sopclass_uids.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/misc.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/overlays
copying build/lib/pydicom/overlays/numpy_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/overlays
copying build/lib/pydicom/overlays/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/overlays
copying build/lib/pydicom/charset.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/waveforms
copying build/lib/pydicom/waveforms/numpy_handler.py -> build/bdist.linux-aarch64/wheel/pydicom/waveforms
copying build/lib/pydicom/waveforms/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/waveforms
copying build/lib/pydicom/multival.py -> build/bdist.linux-aarch64/wheel/pydicom
creating build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_json.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_misc.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_multival.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_config.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_sequence.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_rle_pixel_data.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_environment.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_fileset.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/_write_stds.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_valuerep.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_pylibjpeg.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_uid.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_filereader.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_jpeg_ls_pixel_data.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_env_info.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_filebase.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_values.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_dataset.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_coding.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_codedict.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/__init__.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_pillow_pixel_data.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_dictionary.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_filewriter.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_errors.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_util.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_JPEG_LS_transfer_syntax.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_waveform.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_dicomdir.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_handler_util.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/conftest.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_numpy_pixel_data.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_dataelem.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_tag.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_data_manager.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_rawread.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_charset.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_fileutil.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_overlay_np.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_encaps.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_unicode.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/tests/test_gdcm_pixel_data.py -> build/bdist.linux-aarch64/wheel/pydicom/tests
copying build/lib/pydicom/env_info.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/config.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/pydicom/_dicom_dict.py -> build/bdist.linux-aarch64/wheel/pydicom
copying build/lib/dicom.py -> build/bdist.linux-aarch64/wheel
running install_egg_info
Copying pydicom.egg-info to build/bdist.linux-aarch64/wheel/pydicom-2.1.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/pydicom-2.1.2.dist-info/WHEEL
creating 'dist/pydicom-2.1.2-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'dicom.py'
adding 'pydicom/__init__.py'
adding 'pydicom/_dicom_dict.py'
adding 'pydicom/_private_dict.py'
adding 'pydicom/_storage_sopclass_uids.py'
adding 'pydicom/_uid_dict.py'
adding 'pydicom/_version.py'
adding 'pydicom/charset.py'
adding 'pydicom/compat.py'
adding 'pydicom/config.py'
adding 'pydicom/datadict.py'
adding 'pydicom/dataelem.py'
adding 'pydicom/dataset.py'
adding 'pydicom/dicomdir.py'
adding 'pydicom/dicomio.py'
adding 'pydicom/encaps.py'
adding 'pydicom/env_info.py'
adding 'pydicom/errors.py'
adding 'pydicom/filebase.py'
adding 'pydicom/filereader.py'
adding 'pydicom/fileset.py'
adding 'pydicom/fileutil.py'
adding 'pydicom/filewriter.py'
adding 'pydicom/jsonrep.py'
adding 'pydicom/misc.py'
adding 'pydicom/multival.py'
adding 'pydicom/sequence.py'
adding 'pydicom/tag.py'
adding 'pydicom/uid.py'
adding 'pydicom/valuerep.py'
adding 'pydicom/values.py'
adding 'pydicom/benchmarks/__init__.py'
adding 'pydicom/benchmarks/bench_encaps.py'
adding 'pydicom/benchmarks/bench_handler_numpy.py'
adding 'pydicom/benchmarks/bench_handler_rle_decode.py'
adding 'pydicom/benchmarks/bench_handler_rle_encode.py'
adding 'pydicom/benchmarks/bench_pixel_util.py'
adding 'pydicom/data/__init__.py'
adding 'pydicom/data/data_manager.py'
adding 'pydicom/data/download.py'
adding 'pydicom/data/hashes.json'
adding 'pydicom/data/retry.py'
adding 'pydicom/data/urls.json'
adding 'pydicom/data/charset_files/FileInfo.txt'
adding 'pydicom/data/charset_files/chrArab.dcm'
adding 'pydicom/data/charset_files/chrFren.dcm'
adding 'pydicom/data/charset_files/chrFrenMulti.dcm'
adding 'pydicom/data/charset_files/chrGerm.dcm'
adding 'pydicom/data/charset_files/chrGreek.dcm'
adding 'pydicom/data/charset_files/chrH31.dcm'
adding 'pydicom/data/charset_files/chrH32.dcm'
adding 'pydicom/data/charset_files/chrHbrw.dcm'
adding 'pydicom/data/charset_files/chrI2.dcm'
adding 'pydicom/data/charset_files/chrJapMulti.dcm'
adding 'pydicom/data/charset_files/chrJapMultiExplicitIR6.dcm'
adding 'pydicom/data/charset_files/chrKoreanMulti.dcm'
adding 'pydicom/data/charset_files/chrRuss.dcm'
adding 'pydicom/data/charset_files/chrSQEncoding.dcm'
adding 'pydicom/data/charset_files/chrSQEncoding1.dcm'
adding 'pydicom/data/charset_files/chrX1.dcm'
adding 'pydicom/data/charset_files/chrX2.dcm'
adding 'pydicom/data/palettes/README.md'
adding 'pydicom/data/palettes/fall.dcm'
adding 'pydicom/data/palettes/hotiron.dcm'
adding 'pydicom/data/palettes/hotmetalblue.dcm'
adding 'pydicom/data/palettes/pet.dcm'
adding 'pydicom/data/palettes/pet20step.dcm'
adding 'pydicom/data/palettes/spring.dcm'
adding 'pydicom/data/palettes/summer.dcm'
adding 'pydicom/data/palettes/winter.dcm'
adding 'pydicom/data/test_files/693_J2KI.dcm'
adding 'pydicom/data/test_files/CT_small.dcm'
adding 'pydicom/data/test_files/ExplVR_BigEnd.dcm'
adding 'pydicom/data/test_files/ExplVR_BigEndNoMeta.dcm'
adding 'pydicom/data/test_files/ExplVR_LitEndNoMeta.dcm'
adding 'pydicom/data/test_files/GDCMJ2K_TextGBR.dcm'
adding 'pydicom/data/test_files/J2K_pixelrep_mismatch.dcm'
adding 'pydicom/data/test_files/JPEG-lossy.dcm'
adding 'pydicom/data/test_files/JPEG2000-embedded-sequence-delimiter.dcm'
adding 'pydicom/data/test_files/JPEG2000.dcm'
adding 'pydicom/data/test_files/JPGExtended.dcm'
adding 'pydicom/data/test_files/MR_small.dcm'
adding 'pydicom/data/test_files/MR_small_RLE.dcm'
adding 'pydicom/data/test_files/MR_small_bigendian.dcm'
adding 'pydicom/data/test_files/MR_small_expb.dcm'
adding 'pydicom/data/test_files/MR_small_implicit.dcm'
adding 'pydicom/data/test_files/MR_small_jp2klossless.dcm'
adding 'pydicom/data/test_files/MR_small_jpeg_ls_lossless.dcm'
adding 'pydicom/data/test_files/MR_small_padded.dcm'
adding 'pydicom/data/test_files/MR_truncated.dcm'
adding 'pydicom/data/test_files/README.txt'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cr.dcm'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm'
adding 'pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm'
adding 'pydicom/data/test_files/SC_rgb_gdcm_KY.dcm'
adding 'pydicom/data/test_files/SC_rgb_jpeg_dcmtk.dcm'
adding 'pydicom/data/test_files/SC_rgb_jpeg_gdcm.dcm'
adding 'pydicom/data/test_files/SC_rgb_jpeg_lossy_gdcm.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle_16bit.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle_16bit_2frame.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle_2frame.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle_32bit.dcm'
adding 'pydicom/data/test_files/SC_rgb_rle_32bit_2frame.dcm'
adding 'pydicom/data/test_files/SC_rgb_small_odd.dcm'
adding 'pydicom/data/test_files/SC_rgb_small_odd_jpeg.dcm'
adding 'pydicom/data/test_files/SC_ybr_full_422_uncompressed.dcm'
adding 'pydicom/data/test_files/badVR.dcm'
adding 'pydicom/data/test_files/empty_charset_LEI.dcm'
adding 'pydicom/data/test_files/image_dfl.dcm'
adding 'pydicom/data/test_files/liver_1frame.dcm'
adding 'pydicom/data/test_files/liver_expb_1frame.dcm'
adding 'pydicom/data/test_files/meta_missing_tsyntax.dcm'
adding 'pydicom/data/test_files/nested_priv_SQ.dcm'
adding 'pydicom/data/test_files/no_meta.dcm'
adding 'pydicom/data/test_files/no_meta_group_length.dcm'
adding 'pydicom/data/test_files/priv_SQ.dcm'
adding 'pydicom/data/test_files/reportsi.dcm'
adding 'pydicom/data/test_files/reportsi_with_empty_number_tags.dcm'
adding 'pydicom/data/test_files/rtdose.dcm'
adding 'pydicom/data/test_files/rtdose_1frame.dcm'
adding 'pydicom/data/test_files/rtdose_expb.dcm'
adding 'pydicom/data/test_files/rtdose_expb_1frame.dcm'
adding 'pydicom/data/test_files/rtdose_rle.dcm'
adding 'pydicom/data/test_files/rtdose_rle_1frame.dcm'
adding 'pydicom/data/test_files/rtplan.dcm'
adding 'pydicom/data/test_files/rtplan.dump'
adding 'pydicom/data/test_files/rtplan_truncated.dcm'
adding 'pydicom/data/test_files/rtstruct.dcm'
adding 'pydicom/data/test_files/rtstruct.dump'
adding 'pydicom/data/test_files/test-SR.dcm'
adding 'pydicom/data/test_files/test1.json'
adding 'pydicom/data/test_files/test_PN.json'
adding 'pydicom/data/test_files/waveform_ecg.dcm'
adding 'pydicom/data/test_files/zipMR.gz'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-bigEnd'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-empty.dcm'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-implicit'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-nooffset'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-nopatient'
adding 'pydicom/data/test_files/dicomdirtests/DICOMDIR-reordered'
adding 'pydicom/data/test_files/dicomdirtests/README.txt'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CR1/6154'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CR2/6247'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CR3/6278'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CT2/17106'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CT2/17136'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CT2/17166'
adding 'pydicom/data/test_files/dicomdirtests/77654033/CT2/17196'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT2N/6293'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT2N/6924'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT5N/2062'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT5N/2392'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT5N/2693'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT5N/3023'
adding 'pydicom/data/test_files/dicomdirtests/98892001/CT5N/3353'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR1/15820'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR1/4919'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR1/5641'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/15970'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/4950'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/4981'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/5011'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/6273'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/6605'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR2/6935'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4467'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4528'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4558'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4588'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4618'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4648'
adding 'pydicom/data/test_files/dicomdirtests/98892003/MR700/4678'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/DICOMDIR'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/README'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000000'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000001'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000002'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000003'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000004'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000005'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000006'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000007'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000008'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000009'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000A'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000B'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000C'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000D'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000E'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000F'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000G'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000H'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000I'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000J'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000K'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000L'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000M'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000N'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000O'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000P'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Q'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000R'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000S'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000T'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000U'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000V'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000W'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000X'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Y'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00000Z'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000010'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000011'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000012'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000013'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000014'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000015'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000016'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000017'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000018'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM000019'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001A'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001B'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001C'
adding 'pydicom/data/test_files/dicomdirtests/tiny_alpha/PT000000/ST000000/SE000000/IM00001D'
adding 'pydicom/overlay_data_handlers/__init__.py'
adding 'pydicom/overlays/__init__.py'
adding 'pydicom/overlays/numpy_handler.py'
adding 'pydicom/pixel_data_handlers/__init__.py'
adding 'pydicom/pixel_data_handlers/gdcm_handler.py'
adding 'pydicom/pixel_data_handlers/jpeg_ls_handler.py'
adding 'pydicom/pixel_data_handlers/numpy_handler.py'
adding 'pydicom/pixel_data_handlers/pillow_handler.py'
adding 'pydicom/pixel_data_handlers/pylibjpeg_handler.py'
adding 'pydicom/pixel_data_handlers/rle_handler.py'
adding 'pydicom/pixel_data_handlers/util.py'
adding 'pydicom/sr/__init__.py'
adding 'pydicom/sr/_cid_dict.py'
adding 'pydicom/sr/_concepts_dict.py'
adding 'pydicom/sr/_snomed_dict.py'
adding 'pydicom/sr/codedict.py'
adding 'pydicom/sr/coding.py'
adding 'pydicom/tests/__init__.py'
adding 'pydicom/tests/_write_stds.py'
adding 'pydicom/tests/conftest.py'
adding 'pydicom/tests/test_JPEG_LS_transfer_syntax.py'
adding 'pydicom/tests/test_charset.py'
adding 'pydicom/tests/test_codedict.py'
adding 'pydicom/tests/test_coding.py'
adding 'pydicom/tests/test_config.py'
adding 'pydicom/tests/test_data_manager.py'
adding 'pydicom/tests/test_dataelem.py'
adding 'pydicom/tests/test_dataset.py'
adding 'pydicom/tests/test_dicomdir.py'
adding 'pydicom/tests/test_dictionary.py'
adding 'pydicom/tests/test_encaps.py'
adding 'pydicom/tests/test_env_info.py'
adding 'pydicom/tests/test_environment.py'
adding 'pydicom/tests/test_errors.py'
adding 'pydicom/tests/test_filebase.py'
adding 'pydicom/tests/test_filereader.py'
adding 'pydicom/tests/test_fileset.py'
adding 'pydicom/tests/test_fileutil.py'
adding 'pydicom/tests/test_filewriter.py'
adding 'pydicom/tests/test_gdcm_pixel_data.py'
adding 'pydicom/tests/test_handler_util.py'
adding 'pydicom/tests/test_jpeg_ls_pixel_data.py'
adding 'pydicom/tests/test_json.py'
adding 'pydicom/tests/test_misc.py'
adding 'pydicom/tests/test_multival.py'
adding 'pydicom/tests/test_numpy_pixel_data.py'
adding 'pydicom/tests/test_overlay_np.py'
adding 'pydicom/tests/test_pillow_pixel_data.py'
adding 'pydicom/tests/test_pylibjpeg.py'
adding 'pydicom/tests/test_rawread.py'
adding 'pydicom/tests/test_rle_pixel_data.py'
adding 'pydicom/tests/test_sequence.py'
adding 'pydicom/tests/test_tag.py'
adding 'pydicom/tests/test_uid.py'
adding 'pydicom/tests/test_unicode.py'
adding 'pydicom/tests/test_util.py'
adding 'pydicom/tests/test_valuerep.py'
adding 'pydicom/tests/test_values.py'
adding 'pydicom/tests/test_waveform.py'
adding 'pydicom/util/__init__.py'
adding 'pydicom/util/codify.py'
adding 'pydicom/util/dump.py'
adding 'pydicom/util/fixer.py'
adding 'pydicom/util/hexutil.py'
adding 'pydicom/util/leanread.py'
adding 'pydicom/waveforms/__init__.py'
adding 'pydicom/waveforms/numpy_handler.py'
adding 'pydicom-2.1.2.dist-info/LICENSE'
adding 'pydicom-2.1.2.dist-info/METADATA'
adding 'pydicom-2.1.2.dist-info/WHEEL'
adding 'pydicom-2.1.2.dist-info/top_level.txt'
adding 'pydicom-2.1.2.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 ./pydicom-2.1.2-py3-none-any.whl
Installing collected packages: pydicom
Successfully installed pydicom-2.1.2
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ncvxys6r0m2a5qnvivw5y4iidymhnpv8-python3.8-pydicom-2.1.2
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ncvxys6r0m2a5qnvivw5y4iidymhnpv8-python3.8-pydicom-2.1.2/lib
patching script interpreter paths in /nix/store/ncvxys6r0m2a5qnvivw5y4iidymhnpv8-python3.8-pydicom-2.1.2
checking for references to /build/ in /nix/store/ncvxys6r0m2a5qnvivw5y4iidymhnpv8-python3.8-pydicom-2.1.2...
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.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source
collecting ...
collecting 0 items
collecting 92 items
collecting 322 items
collecting 579 items
collecting 885 items
collecting 944 items
collecting 1324 items
collecting 1564 items
collecting 1812 items
collecting 2078 items
collected 2105 items / 2 deselected / 2103 selected
pydicom/tests/test_JPEG_LS_transfer_syntax.py ....ssss.. [ 0%]
pydicom/tests/test_charset.py .......................................... [ 2%]
.............. [ 3%]
pydicom/tests/test_codedict.py .......................... [ 4%]
pydicom/tests/test_coding.py ........ [ 4%]
pydicom/tests/test_config.py ............ [ 5%]
pydicom/tests/test_data_manager.py ....sssssssssss.... [ 6%]
pydicom/tests/test_dataelem.py ......................................... [ 8%]
. [ 8%]
pydicom/tests/test_dataset.py .......................................... [ 10%]
........................................................................ [ 13%]
...................... [ 14%]
pydicom/tests/test_dicomdir.py ............ [ 15%]
pydicom/tests/test_dictionary.py ................. [ 16%]
pydicom/tests/test_encaps.py ........................................... [ 18%]
............................. [ 19%]
pydicom/tests/test_env_info.py .. [ 19%]
pydicom/tests/test_environment.py ssssss [ 19%]
pydicom/tests/test_errors.py .. [ 19%]
pydicom/tests/test_filebase.py ........................ [ 21%]
pydicom/tests/test_filereader.py ....................................... [ 22%]
............................................................s..s..s..... [ 26%]
.s............. [ 27%]
pydicom/tests/test_fileset.py .......................................... [ 29%]
........................................................................ [ 32%]
............................... [ 33%]
pydicom/tests/test_fileutil.py ... [ 34%]
pydicom/tests/test_filewriter.py ....................................... [ 35%]
........................................................................ [ 39%]
.................................................... [ 41%]
pydicom/tests/test_gdcm_pixel_data.py ...........sssssssssssssssssssssss [ 43%]
sssssssssssssssssssssssss [ 44%]
pydicom/tests/test_handler_util.py ss................................... [ 46%]
........................................................................ [ 49%]
........................................................................ [ 53%]
........................................................................ [ 56%]
........................................................ [ 59%]
pydicom/tests/test_jpeg_ls_pixel_data.py ........sssssssssssssss [ 60%]
pydicom/tests/test_json.py ....................... [ 61%]
pydicom/tests/test_misc.py .. [ 61%]
pydicom/tests/test_multival.py .............. [ 62%]
pydicom/tests/test_numpy_pixel_data.py .ssssssssssssssssssssss.......... [ 63%]
...........................................ss........................... [ 67%]
........................................................................ [ 70%]
..... [ 70%]
pydicom/tests/test_overlay_np.py ssss...s............................... [ 72%]
................... [ 73%]
pydicom/tests/test_pillow_pixel_data.py .sssssssssss.................... [ 75%]
..................FFFF....................................X.X....... [ 78%]
pydicom/tests/test_pylibjpeg.py .sssssssssssssssssssssssssssssssssssssss [ 80%]
ssssssssssssssssssssssssssssssssssss [ 82%]
pydicom/tests/test_rawread.py ................ [ 82%]
pydicom/tests/test_rle_pixel_data.py .sssssssssssssssssssssssssss....... [ 84%]
........................................................................ [ 87%]
........................................... [ 90%]
pydicom/tests/test_sequence.py ......... [ 90%]
pydicom/tests/test_tag.py ............................................ [ 92%]
pydicom/tests/test_uid.py ............................................ [ 94%]
pydicom/tests/test_unicode.py . [ 94%]
pydicom/tests/test_util.py ........................ [ 95%]
pydicom/tests/test_valuerep.py ......................................... [ 97%]
............... [ 98%]
pydicom/tests/test_values.py ...ss..........s..... [ 99%]
pydicom/tests/test_waveform.py s.......... [100%]
=================================== FAILURES ===================================
_ TestPillowHandler_JPEG2K.test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_UNCI.dcm-fixes8] _
self = <pydicom.tests.test_pillow_pixel_data.TestPillowHandler_JPEG2K object at 0xffffeac54400>
fpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_J2KI.dcm'
rpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_UNCI.dcm'
fixes = {}
@pytest.mark.parametrize('fpath, rpath, fixes', JPEG2K_MATCHING_DATASETS)
def test_array(self, fpath, rpath, fixes):
"""Test pixel_array returns correct values."""
ds = dcmread(fpath)
# May need to correct some element values
for kw, val in fixes.items():
setattr(ds, kw, val)
arr = ds.pixel_array
if 'YBR_FULL' in ds.PhotometricInterpretation:
arr = convert_color_space(arr, ds.PhotometricInterpretation, 'RGB')
ref = dcmread(rpath).pixel_array
> assert np.array_equal(arr, ref)
E assert False
E + where False = <function array_equal at 0xffffed118820>(array([[[0, 0, 0],\n [0, 0, 0],\n [0, 0, 0],\n ...,\n [0, 0, 0],\n [0, 0, 0],\n [0... [0, 0, 0],\n [0, 0, 0],\n ...,\n [1, 1, 1],\n [1, 1, 1],\n [1, 1, 1]]], dtype=uint8), array([[[0, 0, 0],\n [0, 0, 0],\n [0, 0, 0],\n ...,\n [0, 0, 0],\n [0, 0, 0],\n [0... [0, 0, 0],\n [0, 0, 0],\n ...,\n [1, 1, 1],\n [1, 1, 1],\n [1, 1, 1]]], dtype=uint8))
E + where <function array_equal at 0xffffed118820> = np.array_equal
pydicom/tests/test_pillow_pixel_data.py:443: AssertionError
_ TestPillowHandler_JPEG2K.test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_UNCI.dcm-fixes9] _
self = <pydicom.tests.test_pillow_pixel_data.TestPillowHandler_JPEG2K object at 0xffffeb4293a0>
fpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_J2KI.dcm'
rpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_UNCI.dcm'
fixes = {}
@pytest.mark.parametrize('fpath, rpath, fixes', JPEG2K_MATCHING_DATASETS)
def test_array(self, fpath, rpath, fixes):
"""Test pixel_array returns correct values."""
ds = dcmread(fpath)
# May need to correct some element values
for kw, val in fixes.items():
setattr(ds, kw, val)
arr = ds.pixel_array
if 'YBR_FULL' in ds.PhotometricInterpretation:
arr = convert_color_space(arr, ds.PhotometricInterpretation, 'RGB')
ref = dcmread(rpath).pixel_array
> assert np.array_equal(arr, ref)
E assert False
E + where False = <function array_equal at 0xffffed118820>(array([[0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n ...,\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0]], dtype=uint16), array([[0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n ...,\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0]], dtype=uint16))
E + where <function array_equal at 0xffffed118820> = np.array_equal
pydicom/tests/test_pillow_pixel_data.py:443: AssertionError
_ TestPillowHandler_JPEG2K.test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_UNCI.dcm-fixes10] _
self = <pydicom.tests.test_pillow_pixel_data.TestPillowHandler_JPEG2K object at 0xffffeb53a100>
fpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_J2KI.dcm'
rpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_UNCI.dcm'
fixes = {}
@pytest.mark.parametrize('fpath, rpath, fixes', JPEG2K_MATCHING_DATASETS)
def test_array(self, fpath, rpath, fixes):
"""Test pixel_array returns correct values."""
ds = dcmread(fpath)
# May need to correct some element values
for kw, val in fixes.items():
setattr(ds, kw, val)
arr = ds.pixel_array
if 'YBR_FULL' in ds.PhotometricInterpretation:
arr = convert_color_space(arr, ds.PhotometricInterpretation, 'RGB')
ref = dcmread(rpath).pixel_array
> assert np.array_equal(arr, ref)
E assert False
E + where False = <function array_equal at 0xffffed118820>(array([[0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n ...,\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0]], dtype=uint16), array([[0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n ...,\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0],\n [0, 0, 0, ..., 0, 0, 0]], dtype=uint16))
E + where <function array_equal at 0xffffed118820> = np.array_equal
pydicom/tests/test_pillow_pixel_data.py:443: AssertionError
_ TestPillowHandler_JPEG2K.test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_UNCI.dcm-fixes11] _
self = <pydicom.tests.test_pillow_pixel_data.TestPillowHandler_JPEG2K object at 0xffffeb3a5280>
fpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_J2KI.dcm'
rpath = '/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_UNCI.dcm'
fixes = {}
@pytest.mark.parametrize('fpath, rpath, fixes', JPEG2K_MATCHING_DATASETS)
def test_array(self, fpath, rpath, fixes):
"""Test pixel_array returns correct values."""
ds = dcmread(fpath)
# May need to correct some element values
for kw, val in fixes.items():
setattr(ds, kw, val)
arr = ds.pixel_array
if 'YBR_FULL' in ds.PhotometricInterpretation:
arr = convert_color_space(arr, ds.PhotometricInterpretation, 'RGB')
ref = dcmread(rpath).pixel_array
> assert np.array_equal(arr, ref)
E assert False
E + where False = <function array_equal at 0xffffed118820>(array([[18876, 18518, 18810, ..., 3920, 3679, 2279],\n [18875, 18517, 18810, ..., 3920, 3680, 2279],\n ...[20676, 20615, 20510, ..., 2445, 2639, 2962],\n [20640, 20617, 20540, ..., 2423, 2723, 2856]], dtype=uint16), array([[18876, 18518, 18810, ..., 3920, 3679, 2279],\n [18875, 18517, 18810, ..., 3920, 3680, 2279],\n ...[20676, 20615, 20510, ..., 2445, 2639, 2962],\n [20640, 20617, 20540, ..., 2423, 2723, 2856]], dtype=uint16))
E + where <function array_equal at 0xffffed118820> = np.array_equal
pydicom/tests/test_pillow_pixel_data.py:443: AssertionError
=============================== warnings summary ===============================
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_single_frame
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_multi_frame
pydicom/tests/test_numpy_pixel_data.py::TestNumpy_NumpyHandler::test_dataset_pixel_array_handler_needs_convert
/build/source/pydicom/pixel_data_handlers/util.py:673: 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
dtype=np.float
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_single_frame
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_multi_frame
pydicom/tests/test_numpy_pixel_data.py::TestNumpy_NumpyHandler::test_dataset_pixel_array_handler_needs_convert
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcynp_dcmd.dcm-values0]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcys2_dcmd.dcm-values1]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcyn1_dcmd.dcm-values2]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcyn2_dcmd.dcm-values3]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcys4_dcmd.dcm-values4]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_color_3d
/build/source/pydicom/pixel_data_handlers/util.py:713: 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
dtype=np.float
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_single_frame
pydicom/tests/test_handler_util.py::TestNumpy_ConvertColourSpace::test_rgb_ybr_rgb_multi_frame
pydicom/tests/test_numpy_pixel_data.py::TestNumpy_NumpyHandler::test_dataset_pixel_array_handler_needs_convert
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+np.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcynp_dcmd.dcm-values0]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s2.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcys2_dcmd.dcm-values1]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n1.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcyn1_dcmd.dcm-values2]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+n2.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcyn2_dcmd.dcm-values3]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_array[/build/source/pydicom/data/test_files/SC_rgb_dcmtk_+eb+cy+s4.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/SC_rgb_dcmtk_ebcys4_dcmd.dcm-values4]
pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG::test_color_3d
/build/source/pydicom/pixel_data_handlers/util.py:716: 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
arr = arr.astype(np.float)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
FAILED pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG2K::test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/US1_UNCI.dcm-fixes8]
FAILED pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG2K::test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG3_UNCI.dcm-fixes9]
FAILED pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG2K::test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/MR2_UNCI.dcm-fixes10]
FAILED pydicom/tests/test_pillow_pixel_data.py::TestPillowHandler_JPEG2K::test_array[/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_J2KI.dcm-/nix/store/jkrxsdz9l629y74n2jfbn9zf6g8j95c9-source/data_store/data/RG1_UNCI.dcm-fixes11]
= 4 failed, 1861 passed, 236 skipped, 2 deselected, 2 xpassed, 21 warnings in 29.40s =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment