Your message dated Thu, 20 Jan 2022 07:18:43 +0000
with message-id <e1nariv-000cxv...@fasolo.debian.org>
and subject line Bug#1004041: fixed in gwcs 0.18.0-2
has caused the Debian Bug report #1004041,
regarding gwcs FTBFS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1004041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gwcs
Version: 0.18.0-1
Severity: serious
Tags: ftbfs
Control: block 1001238 by -1

https://buildd.debian.org/status/fetch.php?pkg=gwcs&arch=all&ver=0.18.0-1&stamp=1642613373&raw=0

...
==================================== ERRORS ====================================
_____ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/extension.py ______
gwcs/extension.py:8: in <module>
    from .converters.selector import (
gwcs/converters/selector.py:11: in <module>
    from asdf_astropy.converters.transform.core import TransformConverterBase
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/converters/geometry.py 
_
gwcs/converters/geometry.py:5: in <module>
    from asdf_astropy.converters.transform.core import TransformConverterBase
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/converters/selector.py 
_
gwcs/converters/selector.py:11: in <module>
    from asdf_astropy.converters.transform.core import TransformConverterBase
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting 
.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/spectroscopy.py _
gwcs/converters/spectroscopy.py:6: in <module>
    from asdf_astropy.converters.transform.core import (
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting 
.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_transforms.py _
gwcs/converters/tests/test_transforms.py:7: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting 
.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_transforms.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_transforms.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gwcs/converters/tests/test_transforms.py:7: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting 
.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_wcs.py _
gwcs/converters/tests/test_wcs.py:15: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (  # 
noqa: E402
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting 
.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_wcs.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_gwcs/build/gwcs/converters/tests/test_wcs.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gwcs/converters/tests/test_wcs.py:15: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (  # 
noqa: E402
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/tests/test_geometry.py 
_
gwcs/tests/test_geometry.py:10: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (
E   ModuleNotFoundError: No module named 'asdf_astropy'
_ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/tests/test_geometry.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_gwcs/build/gwcs/tests/test_geometry.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
gwcs/tests/test_geometry.py:10: in <module>
    from asdf_astropy.converters.transform.tests.test_transform import (
E   ModuleNotFoundError: No module named 'asdf_astropy'
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/astropy/wcs/wcsapi/sliced_low_level_wcs.py:6
  /usr/lib/python3/dist-packages/astropy/wcs/wcsapi/sliced_low_level_wcs.py:6: 
AstropyDeprecationWarning: SlicedLowLevelWCS has been moved to 
astropy.wcs.wcsapi.wrappers.sliced_wcs.SlicedLowLevelWCS, or can be imported 
from astropy.wcs.wcsapi.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR gwcs/extension.py - ModuleNotFoundError: No module named 'asdf_astropy'
ERROR gwcs/converters/geometry.py - ModuleNotFoundError: No module named 'asd...
ERROR gwcs/converters/selector.py - ModuleNotFoundError: No module named 'asd...
ERROR gwcs/converters/spectroscopy.py - ModuleNotFoundError: No module named ...
ERROR gwcs/converters/tests/test_transforms.py - ModuleNotFoundError: No modu...
ERROR gwcs/converters/tests/test_transforms.py
ERROR gwcs/converters/tests/test_wcs.py - ModuleNotFoundError: No module name...
ERROR gwcs/converters/tests/test_wcs.py
ERROR gwcs/tests/test_geometry.py - ModuleNotFoundError: No module named 'asd...
ERROR gwcs/tests/test_geometry.py
!!!!!!!!!!!!!!!!!!! Interrupted: 10 errors during collection !!!!!!!!!!!!!!!!!!!
======================== 1 warning, 10 errors in 1.30s =========================
E: pybuild pybuild:367: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_gwcs/build; python3.9 -m pytest 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
3.9" returned exit code 13



After installing python3-asdf-astropy a local build fails with:

...
==================================== ERRORS ====================================
_____ ERROR collecting .pybuild/cpython3_3.9_gwcs/build/gwcs/extension.py ______
gwcs/extension.py:47: in <module>
    TRANSFORM_EXTENSIONS = [
gwcs/extension.py:48: in <listcomp>
    ManifestExtension.from_uri(
/usr/lib/python3/dist-packages/asdf/extension/_manifest.py:38: in from_uri
    manifest = yaml.safe_load(get_config().resource_manager[manifest_uri])
/usr/lib/python3/dist-packages/asdf/resource.py:229: in __getitem__
    raise KeyError("Resource unavailable for URI: {}".format(uri))
E   KeyError: 'Resource unavailable for URI: 
asdf://asdf-format.org/astronomy/gwcs/manifests/gwcs-1.0.0'
=============================== warnings summary ===============================
...

--- End Message ---
--- Begin Message ---
Source: gwcs
Source-Version: 0.18.0-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gwcs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1004...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated gwcs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 20 Jan 2022 07:45:25 +0100
Source: gwcs
Architecture: source
Version: 0.18.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1004041
Changes:
 gwcs (0.18.0-2) unstable; urgency=medium
 .
   * Add new python3-asdf-astropy and python3-asdf-wcs-schemas build
     dependencies (Closes: #1004041)
Checksums-Sha1:
 b4558d33df81fcdb49f0e57d2db7c0d5f8a35c81 2385 gwcs_0.18.0-2.dsc
 00901ebb76d2053864a8ea92ec7c7df505e0bf12 4428 gwcs_0.18.0-2.debian.tar.xz
Checksums-Sha256:
 108622ba59111aff78493bb649b1ba43757aa15be0c8b71b4e522adfa3155c26 2385 
gwcs_0.18.0-2.dsc
 affb04e3240dc990369ed2738ac3c076f9fb9df8bf7607b6f1361305377771b2 4428 
gwcs_0.18.0-2.debian.tar.xz
Files:
 86a11e69a0f6c8354a91b5201e23385f 2385 python optional gwcs_0.18.0-2.dsc
 7d4814b5fb703816e847685d23107578 4428 python optional 
gwcs_0.18.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmHpCDYACgkQcRWv0HcQ
3PciBQ//VAQOshNufS1Rpb4RygSP57MjGEUfE2atvzVrAflmT3rSuu1BJtmlVhh5
NkOtKSegimiK7bB+eznj26b8Dw7MEUfNIe7BBIm/ClBu527pNaSvHMyXyKa5/f2k
HPsfQMl1IDCXxjT75IuGQ9gUgkCKPZjVao/K/Z8C/HRe1nN0xWfKt9ZK+elxvXhV
n0T0I6TXpRFvIFUNWrS/uXW6Q4CQ4T3YpeYyj+luMXcjjxRlqVia30AMDKPjWIiP
DvrORxRUL7CJIxcTG2pNMe4xaS4pcgovzzZgZMWFsx/h3v9SZrsB+ZTcCxJ+xfHC
Qt7TGH9weD3IVaBrWBirKSU0kmWZcHtvXf6M3fqWPkPzU4oXEpTxyXvOL4pCQqUP
p/UpazYhT1ofy9ZpGWUWH5XVdX3OzHRrr8qWi3fJLAkfQ/XbtNiW2Clu+4P363bF
Aka376vBBZLnmRJlpw0fymlRNa+ygEzmLSGIGPqJ++8jg6NCk35xQGmWwaKqxAfn
15l38Y6dsF79J8VgLRWCuRwOPFPXBjDMJka7GJ6wVC0t7ywJFnSYSPYX0II2vQ9g
Nibfk/DtHUlrg5N+GVSeUnUzpg/ts80A3CZUa79PVVC4MPtPo/8MP+6g2YMzoy2m
Br8J4+9OP2kKSIpQWAPyFyumolK2q/MegTXg7txwYS5Af3/0YOE=
=Rr3J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to