[Debian-astro-maintainers] Bug#1052813: python-asdf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

Lucas Nussbaum lucas at debian.org
Tue Sep 26 14:22:29 BST 2023


Source: python-asdf
Version: 2.15.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3,sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_asdf 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/pytest_asdf
> copying pytest_asdf/__init__.py -> build/lib/pytest_asdf
> copying pytest_asdf/plugin.py -> build/lib/pytest_asdf
> creating build/lib/asdf
> copying asdf/reference.py -> build/lib/asdf
> copying asdf/_types.py -> build/lib/asdf
> copying asdf/_node_info.py -> build/lib/asdf
> copying asdf/types.py -> build/lib/asdf
> copying asdf/generic_io.py -> build/lib/asdf
> copying asdf/constants.py -> build/lib/asdf
> copying asdf/block.py -> build/lib/asdf
> copying asdf/tagged.py -> build/lib/asdf
> copying asdf/_version.py -> build/lib/asdf
> copying asdf/entry_points.py -> build/lib/asdf
> copying asdf/yamlutil.py -> build/lib/asdf
> copying asdf/_type_index.py -> build/lib/asdf
> copying asdf/__init__.py -> build/lib/asdf
> copying asdf/conftest.py -> build/lib/asdf
> copying asdf/resource.py -> build/lib/asdf
> copying asdf/exceptions.py -> build/lib/asdf
> copying asdf/versioning.py -> build/lib/asdf
> copying asdf/treeutil.py -> build/lib/asdf
> copying asdf/type_index.py -> build/lib/asdf
> copying asdf/asdf.py -> build/lib/asdf
> copying asdf/search.py -> build/lib/asdf
> copying asdf/_resolver.py -> build/lib/asdf
> copying asdf/fits_embed.py -> build/lib/asdf
> copying asdf/_helpers.py -> build/lib/asdf
> copying asdf/stream.py -> build/lib/asdf
> copying asdf/_display.py -> build/lib/asdf
> copying asdf/util.py -> build/lib/asdf
> copying asdf/config.py -> build/lib/asdf
> copying asdf/schema.py -> build/lib/asdf
> copying asdf/_convenience.py -> build/lib/asdf
> copying asdf/compression.py -> build/lib/asdf
> copying asdf/resolver.py -> build/lib/asdf
> copying asdf/asdftypes.py -> build/lib/asdf
> creating build/lib/asdf/tags
> copying asdf/tags/__init__.py -> build/lib/asdf/tags
> creating build/lib/asdf/commands
> copying asdf/commands/remove_hdu.py -> build/lib/asdf/commands
> copying asdf/commands/extract.py -> build/lib/asdf/commands
> copying asdf/commands/defragment.py -> build/lib/asdf/commands
> copying asdf/commands/info.py -> build/lib/asdf/commands
> copying asdf/commands/extension.py -> build/lib/asdf/commands
> copying asdf/commands/main.py -> build/lib/asdf/commands
> copying asdf/commands/__init__.py -> build/lib/asdf/commands
> copying asdf/commands/exploded.py -> build/lib/asdf/commands
> copying asdf/commands/diff.py -> build/lib/asdf/commands
> copying asdf/commands/tags.py -> build/lib/asdf/commands
> copying asdf/commands/to_yaml.py -> build/lib/asdf/commands
> copying asdf/commands/edit.py -> build/lib/asdf/commands
> creating build/lib/asdf/_tests
> copying asdf/_tests/test_search.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_fits_embed.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_stream.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_treeutil.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_yaml.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_util.py -> build/lib/asdf/_tests
> copying asdf/_tests/__init__.py -> build/lib/asdf/_tests
> copying asdf/_tests/conftest.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_deprecated.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_types.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_config.py -> build/lib/asdf/_tests
> copying asdf/_tests/objects.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_generic_io.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_asdf.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_compression.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_api.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_reference_files.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_versioning.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_resolver.py -> build/lib/asdf/_tests
> copying asdf/_tests/_helpers.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_tagged.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_file_format.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_helpers.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_entry_points.py -> build/lib/asdf/_tests
> copying asdf/_tests/httpserver.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_reference.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_integration.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_extension.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_resource.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_info.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_schema.py -> build/lib/asdf/_tests
> copying asdf/_tests/test_array_blocks.py -> build/lib/asdf/_tests
> creating build/lib/asdf/testing
> copying asdf/testing/__init__.py -> build/lib/asdf/testing
> copying asdf/testing/helpers.py -> build/lib/asdf/testing
> creating build/lib/asdf/tests
> copying asdf/tests/__init__.py -> build/lib/asdf/tests
> copying asdf/tests/helpers.py -> build/lib/asdf/tests
> creating build/lib/asdf/extension
> copying asdf/extension/_tag.py -> build/lib/asdf/extension
> copying asdf/extension/_compressor.py -> build/lib/asdf/extension
> copying asdf/extension/_converter.py -> build/lib/asdf/extension
> copying asdf/extension/__init__.py -> build/lib/asdf/extension
> copying asdf/extension/_legacy.py -> build/lib/asdf/extension
> copying asdf/extension/_extension.py -> build/lib/asdf/extension
> copying asdf/extension/_manager.py -> build/lib/asdf/extension
> copying asdf/extension/_validator.py -> build/lib/asdf/extension
> copying asdf/extension/_manifest.py -> build/lib/asdf/extension
> creating build/lib/asdf/extern
> copying asdf/extern/RangeHTTPServer.py -> build/lib/asdf/extern
> copying asdf/extern/__init__.py -> build/lib/asdf/extern
> copying asdf/extern/atomicfile.py -> build/lib/asdf/extern
> creating build/lib/asdf/core
> copying asdf/core/_integration.py -> build/lib/asdf/core
> copying asdf/core/__init__.py -> build/lib/asdf/core
> copying asdf/core/_extensions.py -> build/lib/asdf/core
> creating build/lib/asdf/tags/core
> copying asdf/tags/core/external_reference.py -> build/lib/asdf/tags/core
> copying asdf/tags/core/ndarray.py -> build/lib/asdf/tags/core
> copying asdf/tags/core/__init__.py -> build/lib/asdf/tags/core
> copying asdf/tags/core/integer.py -> build/lib/asdf/tags/core
> copying asdf/tags/core/constant.py -> build/lib/asdf/tags/core
> copying asdf/tags/core/complex.py -> build/lib/asdf/tags/core
> creating build/lib/asdf/_tests/tags
> copying asdf/_tests/tags/__init__.py -> build/lib/asdf/_tests/tags
> creating build/lib/asdf/_tests/data
> copying asdf/_tests/data/__init__.py -> build/lib/asdf/_tests/data
> creating build/lib/asdf/_tests/core
> copying asdf/_tests/core/__init__.py -> build/lib/asdf/_tests/core
> creating build/lib/asdf/_tests/tags/core
> copying asdf/_tests/tags/core/__init__.py -> build/lib/asdf/_tests/tags/core
> creating build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_external_reference.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_extension_metadata.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/__init__.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_integer.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_complex.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_history.py -> build/lib/asdf/_tests/tags/core/tests
> copying asdf/_tests/tags/core/tests/test_ndarray.py -> build/lib/asdf/_tests/tags/core/tests
> creating build/lib/asdf/_tests/tags/core/tests/data
> copying asdf/_tests/tags/core/tests/data/__init__.py -> build/lib/asdf/_tests/tags/core/tests/data
> creating build/lib/asdf/_tests/commands
> creating build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_remove_hdu.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_exploded.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_diff.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/__init__.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_extract.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_main.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_defragment.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_tags.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_extension.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_info.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_edit.py -> build/lib/asdf/_tests/commands/tests
> copying asdf/_tests/commands/tests/test_to_yaml.py -> build/lib/asdf/_tests/commands/tests
> creating build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/__init__.py -> build/lib/asdf/_tests/commands/tests/data
> creating build/lib/asdf/_tests/core/tests
> copying asdf/_tests/core/tests/__init__.py -> build/lib/asdf/_tests/core/tests
> copying asdf/_tests/core/tests/test_integration.py -> build/lib/asdf/_tests/core/tests
> creating build/lib/asdf/core/_validators
> copying asdf/core/_validators/ndarray.py -> build/lib/asdf/core/_validators
> copying asdf/core/_validators/__init__.py -> build/lib/asdf/core/_validators
> running egg_info
> creating asdf.egg-info
> writing asdf.egg-info/PKG-INFO
> writing dependency_links to asdf.egg-info/dependency_links.txt
> writing entry points to asdf.egg-info/entry_points.txt
> writing requirements to asdf.egg-info/requires.txt
> writing top-level names to asdf.egg-info/top_level.txt
> writing manifest file 'asdf.egg-info/SOURCES.txt'
> reading manifest file 'asdf.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'docs/_build'
> no previously-included directories found matching 'docs/api'
> warning: no previously-included files matching '*.pyc' found anywhere in distribution
> warning: no previously-included files found matching '.*'
> adding license file 'LICENSE'
> writing manifest file 'asdf.egg-info/SOURCES.txt'
> copying asdf/_tests/data/asdf.fits.gz -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/complex-42.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_flow-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_flow-1.1.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_schema.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_schema_definitions.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_schema_external_ref.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/custom_style-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/default-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/example_schema.json -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/extension_check.fits -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/foreign_tag_reference-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/fraction-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/fraction_with_inverse-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/fractional_2d_coord-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/missing-1.1.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/one_of-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/self_referencing-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/tag_reference-1.0.0.yaml -> build/lib/asdf/_tests/data
> copying asdf/_tests/data/version_mismatch.fits -> build/lib/asdf/_tests/data
> copying asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml -> build/lib/asdf/_tests/tags/core/tests/data
> copying asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml -> build/lib/asdf/_tests/tags/core/tests/data
> copying asdf/_tests/commands/tests/data/block0.asdf -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/block1.asdf -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/blocks.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames0.asdf -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames1.asdf -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames_ignore_both.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/frames_minimal.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/simple_inline_array.diff -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/simple_inline_array0.asdf -> build/lib/asdf/_tests/commands/tests/data
> copying asdf/_tests/commands/tests/data/simple_inline_array1.asdf -> build/lib/asdf/_tests/commands/tests/data
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/pytest_asdf
> copying build/lib/pytest_asdf/__init__.py -> build/bdist.linux-x86_64/wheel/pytest_asdf
> copying build/lib/pytest_asdf/plugin.py -> build/bdist.linux-x86_64/wheel/pytest_asdf
> creating build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/reference.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_types.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_node_info.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/types.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/generic_io.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/constants.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/block.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/tagged.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_version.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/entry_points.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/yamlutil.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/tags
> copying build/lib/asdf/tags/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/tags
> creating build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/external_reference.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/ndarray.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/integer.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/constant.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/tags/core/complex.py -> build/bdist.linux-x86_64/wheel/asdf/tags/core
> copying build/lib/asdf/_type_index.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/__init__.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/conftest.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/resource.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/exceptions.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/versioning.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/remove_hdu.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/extract.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/defragment.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/info.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/extension.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/main.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/exploded.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/diff.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/tags.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/to_yaml.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> copying build/lib/asdf/commands/edit.py -> build/bdist.linux-x86_64/wheel/asdf/commands
> creating build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_search.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_fits_embed.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_stream.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_treeutil.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_yaml.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_util.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/tags
> copying build/lib/asdf/_tests/tags/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core
> copying build/lib/asdf/_tests/tags/core/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/test_external_reference.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/test_extension_metadata.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests/data
> copying build/lib/asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests/data
> copying build/lib/asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests/data
> copying build/lib/asdf/_tests/tags/core/tests/data/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests/data
> copying build/lib/asdf/_tests/tags/core/tests/test_integer.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/test_complex.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/test_history.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/tags/core/tests/test_ndarray.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/tags/core/tests
> copying build/lib/asdf/_tests/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/conftest.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/commands
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_remove_hdu.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_exploded.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_diff.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_extract.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_main.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/blocks.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/simple_inline_array1.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/simple_inline_array.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames1.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/simple_inline_array0.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames_minimal.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames_ignore_both.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames0.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/block1.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/data/block0.asdf -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests/data
> copying build/lib/asdf/_tests/commands/tests/test_defragment.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_tags.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_extension.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_info.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_edit.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/commands/tests/test_to_yaml.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/commands/tests
> copying build/lib/asdf/_tests/test_deprecated.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_types.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_config.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_style-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_flow-1.1.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/fraction_with_inverse-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_schema_external_ref.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_schema_definitions.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/fraction-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/tag_reference-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/asdf.fits.gz -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/fractional_2d_coord-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/extension_check.fits -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/complex-42.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/foreign_tag_reference-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/default-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/one_of-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/self_referencing-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_schema.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/example_schema.json -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom_flow-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/version_mismatch.fits -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/custom-1.0.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/data/missing-1.1.0.yaml -> build/bdist.linux-x86_64/wheel/asdf/_tests/data
> copying build/lib/asdf/_tests/objects.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_generic_io.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_asdf.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_compression.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_api.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_reference_files.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_versioning.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_resolver.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/_helpers.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_tagged.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_file_format.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_helpers.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_entry_points.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/httpserver.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_reference.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_integration.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_extension.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_resource.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_info.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/_tests/test_schema.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/core
> copying build/lib/asdf/_tests/core/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/core
> creating build/bdist.linux-x86_64/wheel/asdf/_tests/core/tests
> copying build/lib/asdf/_tests/core/tests/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/core/tests
> copying build/lib/asdf/_tests/core/tests/test_integration.py -> build/bdist.linux-x86_64/wheel/asdf/_tests/core/tests
> copying build/lib/asdf/_tests/test_array_blocks.py -> build/bdist.linux-x86_64/wheel/asdf/_tests
> copying build/lib/asdf/treeutil.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/testing
> copying build/lib/asdf/testing/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/testing
> copying build/lib/asdf/testing/helpers.py -> build/bdist.linux-x86_64/wheel/asdf/testing
> copying build/lib/asdf/type_index.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/tests
> copying build/lib/asdf/tests/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/tests
> copying build/lib/asdf/tests/helpers.py -> build/bdist.linux-x86_64/wheel/asdf/tests
> copying build/lib/asdf/asdf.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/search.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_resolver.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/fits_embed.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_helpers.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/stream.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/_display.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/util.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/config.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/schema.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_tag.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_compressor.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_converter.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_legacy.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_extension.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_manager.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_validator.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/extension/_manifest.py -> build/bdist.linux-x86_64/wheel/asdf/extension
> copying build/lib/asdf/_convenience.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/compression.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/resolver.py -> build/bdist.linux-x86_64/wheel/asdf
> copying build/lib/asdf/asdftypes.py -> build/bdist.linux-x86_64/wheel/asdf
> creating build/bdist.linux-x86_64/wheel/asdf/extern
> copying build/lib/asdf/extern/RangeHTTPServer.py -> build/bdist.linux-x86_64/wheel/asdf/extern
> copying build/lib/asdf/extern/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/extern
> copying build/lib/asdf/extern/atomicfile.py -> build/bdist.linux-x86_64/wheel/asdf/extern
> creating build/bdist.linux-x86_64/wheel/asdf/core
> copying build/lib/asdf/core/_integration.py -> build/bdist.linux-x86_64/wheel/asdf/core
> copying build/lib/asdf/core/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/core
> creating build/bdist.linux-x86_64/wheel/asdf/core/_validators
> copying build/lib/asdf/core/_validators/ndarray.py -> build/bdist.linux-x86_64/wheel/asdf/core/_validators
> copying build/lib/asdf/core/_validators/__init__.py -> build/bdist.linux-x86_64/wheel/asdf/core/_validators
> copying build/lib/asdf/core/_extensions.py -> build/bdist.linux-x86_64/wheel/asdf/core
> running install_egg_info
> Copying asdf.egg-info to build/bdist.linux-x86_64/wheel/asdf-2.15.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/asdf-2.15.0.dist-info/WHEEL
> creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_asdf/.tmp-uo8fnwyq/asdf-2.15.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'asdf/__init__.py'
> adding 'asdf/_convenience.py'
> adding 'asdf/_display.py'
> adding 'asdf/_helpers.py'
> adding 'asdf/_node_info.py'
> adding 'asdf/_resolver.py'
> adding 'asdf/_type_index.py'
> adding 'asdf/_types.py'
> adding 'asdf/_version.py'
> adding 'asdf/asdf.py'
> adding 'asdf/asdftypes.py'
> adding 'asdf/block.py'
> adding 'asdf/compression.py'
> adding 'asdf/config.py'
> adding 'asdf/conftest.py'
> adding 'asdf/constants.py'
> adding 'asdf/entry_points.py'
> adding 'asdf/exceptions.py'
> adding 'asdf/fits_embed.py'
> adding 'asdf/generic_io.py'
> adding 'asdf/reference.py'
> adding 'asdf/resolver.py'
> adding 'asdf/resource.py'
> adding 'asdf/schema.py'
> adding 'asdf/search.py'
> adding 'asdf/stream.py'
> adding 'asdf/tagged.py'
> adding 'asdf/treeutil.py'
> adding 'asdf/type_index.py'
> adding 'asdf/types.py'
> adding 'asdf/util.py'
> adding 'asdf/versioning.py'
> adding 'asdf/yamlutil.py'
> adding 'asdf/_tests/__init__.py'
> adding 'asdf/_tests/_helpers.py'
> adding 'asdf/_tests/conftest.py'
> adding 'asdf/_tests/httpserver.py'
> adding 'asdf/_tests/objects.py'
> adding 'asdf/_tests/test_api.py'
> adding 'asdf/_tests/test_array_blocks.py'
> adding 'asdf/_tests/test_asdf.py'
> adding 'asdf/_tests/test_compression.py'
> adding 'asdf/_tests/test_config.py'
> adding 'asdf/_tests/test_deprecated.py'
> adding 'asdf/_tests/test_entry_points.py'
> adding 'asdf/_tests/test_extension.py'
> adding 'asdf/_tests/test_file_format.py'
> adding 'asdf/_tests/test_fits_embed.py'
> adding 'asdf/_tests/test_generic_io.py'
> adding 'asdf/_tests/test_helpers.py'
> adding 'asdf/_tests/test_info.py'
> adding 'asdf/_tests/test_integration.py'
> adding 'asdf/_tests/test_reference.py'
> adding 'asdf/_tests/test_reference_files.py'
> adding 'asdf/_tests/test_resolver.py'
> adding 'asdf/_tests/test_resource.py'
> adding 'asdf/_tests/test_schema.py'
> adding 'asdf/_tests/test_search.py'
> adding 'asdf/_tests/test_stream.py'
> adding 'asdf/_tests/test_tagged.py'
> adding 'asdf/_tests/test_treeutil.py'
> adding 'asdf/_tests/test_types.py'
> adding 'asdf/_tests/test_util.py'
> adding 'asdf/_tests/test_versioning.py'
> adding 'asdf/_tests/test_yaml.py'
> adding 'asdf/_tests/commands/tests/__init__.py'
> adding 'asdf/_tests/commands/tests/test_defragment.py'
> adding 'asdf/_tests/commands/tests/test_diff.py'
> adding 'asdf/_tests/commands/tests/test_edit.py'
> adding 'asdf/_tests/commands/tests/test_exploded.py'
> adding 'asdf/_tests/commands/tests/test_extension.py'
> adding 'asdf/_tests/commands/tests/test_extract.py'
> adding 'asdf/_tests/commands/tests/test_info.py'
> adding 'asdf/_tests/commands/tests/test_main.py'
> adding 'asdf/_tests/commands/tests/test_remove_hdu.py'
> adding 'asdf/_tests/commands/tests/test_tags.py'
> adding 'asdf/_tests/commands/tests/test_to_yaml.py'
> adding 'asdf/_tests/commands/tests/data/__init__.py'
> adding 'asdf/_tests/commands/tests/data/block0.asdf'
> adding 'asdf/_tests/commands/tests/data/block1.asdf'
> adding 'asdf/_tests/commands/tests/data/blocks.diff'
> adding 'asdf/_tests/commands/tests/data/frames.diff'
> adding 'asdf/_tests/commands/tests/data/frames0.asdf'
> adding 'asdf/_tests/commands/tests/data/frames1.asdf'
> adding 'asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff'
> adding 'asdf/_tests/commands/tests/data/frames_ignore_both.diff'
> adding 'asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff'
> adding 'asdf/_tests/commands/tests/data/frames_minimal.diff'
> adding 'asdf/_tests/commands/tests/data/simple_inline_array.diff'
> adding 'asdf/_tests/commands/tests/data/simple_inline_array0.asdf'
> adding 'asdf/_tests/commands/tests/data/simple_inline_array1.asdf'
> adding 'asdf/_tests/core/__init__.py'
> adding 'asdf/_tests/core/tests/__init__.py'
> adding 'asdf/_tests/core/tests/test_integration.py'
> adding 'asdf/_tests/data/__init__.py'
> adding 'asdf/_tests/data/asdf.fits.gz'
> adding 'asdf/_tests/data/complex-42.0.0.yaml'
> adding 'asdf/_tests/data/custom-1.0.0.yaml'
> adding 'asdf/_tests/data/custom_flow-1.0.0.yaml'
> adding 'asdf/_tests/data/custom_flow-1.1.0.yaml'
> adding 'asdf/_tests/data/custom_schema.yaml'
> adding 'asdf/_tests/data/custom_schema_definitions.yaml'
> adding 'asdf/_tests/data/custom_schema_external_ref.yaml'
> adding 'asdf/_tests/data/custom_style-1.0.0.yaml'
> adding 'asdf/_tests/data/default-1.0.0.yaml'
> adding 'asdf/_tests/data/example_schema.json'
> adding 'asdf/_tests/data/extension_check.fits'
> adding 'asdf/_tests/data/foreign_tag_reference-1.0.0.yaml'
> adding 'asdf/_tests/data/fraction-1.0.0.yaml'
> adding 'asdf/_tests/data/fraction_with_inverse-1.0.0.yaml'
> adding 'asdf/_tests/data/fractional_2d_coord-1.0.0.yaml'
> adding 'asdf/_tests/data/missing-1.1.0.yaml'
> adding 'asdf/_tests/data/one_of-1.0.0.yaml'
> adding 'asdf/_tests/data/self_referencing-1.0.0.yaml'
> adding 'asdf/_tests/data/tag_reference-1.0.0.yaml'
> adding 'asdf/_tests/data/version_mismatch.fits'
> adding 'asdf/_tests/tags/__init__.py'
> adding 'asdf/_tests/tags/core/__init__.py'
> adding 'asdf/_tests/tags/core/tests/__init__.py'
> adding 'asdf/_tests/tags/core/tests/test_complex.py'
> adding 'asdf/_tests/tags/core/tests/test_extension_metadata.py'
> adding 'asdf/_tests/tags/core/tests/test_external_reference.py'
> adding 'asdf/_tests/tags/core/tests/test_history.py'
> adding 'asdf/_tests/tags/core/tests/test_integer.py'
> adding 'asdf/_tests/tags/core/tests/test_ndarray.py'
> adding 'asdf/_tests/tags/core/tests/data/__init__.py'
> adding 'asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml'
> adding 'asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml'
> adding 'asdf/commands/__init__.py'
> adding 'asdf/commands/defragment.py'
> adding 'asdf/commands/diff.py'
> adding 'asdf/commands/edit.py'
> adding 'asdf/commands/exploded.py'
> adding 'asdf/commands/extension.py'
> adding 'asdf/commands/extract.py'
> adding 'asdf/commands/info.py'
> adding 'asdf/commands/main.py'
> adding 'asdf/commands/remove_hdu.py'
> adding 'asdf/commands/tags.py'
> adding 'asdf/commands/to_yaml.py'
> adding 'asdf/core/__init__.py'
> adding 'asdf/core/_extensions.py'
> adding 'asdf/core/_integration.py'
> adding 'asdf/core/_validators/__init__.py'
> adding 'asdf/core/_validators/ndarray.py'
> adding 'asdf/extension/__init__.py'
> adding 'asdf/extension/_compressor.py'
> adding 'asdf/extension/_converter.py'
> adding 'asdf/extension/_extension.py'
> adding 'asdf/extension/_legacy.py'
> adding 'asdf/extension/_manager.py'
> adding 'asdf/extension/_manifest.py'
> adding 'asdf/extension/_tag.py'
> adding 'asdf/extension/_validator.py'
> adding 'asdf/extern/RangeHTTPServer.py'
> adding 'asdf/extern/__init__.py'
> adding 'asdf/extern/atomicfile.py'
> adding 'asdf/tags/__init__.py'
> adding 'asdf/tags/core/__init__.py'
> adding 'asdf/tags/core/complex.py'
> adding 'asdf/tags/core/constant.py'
> adding 'asdf/tags/core/external_reference.py'
> adding 'asdf/tags/core/integer.py'
> adding 'asdf/tags/core/ndarray.py'
> adding 'asdf/testing/__init__.py'
> adding 'asdf/testing/helpers.py'
> adding 'asdf/tests/__init__.py'
> adding 'asdf/tests/helpers.py'
> adding 'pytest_asdf/__init__.py'
> adding 'pytest_asdf/plugin.py'
> adding 'asdf-2.15.0.dist-info/LICENSE'
> adding 'asdf-2.15.0.dist-info/METADATA'
> adding 'asdf-2.15.0.dist-info/WHEEL'
> adding 'asdf-2.15.0.dist-info/entry_points.txt'
> adding 'asdf-2.15.0.dist-info/top_level.txt'
> adding 'asdf-2.15.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built asdf-2.15.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_asdf/build; python3.11 -m pytest 
> ImportError while loading conftest '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_asdf/build/asdf/conftest.py'.
> asdf/__init__.py:24: in <module>
>     from ._convenience import info
> asdf/_convenience.py:8: in <module>
>     from ._display import DEFAULT_MAX_COLS, DEFAULT_MAX_ROWS, DEFAULT_SHOW_VALUES, render_tree
> asdf/_display.py:12: in <module>
>     from ._node_info import create_tree
> asdf/_node_info.py:4: in <module>
>     from .schema import load_schema
> asdf/schema.py:16: in <module>
>     from . import constants, extension, generic_io, reference, tagged, treeutil, util, versioning, yamlutil
> asdf/extension/__init__.py:9: in <module>
>     from . import _legacy
> asdf/extension/_legacy.py:6: in <module>
>     from asdf import _types as types
> asdf/_types.py:8: in <module>
>     from . import tagged, util
> asdf/util.py:19: in <module>
>     from importlib_metadata import packages_distributions
> E   ModuleNotFoundError: No module named 'importlib_metadata'
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=4: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_asdf/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/python-asdf_2.15.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Debian-astro-maintainers mailing list