Your message dated Tue, 14 Feb 2023 16:37:42 +0000
with message-id <e1pryjk-0058ek...@fasolo.debian.org>
and subject line Bug#1028707: fixed in python-mrcfile 1.4.3-3
has caused the Debian Bug report #1028707,
regarding python-mrcfile: FTBFS: AssertionError: ValueError not raised
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.)


-- 
1028707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-mrcfile
Version: 1.4.3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> Running Sphinx v5.3.0
> making output directory... done
> loading intersphinx inventory from https://docs.python.org/3.8/objects.inv...
> loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv...
> building [mo]: targets for 0 po files that are out of date
> building [man]: all manpages
> updating environment: [new config] 4 added, 0 changed, 0 removed
> reading sources... [ 25%] index
> reading sources... [ 50%] readme
> reading sources... [ 75%] source/mrcfile
> reading sources... [100%] usage_guide
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> writing... mrcfile.1 { readme usage_guide source/mrcfile } done
> build succeeded.
> 
> The manual pages are in _build/man.
> Running Sphinx v5.3.0
> making output directory... done
> loading pickled environment... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 4 source files that are out of date
> updating environment: 0 added, 0 changed, 0 removed
> looking for now-outdated files... none found
> preparing documents... done
> writing output... [ 25%] index
> writing output... [ 50%] readme
> writing output... [ 75%] source/mrcfile
> writing output... [100%] usage_guide
> 
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in _build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mrcfile/build; tox -c 
> /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py310 
> GLOB sdist-make: /<<PKGBUILDDIR>>/setup.py
> py310 create: /<<PKGBUILDDIR>>/.tox/py310
> py310 inst: /<<PKGBUILDDIR>>/.tox/.tmp/package/1/mrcfile-1.4.3.zip
> WARNING: Discarding $PYTHONPATH from environment, to override specify 
> PYTHONPATH in 'passenv' in your configuration.
> WARNING: Discarding $PYTHONPATH from environment, to override specify 
> PYTHONPATH in 'passenv' in your configuration.
> py310 installed: 
> alabaster==0.7.12,Babel==2.10.3,certifi==2022.9.24,chardet==5.1.0,charset-normalizer==3.0.1,distlib==0.3.6,docutils==0.17.1,filelock==3.9.0,idna==3.3,imagesize==1.4.1,Jinja2==3.0.3,MarkupSafe==2.1.1,mrcfile
>  @ 
> file:///<<PKGBUILDDIR>>/.tox/.tmp/package/1/mrcfile-1.4.3.zip,numpy==1.24.1,packaging==22.0,platformdirs==2.6.0,pluggy==1.0.0+repack,py==1.11.0,Pygments==2.14.0,pytz==2022.7,requests==2.28.1,roman==3.3,six==1.16.0,snowballstemmer==2.2.0,Sphinx==5.3.0,sphinx-rtd-theme==1.2.0rc1,tox==3.28.0,urllib3==1.26.12,virtualenv==20.17.1+ds
> py310 run-test-pre: PYTHONHASHSEED='1646220704'
> py310 run-test: commands[0] | python -m unittest tests
> ..................F........F................................................................................................................................F........F..........................................................................................................................................F......................................................................F.................................................................................F........F...................................................................................................................F...............................................................................................................................................................................................................
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_bzip2mrcfile.Bzip2MrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_bzip2mrcfile.Bzip2MrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_gzipmrcfile.GzipMrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_gzipmrcfile.GzipMrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
> AssertionError
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_mrcobject.MrcObjectTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
> AssertionError
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_mrcinterpreter.MrcInterpreterTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_mrcfile.MrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily (tests.test_mrcfile.MrcFileTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_mrcmemmap.MrcMemmapTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ----------------------------------------------------------------------
> Ran 790 tests in 16.077s
> 
> FAILED (failures=9)
> ERROR: InvocationError for command /<<PKGBUILDDIR>>/.tox/py310/bin/python -m 
> unittest tests (exited with code 1)
> ___________________________________ summary 
> ____________________________________
> ERROR:   py310: commands failed
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mrcfile/build; tox -c 
> /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py310 
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mrcfile/build; tox -c 
> /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py311 
> GLOB sdist-make: /<<PKGBUILDDIR>>/setup.py
> py311 create: /<<PKGBUILDDIR>>/.tox/py311
> py311 inst: /<<PKGBUILDDIR>>/.tox/.tmp/package/1/mrcfile-1.4.3.zip
> WARNING: Discarding $PYTHONPATH from environment, to override specify 
> PYTHONPATH in 'passenv' in your configuration.
> WARNING: Discarding $PYTHONPATH from environment, to override specify 
> PYTHONPATH in 'passenv' in your configuration.
> py311 installed: 
> alabaster==0.7.12,Babel==2.10.3,certifi==2022.9.24,chardet==5.1.0,charset-normalizer==3.0.1,distlib==0.3.6,docutils==0.17.1,filelock==3.9.0,idna==3.3,imagesize==1.4.1,Jinja2==3.0.3,MarkupSafe==2.1.1,mrcfile
>  @ 
> file:///<<PKGBUILDDIR>>/.tox/.tmp/package/1/mrcfile-1.4.3.zip,numpy==1.24.1,packaging==22.0,platformdirs==2.6.0,pluggy==1.0.0+repack,py==1.11.0,Pygments==2.14.0,pytz==2022.7,requests==2.28.1,roman==3.3,six==1.16.0,snowballstemmer==2.2.0,Sphinx==5.3.0,sphinx-rtd-theme==1.2.0rc1,tox==3.28.0,urllib3==1.26.12,virtualenv==20.17.1+ds
> py311 run-test-pre: PYTHONHASHSEED='1409580729'
> py311 run-test: commands[0] | python -m unittest tests
> ..................F........F................................................................................................................................F........F..........................................................................................................................................F......................................................................F.................................................................................F........F...................................................................................................................F...............................................................................................................................................................................................................
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_bzip2mrcfile.Bzip2MrcFileTest.test_cannot_edit_extended_header_in_read_only_mode)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_bzip2mrcfile.Bzip2MrcFileTest.test_data_is_not_copied_unnecessarily)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_gzipmrcfile.GzipMrcFileTest.test_cannot_edit_extended_header_in_read_only_mode)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_gzipmrcfile.GzipMrcFileTest.test_data_is_not_copied_unnecessarily)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_mrcobject.MrcObjectTest.test_data_is_not_copied_unnecessarily)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_mrcinterpreter.MrcInterpreterTest.test_data_is_not_copied_unnecessarily)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_mrcfile.MrcFileTest.test_cannot_edit_extended_header_in_read_only_mode)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ======================================================================
> FAIL: test_data_is_not_copied_unnecessarily 
> (tests.test_mrcfile.MrcFileTest.test_data_is_not_copied_unnecessarily)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcobject.py", line 341, in 
> test_data_is_not_copied_unnecessarily
>     assert self.mrcobject.data is data
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError
> 
> ======================================================================
> FAIL: test_cannot_edit_extended_header_in_read_only_mode 
> (tests.test_mrcmemmap.MrcMemmapTest.test_cannot_edit_extended_header_in_read_only_mode)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_mrcfile.py", line 219, in 
> test_cannot_edit_extended_header_in_read_only_mode
>     with self.assertRaisesRegex(ValueError, 'read-only'):
> AssertionError: ValueError not raised
> 
> ----------------------------------------------------------------------
> Ran 790 tests in 15.219s
> 
> FAILED (failures=9)
> ERROR: InvocationError for command /<<PKGBUILDDIR>>/.tox/py311/bin/python -m 
> unittest tests (exited with code 1)
> ___________________________________ summary 
> ____________________________________
> ERROR:   py311: commands failed
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mrcfile/build; tox -c 
> /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py311 
> dh_auto_test: error: pybuild --test --test-tox -i python{version} -p "3.10 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/python-mrcfile_1.4.3-2_unstable.log

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

