Your message dated Sun, 25 Jan 2026 21:35:14 +0000
with message-id <[email protected]>
and subject line Bug#1123162: fixed in poetry 2.2.1+dfsg-3
has caused the Debian Bug report #1123162,
regarding poetry: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123162
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:poetry
Version: 2.2.1+dfsg-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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 cannot 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:poetry, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find . -iname '*.pyc' -delete
for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry  
* Building wheel...
Successfully built poetry-2.2.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry  
* Building wheel...
Successfully built poetry-2.2.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3 
[too-long-redacted] t_shutil_which_python_provider'
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry/build
configfile: pyproject.toml
testpaths: tests
plugins: mock-3.15.1, xdist-3.8.0
created: 2/2 workers
2 workers [2418 items]

........................................................sss............. [  2%]
........................................................................ [  5%]
........................................................................ [  8%]
..............................s......................................... [ 11%]
...................................................................s.... [ 14%]
........................................................................ [ 17%]
........................................................................ [ 20%]
.............................................................s.......... [ 23%]
........................................................................ [ 26%]
........................................................................ [ 29%]
........................................................................ [ 32%]
........................................................................ [ 35%]
........................................................................ [ 38%]
........................................................................ [ 41%]
........................................................................ [ 44%]
........................s............................................... [ 47%]
........................................................................ [ 50%]
........................................................................ [ 53%]
........................................................................ [ 56%]
........................................................................ [ 59%]
........................................................................ [ 62%]
........................................................................ [ 65%]
........................................................................ [ 68%]
........................................................................ [ 71%]
........................................................................ [ 74%]
........................................................................ [ 77%]
........................................................................ [ 80%]
........................................................................ [ 83%]
........................................................................ [ 86%]
........................................................................ [ 89%]
..........................F............................................. [ 92%]
.....s.................................................................. [ 95%]
........................................................................ [ 98%]
.......s..................................                               [100%]
=================================== FAILURES ===================================
___________________________ test_get_by_name_python ____________________________
[gw0] linux -- Python 3.14.2 /usr/bin/python3.14

without_mocked_findpython = None

    def test_get_by_name_python(without_mocked_findpython: None) -> None:
        python = Python.get_by_name("python3")
        assert python is not None
        assert python.version.major == 3
>       assert python.version.minor == sys.version_info.minor
E       AssertionError: assert 13 == 14
E        +  where 13 = Version(epoch=0, release=Release(major=3, minor=13, 
patch=11, extra=(), precision=3, text='3.13.11', _compare_key=(3, ...3, 11)), 
ReleaseTag(phase='z', number=0), ReleaseTag(phase='', number=0), 
ReleaseTag(phase='z', number=0), ((0, ''),))).minor
E        +    where Version(epoch=0, release=Release(major=3, minor=13, 
patch=11, extra=(), precision=3, text='3.13.11', _compare_key=(3, ...3, 11)), 
ReleaseTag(phase='z', number=0), ReleaseTag(phase='', number=0), 
ReleaseTag(phase='z', number=0), ((0, ''),))) = 
<poetry.utils.env.python.manager.Python object at 0x7f518f154b40>.version
E        +  and   14 = sys.version_info(major=3, minor=14, micro=2, 
releaselevel='final', serial=0).minor
E        +    where sys.version_info(major=3, minor=14, micro=2, 
releaselevel='final', serial=0) = sys.version_info

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry/build/tests/utils/env/python/test_manager.py:130:
 AssertionError
=============================== warnings summary ===============================
tests/console/commands/test_publish.py: 2 warnings
tests/console/commands/test_search.py: 11 warnings
tests/console/commands/test_add.py: 3 warnings
tests/console/commands/test_show.py: 20 warnings
tests/inspection/test_info.py: 24 warnings
tests/inspection/test_lazy_wheel.py: 101 warnings
tests/installation/test_chooser.py: 58 warnings
tests/installation/test_executor.py: 6 warnings
tests/installation/test_installer.py: 86 warnings
tests/packages/test_direct_origin.py: 1 warning
tests/puzzle/test_solver.py: 21 warnings
tests/publishing/test_uploader.py: 18 warnings
tests/repositories/test_legacy_repository.py: 84 warnings
tests/puzzle/test_provider.py: 24 warnings
tests/repositories/test_pypi_repository.py: 57 warnings
tests/repositories/test_repository_pool.py: 2 warnings
tests/utils/test_authenticator.py: 73 warnings
tests/utils/test_isolated_build.py: 12 warnings
  /usr/lib/python3/dist-packages/httpretty/core.py:1077: DeprecationWarning: 
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future 
version. Use timezone-aware objects to represent datetimes in UTC: 
datetime.datetime.now(datetime.UTC).
    now = datetime.utcnow()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
