Package: src:python-testscenarios Version: 0.5.0-5 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-testscenarios, 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 --with python3 dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) 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 find . -iname '*.pyc' -delete for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) debian/rules binary make: pyversions: No such file or directory py3versions: no X-Python3-Version in control file, using supported versions dh binary --with python3 dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_update_autotools_config dh_auto_configure dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use) 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 "Do nothing..." Do nothing... make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) make -j1 check make[1]: Entering directory '/<<PKGBUILDDIR>>' PYTHONPATH=/<<PKGBUILDDIR>>: python3 -m testtools.run \ testscenarios.test_suite Tests running... EE.====================================================================== ERROR: unittest.loader._FailedTest.test_testcase ---------------------------------------------------------------------- ImportError: Failed to import test module: test_testcase Traceback (most recent call last): File "/usr/lib/python3.13/unittest/loader.py", line 137, in loadTestsFromName module = __import__(module_name) File "/<<PKGBUILDDIR>>/testscenarios/tests/test_testcase.py", line 21, in <module> from testtools.tests.helpers import LoggingResult ModuleNotFoundError: No module named 'testtools.tests' ====================================================================== ERROR: unittest.loader._FailedTest.test_scenarios ---------------------------------------------------------------------- ImportError: Failed to import test module: test_scenarios Traceback (most recent call last): File "/usr/lib/python3.13/unittest/loader.py", line 137, in loadTestsFromName module = __import__(module_name) File "/<<PKGBUILDDIR>>/testscenarios/tests/test_scenarios.py", line 23, in <module> from testtools.tests.helpers import LoggingResult ModuleNotFoundError: No module named 'testtools.tests' Ran 3 tests in 0.003s FAILED (failures=2) make[1]: *** [Makefile:7: check] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j1 check returned exit code 2 make: *** [debian/rules:7: binary] Error 255 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