--- End Message ---
--- Begin Message ---
Source: python-mrcfile
Source-Version: 1.4.3-3
Done: Roland Mas <lola...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-mrcfile, 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 1028...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roland Mas <lola...@debian.org> (supplier of updated python-mrcfile 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: Tue, 14 Feb 2023 17:12:54 +0100
Source: python-mrcfile
Architecture: source
Version: 1.4.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers 
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Roland Mas <lola...@debian.org>
Closes: 1028707
Changes:
 python-mrcfile (1.4.3-3) unstable; urgency=medium
 .
   * Patch out a test that fails with current numpy. This fixes "FTBFS:
     AssertionError: ValueError not raised", thanks to Lucas Nussbaum
     (Closes: #1028707). (Actually, the bug was fixed in the recent
     python3-numpy 1.24.2, but another bug was triggered by this same
     python3-numpy 1.24.2 version. Upstream author agrees that it's fine to
     patch out the test in question for now, see
     https://github.com/ccpem/mrcfile/issues/49). Patch from "s3v-".
   * Fix lintian override.
   * Fix line wrapping in changelog.
Checksums-Sha1:
 c6126e38716b7f6f0b9cebce31a903b7d20847ea 2024 python-mrcfile_1.4.3-3.dsc
 e19c7a0a9e9b5764231cfddf3f2613e5a0a04057 4472 
python-mrcfile_1.4.3-3.debian.tar.xz
 4f8a78cc44f03b25f3fec90d7599e5a60e64fa98 8076 
python-mrcfile_1.4.3-3_amd64.buildinfo
Checksums-Sha256:
 c64b5ed1a90b8cd4f7e58944422ab65de1f3d22dbd3fda572752fe85a81f1e2d 2024 
python-mrcfile_1.4.3-3.dsc
 b79639d0df7f31dabaa45f69e0d5a05652c4a91a8c21a9c485fca2716d6d7e72 4472 
python-mrcfile_1.4.3-3.debian.tar.xz
 571e3fe5d08b470f900549be515f711fce5d2fb8ded60b2a130d8d51b7ae5bca 8076 
python-mrcfile_1.4.3-3_amd64.buildinfo
Files:
 b4c8d7991eb90d7e33b379d0d214219f 2024 python optional 
python-mrcfile_1.4.3-3.dsc
 06e07db461768484e9ee9f3138cc896d 4472 python optional 
python-mrcfile_1.4.3-3.debian.tar.xz
 e14bfff068d4a679863ee63d1d3502a5 8076 python optional 
python-mrcfile_1.4.3-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmPrs+0ACgkQ0w3s0lmT
IvyFnBAAvMgzwvS/Gsmy5f/xsu2NXR6THKT+JIDUIaln8EV0Hc5+VXhbFiYNcN88
5jZ3Vjnz3hHAnXeWCPB+hp0ql3MV2EihLEqVCbEv5x0hXQi+flPclmDGrj0nKJCb
wKSkQWByYr68JhpH3/KrhIZ9Vpv0CEo4EBSKSd2DRcVFfyWrn+cp0AxRlaFrTNlM
UCnNj8t7OC9pGa6kwFNEimfMlwZVmZlZhtcVoREcpvQt3niH/s8g1bfKWlRXQq3Q
z9g2ARg1MUxIM3pgNL2QMHjMuTF5QzVdBFhYgfoi0C77fVpRkQ5uiA31OAdisslx
2s8IzlyI55S5n/tX7VK9CR43zQ06zBHrMeDn4xXzNbucz8dNxio5g9ZNIYwpszt7
swUVTIHos1MChd7wwDug7PXDUq+4DbJL8Fep8Z3pfPg2NmUMQubaMKh3F7mQXB0P
J+9uOO1SuF/TPSilLgTjbTvKPRTr51ymL9CxY+uU69+Iv8hRMge2NRsuJehz5ZPd
8WgFj3BrcbPG0HeprSQLEnLJrItsc7egR7nSz43o3WSMSr/4CzViQnY/FjaE0vCW
tpWEid3gnXdhKVxYvH5eV3cH0YRe+omsUk4YRxglWDC5DnCZPHCw8AL1BcC54SRN
k3ZOXkJSzq0IzZaVPImLmgsVfFhzDlbonV8H69nD7XYKED4bLQ8=
=k7b1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to