Package: src:python-fixtures Version: 4.2.5-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/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:python-fixtures, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean make: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions dh clean --buildsystem=pybuild --with python3 debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' make[1]: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions rm -rf build .stestr *.egg-info find . -iname '*.pyc' -delete for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done rm -f fixtures/_version.py make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary make: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions dh binary --buildsystem=pybuild --with python3 dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild dh_auto_configure -O--buildsystem=pybuild debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' make[1]: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions echo "__version__ = '4.2.5'" >fixtures/_version.py dh_auto_build I: pybuild plugin_pyproject:139: 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 * Building wheel... Successfully built fixtures-4.2.5-py3-none-any.whl I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:139: 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 * Building wheel... Successfully built fixtures-4.2.5-py3-none-any.whl I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.13 with "installer" module make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' make[1]: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions set -x ; set -e ; for i in 3.14 3.13 ; do \ python$i -m testtools.run fixtures.test_suite ; \ done + set -e + python3.14 -m testtools.run fixtures.test_suite Tests running... ............................................................................sss............E..................................................====================================================================== ERROR: unittest.loader._FailedTest.test_timeout ---------------------------------------------------------------------- ImportError: Failed to import test module: test_timeout Traceback (most recent call last): File "/usr/lib/python3.14/unittest/loader.py", line 137, in loadTestsFromName module = __import__(module_name) File "/<<PKGBUILDDIR>>/fixtures/tests/_fixtures/test_timeout.py", line 20, in <module> from testtools.testcase import ( TestSkipped, ) ImportError: cannot import name 'TestSkipped' from 'testtools.testcase' (/usr/lib/python3/dist-packages/testtools/testcase.py) Ran 142 tests in 0.012s FAILED (failures=1) make[1]: *** [debian/rules:21: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