SKIPPED [3] tests/console/commands/env/test_activate.py:53: Only Windows shells
SKIPPED [1] tests/console/commands/self/test_sync.py:26: Only relevant for 
`poetry self install`
SKIPPED [1] tests/console/commands/test_run.py:159: Poetry only installs CMD 
script files for console scripts of editable dependencies on Windows
SKIPPED [1] tests/console/commands/test_sync.py:26: Only relevant for `poetry 
install`
SKIPPED [1] tests/installation/test_executor.py:414: 
https://github.com/python-poetry/poetry/issues/7983
SKIPPED [1] tests/utils/env/test_env_manager.py:1265: requires darwin
SKIPPED [1] tests/utils/test_python_manager.py:104: Windows only
FAILED tests/utils/env/python/test_manager.py::test_get_by_name_python - Asse...
====== 1 failed, 2408 passed, 9 skipped, 603 warnings in 94.57s (0:01:34) ======
E: pybuild pybuild:389: test: plugin pyproject failed with:  
[too-long-redacted] t_shutil_which_python_provider'
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3 
[too-long-redacted] t_shutil_which_python_provider'
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry/build
configfile: pyproject.toml
testpaths: tests
plugins: mock-3.15.1, xdist-3.8.0
created: 2/2 workers
2 workers [2418 items]

........................................................sss............. [  2%]
........................................................................ [  5%]
........................................................................ [  8%]
.............................s.......................................... [ 11%]
...................................................................s.... [ 14%]
........................................................................ [ 17%]
........................................................................ [ 20%]
............................................................s........... [ 23%]
........................................................................ [ 26%]
........................................................................ [ 29%]
........................................................................ [ 32%]
........................................................................ [ 35%]
........................................................................ [ 38%]
........................................................................ [ 41%]
........................................................................ [ 44%]
..................................................................s..... [ 47%]
........................................................................ [ 50%]
........................................................................ [ 53%]
........................................................................ [ 56%]
........................................................................ [ 59%]
........................................................................ [ 62%]
........................................................................ [ 65%]
........................................................................ [ 68%]
........................................................................ [ 71%]
........................................................................ [ 74%]
........................................................................ [ 77%]
........................................................................ [ 80%]
........................................................................ [ 83%]
........................................................................ [ 86%]
........................................................................ [ 89%]
........................................................................ [ 92%]
.......s................................................................ [ 95%]
........................................................................ [ 98%]
.......s..................................                               [100%]
=============================== warnings summary ===============================
tests/console/commands/test_publish.py: 2 warnings
tests/console/commands/test_search.py: 11 warnings
tests/console/commands/test_add.py: 3 warnings
tests/console/commands/test_show.py: 20 warnings
tests/inspection/test_info.py: 24 warnings
tests/inspection/test_lazy_wheel.py: 101 warnings
tests/installation/test_chooser.py: 58 warnings
tests/installation/test_executor.py: 6 warnings
tests/installation/test_installer.py: 86 warnings
tests/packages/test_direct_origin.py: 1 warning
tests/publishing/test_uploader.py: 18 warnings
tests/puzzle/test_solver.py: 21 warnings
tests/puzzle/test_provider.py: 24 warnings
tests/repositories/test_legacy_repository.py: 84 warnings
tests/repositories/test_pypi_repository.py: 57 warnings
tests/repositories/test_repository_pool.py: 2 warnings
tests/utils/test_authenticator.py: 73 warnings
tests/utils/test_isolated_build.py: 12 warnings
  /usr/lib/python3/dist-packages/httpretty/core.py:1077: DeprecationWarning: 
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future 
version. Use timezone-aware objects to represent datetimes in UTC: 
datetime.datetime.now(datetime.UTC).
    now = datetime.utcnow()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
