Package: src:poetry-plugin-export Version: 1.9.0-3 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/202602/ 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-plugin-export, 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:142: Building wheel for python3.14 with "build" module I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry-plugin-export * Building wheel... Successfully built poetry_plugin_export-1.9.0-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" module I: pybuild base:384: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry-plugin-export * Building wheel... Successfully built poetry_plugin_export-1.9.0-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry-plugin-export/build; python3.14 -m pytest tests ImportError while loading conftest '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry-plugin-export/build/tests/conftest.py'. tests/conftest.py:14: in <module> from poetry.factory import Factory /usr/lib/python3/dist-packages/poetry/factory.py:24: in <module> from poetry.plugins.plugin_manager import PluginManager /usr/lib/python3/dist-packages/poetry/plugins/plugin_manager.py:18: in <module> from poetry.installation import Installer /usr/lib/python3/dist-packages/poetry/installation/__init__.py:3: in <module> from poetry.installation.installer import Installer /usr/lib/python3/dist-packages/poetry/installation/installer.py:9: in <module> from poetry.installation.executor import Executor /usr/lib/python3/dist-packages/poetry/installation/executor.py:26: in <module> from poetry.puzzle.exceptions import SolverProblemError /usr/lib/python3/dist-packages/poetry/puzzle/__init__.py:3: in <module> from poetry.puzzle.solver import Solver /usr/lib/python3/dist-packages/poetry/puzzle/solver.py:21: in <module> from poetry.puzzle.provider import Indicator /usr/lib/python3/dist-packages/poetry/puzzle/provider.py:30: in <module> from poetry.packages.direct_origin import DirectOrigin /usr/lib/python3/dist-packages/poetry/packages/direct_origin.py:16: in <module> from poetry.vcs.git import Git /usr/lib/python3/dist-packages/poetry/vcs/git/__init__.py:3: in <module> from poetry.vcs.git.backend import Git /usr/lib/python3/dist-packages/poetry/vcs/git/backend.py:23: in <module> from dulwich.refs import ANNOTATED_TAG_SUFFIX E ImportError: cannot import name 'ANNOTATED_TAG_SUFFIX' from 'dulwich.refs' (/usr/lib/python3/dist-packages/dulwich/refs.py) E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=4: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_poetry-plugin-export/build; python3.14 -m pytest tests I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry-plugin-export/build; python3.13 -m pytest tests ImportError while loading conftest '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry-plugin-export/build/tests/conftest.py'. tests/conftest.py:14: in <module> from poetry.factory import Factory /usr/lib/python3/dist-packages/poetry/factory.py:24: in <module> from poetry.plugins.plugin_manager import PluginManager /usr/lib/python3/dist-packages/poetry/plugins/plugin_manager.py:18: in <module> from poetry.installation import Installer /usr/lib/python3/dist-packages/poetry/installation/__init__.py:3: in <module> from poetry.installation.installer import Installer /usr/lib/python3/dist-packages/poetry/installation/installer.py:9: in <module> from poetry.installation.executor import Executor /usr/lib/python3/dist-packages/poetry/installation/executor.py:26: in <module> from poetry.puzzle.exceptions import SolverProblemError /usr/lib/python3/dist-packages/poetry/puzzle/__init__.py:3: in <module> from poetry.puzzle.solver import Solver /usr/lib/python3/dist-packages/poetry/puzzle/solver.py:21: in <module> from poetry.puzzle.provider import Indicator /usr/lib/python3/dist-packages/poetry/puzzle/provider.py:30: in <module> from poetry.packages.direct_origin import DirectOrigin /usr/lib/python3/dist-packages/poetry/packages/direct_origin.py:16: in <module> from poetry.vcs.git import Git /usr/lib/python3/dist-packages/poetry/vcs/git/__init__.py:3: in <module> from poetry.vcs.git.backend import Git /usr/lib/python3/dist-packages/poetry/vcs/git/backend.py:23: in <module> from dulwich.refs import ANNOTATED_TAG_SUFFIX E ImportError: cannot import name 'ANNOTATED_TAG_SUFFIX' from 'dulwich.refs' (/usr/lib/python3/dist-packages/dulwich/refs.py) E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=4: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_poetry-plugin-export/build; python3.13 -m pytest tests dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:5: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

