Your message dated Sat, 26 Mar 2022 18:48:39 +0000
with message-id <e1nybsp-0007fx...@fasolo.debian.org>
and subject line Bug#1001291: fixed in binoculars 0.0.10-1.1
has caused the Debian Bug report #1001291,
regarding binoculars: autopkgtest tests for all supported python3 versions but
vtk7 extensions don't exist for all
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.)
--
1001291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: binoculars
Version: 0.0.6-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:python3-defaults
Dear maintainer(s),
With a recent upload of python3-defaults the autopkgtest of binoculars
fails in testing when that autopkgtest is run with the binary packages
of python3-defaults from unstable. It passes when run with only packages
from testing. In tabular form:
pass fail
python3-defaults from testing 3.9.8-1
binoculars from testing 0.0.6-1
all others from testing from testing
I copied some of the output at the bottom of this report. It seems
you're testing for all supported Python3 version in Debian, but one of
your dependencies doesn't provide the required extensions (bug #951300).
Either convince the maintainer of that package to build the extensions,
or only test with the default Python3 version.
Currently this regression is blocking the migration of python3-defaults
to testing [1].
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=python3-defaults
https://ci.debian.net/data/autopkgtest/testing/amd64/b/binoculars/17344284/log.gz
Testing with python3.10:
test_IO (test_cfg.TestCase) ... ok
test_id03 (unittest.loader._FailedTest) ... ERROR
test_metadata (unittest.loader._FailedTest) ... ERROR
======================================================================
ERROR: test_id03 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_id03
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vtk/vtkCommonCore.py", line 5,
in <module>
from .vtkCommonCorePython import *
ModuleNotFoundError: No module named 'vtk.vtkCommonCorePython'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 436, in
_find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in
_get_module_from_name
__import__(name)
File
"/tmp/autopkgtest-lxc.73x5fv_7/downtmp/autopkgtest_tmp/tests/test_id03.py",
line 1, in <module>
from binoculars.backends import id03
File "/usr/lib/python3/dist-packages/binoculars/backends/id03.py",
line 10, in <module>
from .. import backend, errors, util
File "/usr/lib/python3/dist-packages/binoculars/backend.py", line 1,
in <module>
from . import util, errors, dispatcher
File "/usr/lib/python3/dist-packages/binoculars/dispatcher.py", line
9, in <module>
from . import util, errors, space
File "/usr/lib/python3/dist-packages/binoculars/space.py", line 13,
in <module>
from vtk import vtkImageData, vtkXMLImageDataWriter
File "/usr/lib/python3/dist-packages/vtk/__init__.py", line 41, in
<module>
from .vtkCommonCore import *
File "/usr/lib/python3/dist-packages/vtk/vtkCommonCore.py", line 9,
in <module>
from vtkCommonCorePython import *
ModuleNotFoundError: No module named 'vtkCommonCorePython'
======================================================================
ERROR: test_metadata (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_metadata
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vtk/vtkCommonCore.py", line 5,
in <module>
from .vtkCommonCorePython import *
ModuleNotFoundError: No module named 'vtk.vtkCommonCorePython'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 436, in
_find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in
_get_module_from_name
__import__(name)
File
"/tmp/autopkgtest-lxc.73x5fv_7/downtmp/autopkgtest_tmp/tests/test_metadata.py",
line 2, in <module>
import binoculars.space
File "/usr/lib/python3/dist-packages/binoculars/space.py", line 13,
in <module>
from vtk import vtkImageData, vtkXMLImageDataWriter
File "/usr/lib/python3/dist-packages/vtk/__init__.py", line 41, in
<module>
from .vtkCommonCore import *
File "/usr/lib/python3/dist-packages/vtk/vtkCommonCore.py", line 9,
in <module>
from vtkCommonCorePython import *
ModuleNotFoundError: No module named 'vtkCommonCorePython'
----------------------------------------------------------------------
Ran 3 tests in 0.022s
FAILED (errors=2)
ConfigFile{
[dispatcher]
destination = b'demo_{first}-{last}.hdf5'
overwrite = b'true'
type = b'local'
[projection]
resolution = b'0.002, 0.002, 1'
type = b'id03:hklprojection'
[input]
centralpixel = b'40, 255'
imagefolder = b'/path/to/data/images/{rUCCD[0]}/'
pixelsize = b'0.055, 0.055'
sdd = b'1050'
specfile = b'/path/to/data/file.spec'
target_weight = b'4000'
type = b'id03:eh1'
xmask = b'50-235'
ymask = b'185-253,262-400'
}
origin = test.hdf5
command = autopkgtest [20:13:55]: test command1
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: binoculars
Source-Version: 0.0.10-1.1
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
binoculars, 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 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated binoculars 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, 24 Mar 2022 14:00:50 -0400
Source: binoculars
Architecture: source
Version: 0.0.10-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1001291
Changes:
binoculars (0.0.10-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Bug fix: Run the autopkgtest only against the supported version of
Python 3 (Closes: #1001291).
Checksums-Sha1:
825945ad50228a87b01d8b2ff79e8c3519ae3aa2 1832 binoculars_0.0.10-1.1.dsc
cb109e14e2b86de16705658399f85acbe5b34f0c 3252
binoculars_0.0.10-1.1.debian.tar.xz
ef97ae90e758ea0b18ed6c90af53fa07c7cba3c2 7023
binoculars_0.0.10-1.1_source.buildinfo
Checksums-Sha256:
a91e2867358e75cfab5ed15bcba15940671d3f45b9c528e32a0dda21a36e88f6 1832
binoculars_0.0.10-1.1.dsc
caa921e2e1242a8dbb9dc0d4fa238b7bd1c8ceec825b79c296eecfa966092910 3252
binoculars_0.0.10-1.1.debian.tar.xz
4442515015881309e4850c39829f8cb1ced5a279cccdc94cdd170b0570886fb6 7023
binoculars_0.0.10-1.1_source.buildinfo
Files:
6e2858eb3e3b77936305c8a4cdfaa7a9 1832 science optional
binoculars_0.0.10-1.1.dsc
f4745cddcf94700f06002a0d4b639630 3252 science optional
binoculars_0.0.10-1.1.debian.tar.xz
a902a4ba9b18d9add31ad7b91030f4a0 7023 science optional
binoculars_0.0.10-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYjy12hQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2KHJAQC9GWKWdUQUIXEvp5W2sc4u7tMFUtrb
VWYhT1T3DJtc/wEAjGVsRDor/6PbSyUzJysHWFQf5+IEiEUbuOO1wBt+ewE=
=3wAI
-----END PGP SIGNATURE-----
--- End Message ---