Package: src:python-pook Version: 1.1.1-2 Severity: serious Tags: ftbfs Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules binary dh binary --with python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild dh_auto_configure -O--buildsystem=pybuild I: pybuild base:311: python3.13 setup.py config /<<PKGBUILDDIR>>/setup.py:16: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running config I: pybuild base:311: python3.12 setup.py config /<<PKGBUILDDIR>>/setup.py:16: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running config dh_auto_build -O--buildsystem=pybuild I: pybuild base:311: /usr/bin/python3.13 setup.py build /<<PKGBUILDDIR>>/setup.py:16: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py file pook.py (for module pook) not found creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/request.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/mock.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/compare.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/mock_engine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/regex.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/activate_async.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/engine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/assertion.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/matcher.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook copying pook/headers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration copying tests/integration/pook_requests_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration copying tests/integration/engines_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration copying tests/integration/examples_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration copying tests/integration/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/regex_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/mock_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/matcher_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/engine_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/mock_engine_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/api_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit copying tests/unit/exceptions_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration/engines copying tests/integration/engines/unittest_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration/engines copying tests/integration/engines/pytest_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration/engines copying tests/integration/engines/nose_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration/engines copying tests/integration/engines/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/integration/engines creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/interceptors copying tests/unit/interceptors/urllib3_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/interceptors copying tests/unit/interceptors/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/interceptors copying tests/unit/interceptors/aiohttp_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/interceptors copying tests/unit/interceptors/module_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/interceptors creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/body_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/json_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/headers_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/json_schema_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/query_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/helpers_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/method_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/base_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/path_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers copying tests/unit/matchers/url_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/tests/unit/matchers creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/urllib3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/aiohttp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors copying pook/interceptors/pycurl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/interceptors creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/json_schema.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/body.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/method.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/path.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/url.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/json.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers copying pook/matchers/headers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pook/build/pook/matchers running egg_info creating pook.egg-info writing pook.egg-info/PKG-INFO writing dependency_links to pook.egg-info/dependency_links.txt writing requirements to pook.egg-info/requires.txt writing top-level names to pook.egg-info/top_level.txt writing manifest file 'pook.egg-info/SOURCES.txt' file pook.py (for module pook) not found reading manifest file 'pook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'pook.egg-info/SOURCES.txt' file pook.py (for module pook) not found I: pybuild base:311: /usr/bin/python3 setup.py build /<<PKGBUILDDIR>>/setup.py:16: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py file pook.py (for module pook) not found creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/response.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/constants.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/request.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/mock.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/compare.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/mock_engine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/regex.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/activate_async.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/engine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/assertion.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/matcher.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook copying pook/headers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration copying tests/integration/pook_requests_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration copying tests/integration/engines_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration copying tests/integration/examples_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration copying tests/integration/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/regex_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/mock_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/matcher_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/engine_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/mock_engine_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/api_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit copying tests/unit/exceptions_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration/engines copying tests/integration/engines/unittest_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration/engines copying tests/integration/engines/pytest_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration/engines copying tests/integration/engines/nose_suite.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration/engines copying tests/integration/engines/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/integration/engines creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/interceptors copying tests/unit/interceptors/urllib3_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/interceptors copying tests/unit/interceptors/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/interceptors copying tests/unit/interceptors/aiohttp_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/interceptors copying tests/unit/interceptors/module_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/interceptors creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/body_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/json_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/headers_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/json_schema_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/query_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/helpers_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/method_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/base_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/path_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers copying tests/unit/matchers/url_test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/tests/unit/matchers creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/http.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/urllib3.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/aiohttp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors copying pook/interceptors/pycurl.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/interceptors creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/json_schema.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/body.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/method.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/path.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/base.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/url.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/api.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/xml.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/json.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers copying pook/matchers/headers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pook/build/pook/matchers running egg_info writing pook.egg-info/PKG-INFO writing dependency_links to pook.egg-info/dependency_links.txt writing requirements to pook.egg-info/requires.txt writing top-level names to pook.egg-info/top_level.txt file pook.py (for module pook) not found reading manifest file 'pook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'pook.egg-info/SOURCES.txt' file pook.py (for module pook) not found debian/rules execute_after_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs/ build/html # HTML generator Running Sphinx v8.1.3 WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code. WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list. Configuration error: Invalid `intersphinx_mapping` configuration (1 error). make[1]: *** [debian/rules:12: execute_after_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:8: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202412/ 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 affects, so that this is still visible in the BTS web page for this package. Thanks.