Your message dated Thu, 17 Aug 2017 09:06:08 +0000
with message-id <e1digki-000arh...@fasolo.debian.org>
and subject line Bug#871995: fixed in python-astropy 2.0.1-2
has caused the Debian Bug report #871995,
regarding spectral-cube FTBFS: AttributeError: 'NoneType' object has no
attribute 'lineno'
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.)
--
871995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spectral-cube
Version: 0.4.0-3
Severity: serious
Some recent change in unstable makes spectral-cube FTBFS:
https://tests.reproducible-builds.org/debian/history/spectral-cube.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/spectral-cube.html
...
spectral_cube/tests/test_spectral_cube.py::test_jybeam_upper PASSED
spectral_cube/tests/test_spectral_cube.py::test_jybeam_lower PASSED
spectral_cube/tests/test_spectral_cube.py::test_jybeam_whitespace PASSED
spectral_cube/tests/test_spectral_cube.py::test_beam_proj_meta SKIPPED
spectral_cube/tests/test_spectral_cube.py::test_proj_meta PASSED
spectral_cube/tests/test_spectral_cube.py::test_pix_sign PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_direct_init
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_direct_init_invalid_type
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_direct_init_invalid_shape
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[I]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[Q]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[U]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[V]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[RR]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[RL]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[LR]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_valid_component_name[LL]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_invalid_component_name[A]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_invalid_component_name[B]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_invalid_component_name[IQUV]
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_invalid_wcs
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_attributes
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_dir
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_mask
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_mask_invalid_component_name
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_mask_invalid_shape
PASSED
spectral_cube/tests/test_stokes_spectral_cube.py::TestStokesSpectralCube::test_separate_mask
PASSED
spectral_cube/tests/test_subcubes.py::test_subcube PASSED
spectral_cube/tests/test_subcubes.py::test_ds9region[fk5.reg-result0] SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region[image.reg-result1] SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region[partial_overlap_image.reg-result2]
SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region[no_overlap_image.reg-ValueError]
SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region[partial_overlap_fk5.reg-result4]
SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region[no_overlap_fk5.reg-ValueError]
SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region_255[255-fk5.reg] SKIPPED
spectral_cube/tests/test_subcubes.py::test_ds9region_255[255-pixel.reg] SKIPPED
spectral_cube/tests/test_visualization.py::test_to_pvextractor SKIPPED
spectral_cube/tests/test_visualization.py::test_projvis SKIPPED
spectral_cube/tests/test_visualization.py::test_mask_quicklook SKIPPED
spectral_cube/tests/test_wcs_utils.py::test_wcs_dropping PASSED
spectral_cube/tests/test_wcs_utils.py::test_wcs_swapping PASSED
spectral_cube/tests/test_wcs_utils.py::test_add_stokes PASSED
spectral_cube/tests/test_wcs_utils.py::test_axis_names PASSED
spectral_cube/tests/test_wcs_utils.py::test_wcs_slice PASSED
spectral_cube/tests/test_wcs_utils.py::test_wcs_slice_reversal PASSED
spectral_cube/tests/test_wcs_utils.py::test_wcs_comparison PASSED
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line
110, in wrap_session
INTERNALERROR> session.exitstatus = doit(config, session) or 0
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line
146, in _main
INTERNALERROR> config.hook.pytest_runtestloop(session=session)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
745, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers +
self._wrappers, kwargs)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
339, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
334, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
614, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line
169, in pytest_runtestloop
INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item,
nextitem=nextitem)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
745, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers +
self._wrappers, kwargs)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
339, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
334, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
613, in execute
INTERNALERROR> return _wrapped_call(hook_impl.function(*args), self.execute)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
254, in _wrapped_call
INTERNALERROR> return call_outcome.get_result()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
280, in get_result
INTERNALERROR> _reraise(*ex) # noqa
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
265, in __init__
INTERNALERROR> self.result = func()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
613, in execute
INTERNALERROR> return _wrapped_call(hook_impl.function(*args), self.execute)
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
254, in _wrapped_call
INTERNALERROR> return call_outcome.get_result()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
280, in get_result
INTERNALERROR> _reraise(*ex) # noqa
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
265, in __init__
INTERNALERROR> self.result = func()
INTERNALERROR> File
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line
614, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/runner.py",
line 65, in pytest_runtest_protocol
INTERNALERROR> nodeid=item.nodeid, location=item.location,
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line
571, in location
INTERNALERROR> location = self.reportinfo()
INTERNALERROR> File "/usr/lib/python2.7/dist-packages/_pytest/doctest.py",
line 143, in reportinfo
INTERNALERROR> return self.fspath, self.dtest.lineno, "[doctest] %s" %
self.name
INTERNALERROR> AttributeError: 'NoneType' object has no attribute 'lineno'
============ 505 passed, 35 skipped, 854 warnings in 74.43 seconds =============
debian/rules:17: recipe for target 'test-python2.7' failed
make[1]: *** [test-python2.7] Error 3
make[1]: Leaving directory '/build/1st/spectral-cube-0.4.0'
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
--- End Message ---
--- Begin Message ---
Source: python-astropy
Source-Version: 2.0.1-2
We believe that the bug you reported is fixed in the latest version of
python-astropy, 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 871...@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 python-astropy 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: SHA256
Format: 1.8
Date: Thu, 17 Aug 2017 09:53:02 +0200
Source: python-astropy
Binary: python-astropy python3-astropy python-astropy-doc astropy-utils
Architecture: source
Version: 2.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
astropy-utils - Command line tools from astropy
python-astropy - Core functionality for performing astrophysics with Python
python-astropy-doc - Core functionality for performing astrophysics with
Python (doc)
python3-astropy - Core functionality for performing astrophysics with Python3
Closes: 871995
Changes:
python-astropy (2.0.1-2) unstable; urgency=medium
.
* Changing parametrized tests pytest 3.2.0 compatible
* Change astropy home URL to https
* Push standards-version to 4.0.1. No changes needed.
* Adjust several dependency versions
* Reimplement reportinfo() in doctestplus extension (Closes: #871995)
Checksums-Sha1:
4bd1c899e8ad1ced253c2d68ae9e992a6aa4ee7e 3115 python-astropy_2.0.1-2.dsc
e83febf18fdb7f084d6d12982ec259ca929a4910 22592
python-astropy_2.0.1-2.debian.tar.xz
Checksums-Sha256:
eb82b48fdf66bb6b21896f2d557e28ab681b86d0bc5f64628eb1aebbdd54b825 3115
python-astropy_2.0.1-2.dsc
3aad73aec49b136d8db6c82086ddad336958dca2ce772d8de02b36c616e042ba 22592
python-astropy_2.0.1-2.debian.tar.xz
Files:
080b9d8db93449ae7b2e61aaa0d54076 3115 python optional
python-astropy_2.0.1-2.dsc
a8b31b539175aafb3cdfb8ba5b206f1f 22592 python optional
python-astropy_2.0.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAlmVUNwACgkQcRWv0HcQ
3Pe47g/7BAMj5Xu0H4ZjazFpe84+54Uzd+uvjBidG42WzyRUlMGeUn3IPgaKOEZb
A53u1YSQjaNa9RXR1A6yv9evuVrQ8VPuO/0eLcbveeRmw0/vXkEN1eF/M8xYzkPg
D9EsXOten5+f7eAEJlTN3Ah+dGPyhpFxQ0O6Z6vW8j+UJKnrptEOjLpHUFJu5fRx
kWqJoGbLl4P4S+e1hHP1O59RsaT1TOulZc6V0bkRipcfPvuuM3gEwXX6+nfNwDJ/
HMKI/2V022RiyfjPNxPFgT9wkucCsi0t2cLzdwmEppX3V/YtGf5xT0IZWlj7nJpl
3VQwceI1nOMmFDzxAMF3w/eCtEYA3CmzaSdHBNY121CCClvKGj0E7MP1Ido/Nwlk
7OJRZVzzjhRRjH+o+ASs6uVPhI0lrivW5FaQjHQ0TEUEW/E/n9m2GNmqVHOVVMVT
YyVr1hRGA0wT3FF6Q/mKksSgH4n8DKxIYYG23oYI3V4Dv6su0gOeUY7VZ6ZZUDsc
OaI5wlVP50t3gxR1sGQDLXi9QwWSBwG0V7G6fIrYzOv9qEklSFq/CliNMADRHkw+
4gXc6a8oe7lM7yzoo3Kad4Qzz8Xt+xX4tSzWj0uqUC9K3V+pOXI1cszaky9JyHpM
Us4P2/wdnlyX5RDKFlegrMtywriucu1ubkMcRGS9GfnBlql4vXM=
=y5+L
-----END PGP SIGNATURE-----
--- End Message ---