SKIPPED [3] tests/console/commands/env/test_activate.py:53: Only Windows shells
SKIPPED [1] tests/console/commands/self/test_sync.py:26: Only relevant for 
`poetry self install`
SKIPPED [1] tests/console/commands/test_run.py:159: Poetry only installs CMD 
script files for console scripts of editable dependencies on Windows
SKIPPED [1] tests/console/commands/test_sync.py:26: Only relevant for `poetry 
install`
SKIPPED [1] tests/installation/test_executor.py:414: 
https://github.com/python-poetry/poetry/issues/7983
SKIPPED [1] tests/utils/env/test_env_manager.py:1265: requires darwin
SKIPPED [1] tests/utils/test_python_manager.py:104: Windows only
=========== 2409 passed, 9 skipped, 603 warnings in 92.23s (0:01:32) ===========
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:103: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: poetry
Source-Version: 2.2.1+dfsg-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
poetry, 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.
Colin Watson <[email protected]> (supplier of updated poetry 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: Sun, 25 Jan 2026 21:08:54 +0000
Source: poetry
Architecture: source
Version: 2.2.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123162
Changes:
 poetry (2.2.1+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix tests when there are multiple supported Python versions (closes:
     #1123162).
Checksums-Sha1:
 168db3263611a8487dd10c43c8d2d57a9e3a8725 3547 poetry_2.2.1+dfsg-3.dsc
 ee29ef847ef8bc8e6c38fd2dd92a568fe1e6cf1b 9296 poetry_2.2.1+dfsg-3.debian.tar.xz
 83f40442c4d841ef19184fdd3b0c9eda4cca4a96 5544524 poetry_2.2.1+dfsg-3.git.tar.xz
 4061b3bb4d2b7cb04765d20cb51059e5ec9cbd41 17310 
poetry_2.2.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 b6b1c24a70be7833656098dc83357c67760e97dab377c0d36b2934160b1bd87b 3547 
poetry_2.2.1+dfsg-3.dsc
 f07a85aa52e460ced3e5ba5be82a2888adf4db149dbf8eaef7a7ac428804afe8 9296 
poetry_2.2.1+dfsg-3.debian.tar.xz
 4cb5b4267b40c3daadde4a23621d90f57e9301c60564f1d2e73358c070346f44 5544524 
poetry_2.2.1+dfsg-3.git.tar.xz
 b98d25f7ee443c4ac4c8751535690de202d016fb46a552e2eea54ebd92e0f5dd 17310 
poetry_2.2.1+dfsg-3_source.buildinfo
Files:
 fea0465d71182d2f88b4c09ddc60e681 3547 python optional poetry_2.2.1+dfsg-3.dsc
 31c1700256e85281b6bdfdcd0e2b566a 9296 python optional 
poetry_2.2.1+dfsg-3.debian.tar.xz
 0709953e13eb60bd30cf89855110e2bc 5544524 python optional 
poetry_2.2.1+dfsg-3.git.tar.xz
 4c644556843ec4dc3997f2a96297c54b 17310 python optional 
poetry_2.2.1+dfsg-3_source.buildinfo
Git-Tag-Info: tag=4fdba1c8e28725ca2cd8d9390f3e0efcb77efab4 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAml2hskACgkQYG0ITkaD
wHmcvw/9GF/jxwTWMHLl9wnNJcLbfJLxAJiOUrGx+KXif7lKL973kOvgqe7QAswb
X94KhTZbxHyVHUyKnO0LYnmW/PwPDonMT9yONbOLcFG7wbZVUDc/HtWdnY/JTWW8
dvkOKmfnhH8+f7FO0xDp7OriuB0vGwVpT5TgFXvF0uDZxM9H/hfzxc7QhdQxlmMk
HvqqoHC9qRFf5UD9/9r1/bIHFtpGAS3pGaBmqBzB05+49aOz+g+fShBUp3k7GKZs
/p9jqM9AI/M6sQ6509A+WGYt4ut8CXa8+qQjWVw2F4lgcHAomgvi+pTYuRBiMicp
mBr1ZCCI4H7zuGfE3ET0+Y2lHHjU1FbSubaI76kA94R0qecDfLzfgpOArqvZbrz6
c9cVwyUT4rmsce/0UEqQxpYL9eRWzyRw4lzUfCm9CWiLUeG9Ial9gl8CnH2FbC+Y
HdUnFPBcyzMMNGqk4Mqa7RdEZA7HE2zNC0D2NqeL5kbElN2R4mxTj7CjL2vmczBW
fnJ2sSrkQfH/QXYSjg9kdQIsHlkEnnT0gMFBHoeCjhtaYuvdSOuLOQiM8zZhygsm
3ANZELftgyxU7dWKYyGLXqms9vdgQlk45dJqtLaj5hwsSFuMvj4rOpuZeBrUh6oD
uuZps4TXjqXpHtXpKmQSYlMBAXMhWyiYFaSAf9dK3EmhLGTV4Ps=
=HXnu
-----END PGP SIGNATURE-----

Attachment: pgpPPP9_MCtq2.pgp
Description: PGP signature


--- End Message ---

Reply via email to