Package: src:flit Version: 3.12.0-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ 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 could not 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:flit, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' set -e; \ if [ -e _removed ]; then \ mv _removed/vendor flit_core/flit_core/; \ rmdir _removed; \ fi dh_auto_clean --name flit dh_auto_clean -d flit_core --name flit_core make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary dh binary --buildsystem=pybuild dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' set -e; \ if [ -e flit_core/flit_core/vendor ]; then \ mkdir -p _removed; \ mv flit_core/flit_core/vendor _removed/; \ fi pybuild --configure --name flit pybuild --configure -d flit_core --name flit_core make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' pybuild --build --name flit I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" module I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit * Building wheel... Successfully built flit-3.12.0-py3-none-any.whl I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with "installer" module pybuild --build -d flit_core --name flit_core I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" module I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core * Building wheel... Successfully built flit_core-3.12.0-py3-none-any.whl I: pybuild plugin_pyproject:144: 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>>' pybuild --test -d flit_core --name flit_core --test-pytest \ --before-test="cp -R {dir}/../README.rst {dir}/../LICENSE {dir}/tests_core {build_dir}" \ --after-test="rm -rf {build_dir}/README.rst {build_dir}/LICENSE {build_dir}/tests_core" I: pybuild pybuild:308: cp -R /<<PKGBUILDDIR>>/flit_core/../README.rst /<<PKGBUILDDIR>>/flit_core/../LICENSE /<<PKGBUILDDIR>>/flit_core/tests_core /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build; python3.13 -m pytest ============================= test session starts ============================== platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build configfile: pyproject.toml collected 211 items tests_core/test_build_thyself.py ... [ 1%] tests_core/test_buildapi.py ......... [ 5%] tests_core/test_common.py ................................... [ 22%] tests_core/test_config.py ...................................s.......... [ 44%] ........................................................................ [ 78%] ................................ [ 93%] tests_core/test_sdist.py ....... [ 96%] tests_core/test_versionno.py . [ 97%] tests_core/test_wheel.py ...... [100%] ======================== 210 passed, 1 skipped in 0.26s ======================== I: pybuild pybuild:334: rm -rf /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/README.rst /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/LICENSE /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/tests_core make[1]: Leaving directory '/<<PKGBUILDDIR>>' create-stamp debian/debhelper-build-stamp dh_testroot -O--buildsystem=pybuild dh_prep -O--buildsystem=pybuild debian/rules override_dh_auto_install make[1]: Entering directory '/<<PKGBUILDDIR>>' pybuild --install --dest-dir debian/flit --name flit I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir pybuild --install --dest-dir debian/flit -d flit_core --name flit_core I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir sphinx-build -b man -D extensions='sphinx.ext.ifconfig' -D man_show_urls=True doc/ debian/ Running Sphinx v8.2.3 loading translations [en]... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. Configuration error! Versions ======== * Platform: linux; (Linux-6.12.41+deb13-cloud-amd64-x86_64-with-glibc2.41) * Python version: 3.13.7 (CPython) * Sphinx version: 8.2.3 * Docutils version: 0.21.2 * Jinja2 version: 3.1.6 * Pygments version: 2.18.0 Last Messages ============= None. Loaded Extensions ================= None. Traceback ========= File "/usr/lib/python3/dist-packages/sphinx/config.py", line 395, in convert_overrides raise ConfigError(msg) sphinx.errors.ConfigError: 'man_show_urls' must be '0' or '1', got 'True' The full traceback has been saved in: /tmp/sphinx-err-przope2g.log To report this error to the developers, please open an issue at <https://github.com/sphinx-doc/sphinx/issues/>. Thanks! Please also report this if it was a user error, so that a better error message can be provided next time. make[1]: *** [debian/rules:38: override_dh_auto_install] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:11: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

