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

Lucas Nussbaum lucas at debian.org
Tue Dec 12 08:09:45 GMT 2023


Source: sunpy
Version: 5.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20231212 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 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
> !!
> 
>         ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
> !!
> 
>         ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
> !!
> 
>         ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy
> copying sunpy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy
> copying sunpy/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy
> copying sunpy/_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy
> copying sunpy/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/helioviewer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/fido_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/scraper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> copying sunpy/net/base_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data
> copying sunpy/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data
> copying sunpy/data/_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data
> copying sunpy/data/sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests
> copying sunpy/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests
> copying sunpy/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests
> copying sunpy/tests/self_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests
> copying sunpy/tests/mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/net.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/functools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/datatype_factory_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/parfive_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/types.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> copying sunpy/util/sysinfo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics
> copying sunpy/physics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics
> copying sunpy/physics/differential_rotation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/_cdf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/_jp2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/_file_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/ana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/header.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> copying sunpy/io/setup_package.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/caching.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> copying sunpy/database/tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun
> copying sunpy/sun/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun
> copying sunpy/sun/_constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun
> copying sunpy/sun/models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun
> copying sunpy/sun/constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/timeseries_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/timeseriesbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image
> copying sunpy/image/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image
> copying sunpy/image/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image
> copying sunpy/image/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time
> copying sunpy/time/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time
> copying sunpy/time/timerange.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time
> copying sunpy/time/timeformats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time
> copying sunpy/time/time.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> copying sunpy/extern/appdirs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> copying sunpy/extern/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> copying sunpy/extern/parse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> copying sunpy/extern/inflect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> copying sunpy/extern/distro.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/extern
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization
> copying sunpy/visualization/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization
> copying sunpy/visualization/wcsaxes_compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization
> copying sunpy/visualization/drawing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization
> copying sunpy/visualization/visualization.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/sun.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/frameattributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/ephemeris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/metaframes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/spice.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/wcs_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/_transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/offset_frame.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/compositemap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/map_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/mapsequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/_units.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/header_helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/maputils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> copying sunpy/map/mapbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/chaincode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/hec.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/jsoc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_helioviewer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_fido.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attr_walker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_baseclient.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_scraper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/hek.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso
> copying sunpy/net/hek2vso/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso
> copying sunpy/net/hek2vso/hek2vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever
> copying sunpy/net/dataretriever/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever
> copying sunpy/net/dataretriever/client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/cdaweb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/walker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/legacy_response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/zeep_plugins.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/table_response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/test_chaincode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/test_helio.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/helio/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/data
> copying sunpy/net/jsoc/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/test_jsoc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/test_attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek/tests
> copying sunpy/net/hek/tests/test_hek.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek/tests
> copying sunpy/net/hek/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso/tests
> copying sunpy/net/hek2vso/tests/test_hek2vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso/tests
> copying sunpy/net/hek2vso/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/hek2vso/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/gong.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/tests
> copying sunpy/net/dataretriever/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/tests
> copying sunpy/net/dataretriever/tests/test_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/attrs
> copying sunpy/net/dataretriever/attrs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/attrs
> copying sunpy/net/dataretriever/attrs/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/attrs
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_goes_ud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_gong_synoptic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_goes_suvi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_lyra_ud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/dataretriever/sources/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb/test
> copying sunpy/net/cdaweb/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb/test
> copying sunpy/net/cdaweb/test/test_cdaweb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/data
> copying sunpy/net/vso/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/test_vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/tests
> copying sunpy/data/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/tests
> copying sunpy/data/tests/test_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/test
> copying sunpy/data/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/test
> copying sunpy/data/test/_generate_asdf_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/downloader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/storage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/test/waveunit
> copying sunpy/data/test/waveunit/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/test/waveunit
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_storage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_downloader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/data/data_manager/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_self_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_sunpy_data_filenames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/tests/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_functools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_sysinfo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_datatype_factory_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_net.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/doctest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/util/sphinx
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics/tests
> copying sunpy/physics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics/tests
> copying sunpy/physics/tests/test_differential_rotation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_ana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_filetools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_srs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_genx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_cdf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_jp2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special
> copying sunpy/io/special/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special
> copying sunpy/io/special/genx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special
> copying sunpy/io/special/srs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf
> copying sunpy/io/special/asdf/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf
> copying sunpy/io/special/asdf/entry_points.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/test_coordinate_frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/test_genericmap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/generic_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/converters
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources
> copying sunpy/io/special/asdf/resources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_caching.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun/tests
> copying sunpy/sun/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun/tests
> copying sunpy/sun/tests/test_constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/sun/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseries_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseriesmetadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseriesbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/sources/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/image/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_time.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_timerange.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_taiseconds.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_utime.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/time/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/tests
> copying sunpy/visualization/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/tests
> copying sunpy/visualization/tests/test_drawing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator
> copying sunpy/visualization/animator/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator
> copying sunpy/visualization/animator/mapsequenceanimator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/color_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator/tests
> copying sunpy/visualization/animator/tests/test_mapsequenceanimator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator/tests
> copying sunpy/visualization/animator/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/animator/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps/tests
> copying sunpy/visualization/colormaps/tests/test_cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps/tests
> copying sunpy/visualization/colormaps/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_wcs_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_sun.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_ephemeris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_frameattributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_spice.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_offset_frame.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_metaframes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/coordinates/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/hinode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/suvi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/trace.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/iris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/sdo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/solo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/gong.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/mlso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/soho.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/yohkoh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/proba2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/source_type.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/stereo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/psp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_plotting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_maputils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapbase_dask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_map_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_reproject_to.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_compositemap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_header.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_header_helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapsequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_iris_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hmi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_xrt_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_eit_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_suvi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_swap_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_rhessi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_sxt_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_source_type.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_aia_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_trace_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_wispr_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_euvi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_sot_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_cor_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_eui_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_lasco_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_gong_synoptic_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hmi_synoptic_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_kcor_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_mdi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/sources/tests
> running egg_info
> writing sunpy.egg-info/PKG-INFO
> writing dependency_links to sunpy.egg-info/dependency_links.txt
> writing entry points to sunpy.egg-info/entry_points.txt
> writing requirements to sunpy.egg-info/requires.txt
> writing top-level names to sunpy.egg-info/top_level.txt
> writing manifest file 'sunpy.egg-info/SOURCES.txt'
> reading manifest file 'sunpy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.codecov.yaml'
> warning: no previously-included files found matching '.editorconfig'
> warning: no previously-included files found matching '.gitattributes'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.mailmap'
> warning: no previously-included files found matching '.pre-commit-config.yaml'
> warning: no previously-included files found matching '.readthedocs.yaml'
> warning: no previously-included files found matching '.rtd-environment.yml'
> warning: no previously-included files found matching '.test_package_pins.txt'
> warning: no previously-included files found matching '.zenodo.json'
> warning: no previously-included files found matching 'asv.conf.json'
> warning: no previously-included files found matching 'CITATION.cff'
> warning: no previously-included files found matching 'sunpy-dev-env.yml'
> warning: no previously-included files found matching 'tox.ini'
> no previously-included directories found matching '.circleci'
> no previously-included directories found matching '.github'
> no previously-included directories found matching '.jupyter'
> no previously-included directories found matching 'benchmarks'
> no previously-included directories found matching 'binder'
> no previously-included directories found matching 'changelog'
> no previously-included directories found matching 'tools'
> no previously-included directories found matching 'sunpy/_dev'
> adding license file 'LICENSE.rst'
> writing manifest file 'sunpy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'sunpy.io.special.asdf.resources.manifests' is absent from the `packages` configuration.
> !!
> 
>         ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'sunpy.io.special.asdf.resources.manifests' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to distribute this
>         package, please make sure that 'sunpy.io.special.asdf.resources.manifests' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'sunpy.io.special.asdf.resources.manifests' to be distributed and are
>         already explicitly excluding 'sunpy.io.special.asdf.resources.manifests' via
>         `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'sunpy.io.special.asdf.resources.schemas' is absent from the `packages` configuration.
> !!
> 
>         ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'sunpy.io.special.asdf.resources.schemas' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to distribute this
>         package, please make sure that 'sunpy.io.special.asdf.resources.schemas' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'sunpy.io.special.asdf.resources.schemas' to be distributed and are
>         already explicitly excluding 'sunpy.io.special.asdf.resources.schemas' via
>         `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         ********************************************************************************
> 
> !!
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentricinertial-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/solarmagnetic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/generic_map-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentricearthecliptic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricearthequatorial-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.2.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/helioprojective-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/generic_map-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricsolarecliptic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentric-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricsolarmagnetospheric-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geomagnetic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/schemas
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/manifests
> copying sunpy/io/special/asdf/resources/manifests/sunpy-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/manifests
> copying sunpy/io/special/asdf/resources/manifests/sunpy-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/io/special/asdf/resources/manifests
> I: pybuild pybuild:340: cp -a CITATION.rst /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/ && cp -a sunpy/data/ /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/ && cp -a sunpy/visualization/colormaps/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/visualization/colormaps/ && cp -a sunpy/net/jsoc/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/jsoc/ && cp -a sunpy/net/vso/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/vso && cp -a sunpy/net/cdaweb/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/net/cdaweb && cp -a sunpy/database/tests/*.txt /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/database/tests/ && cp -a sunpy/physics/tests/reference/ /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/physics/tests
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
> !!
> 
>         ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy
> copying sunpy/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy
> copying sunpy/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy
> copying sunpy/_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy
> copying sunpy/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/helioviewer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/fido_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/scraper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> copying sunpy/net/base_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data
> copying sunpy/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data
> copying sunpy/data/_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data
> copying sunpy/data/sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests
> copying sunpy/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests
> copying sunpy/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests
> copying sunpy/tests/self_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests
> copying sunpy/tests/mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/net.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/functools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/datatype_factory_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/parfive_helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/io.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/types.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> copying sunpy/util/sysinfo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics
> copying sunpy/physics/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics
> copying sunpy/physics/differential_rotation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/_cdf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/_jp2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/_file_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/ana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/header.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> copying sunpy/io/setup_package.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/caching.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> copying sunpy/database/tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun
> copying sunpy/sun/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun
> copying sunpy/sun/_constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun
> copying sunpy/sun/models.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun
> copying sunpy/sun/constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/timeseries_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/timeseriesbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries
> copying sunpy/timeseries/metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image
> copying sunpy/image/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image
> copying sunpy/image/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image
> copying sunpy/image/transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time
> copying sunpy/time/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time
> copying sunpy/time/timerange.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time
> copying sunpy/time/timeformats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time
> copying sunpy/time/time.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> copying sunpy/extern/appdirs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> copying sunpy/extern/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> copying sunpy/extern/parse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> copying sunpy/extern/inflect.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> copying sunpy/extern/distro.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/extern
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization
> copying sunpy/visualization/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization
> copying sunpy/visualization/wcsaxes_compat.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization
> copying sunpy/visualization/drawing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization
> copying sunpy/visualization/visualization.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/sun.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/frameattributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/ephemeris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/metaframes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/spice.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/wcs_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/_transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> copying sunpy/coordinates/offset_frame.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/compositemap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/map_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/mapsequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/_units.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/header_helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/maputils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> copying sunpy/map/mapbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/parser.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/chaincode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> copying sunpy/net/helio/hec.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc
> copying sunpy/net/jsoc/jsoc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_helioviewer.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_fido.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_attr_walker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_baseclient.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> copying sunpy/net/tests/test_scraper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek
> copying sunpy/net/hek/hek.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso
> copying sunpy/net/hek2vso/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso
> copying sunpy/net/hek2vso/hek2vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever
> copying sunpy/net/dataretriever/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever
> copying sunpy/net/dataretriever/client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/cdaweb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/walker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> copying sunpy/net/cdaweb/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/legacy_response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/zeep_plugins.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> copying sunpy/net/vso/table_response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/test_chaincode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio/tests
> copying sunpy/net/helio/tests/test_helio.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/helio/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/data
> copying sunpy/net/jsoc/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/test_jsoc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/tests
> copying sunpy/net/jsoc/tests/test_attr.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek/tests
> copying sunpy/net/hek/tests/test_hek.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek/tests
> copying sunpy/net/hek/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso/tests
> copying sunpy/net/hek2vso/tests/test_hek2vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso/tests
> copying sunpy/net/hek2vso/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/hek2vso/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/gong.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> copying sunpy/net/dataretriever/sources/fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/tests
> copying sunpy/net/dataretriever/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/tests
> copying sunpy/net/dataretriever/tests/test_client.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/attrs
> copying sunpy/net/dataretriever/attrs/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/attrs
> copying sunpy/net/dataretriever/attrs/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/attrs
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_goes_ud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_gong_synoptic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_goes_suvi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_lyra_ud.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> copying sunpy/net/dataretriever/sources/tests/test_noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/dataretriever/sources/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb/test
> copying sunpy/net/cdaweb/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb/test
> copying sunpy/net/cdaweb/test/test_cdaweb.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/data
> copying sunpy/net/vso/data/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/data
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/test_vso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/tests
> copying sunpy/net/vso/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/tests
> copying sunpy/data/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/tests
> copying sunpy/data/tests/test_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/test
> copying sunpy/data/test/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/test
> copying sunpy/data/test/_generate_asdf_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/downloader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/storage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> copying sunpy/data/data_manager/cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/test/waveunit
> copying sunpy/data/test/waveunit/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/test/waveunit
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_storage.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_downloader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/test_cache.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> copying sunpy/data/data_manager/tests/mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/data/data_manager/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_self_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_mocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests/tests
> copying sunpy/tests/tests/test_sunpy_data_filenames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/tests/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_functools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_sysinfo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_util.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_datatype_factory_base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_net.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_config.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> copying sunpy/util/tests/test_metadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/doctest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/sphinx
> copying sunpy/util/sphinx/generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/util/sphinx
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics/tests
> copying sunpy/physics/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics/tests
> copying sunpy/physics/tests/test_differential_rotation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_ana.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_filetools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_srs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_genx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_cdf.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> copying sunpy/io/tests/test_jp2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special
> copying sunpy/io/special/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special
> copying sunpy/io/special/genx.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special
> copying sunpy/io/special/srs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf
> copying sunpy/io/special/asdf/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf
> copying sunpy/io/special/asdf/entry_points.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/test_coordinate_frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/tests
> copying sunpy/io/special/asdf/tests/test_genericmap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/converters
> copying sunpy/io/special/asdf/converters/generic_map.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/converters
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources
> copying sunpy/io/special/asdf/resources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_database.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_caching.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_attrs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_commands.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> copying sunpy/database/tests/test_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun/tests
> copying sunpy/sun/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun/tests
> copying sunpy/sun/tests/test_constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/sun/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> copying sunpy/timeseries/sources/fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseries_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseriesmetadata.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> copying sunpy/timeseries/tests/test_timeseriesbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_fermi_gbm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_norh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_eve.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_lyra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_goes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> copying sunpy/timeseries/sources/tests/test_noaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/timeseries/sources/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image/tests
> copying sunpy/image/tests/test_transform.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/image/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_time.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_timerange.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_taiseconds.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> copying sunpy/time/tests/test_utime.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/time/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/tests
> copying sunpy/visualization/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/tests
> copying sunpy/visualization/tests/test_drawing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator
> copying sunpy/visualization/animator/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator
> copying sunpy/visualization/animator/mapsequenceanimator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps
> copying sunpy/visualization/colormaps/color_tables.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator/tests
> copying sunpy/visualization/animator/tests/test_mapsequenceanimator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator/tests
> copying sunpy/visualization/animator/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/animator/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps/tests
> copying sunpy/visualization/colormaps/tests/test_cm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps/tests
> copying sunpy/visualization/colormaps/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_wcs_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_sun.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_ephemeris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_frameattributes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_spice.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_frames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_offset_frame.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_transformations.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> copying sunpy/coordinates/tests/test_metaframes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/coordinates/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/hinode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/suvi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/trace.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/iris.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/sdo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/solo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/gong.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/mlso.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/soho.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/yohkoh.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/proba2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/source_type.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/rhessi.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/stereo.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> copying sunpy/map/sources/psp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_plotting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_maputils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapbase.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/strategies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapbase_dask.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_map_factory.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_reproject_to.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_compositemap.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_header.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_header_helper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> copying sunpy/map/tests/test_mapsequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_iris_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hmi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_xrt_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_eit_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_suvi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_swap_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_rhessi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_sxt_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_source_type.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_aia_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_trace_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_wispr_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_euvi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_sot_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_cor_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_eui_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_lasco_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_gong_synoptic_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_hmi_synoptic_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_kcor_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> copying sunpy/map/sources/tests/test_mdi_source.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/map/sources/tests
> running egg_info
> writing sunpy.egg-info/PKG-INFO
> writing dependency_links to sunpy.egg-info/dependency_links.txt
> writing entry points to sunpy.egg-info/entry_points.txt
> writing requirements to sunpy.egg-info/requires.txt
> writing top-level names to sunpy.egg-info/top_level.txt
> reading manifest file 'sunpy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.codecov.yaml'
> warning: no previously-included files found matching '.editorconfig'
> warning: no previously-included files found matching '.gitattributes'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.mailmap'
> warning: no previously-included files found matching '.pre-commit-config.yaml'
> warning: no previously-included files found matching '.readthedocs.yaml'
> warning: no previously-included files found matching '.rtd-environment.yml'
> warning: no previously-included files found matching '.test_package_pins.txt'
> warning: no previously-included files found matching '.zenodo.json'
> warning: no previously-included files found matching 'asv.conf.json'
> warning: no previously-included files found matching 'CITATION.cff'
> warning: no previously-included files found matching 'sunpy-dev-env.yml'
> warning: no previously-included files found matching 'tox.ini'
> no previously-included directories found matching '.circleci'
> no previously-included directories found matching '.github'
> no previously-included directories found matching '.jupyter'
> no previously-included directories found matching 'benchmarks'
> no previously-included directories found matching 'binder'
> no previously-included directories found matching 'changelog'
> no previously-included directories found matching 'tools'
> no previously-included directories found matching 'sunpy/_dev'
> adding license file 'LICENSE.rst'
> writing manifest file 'sunpy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'sunpy.io.special.asdf.resources.manifests' is absent from the `packages` configuration.
> !!
> 
>         ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'sunpy.io.special.asdf.resources.manifests' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to distribute this
>         package, please make sure that 'sunpy.io.special.asdf.resources.manifests' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'sunpy.io.special.asdf.resources.manifests' to be distributed and are
>         already explicitly excluding 'sunpy.io.special.asdf.resources.manifests' via
>         `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'sunpy.io.special.asdf.resources.schemas' is absent from the `packages` configuration.
> !!
> 
>         ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'sunpy.io.special.asdf.resources.schemas' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to distribute this
>         package, please make sure that 'sunpy.io.special.asdf.resources.schemas' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'sunpy.io.special.asdf.resources.schemas' to be distributed and are
>         already explicitly excluding 'sunpy.io.special.asdf.resources.schemas' via
>         `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         ********************************************************************************
> 
> !!
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentricinertial-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/solarmagnetic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/generic_map-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentricearthecliptic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricearthequatorial-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.2.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/helioprojective-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/generic_map-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricsolarecliptic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliocentric-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geocentricsolarmagnetospheric-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/geomagnetic-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> copying sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/schemas
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/manifests
> copying sunpy/io/special/asdf/resources/manifests/sunpy-1.1.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/manifests
> copying sunpy/io/special/asdf/resources/manifests/sunpy-1.0.0.yaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/io/special/asdf/resources/manifests
> I: pybuild pybuild:340: cp -a CITATION.rst /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/ && cp -a sunpy/data/ /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/ && cp -a sunpy/visualization/colormaps/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/visualization/colormaps/ && cp -a sunpy/net/jsoc/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/jsoc/ && cp -a sunpy/net/vso/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/vso && cp -a sunpy/net/cdaweb/data /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/net/cdaweb && cp -a sunpy/database/tests/*.txt /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/database/tests/ && cp -a sunpy/physics/tests/reference/ /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build/sunpy/physics/tests
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build; python3.12 -m pytest -k "not figure and not online"
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-4.1.0, asdf-3.0.1, xdist-3.4.0, filter-subpackage-0.1.2, remotedata-0.4.1, astropy-header-0.2.2, hypothesis-6.91.0, astropy-0.11.0, doctestplus-1.0.0, arraydiff-0.6.1, mock-3.12.0
> collected 2624 items / 5 deselected / 5 skipped / 2619 selected
> 
> sunpy/coordinates/_transformations.py ..                                                                                                                                     [  0%]
> sunpy/coordinates/ephemeris.py ...                                                                                                                                           [  0%]
> sunpy/coordinates/frames.py ......                                                                                                                                           [  0%]
> sunpy/coordinates/sun.py .                                                                                                                                                   [  0%]
> sunpy/coordinates/utils.py ...                                                                                                                                               [  0%]
> sunpy/coordinates/tests/test_ephemeris.py ....ssss                                                                                                                           [  0%]
> sunpy/coordinates/tests/test_frameattributes.py ........................ [  1%]
>                                                                                                                                                                              [  1%]
> sunpy/coordinates/tests/test_frames.py ..........................F...... [  3%]
> ...................................ssss...........                                                                                                                           [  4%]
> sunpy/coordinates/tests/test_metaframes.py ............................. [  6%]
> ..                                                                                                                                                                           [  6%]
> sunpy/coordinates/tests/test_offset_frame.py .....                                                                                                                           [  6%]
> sunpy/coordinates/tests/test_sun.py .................................... [  7%]
> ........................ss                                                                                                                                                   [  8%]
> sunpy/coordinates/tests/test_transformations.py ........................ [  9%]
> ..................ssssssssssssssssssssssssssssssss...................... [ 12%]
> ...                                                                                                                                                                          [ 12%]
> sunpy/coordinates/tests/test_utils.py ...............................                                                                                                        [ 13%]
> sunpy/coordinates/tests/test_wcs_utils.py .................ss........                                                                                                        [ 14%]
> sunpy/data/data_manager/manager.py s                                                                                                                                         [ 14%]
> sunpy/data/data_manager/tests/test_cache.py .......                                                                                                                          [ 15%]
> sunpy/data/data_manager/tests/test_downloader.py .                                                                                                                           [ 15%]
> sunpy/data/data_manager/tests/test_manager.py ............                                                                                                                   [ 15%]
> sunpy/data/data_manager/tests/test_storage.py .....                                                                                                                          [ 15%]
> sunpy/data/tests/test_sample.py ss                                                                                                                                           [ 15%]
> sunpy/database/database.py .s..                                                                                                                                              [ 15%]
> sunpy/database/tables.py .....                                                                                                                                               [ 16%]
> sunpy/database/tests/test_attrs.py .............................sss                                                                                                          [ 17%]
> sunpy/database/tests/test_caching.py ....                                                                                                                                    [ 17%]
> sunpy/database/tests/test_commands.py ...........................                                                                                                            [ 18%]
> sunpy/database/tests/test_database.py .................................s [ 19%]
> ssssssssss...............................sss.ssss..                                                                                                                          [ 21%]
> sunpy/database/tests/test_tables.py ......ssssss......sss....                                                                                                                [ 22%]
> sunpy/image/tests/test_resample.py ....                                                                                                                                      [ 22%]
> sunpy/image/tests/test_transform.py .................................... [ 24%]
> ssssssssssssssssssss                                                                                                                                                         [ 25%]
> sunpy/io/_fits.py .                                                                                                                                                          [ 25%]
> sunpy/io/ana.py sss                                                                                                                                                          [ 25%]
> sunpy/io/special/asdf/tests/test_coordinate_frames.py xsssssssssssssssss [ 25%]
> sssssss                                                                                                                                                                      [ 26%]
> sunpy/io/special/asdf/tests/test_genericmap.py ssss                                                                                                                          [ 26%]
> sunpy/io/tests/test_ana.py sssssss                                                                                                                                           [ 26%]
> sunpy/io/tests/test_cdf.py s                                                                                                                                                 [ 26%]
> sunpy/io/tests/test_filetools.py ....ss.sss...                                                                                                                               [ 27%]
> sunpy/io/tests/test_fits.py ............................                                                                                                                     [ 28%]
> sunpy/io/tests/test_genx.py ....................                                                                                                                             [ 28%]
> sunpy/io/tests/test_jp2.py ssss                                                                                                                                              [ 29%]
> sunpy/io/tests/test_srs.py ............................                                                                                                                      [ 30%]
> sunpy/map/compositemap.py ..                                                                                                                                                 [ 30%]
> sunpy/map/header_helper.py .F.                                                                                                                                               [ 30%]
> sunpy/map/map_factory.py .                                                                                                                                                   [ 30%]
> sunpy/map/mapbase.py ..s...                                                                                                                                                  [ 30%]
> sunpy/map/mapsequence.py .....                                                                                                                                               [ 30%]
> sunpy/map/sources/tests/test_aia_source.py .......                                                                                                                           [ 31%]
> sunpy/map/sources/tests/test_cor_source.py ......                                                                                                                            [ 31%]
> sunpy/map/sources/tests/test_eit_source.py ............................. [ 32%]
> ...............................................................                                                                                                              [ 34%]
> sunpy/map/sources/tests/test_eui_source.py ..........                                                                                                                        [ 35%]
> sunpy/map/sources/tests/test_euvi_source.py ........                                                                                                                         [ 35%]
> sunpy/map/sources/tests/test_gong_synoptic_source.py ........                                                                                                                [ 35%]
> sunpy/map/sources/tests/test_hi_source.py ......                                                                                                                             [ 36%]
> sunpy/map/sources/tests/test_hmi_source.py .....                                                                                                                             [ 36%]
> sunpy/map/sources/tests/test_hmi_synoptic_source.py ........                                                                                                                 [ 36%]
> sunpy/map/sources/tests/test_iris_source.py .......                                                                                                                          [ 36%]
> sunpy/map/sources/tests/test_kcor_source.py .......                                                                                                                          [ 37%]
> sunpy/map/sources/tests/test_lasco_source.py ........s.........s.                                                                                                            [ 37%]
> sunpy/map/sources/tests/test_mdi_source.py ...........                                                                                                                       [ 38%]
> sunpy/map/sources/tests/test_rhessi_source.py .......                                                                                                                        [ 38%]
> sunpy/map/sources/tests/test_sot_source.py .........                                                                                                                         [ 38%]
> sunpy/map/sources/tests/test_source_type.py ss                                                                                                                               [ 38%]
> sunpy/map/sources/tests/test_suvi_source.py .....s                                                                                                                           [ 39%]
> sunpy/map/sources/tests/test_swap_source.py ....................                                                                                                             [ 39%]
> sunpy/map/sources/tests/test_sxt_source.py ..........                                                                                                                        [ 40%]
> sunpy/map/sources/tests/test_trace_source.py ......                                                                                                                          [ 40%]
> sunpy/map/sources/tests/test_wispr_source.py .............                                                                                                                   [ 41%]
> sunpy/map/sources/tests/test_xrt_source.py ..........                                                                                                                        [ 41%]
> sunpy/map/tests/test_compositemap.py ..................                                                                                                                      [ 42%]
> sunpy/map/tests/test_header.py .                                                                                                                                             [ 42%]
> sunpy/map/tests/test_header_helper.py .....................                                                                                                                  [ 42%]
> sunpy/map/tests/test_map_factory.py .................................... [ 44%]
> .......................................s.s.............ss..                                                                                                                  [ 46%]
> sunpy/map/tests/test_mapbase.py ........................................ [ 48%]
> ........................................................................ [ 50%]
> ......x.....................................sss......................                                                                                                        [ 53%]
> sunpy/map/tests/test_mapbase_dask.py ....xxx...                                                                                                                              [ 53%]
> sunpy/map/tests/test_mapsequence.py ............                                                                                                                             [ 54%]
> sunpy/map/tests/test_maputils.py ..............................                                                                                                              [ 55%]
> sunpy/map/tests/test_plotting.py ...................................                                                                                                         [ 56%]
> sunpy/map/tests/test_reproject_to.py .........                                                                                                                               [ 57%]
> sunpy/net/attr.py .                                                                                                                                                          [ 57%]
> sunpy/net/attrs.py .                                                                                                                                                         [ 57%]
> sunpy/net/fido_factory.py ..                                                                                                                                                 [ 57%]
> sunpy/net/scraper.py ..                                                                                                                                                      [ 57%]
> sunpy/net/cdaweb/cdaweb.py .                                                                                                                                                 [ 57%]
> sunpy/net/cdaweb/helpers.py ..                                                                                                                                               [ 57%]
> sunpy/net/cdaweb/test/test_cdaweb.py sss                                                                                                                                     [ 57%]
> sunpy/net/dataretriever/sources/eve.py .                                                                                                                                     [ 57%]
> sunpy/net/dataretriever/sources/fermi_gbm.py .                                                                                                                               [ 57%]
> sunpy/net/dataretriever/sources/goes.py ..                                                                                                                                   [ 57%]
> sunpy/net/dataretriever/sources/gong.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/lyra.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/noaa.py ...                                                                                                                                  [ 57%]
> sunpy/net/dataretriever/sources/norh.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/rhessi.py ...                                                                                                                                [ 58%]
> sunpy/net/dataretriever/sources/tests/test_eve.py sss.ssss...                                                                                                                [ 58%]
> sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py s.sss...                                                                                                             [ 58%]
> sunpy/net/dataretriever/sources/tests/test_goes_suvi.py ..ssssssssssssss [ 59%]
> sssssssssssss.                                                                                                                                                               [ 59%]
> sunpy/net/dataretriever/sources/tests/test_goes_ud.py ssssss.sssssssss.. [ 60%]
> .                                                                                                                                                                            [ 60%]
> sunpy/net/dataretriever/sources/tests/test_gong_synoptic.py sss.....ssss [ 61%]
> ..                                                                                                                                                                           [ 61%]
> sunpy/net/dataretriever/sources/tests/test_lyra_ud.py sss.ssss...                                                                                                            [ 61%]
> sunpy/net/dataretriever/sources/tests/test_noaa.py s....FFsssssss....                                                                                                        [ 62%]
> sunpy/net/dataretriever/sources/tests/test_norh.py ....ss......                                                                                                              [ 62%]
> sunpy/net/dataretriever/sources/tests/test_rhessi.py ..............                                                                                                          [ 63%]
> sunpy/net/dataretriever/tests/test_client.py ...                                                                                                                             [ 63%]
> sunpy/net/hek/hek.py .                                                                                                                                                       [ 63%]
> sunpy/net/hek/tests/test_hek.py ............ssssssssssss                                                                                                                     [ 64%]
> sunpy/net/hek2vso/hek2vso.py .....                                                                                                                                           [ 64%]
> sunpy/net/hek2vso/tests/test_hek2vso.py ssssss                                                                                                                               [ 64%]
> sunpy/net/helio/chaincode.py .                                                                                                                                               [ 64%]
> sunpy/net/helio/hec.py ...s                                                                                                                                                  [ 64%]
> sunpy/net/helio/parser.py .....                                                                                                                                              [ 65%]
> sunpy/net/helio/tests/test_chaincode.py ...........                                                                                                                          [ 65%]
> sunpy/net/helio/tests/test_helio.py s...........s..ssss                                                                                                                      [ 66%]
> sunpy/net/jsoc/jsoc.py ..                                                                                                                                                    [ 66%]
> sunpy/net/jsoc/tests/test_attr.py ..........                                                                                                                                 [ 66%]
> sunpy/net/jsoc/tests/test_jsoc.py ..ss.ssssssssss..sFs.                                                                                                                      [ 67%]
> sunpy/net/tests/test_attr.py .......................................                                                                                                         [ 69%]
> sunpy/net/tests/test_attr_walker.py ....                                                                                                                                     [ 69%]
> sunpy/net/tests/test_attrs.py ..                                                                                                                                             [ 69%]
> sunpy/net/tests/test_baseclient.py ................                                                                                                                          [ 69%]
> sunpy/net/tests/test_fido.py .sssss.sss.ssss....s..ss.ss.s.                                                                                                                  [ 71%]
> sunpy/net/tests/test_helioviewer.py ssssssss                                                                                                                                 [ 71%]
> sunpy/net/tests/test_scraper.py ......................sssss...ss....s.                                                                                                       [ 72%]
> sunpy/net/vso/vso.py s.                                                                                                                                                      [ 72%]
> sunpy/net/vso/tests/test_attrs.py ...s...s...........                                                                                                                        [ 73%]
> sunpy/net/vso/tests/test_vso.py s...ss......s..s...s....sss..ssException ignored in: <function BaseEventLoop.__del__ at 0x7f5f579b2020>
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/asyncio/base_events.py", line 723, in __del__
>     _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
> ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
> Exception ignored in: <socket.socket fd=16, family=1, type=1, proto=0>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/_pytest/stash.py", line 71, in __setitem__
>     def __setitem__(self, key: StashKey[T], value: T) -> None:
> 
> ResourceWarning: unclosed <socket.socket fd=16, family=1, type=1, proto=0>
> Exception ignored in: <socket.socket fd=17, family=1, type=1, proto=0>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/_pytest/stash.py", line 71, in __setitem__
>     def __setitem__(self, key: StashKey[T], value: T) -> None:
> 
> ResourceWarning: unclosed <socket.socket fd=17, family=1, type=1, proto=0>
> ssss                                                                                                          [ 74%]
> sunpy/physics/differential_rotation.py ..                                                                                                                                    [ 75%]
> sunpy/physics/tests/test_differential_rotation.py ...................... [ 75%]
> ...                                                                                                                                                                          [ 75%]
> sunpy/sun/constants.py .                                                                                                                                                     [ 76%]
> sunpy/sun/tests/test_constants.py ...................................... [ 77%]
> ........................................................................ [ 80%]
> ................................                                                                                                                                             [ 81%]
> sunpy/tests/mocks.py ...                                                                                                                                                     [ 81%]
> sunpy/tests/tests/test_mocks.py .............                                                                                                                                [ 82%]
> sunpy/tests/tests/test_self_test.py XX.......                                                                                                                                [ 82%]
> sunpy/tests/tests/test_sunpy_data_filenames.py .                                                                                                                             [ 82%]
> sunpy/time/time.py ..                                                                                                                                                        [ 82%]
> sunpy/time/timeformats.py ..                                                                                                                                                 [ 82%]
> sunpy/time/timerange.py ...                                                                                                                                                  [ 82%]
> sunpy/time/tests/test_taiseconds.py ......                                                                                                                                   [ 82%]
> sunpy/time/tests/test_time.py .......................................... [ 84%]
> .........                                                                                                                                                                    [ 84%]
> sunpy/time/tests/test_timerange.py ...................................                                                                                                       [ 86%]
> sunpy/time/tests/test_utime.py ...                                                                                                                                           [ 86%]
> sunpy/timeseries/metadata.py F                                                                                                                                               [ 86%]
> sunpy/timeseries/timeseries_factory.py .                                                                                                                                     [ 86%]
> sunpy/timeseries/timeseriesbase.py .s.                                                                                                                                       [ 86%]
> sunpy/timeseries/sources/eve.py .                                                                                                                                            [ 86%]
> sunpy/timeseries/sources/fermi_gbm.py .                                                                                                                                      [ 86%]
> sunpy/timeseries/sources/goes.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/lyra.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/noaa.py ..                                                                                                                                          [ 86%]
> sunpy/timeseries/sources/norh.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/rhessi.py .                                                                                                                                         [ 86%]
> sunpy/timeseries/sources/tests/test_eve.py .......                                                                                                                           [ 87%]
> sunpy/timeseries/sources/tests/test_fermi_gbm.py ....                                                                                                                        [ 87%]
> sunpy/timeseries/sources/tests/test_goes.py ............................ [ 88%]
> .....s..                                                                                                                                                                     [ 88%]
> sunpy/timeseries/sources/tests/test_lyra.py ....                                                                                                                             [ 88%]
> sunpy/timeseries/sources/tests/test_noaa.py ......                                                                                                                           [ 89%]
> sunpy/timeseries/sources/tests/test_norh.py ....                                                                                                                             [ 89%]
> sunpy/timeseries/sources/tests/test_rhessi.py ....                                                                                                                           [ 89%]
> sunpy/timeseries/tests/test_timeseries_factory.py .....ssss............. [ 90%]
> .                                                                                                                                                                            [ 90%]
> sunpy/timeseries/tests/test_timeseriesbase.py .......................... [ 91%]
> ......................................................                                                                                                                       [ 93%]
> sunpy/timeseries/tests/test_timeseriesmetadata.py ...................... [ 94%]
> ...........................                                                                                                                                                  [ 95%]
> sunpy/util/util.py ..                                                                                                                                                        [ 95%]
> sunpy/util/tests/test_config.py ..........                                                                                                                                   [ 95%]
> sunpy/util/tests/test_datatype_factory_base.py ......                                                                                                                        [ 95%]
> sunpy/util/tests/test_decorators.py ......                                                                                                                                   [ 96%]
> sunpy/util/tests/test_functools.py .....                                                                                                                                     [ 96%]
> sunpy/util/tests/test_logger.py ......                                                                                                                                       [ 96%]
> sunpy/util/tests/test_metadata.py s............................                                                                                                              [ 97%]
> sunpy/util/tests/test_net.py ...                                                                                                                                             [ 97%]
> sunpy/util/tests/test_sysinfo.py xx..x                                                                                                                                       [ 97%]
> sunpy/util/tests/test_util.py ..........                                                                                                                                     [ 98%]
> sunpy/util/tests/test_xml.py .....................                                                                                                                           [ 99%]
> sunpy/visualization/drawing.py .                                                                                                                                             [ 99%]
> sunpy/visualization/animator/tests/test_mapsequenceanimator.py ....                                                                                                          [ 99%]
> sunpy/visualization/colormaps/cm.py .                                                                                                                                        [ 99%]
> sunpy/visualization/colormaps/color_tables.py .                                                                                                                              [ 99%]
> sunpy/visualization/colormaps/tests/test_cm.py .............                                                                                                                 [ 99%]
> sunpy/visualization/tests/test_drawing.py .....                                                                                                                              [100%]
> 
> ===================================================================================== FAILURES =====================================================================================
> __________________________________________________________________________ test_hpc_is_visible_tolerance ___________________________________________________________________________
> 
>     def test_hpc_is_visible_tolerance():
>         hpc = Helioprojective(200*u.arcsec, 0*u.arcsec,
>                               observer='earth', obstime='2023-08-03').make_3d()
>     
>         # Due to the limitations of numerical precision, the coordinate will be computed to be slightly
>         # below the solar surface, and thus invisible when the tolerance is set to zero
> >       assert not hpc.is_visible(tolerance=0*u.m)
> E       assert not True
> E        +  where True = <bound method Helioprojective.is_visible of <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700....eliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>>(tolerance=(0 * Unit("m")))
> E        +    where <bound method Helioprojective.is_visible of <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700....eliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>> = <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700.0 km, observer=<HeliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>.is_visible
> E        +    and   Unit("m") = u.m
> 
> sunpy/coordinates/tests/test_frames.py:264: AssertionError
> ____________________________________________________________ [doctest] sunpy.map.header_helper.make_heliographic_header ____________________________________________________________
> 265 
> 266     Examples
> 267     --------
> 268     >>> from sunpy.map.header_helper import make_heliographic_header
> 269     >>> from sunpy.coordinates import get_earth
> 270     >>>
> 271     >>> date = '2020-01-01 12:00:00'
> 272     >>> observer = get_earth(date)
> 273     >>> header = make_heliographic_header(date, observer, [90, 180], frame='carrington')
> 274     >>> header
> Expected:
>     MetaDict([('wcsaxes', 2), ('crpix1', 90.5), ('crpix2', 45.5), ('cdelt1', 2.0), ('cdelt2', 2.0), ('cunit1', 'deg'), ('cunit2', 'deg'), ('ctype1', 'CRLN-CAR'), ('ctype2', 'CRLT-CAR'), ('crval1', 0.0), ('crval2', 0.0), ('lonpole', 0.0), ('latpole', 90.0), ('mjdref', 0.0), ('date-obs', '2020-01-01T12:00:00.000'), ('rsun_ref', 695700000.0), ('dsun_obs', 147096975776.97), ('hgln_obs', 0.0), ('hglt_obs', -3.0011725838606), ('naxis', 2), ('naxis1', 180), ('naxis2', 90), ('pc1_1', 1.0), ('pc1_2', -0.0), ('pc2_1', 0.0), ('pc2_2', 1.0), ('rsun_obs', 975.5398432033492)])
> Got:
>     MetaDict({'wcsaxes': 2, 'crpix1': 90.5, 'crpix2': 45.5, 'cdelt1': 2.0, 'cdelt2': 2.0, 'cunit1': 'deg', 'cunit2': 'deg', 'ctype1': 'CRLN-CAR', 'ctype2': 'CRLT-CAR', 'crval1': 0.0, 'crval2': 0.0, 'lonpole': 0.0, 'latpole': 90.0, 'mjdref': 0.0, 'date-obs': '2020-01-01T12:00:00.000', 'rsun_ref': 695700000.0, 'dsun_obs': 147096975776.97, 'hgln_obs': 0.0, 'hglt_obs': -3.0011725838606, 'naxis': 2, 'naxis1': 180, 'naxis2': 90, 'pc1_1': 1.0, 'pc1_2': -0.0, 'pc2_1': 0.0, 'pc2_2': 1.0, 'rsun_obs': 975.5398432033492})
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/map/header_helper.py:274: DocTestFailure
> ____________________________________________________________________________________ test_fetch ____________________________________________________________________________________
> 
> mock_wait = <MagicMock name='enqueue_file' id='140046596461904'>, mock_search = <MagicMock name='download' id='140046594775072'>
> mock_enqueue = <MagicMock name='search' id='140046604768448'>, tmp_path = PosixPath('/tmp/pytest-of-user42/pytest-20/test_fetch0')
> indices_client = <sunpy.net.dataretriever.sources.noaa.NOAAIndicesClient object at 0x7f5f4335bb90>
> sunpy.net.dataretriever.sources.noaa...ather Prediction Center.                
> Time       All            All valid values                                    
> 
>     @mock.patch('sunpy.net.dataretriever.sources.noaa.NOAAIndicesClient.search',
>                 return_value=mock_query_object('2012/10/4', '2012/10/6'))
>     # The return value of download is irrelevant
>     @mock.patch('parfive.Downloader.download',
>                 return_value=None)
>     @mock.patch('parfive.Downloader.enqueue_file')
>     def test_fetch(mock_wait, mock_search, mock_enqueue, tmp_path, indices_client):
>         path = tmp_path / "sub"
>         path.mkdir()
>         qr1 = indices_client.search(Time('2012/10/4', '2012/10/6'),
>                                     Instrument('noaa-indices'))
>         indices_client.fetch(qr1, path=path / "{file}")
>     
>         # Here we assert that the `fetch` function has called the parfive
>         # Downloader.enqueue_file method with the correct arguments. Everything
>         # that happens after this point should either be tested in the
>         # GenericClient tests or in parfive itself.
>         assert mock_enqueue.called_once_with(("https://services.swpc.noaa.gov/json/solar-cycle/observed-solar-cycle-indices.json",
> >                                             path / "observed-solar-cycle-indices.json"))
> 
> sunpy/net/dataretriever/sources/tests/test_noaa.py:133: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <MagicMock name='search' id='140046604768448'>, name = 'called_once_with'
> 
>     def __getattr__(self, name):
>         if name in {'_mock_methods', '_mock_unsafe'}:
>             raise AttributeError(name)
>         elif self._mock_methods is not None:
>             if name not in self._mock_methods or name in _all_magics:
>                 raise AttributeError("Mock object has no attribute %r" % name)
>         elif _is_magic(name):
>             raise AttributeError(name)
>         if not self._mock_unsafe and (not self._mock_methods or name not in self._mock_methods):
>             if name.startswith(('assert', 'assret', 'asert', 'aseert', 'assrt')) or name in _ATTRIB_DENY_LIST:
> >               raise AttributeError(
>                     f"{name!r} is not a valid assertion. Use a spec "
>                     f"for the mock if {name!r} is meant to be an attribute.")
> E               AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
> 
> /usr/lib/python3.12/unittest/mock.py:663: AttributeError
> ____________________________________________________________________________________ test_fido _____________________________________________________________________________________
> 
> mock_wait = <MagicMock name='enqueue_file' id='140047126205728'>, mock_search = <MagicMock name='download' id='140046602422608'>
> mock_enqueue = <MagicMock name='search' id='140046589898112'>, tmp_path = PosixPath('/tmp/pytest-of-user42/pytest-20/test_fido0')
> indices_client = <sunpy.net.dataretriever.sources.noaa.NOAAIndicesClient object at 0x7f5f43e31bb0>
> sunpy.net.dataretriever.sources.noaa...ather Prediction Center.                
> Time       All            All valid values                                    
> 
>     @mock.patch('sunpy.net.dataretriever.sources.noaa.NOAAIndicesClient.search',
>                 return_value=mock_query_object('2012/10/4', '2012/10/6'))
>     # The return value of download is irrelevant
>     @mock.patch('parfive.Downloader.download',
>                 return_value=None)
>     @mock.patch('parfive.Downloader.enqueue_file')
>     @no_vso
>     def test_fido(mock_wait, mock_search, mock_enqueue, tmp_path, indices_client):
>         path = tmp_path / "sub"
>         path.mkdir()
>         qr1 = Fido.search(Time('2012/10/4', '2012/10/6'),
>                           Instrument('noaa-indices'))
>         Fido.fetch(qr1, path=path)
>     
>         # Here we assert that the `fetch` function has called the parfive
>         # Downloader.enqueue_file method with the correct arguments. Everything
>         # that happens after this point should either be tested in the
>         # GenericClient tests or in parfive itself.
>         assert mock_enqueue.called_once_with(("https://services.swpc.noaa.gov/json/solar-cycle/observed-solar-cycle-indices.json",
> >                                             path / "observed-solar-cycle-indices.json"))
> 
> sunpy/net/dataretriever/sources/tests/test_noaa.py:155: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <MagicMock name='search' id='140046589898112'>, name = 'called_once_with'
> 
>     def __getattr__(self, name):
>         if name in {'_mock_methods', '_mock_unsafe'}:
>             raise AttributeError(name)
>         elif self._mock_methods is not None:
>             if name not in self._mock_methods or name in _all_magics:
>                 raise AttributeError("Mock object has no attribute %r" % name)
>         elif _is_magic(name):
>             raise AttributeError(name)
>         if not self._mock_unsafe and (not self._mock_methods or name not in self._mock_methods):
>             if name.startswith(('assert', 'assret', 'asert', 'aseert', 'assrt')) or name in _ATTRIB_DENY_LIST:
> >               raise AttributeError(
>                     f"{name!r} is not a valid assertion. Use a spec "
>                     f"for the mock if {name!r} is meant to be an attribute.")
> E               AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
> 
> /usr/lib/python3.12/unittest/mock.py:663: AttributeError
> _______________________________________________________________________________ test_row_and_warning _______________________________________________________________________________
> 
> mocker = <pytest_mock.plugin.MockerFixture object at 0x7f5f23d3e660>
> client = <sunpy.net.jsoc.jsoc.JSOCClient object at 0x7f5f23d3ee70>
> sunpy.net.jsoc.jsoc.JSOCClient
> 
> Provides access to the JSOC ... radial velocity component           
> Segment   w                Total of 1/mu in 1 deg latitude bins
> Length = 525 rows
> jsoc_response_double = <sunpy.net.jsoc.jsoc.JSOCResponse object at 0x7f5f23d3ec90>
>      T_REC       INSTRUME
> ---------------- --------
> 2011/01/01T00:00      AIA
> 2011/01/02T00:00      AIA
> 
>     def test_row_and_warning(mocker, client, jsoc_response_double):
>         mocker.patch("sunpy.net.jsoc.jsoc.JSOCClient.get_request")
>         request_data = mocker.patch("sunpy.net.jsoc.jsoc.JSOCClient.request_data")
>         with pytest.warns(SunpyUserWarning):
>             client.fetch(jsoc_response_double[0], sleep=0)
> >       assert request_data.called_once_with(jsoc_response_double[0].as_table())
> 
> sunpy/net/jsoc/tests/test_jsoc.py:324: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <MagicMock name='request_data' id='140046599854592'>, name = 'called_once_with'
> 
>     def __getattr__(self, name):
>         if name in {'_mock_methods', '_mock_unsafe'}:
>             raise AttributeError(name)
>         elif self._mock_methods is not None:
>             if name not in self._mock_methods or name in _all_magics:
>                 raise AttributeError("Mock object has no attribute %r" % name)
>         elif _is_magic(name):
>             raise AttributeError(name)
>         if not self._mock_unsafe and (not self._mock_methods or name not in self._mock_methods):
>             if name.startswith(('assert', 'assret', 'asert', 'aseert', 'assrt')) or name in _ATTRIB_DENY_LIST:
> >               raise AttributeError(
>                     f"{name!r} is not a valid assertion. Use a spec "
>                     f"for the mock if {name!r} is meant to be an attribute.")
> E               AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
> 
> /usr/lib/python3.12/unittest/mock.py:663: AttributeError
> ______________________________________________________________ [doctest] sunpy.timeseries.metadata.TimeSeriesMetaData ______________________________________________________________
> 065     |2012-06-01T12:00:00.000    | EVE             | eve_key: eve_val                                  |
> 066     |            to             |                 |                                                   |
> 067     |2012-06-02T12:00:00.000    |                 |                                                   |
> 068     |-------------------------------------------------------------------------------------------------|
> 069     <BLANKLINE>
> 070     >>> md.find(parse_time('2012-06-01T21:08:12')).columns
> 071     ['EVE', 'GOES']
> 072     >>> md.find(parse_time('2012-06-01T21:08:12')).values()
> 073     ['eve_val', 'goes_val']
> 074     >>> md.find(parse_time('2012-06-01T21:08:12')).metas
> Expected:
>     [MetaDict([('goes_key', 'goes_val')]), MetaDict([('eve_key', 'eve_val')])]
> Got:
>     [MetaDict({'goes_key': 'goes_val'}), MetaDict({'eve_key': 'eve_val'})]
> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build/sunpy/timeseries/metadata.py:74: DocTestFailure
> ================================================================================= warnings summary =================================================================================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: mpl-results-path
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: mpl-use-full-test-name
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ============================================================================= short test summary info ==============================================================================
> FAILED sunpy/coordinates/tests/test_frames.py::test_hpc_is_visible_tolerance - assert not True
> FAILED sunpy/map/header_helper.py::sunpy.map.header_helper.make_heliographic_header
> FAILED sunpy/net/dataretriever/sources/tests/test_noaa.py::test_fetch - AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with...
> FAILED sunpy/net/dataretriever/sources/tests/test_noaa.py::test_fido - AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with'...
> FAILED sunpy/net/jsoc/tests/test_jsoc.py::test_row_and_warning - AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is me...
> FAILED sunpy/timeseries/metadata.py::sunpy.timeseries.metadata.TimeSeriesMetaData
> ===================================== 6 failed, 2266 passed, 342 skipped, 5 deselected, 8 xfailed, 2 xpassed, 2 warnings in 118.38s (0:01:58) ======================================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sunpy/build; python3.12 -m pytest -k "not figure and not online"
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build; python3.11 -m pytest -k "not figure and not online"
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-4.1.0, asdf-3.0.1, xdist-3.4.0, filter-subpackage-0.1.2, remotedata-0.4.1, astropy-header-0.2.2, hypothesis-6.91.0, astropy-0.11.0, doctestplus-1.0.0, arraydiff-0.6.1, mock-3.12.0
> collected 2624 items / 5 deselected / 5 skipped / 2619 selected
> 
> sunpy/coordinates/_transformations.py ..                                                                                                                                     [  0%]
> sunpy/coordinates/ephemeris.py ...                                                                                                                                           [  0%]
> sunpy/coordinates/frames.py ......                                                                                                                                           [  0%]
> sunpy/coordinates/sun.py .                                                                                                                                                   [  0%]
> sunpy/coordinates/utils.py ...                                                                                                                                               [  0%]
> sunpy/coordinates/tests/test_ephemeris.py ....ssss                                                                                                                           [  0%]
> sunpy/coordinates/tests/test_frameattributes.py ........................ [  1%]
>                                                                                                                                                                              [  1%]
> sunpy/coordinates/tests/test_frames.py ..........................F...... [  3%]
> ...................................ssss...........                                                                                                                           [  4%]
> sunpy/coordinates/tests/test_metaframes.py ............................. [  6%]
> ..                                                                                                                                                                           [  6%]
> sunpy/coordinates/tests/test_offset_frame.py .....                                                                                                                           [  6%]
> sunpy/coordinates/tests/test_sun.py .................................... [  7%]
> ........................ss                                                                                                                                                   [  8%]
> sunpy/coordinates/tests/test_transformations.py ........................ [  9%]
> ..................ssssssssssssssssssssssssssssssss...................... [ 12%]
> ...                                                                                                                                                                          [ 12%]
> sunpy/coordinates/tests/test_utils.py ...............................                                                                                                        [ 13%]
> sunpy/coordinates/tests/test_wcs_utils.py .................ss........                                                                                                        [ 14%]
> sunpy/data/data_manager/manager.py s                                                                                                                                         [ 14%]
> sunpy/data/data_manager/tests/test_cache.py .......                                                                                                                          [ 15%]
> sunpy/data/data_manager/tests/test_downloader.py .                                                                                                                           [ 15%]
> sunpy/data/data_manager/tests/test_manager.py ............                                                                                                                   [ 15%]
> sunpy/data/data_manager/tests/test_storage.py .....                                                                                                                          [ 15%]
> sunpy/data/tests/test_sample.py ss                                                                                                                                           [ 15%]
> sunpy/database/database.py .s..                                                                                                                                              [ 15%]
> sunpy/database/tables.py .....                                                                                                                                               [ 16%]
> sunpy/database/tests/test_attrs.py .............................sss                                                                                                          [ 17%]
> sunpy/database/tests/test_caching.py ....                                                                                                                                    [ 17%]
> sunpy/database/tests/test_commands.py ...........................                                                                                                            [ 18%]
> sunpy/database/tests/test_database.py .................................s [ 19%]
> ssssssssss...............................sss.ssss..                                                                                                                          [ 21%]
> sunpy/database/tests/test_tables.py ......ssssss......sss....                                                                                                                [ 22%]
> sunpy/image/tests/test_resample.py ....                                                                                                                                      [ 22%]
> sunpy/image/tests/test_transform.py .................................... [ 24%]
> ssssssssssssssssssss                                                                                                                                                         [ 25%]
> sunpy/io/_fits.py .                                                                                                                                                          [ 25%]
> sunpy/io/ana.py sss                                                                                                                                                          [ 25%]
> sunpy/io/special/asdf/tests/test_coordinate_frames.py xsssssssssssssssss [ 25%]
> sssssss                                                                                                                                                                      [ 26%]
> sunpy/io/special/asdf/tests/test_genericmap.py ssss                                                                                                                          [ 26%]
> sunpy/io/tests/test_ana.py sssssss                                                                                                                                           [ 26%]
> sunpy/io/tests/test_cdf.py s                                                                                                                                                 [ 26%]
> sunpy/io/tests/test_filetools.py ....ss.sss...                                                                                                                               [ 27%]
> sunpy/io/tests/test_fits.py ............................                                                                                                                     [ 28%]
> sunpy/io/tests/test_genx.py ....................                                                                                                                             [ 28%]
> sunpy/io/tests/test_jp2.py ssss                                                                                                                                              [ 29%]
> sunpy/io/tests/test_srs.py ............................                                                                                                                      [ 30%]
> sunpy/map/compositemap.py ..                                                                                                                                                 [ 30%]
> sunpy/map/header_helper.py ...                                                                                                                                               [ 30%]
> sunpy/map/map_factory.py .                                                                                                                                                   [ 30%]
> sunpy/map/mapbase.py ..s...                                                                                                                                                  [ 30%]
> sunpy/map/mapsequence.py .....                                                                                                                                               [ 30%]
> sunpy/map/sources/tests/test_aia_source.py .......                                                                                                                           [ 31%]
> sunpy/map/sources/tests/test_cor_source.py ......                                                                                                                            [ 31%]
> sunpy/map/sources/tests/test_eit_source.py ............................. [ 32%]
> ...............................................................                                                                                                              [ 34%]
> sunpy/map/sources/tests/test_eui_source.py ..........                                                                                                                        [ 35%]
> sunpy/map/sources/tests/test_euvi_source.py ........                                                                                                                         [ 35%]
> sunpy/map/sources/tests/test_gong_synoptic_source.py ........                                                                                                                [ 35%]
> sunpy/map/sources/tests/test_hi_source.py ......                                                                                                                             [ 36%]
> sunpy/map/sources/tests/test_hmi_source.py .....                                                                                                                             [ 36%]
> sunpy/map/sources/tests/test_hmi_synoptic_source.py ........                                                                                                                 [ 36%]
> sunpy/map/sources/tests/test_iris_source.py .......                                                                                                                          [ 36%]
> sunpy/map/sources/tests/test_kcor_source.py .......                                                                                                                          [ 37%]
> sunpy/map/sources/tests/test_lasco_source.py ........s.........s.                                                                                                            [ 37%]
> sunpy/map/sources/tests/test_mdi_source.py ...........                                                                                                                       [ 38%]
> sunpy/map/sources/tests/test_rhessi_source.py .......                                                                                                                        [ 38%]
> sunpy/map/sources/tests/test_sot_source.py .........                                                                                                                         [ 38%]
> sunpy/map/sources/tests/test_source_type.py ss                                                                                                                               [ 38%]
> sunpy/map/sources/tests/test_suvi_source.py .....s                                                                                                                           [ 39%]
> sunpy/map/sources/tests/test_swap_source.py ....................                                                                                                             [ 39%]
> sunpy/map/sources/tests/test_sxt_source.py ..........                                                                                                                        [ 40%]
> sunpy/map/sources/tests/test_trace_source.py ......                                                                                                                          [ 40%]
> sunpy/map/sources/tests/test_wispr_source.py .............                                                                                                                   [ 41%]
> sunpy/map/sources/tests/test_xrt_source.py ..........                                                                                                                        [ 41%]
> sunpy/map/tests/test_compositemap.py ..................                                                                                                                      [ 42%]
> sunpy/map/tests/test_header.py .                                                                                                                                             [ 42%]
> sunpy/map/tests/test_header_helper.py .....................                                                                                                                  [ 42%]
> sunpy/map/tests/test_map_factory.py .................................... [ 44%]
> .......................................s.s.............ss..                                                                                                                  [ 46%]
> sunpy/map/tests/test_mapbase.py ........................................ [ 48%]
> ........................................................................ [ 50%]
> ......x.....................................sss......................                                                                                                        [ 53%]
> sunpy/map/tests/test_mapbase_dask.py ....xxx...                                                                                                                              [ 53%]
> sunpy/map/tests/test_mapsequence.py ............                                                                                                                             [ 54%]
> sunpy/map/tests/test_maputils.py ..............................                                                                                                              [ 55%]
> sunpy/map/tests/test_plotting.py ...................................                                                                                                         [ 56%]
> sunpy/map/tests/test_reproject_to.py .........                                                                                                                               [ 57%]
> sunpy/net/attr.py .                                                                                                                                                          [ 57%]
> sunpy/net/attrs.py .                                                                                                                                                         [ 57%]
> sunpy/net/fido_factory.py ..                                                                                                                                                 [ 57%]
> sunpy/net/scraper.py ..                                                                                                                                                      [ 57%]
> sunpy/net/cdaweb/cdaweb.py .                                                                                                                                                 [ 57%]
> sunpy/net/cdaweb/helpers.py ..                                                                                                                                               [ 57%]
> sunpy/net/cdaweb/test/test_cdaweb.py sss                                                                                                                                     [ 57%]
> sunpy/net/dataretriever/sources/eve.py .                                                                                                                                     [ 57%]
> sunpy/net/dataretriever/sources/fermi_gbm.py .                                                                                                                               [ 57%]
> sunpy/net/dataretriever/sources/goes.py ..                                                                                                                                   [ 57%]
> sunpy/net/dataretriever/sources/gong.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/lyra.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/noaa.py ...                                                                                                                                  [ 57%]
> sunpy/net/dataretriever/sources/norh.py .                                                                                                                                    [ 57%]
> sunpy/net/dataretriever/sources/rhessi.py ...                                                                                                                                [ 58%]
> sunpy/net/dataretriever/sources/tests/test_eve.py sss.ssss...                                                                                                                [ 58%]
> sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py s.sss...                                                                                                             [ 58%]
> sunpy/net/dataretriever/sources/tests/test_goes_suvi.py ..ssssssssssssss [ 59%]
> sssssssssssss.                                                                                                                                                               [ 59%]
> sunpy/net/dataretriever/sources/tests/test_goes_ud.py ssssss.sssssssss.. [ 60%]
> .                                                                                                                                                                            [ 60%]
> sunpy/net/dataretriever/sources/tests/test_gong_synoptic.py sss.....ssss [ 61%]
> ..                                                                                                                                                                           [ 61%]
> sunpy/net/dataretriever/sources/tests/test_lyra_ud.py sss.ssss...                                                                                                            [ 61%]
> sunpy/net/dataretriever/sources/tests/test_noaa.py s......sssssss....                                                                                                        [ 62%]
> sunpy/net/dataretriever/sources/tests/test_norh.py ....ss......                                                                                                              [ 62%]
> sunpy/net/dataretriever/sources/tests/test_rhessi.py ..............                                                                                                          [ 63%]
> sunpy/net/dataretriever/tests/test_client.py ...                                                                                                                             [ 63%]
> sunpy/net/hek/hek.py .                                                                                                                                                       [ 63%]
> sunpy/net/hek/tests/test_hek.py ............ssssssssssss                                                                                                                     [ 64%]
> sunpy/net/hek2vso/hek2vso.py .....                                                                                                                                           [ 64%]
> sunpy/net/hek2vso/tests/test_hek2vso.py ssssss                                                                                                                               [ 64%]
> sunpy/net/helio/chaincode.py .                                                                                                                                               [ 64%]
> sunpy/net/helio/hec.py ...s                                                                                                                                                  [ 64%]
> sunpy/net/helio/parser.py .....                                                                                                                                              [ 65%]
> sunpy/net/helio/tests/test_chaincode.py ...........                                                                                                                          [ 65%]
> sunpy/net/helio/tests/test_helio.py s...........s..ssss                                                                                                                      [ 66%]
> sunpy/net/jsoc/jsoc.py ..                                                                                                                                                    [ 66%]
> sunpy/net/jsoc/tests/test_attr.py ..........                                                                                                                                 [ 66%]
> sunpy/net/jsoc/tests/test_jsoc.py ..ss.ssssssssss..s.s.                                                                                                                      [ 67%]
> sunpy/net/tests/test_attr.py .......................................                                                                                                         [ 69%]
> sunpy/net/tests/test_attr_walker.py ....                                                                                                                                     [ 69%]
> sunpy/net/tests/test_attrs.py ..                                                                                                                                             [ 69%]
> sunpy/net/tests/test_baseclient.py ................                                                                                                                          [ 69%]
> sunpy/net/tests/test_fido.py .sssss.sss.ssss....s..ss.ss.s.                                                                                                                  [ 71%]
> sunpy/net/tests/test_helioviewer.py ssssssss                                                                                                                                 [ 71%]
> sunpy/net/tests/test_scraper.py ......................sssss...ss....s.                                                                                                       [ 72%]
> sunpy/net/vso/vso.py s.                                                                                                                                                      [ 72%]
> sunpy/net/vso/tests/test_attrs.py ...s...s...........                                                                                                                        [ 73%]
> sunpy/net/vso/tests/test_vso.py s...ss......s..s...s....sss..ssssException ignored in: <function BaseEventLoop.__del__ at 0x7f765c8798a0>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/asyncio/base_events.py", line 692, in __del__
>     _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
> ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
> Exception ignored in: <socket.socket fd=16, family=1, type=1, proto=0>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 498, in <setcomp>
>     plugins_to_remove = {plug for plug in remove_plugins if hasattr(plug, name)}
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ResourceWarning: unclosed <socket.socket fd=16, family=1, type=1, proto=0>
> Exception ignored in: <socket.socket fd=17, family=1, type=1, proto=0>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 498, in <setcomp>
>     plugins_to_remove = {plug for plug in remove_plugins if hasattr(plug, name)}
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ResourceWarning: unclosed <socket.socket fd=17, family=1, type=1, proto=0>
> ss                                                                                                          [ 74%]
> sunpy/physics/differential_rotation.py ..                                                                                                                                    [ 75%]
> sunpy/physics/tests/test_differential_rotation.py ...................... [ 75%]
> ...                                                                                                                                                                          [ 75%]
> sunpy/sun/constants.py .                                                                                                                                                     [ 76%]
> sunpy/sun/tests/test_constants.py ...................................... [ 77%]
> ........................................................................ [ 80%]
> ................................                                                                                                                                             [ 81%]
> sunpy/tests/mocks.py ...                                                                                                                                                     [ 81%]
> sunpy/tests/tests/test_mocks.py .............                                                                                                                                [ 82%]
> sunpy/tests/tests/test_self_test.py XX.......                                                                                                                                [ 82%]
> sunpy/tests/tests/test_sunpy_data_filenames.py .                                                                                                                             [ 82%]
> sunpy/time/time.py ..                                                                                                                                                        [ 82%]
> sunpy/time/timeformats.py ..                                                                                                                                                 [ 82%]
> sunpy/time/timerange.py ...                                                                                                                                                  [ 82%]
> sunpy/time/tests/test_taiseconds.py ......                                                                                                                                   [ 82%]
> sunpy/time/tests/test_time.py .......................................... [ 84%]
> .........                                                                                                                                                                    [ 84%]
> sunpy/time/tests/test_timerange.py ...................................                                                                                                       [ 86%]
> sunpy/time/tests/test_utime.py ...                                                                                                                                           [ 86%]
> sunpy/timeseries/metadata.py .                                                                                                                                               [ 86%]
> sunpy/timeseries/timeseries_factory.py .                                                                                                                                     [ 86%]
> sunpy/timeseries/timeseriesbase.py .s.                                                                                                                                       [ 86%]
> sunpy/timeseries/sources/eve.py .                                                                                                                                            [ 86%]
> sunpy/timeseries/sources/fermi_gbm.py .                                                                                                                                      [ 86%]
> sunpy/timeseries/sources/goes.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/lyra.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/noaa.py ..                                                                                                                                          [ 86%]
> sunpy/timeseries/sources/norh.py .                                                                                                                                           [ 86%]
> sunpy/timeseries/sources/rhessi.py .                                                                                                                                         [ 86%]
> sunpy/timeseries/sources/tests/test_eve.py .......                                                                                                                           [ 87%]
> sunpy/timeseries/sources/tests/test_fermi_gbm.py ....                                                                                                                        [ 87%]
> sunpy/timeseries/sources/tests/test_goes.py ............................ [ 88%]
> .....s..                                                                                                                                                                     [ 88%]
> sunpy/timeseries/sources/tests/test_lyra.py ....                                                                                                                             [ 88%]
> sunpy/timeseries/sources/tests/test_noaa.py ......                                                                                                                           [ 89%]
> sunpy/timeseries/sources/tests/test_norh.py ....                                                                                                                             [ 89%]
> sunpy/timeseries/sources/tests/test_rhessi.py ....                                                                                                                           [ 89%]
> sunpy/timeseries/tests/test_timeseries_factory.py .....ssss............. [ 90%]
> .                                                                                                                                                                            [ 90%]
> sunpy/timeseries/tests/test_timeseriesbase.py .......................... [ 91%]
> ......................................................                                                                                                                       [ 93%]
> sunpy/timeseries/tests/test_timeseriesmetadata.py ...................... [ 94%]
> ...........................                                                                                                                                                  [ 95%]
> sunpy/util/util.py ..                                                                                                                                                        [ 95%]
> sunpy/util/tests/test_config.py ..........                                                                                                                                   [ 95%]
> sunpy/util/tests/test_datatype_factory_base.py ......                                                                                                                        [ 95%]
> sunpy/util/tests/test_decorators.py ......                                                                                                                                   [ 96%]
> sunpy/util/tests/test_functools.py .....                                                                                                                                     [ 96%]
> sunpy/util/tests/test_logger.py ......                                                                                                                                       [ 96%]
> sunpy/util/tests/test_metadata.py s............................                                                                                                              [ 97%]
> sunpy/util/tests/test_net.py ...                                                                                                                                             [ 97%]
> sunpy/util/tests/test_sysinfo.py xx..x                                                                                                                                       [ 97%]
> sunpy/util/tests/test_util.py ..........                                                                                                                                     [ 98%]
> sunpy/util/tests/test_xml.py .....................                                                                                                                           [ 99%]
> sunpy/visualization/drawing.py .                                                                                                                                             [ 99%]
> sunpy/visualization/animator/tests/test_mapsequenceanimator.py ....                                                                                                          [ 99%]
> sunpy/visualization/colormaps/cm.py .                                                                                                                                        [ 99%]
> sunpy/visualization/colormaps/color_tables.py .                                                                                                                              [ 99%]
> sunpy/visualization/colormaps/tests/test_cm.py .............                                                                                                                 [ 99%]
> sunpy/visualization/tests/test_drawing.py .....                                                                                                                              [100%]
> 
> ===================================================================================== FAILURES =====================================================================================
> __________________________________________________________________________ test_hpc_is_visible_tolerance ___________________________________________________________________________
> 
>     def test_hpc_is_visible_tolerance():
>         hpc = Helioprojective(200*u.arcsec, 0*u.arcsec,
>                               observer='earth', obstime='2023-08-03').make_3d()
>     
>         # Due to the limitations of numerical precision, the coordinate will be computed to be slightly
>         # below the solar surface, and thus invisible when the tolerance is set to zero
> >       assert not hpc.is_visible(tolerance=0*u.m)
> E       assert not True
> E        +  where True = <bound method Helioprojective.is_visible of <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700....eliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>>(tolerance=(0 * Unit("m")))
> E        +    where <bound method Helioprojective.is_visible of <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700....eliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>> = <Helioprojective Coordinate (obstime=2023-08-03T00:00:00.000, rsun=695700.0 km, observer=<HeliographicStonyhurst Coordinate for 'earth'>): (Tx, Ty, distance) in (arcsec, arcsec, AU)\n    (200., 0., 1.01025746)>.is_visible
> E        +    and   Unit("m") = u.m
> 
> sunpy/coordinates/tests/test_frames.py:264: AssertionError
> ================================================================================= warnings summary =================================================================================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: mpl-results-path
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: mpl-use-full-test-name
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ============================================================================= short test summary info ==============================================================================
> FAILED sunpy/coordinates/tests/test_frames.py::test_hpc_is_visible_tolerance - assert not True
> ===================================== 1 failed, 2271 passed, 342 skipped, 5 deselected, 8 xfailed, 2 xpassed, 2 warnings in 113.90s (0:01:53) ======================================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sunpy/build; python3.11 -m pytest -k "not figure and not online"
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/sunpy_5.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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