Your message dated Fri, 14 Feb 2025 11:09:19 +0000
with message-id <[email protected]>
and subject line Bug#1095374: fixed in python-pyorick 1.5-1
has caused the Debian Bug report #1095374,
regarding python-pyorick: FTBFS: ImportError: Failed to import test module: 
pyorick
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 [email protected]
immediately.)


-- 
1095374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pyorick
Version: 1.4-4
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.12' does not exist -- can't clean it
I: pybuild base:311: python3.13 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 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:311: python3.12 setup.py config 
running config
I: pybuild base:311: python3.13 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.12 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick
copying pyorick/pyorick.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick
copying pyorick/test_pyorick.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick
copying pyorick/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick
copying pyorick/pyorick.i0 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick
I: pybuild base:311: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick
copying pyorick/pyorick.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick
copying pyorick/test_pyorick.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick
copying pyorick/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick
copying pyorick/pyorick.i0 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build; 
python3.12 -m unittest discover -v 
pyorick (unittest.loader._FailedTest.pyorick) ... ERROR

======================================================================
ERROR: pyorick (unittest.loader._FailedTest.pyorick)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyorick
Traceback (most recent call last):
  File "/usr/lib/python3.12/unittest/loader.py", line 429, in _find_test_path
    package = self._get_module_from_name(name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/loader.py", line 339, in 
_get_module_from_name
    __import__(name)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick/__init__.py", 
line 190, in <module>
    from .pyorick import *
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build/pyorick/pyorick.py", 
line 819, in <module>
    np.csingle, np.complex_, None]  # no portable complex long double
                ^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 400, in 
__getattr__
    raise AttributeError(
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use 
`np.complex128` instead.


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyorick/build; python3.12 -m unittest 
discover -v 
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build; 
python3.13 -m unittest discover -v 
pyorick (unittest.loader._FailedTest.pyorick) ... ERROR

======================================================================
ERROR: pyorick (unittest.loader._FailedTest.pyorick)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyorick
Traceback (most recent call last):
  File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.13/unittest/loader.py", line 339, in 
_get_module_from_name
    __import__(name)
    ~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick/__init__.py", 
line 190, in <module>
    from .pyorick import *
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build/pyorick/pyorick.py", 
line 819, in <module>
    np.csingle, np.complex_, None]  # no portable complex long double
                ^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 400, in 
__getattr__
    raise AttributeError(
    ...<3 lines>...
    )
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use 
`np.complex128` instead.


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyorick/build; python3.13 -m unittest 
discover -v 
dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.13" returned 
exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202502/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-pyorick, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-pyorick
Source-Version: 1.5-1
Done: Thibaut Paumard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pyorick, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut Paumard <[email protected]> (supplier of updated python-pyorick 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 14 Feb 2025 11:27:20 +0100
Source: python-pyorick
Architecture: source
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Thibaut Paumard <[email protected]>
Closes: 1095374
Changes:
 python-pyorick (1.5-1) unstable; urgency=medium
 .
   * New upstream release
     + remove patch collections_abc
   * Bug fix: "FTBFS: ImportError: Failed to import test module: pyorick",
     thanks to Santiago Vila (Closes: #1095374).
     + new patch complex128
Checksums-Sha1:
 afab6f0fde23d02c53a64981835d1d9ba25a0441 2094 python-pyorick_1.5-1.dsc
 acb953c2d7035e2cbf62e34310747b7c5e7e9a46 39156 python-pyorick_1.5.orig.tar.gz
 8aee211145f8627c91dc5f864c16ddc6b0e94ca5 3108 
python-pyorick_1.5-1.debian.tar.xz
 844e2bdc77072986bce376f5977103dba49950a8 7301 
python-pyorick_1.5-1_amd64.buildinfo
Checksums-Sha256:
 28d1202e615a8bc2b0a34adf1e6684055fd12aaa9a2a92d4e225b56b76a7497e 2094 
python-pyorick_1.5-1.dsc
 073720f033b3a3013a3a28a371afaf279e49bb3c08ae7ed195e09c7947feb5ff 39156 
python-pyorick_1.5.orig.tar.gz
 e642e23f832960310312645301e3c55c9ff906691cc17a14bb6c7d290bb039c8 3108 
python-pyorick_1.5-1.debian.tar.xz
 460d8d3b5b5e446aefa8f242cd1a199cc10b92a7c8328b9478093d3d6af7b39a 7301 
python-pyorick_1.5-1_amd64.buildinfo
Files:
 6e9bca28325d24fe30035a70e3c0a984 2094 python optional python-pyorick_1.5-1.dsc
 7f1ffaf80ea2f987a7b9ac610986bbe7 39156 python optional 
python-pyorick_1.5.orig.tar.gz
 d4b9320fab955093e92dd43b8b6fffdf 3108 python optional 
python-pyorick_1.5-1.debian.tar.xz
 188afa4f0e818c195057f75429f1f2a3 7301 python optional 
python-pyorick_1.5-1_amd64.buildinfo

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

iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmevHeQTHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQLQ5EACbg8u3ftRCinTA8fXw+kK1seex2HM1
1anG+YRV1EG7in+aRatkLXQ2rSMwQMlGoDaDJf3sJ6/TIJbsmkshvLWyGziOdDhC
x9pXOmkQrr+di+33HMJB6g/7LXWQSX7F9+PN3Q4YrnjYTwqJSkqqN91cb3Ztv9Gj
fxJPbxheFfmJFrq+kXvJiJYSqoGSvd0UCs7isXQiqOVfahSgBdT9Aa3kK6TNX7X6
IWIr5Zad5U7uylsZ/llaQHLOAI6MDE8obZxwg5Rhs5ZjiM9Uq/Qhjv5+Ppcc7qQ3
YUzw7u/hG2oF3JRoet4YbTiV0Ii1BRxk0FvuIgoWV+IwdDyjV42umg32gVjA9KtN
WVVipJ4paibyeKIiRH+neDVRDCbOIC+aST70zlImbrk9ZwtVL2bP53vlrea9QmY6
+usaI7plIHBFxTdicLVv6NPcRG1+S3d3vMDGLMzXmqmJ4uAvzmq3NEy/Ug+aY1JN
nAOdRtwhg+SSBJge0xwiCEzLC+E0CQuK2znXl83+uDZjFiw+vc8tud5hfINsCxPN
u6i2VHjfSIgertzNaT8wO7tEKAAiAm2qRReR1P839VbW0D3MwJaNCXaR+0Y072jE
2bDqE98pY8R1fvwaimZbeprwBQPk41ePE2yJe9rHiZ96A3cBN5epRXc47AWhccqV
Oak3IeG44w+bsg==
=mrtY
-----END PGP SIGNATURE-----

Attachment: pgpcTJ7rXpHp7.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to