Your message dated Tue, 20 Feb 2024 11:35:12 +0000
with message-id <[email protected]>
and subject line Bug#1061813: fixed in mpi4py 3.1.5-5
has caused the Debian Bug report #1061813,
regarding mpi4py fails its autopkg tests with Python 3.12
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.)


-- 
1061813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061813
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mpi4py
Version: 3.1.5-4
Severity: important
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg tests:

[...]
904s autopkgtest [13:46:14]: test command1: OMPI_MCA_rmaps_base_oversubscribe=yes mpiexec -n 5 python3 test/runtests.py --verbose
904s autopkgtest [13:46:14]: test command1: [-----------------------
905s Traceback (most recent call last):
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 299, in <module>
905s     sys.exit(main())
905s              ^^^^^^
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 284, in main
905s     setup_python(options)
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 96, in setup_python
905s     builddir = os.path.join(rootdir, getbuilddir())
905s                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
905s   File "<frozen posixpath>", line 90, in join
905s   File "<frozen genericpath>", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
905s Traceback (most recent call last):
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 299, in <module>
905s     sys.exit(main())
905s              ^^^^^^
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 284, in main
905s     setup_python(options)
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 96, in setup_python
905s     builddir = os.path.join(rootdir, getbuilddir())
905s                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
905s   File "<frozen posixpath>", line 90, in join
905s   File "<frozen genericpath>", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
905s Traceback (most recent call last):
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 299, in <module>
905s     sys.exit(main())
905s              ^^^^^^
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 284, in main
905s     setup_python(options)
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 96, in setup_python
905s     builddir = os.path.join(rootdir, getbuilddir())
905s                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
905s   File "<frozen posixpath>", line 90, in join
905s   File "<frozen genericpath>", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
905s Traceback (most recent call last):
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 299, in <module>
905s     sys.exit(main())
905s              ^^^^^^
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 284, in main
905s     setup_python(options)
905s File "/tmp/autopkgtest.yXJS7v/build.v5F/src/test/runtests.py", line 96, in setup_python
905s     builddir = os.path.join(rootdir, getbuilddir())
905s                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
905s   File "<frozen posixpath>", line 90, in join
905s   File "<frozen genericpath>", line 164, in _check_arg_types
905s TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' 905s --------------------------------------------------------------------------
905s Primary job  terminated normally, but 1 process returned
905s a non-zero exit code. Per user-direction, the job has been aborted.
905s -------------------------------------------------------------------------- 905s -------------------------------------------------------------------------- 905s mpiexec detected that one or more processes exited with non-zero status, thus causing
905s the job to be terminated. The first process to do so was:
905s
905s   Process name: [[28935,1],0]
905s   Exit code:    1
905s --------------------------------------------------------------------------
905s autopkgtest [13:46:15]: test command1: -----------------------]
905s autopkgtest [13:46:15]: test command1: - - - - - - - - - - results - - - - - - - - - -
905s command1             FAIL non-zero exit status 1

--- End Message ---
--- Begin Message ---
Source: mpi4py
Source-Version: 3.1.5-5
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mpi4py, 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.
Andreas Tille <[email protected]> (supplier of updated mpi4py 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: SHA512

Format: 1.8
Date: Tue, 20 Feb 2024 11:49:49 +0100
Source: mpi4py
Architecture: source
Version: 3.1.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1061813
Changes:
 mpi4py (3.1.5-5) unstable; urgency=medium
 .
   * Team upload
 .
   [ Matthias Klose ]
   * Let the autopkg test depend on setuptools instead of distutils.
     Closes: #1061813
 .
   [ Andreas Tille ]
   * Secure URI in copyright format (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Do not parse d/changelog (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * No tab in license text (routine-update)
   * Use correct machine-readable copyright file URI.
   * Add missing build-dependency on python3-setuptools.
   * Add upstream metadata
   * Remove debian/gbp.conf since it contains only default values from
     team policy
Checksums-Sha1:
 09fb4396fb7b07b150934bf1fc9eb97e88b48a5e 2461 mpi4py_3.1.5-5.dsc
 dde658f951cdc75899458ed16398dfe937c1de37 13028 mpi4py_3.1.5-5.debian.tar.xz
 2370e3fd463e3b9122637cb7f7b42192f6529bf0 13060 mpi4py_3.1.5-5_amd64.buildinfo
Checksums-Sha256:
 82580d06ec30290c1c5d271dcacfff3bd68e063dd81ad85f50615b6565582ac3 2461 
mpi4py_3.1.5-5.dsc
 3bde4422bd31aeb7cce6de29ad462f3c10d0d158251e449aeb597f234cff59ea 13028 
mpi4py_3.1.5-5.debian.tar.xz
 1838ad732ac38acba942e31a5571f9a650254385f84c12236d0ff57258e510d8 13060 
mpi4py_3.1.5-5_amd64.buildinfo
Files:
 41d198bf936a6c7e0afbd92fe8c163f1 2461 python optional mpi4py_3.1.5-5.dsc
 fd4434be51ed4a433cdff4eb594c4370 13028 python optional 
mpi4py_3.1.5-5.debian.tar.xz
 d78920ad9b68af9aacc1c9a89620154b 13060 python optional 
mpi4py_3.1.5-5_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmXUi0wRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHrehAAi/WZTb5lT4CHsepsoy0/UzzhccPpxI8h
nqqcwzHGolnKBy9YVu3mPAXHSJ9hrGXwYQqjrucA50F7qSoAzd64gNihqy/v14aw
OHm6wmqd0aEHHC9XaD8T/QG/zkaq3aqNE60NJOmUKHrDDMWmDQK3gQRby4WyFT/y
ltFR/Jhq+gj00H8SqgMv5BC2g6V8KIFCT9A3Ujlwdtd3us112JEXer/ydq/4vPOM
Tl9eZfB8rnUEFTIG9woubwJl7QDgRWcbB8F4B+HKS0Afs41nsNUtifkxAoVTrreV
Adrjm+gVShxK7q+9vfYYufPH0f4pB7gUH28V+Z6XVlUotIazNobNWfIHmTacEKzX
KMXs1aVU516reOffT77pxDtbczNAtmVex6JNMPwaiUbygYsT8VRsLO6jMsDImbRd
jYSoVKqLFHKr7Tn0rjwrKxK953i5BSG14JvM2Spe50MAT9zU/YjeKw7mfavtOMuL
dfRojfrH1krO/JFXgT6dCo/B7bRK2L6tnLf+Oj5kl6N7cjAH17nVUcnmedd8+azU
PqsoWD5HlreWuqpvZg9YKnmpq3nje/RKcD2aiyQcha5P+fnedj/GkMbfi+asq0HB
Te3RJRMexTsG8aPnO6PdHJsYw9uXGvue71NnQ0lnOf18/ySZA7UPhQYE2wIMkNIQ
nqV8TXARqkE=
=J0TU
-----END PGP SIGNATURE-----

Attachment: pgpXviKn3tRI_.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