Source: poetry
Version: 2.2.1+dfsg-1
Severity: important
User: [email protected]
Usertags: regression

Dear maintainer(s),

With a recent upload of poetry the autopkgtest of poetry fails in testing when that autopkgtest is run with the binary packages of poetry from unstable. It passes when run with only packages from testing. It also passes in unstable. In tabular form:

                       pass            fail          pass
poetry                 from testing    2.2.1+dfsg-1  2.2.1+dfsg-1
all others             from testing    from testing  from unstable

I copied some of the output at the bottom of this report. It seems the test is missing versioned dependency on binaries from src:dulwich. Is this a test only issue, or is the package broken if dulwich doesn't migrate with or before poetry?

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

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=poetry

https://ci.debian.net/data/autopkgtest/testing/amd64/p/poetry/65274279/log.gz

63s ==================================== ERRORS ==================================== 63s _______________ ERROR at setup of TestSystemGit.test_checkout_2 ________________
 63s [gw33] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw33/test_checkout_20')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError 63s _________________ ERROR at setup of test_short_sha_not_in_head _________________
 63s [gw42] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw42/test_short_sha_not_in_head0')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError 63s _______________ ERROR at setup of test_clone_existing_locked_tag _______________
 63s [gw14] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw14/test_clone_existing_locked_tag0')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError 63s _______________ ERROR at setup of TestSystemGit.test_checkout_1 ________________
 63s [gw23] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw23/test_checkout_10')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError 63s _____________________ ERROR at setup of test_clone_success _____________________
 63s [gw26] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw26/test_clone_success0')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError 63s ______________ ERROR at setup of TestSystemGit.test_clone_success ______________
 63s [gw28] linux -- Python 3.13.8 /usr/bin/python3.13
 63s
63s tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/popen-gw28/test_clone_success0')
 63s
 63s     @pytest.fixture()
 63s     def temp_repo(tmp_path: Path) -> TempRepoFixture:
 63s         """Temporary repository with 2 commits"""
 63s         repo = dulwich.repo.Repo.init(str(tmp_path))
 63s >       worktree = repo.get_worktree()
 63s                    ^^^^^^^^^^^^^^^^^
 63s E       AttributeError: 'Repo' object has no attribute 'get_worktree'
 63s
63s /tmp/autopkgtest-lxc.sdq37gui/downtmp/autopkgtest_tmp/tests/vcs/git/conftest.py:19: AttributeError

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to