Package: src:sphinxcontrib-restbuilder Version: 0.3-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/202609/ 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:sphinxcontrib-restbuilder, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] :license: BSD, see LICENSE for details. """ > __import__('pkg_resources').declare_namespace(__name__) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ E ModuleNotFoundError: No module named 'pkg_resources' sphinxcontrib/__init__.py:13: ModuleNotFoundError The above exception was the direct cause of the following exception: src_dir = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/datasets' expected_dir = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/expected' output_dir = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/output' def test_deprecated(src_dir, expected_dir, output_dir): > run_parse_test(src_dir, expected_dir, output_dir, 'sphinx-directives', > ['deprecated']) tests/test_sphinx_versionmodified.py:13: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/utils.py:118: in run_parse_test build_sphinx(src_dir, output_dir, files) tests/utils.py:56: in build_sphinx app = Sphinx( /usr/lib/python3/dist-packages/sphinx/application.py:308: in __init__ self.setup_extension(extension) /usr/lib/python3/dist-packages/sphinx/application.py:514: in setup_extension self.registry.load_extension(self, extname) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sphinx.registry.SphinxComponentRegistry object at 0x7fe553c3deb0> app = <sphinx.application.Sphinx object at 0x7fe553af4f50> extname = 'sphinxcontrib.restbuilder' def load_extension(self, app: Sphinx, extname: str) -> None: """Load a Sphinx extension.""" if extname in app.extensions: # already loaded return if extname in EXTENSION_BLACKLIST: logger.warning( __( 'the extension %r was already merged with Sphinx since ' 'version %s; this extension is ignored.' ), extname, EXTENSION_BLACKLIST[extname], ) return # update loading context prefix = __('while setting up extension %s:') % extname with prefixed_warnings(prefix): try: mod = import_module(extname) except ImportError as err: logger.verbose(__('Original exception:\n') + traceback.format_exc()) > raise ExtensionError( __('Could not import extension %s') % extname, err ) from err E sphinx.errors.ExtensionError: Could not import extension sphinxcontrib.restbuilder (exception: No module named 'pkg_resources') /usr/lib/python3/dist-packages/sphinx/registry.py:553: ExtensionError ----------------------------- Captured stdout call ----------------------------- [01mRunning Sphinx v9.1.0[39;49;00m [01mloading translations [en]... [39;49;00mdone =========================== short test summary info ============================ FAILED tests/test_rst_blocks.py::test_paragraph - sphinx.errors.ExtensionErro... FAILED tests/test_rst_blocks.py::test_indentation - sphinx.errors.ExtensionEr... FAILED tests/test_rst_blocks.py::test_literal_block - sphinx.errors.Extension... FAILED tests/test_rst_code_blocks.py::test_code_block - sphinx.errors.Extensi... FAILED tests/test_rst_code_blocks.py::test_code_block_language - sphinx.error... FAILED tests/test_rst_code_blocks.py::test_code_block_linenos - sphinx.errors... FAILED tests/test_rst_code_blocks.py::test_code - sphinx.errors.ExtensionErro... FAILED tests/test_rst_code_blocks.py::test_code_language - sphinx.errors.Exte... FAILED tests/test_rst_code_blocks.py::test_code_number_lines - sphinx.errors.... FAILED tests/test_rst_formatting.py::test_bold - sphinx.errors.ExtensionError... FAILED tests/test_rst_formatting.py::test_italic - sphinx.errors.ExtensionErr... FAILED tests/test_rst_formatting.py::test_literal - sphinx.errors.ExtensionEr... FAILED tests/test_rst_formatting.py::test_subscript - sphinx.errors.Extension... FAILED tests/test_rst_formatting.py::test_superscript - sphinx.errors.Extensi... FAILED tests/test_rst_formatting.py::test_smart_quotes - sphinx.errors.Extens... FAILED tests/test_rst_headings.py::test_headings - sphinx.errors.ExtensionErr... FAILED tests/test_rst_hyperlinks.py::test_hyperlink_targets - sphinx.errors.E... FAILED tests/test_rst_hyperlinks.py::test_external_hyperlinks - sphinx.errors... FAILED tests/test_rst_hyperlinks.py::test_internal_hyperlinks - sphinx.errors... FAILED tests/test_rst_hyperlinks.py::test_nonexisting_target - sphinx.errors.... FAILED tests/test_rst_hyperlinks.py::test_ref - sphinx.errors.ExtensionError:... FAILED tests/test_rst_hyperlinks.py::test_cross_ref - sphinx.errors.Extension... FAILED tests/test_rst_hyperlinks.py::test_doc_role - sphinx.errors.ExtensionE... FAILED tests/test_rst_list.py::test_bullet_list - sphinx.errors.ExtensionErro... FAILED tests/test_rst_list.py::test_ordered_list - sphinx.errors.ExtensionErr... FAILED tests/test_rst_list.py::test_nested_list - sphinx.errors.ExtensionErro... FAILED tests/test_rst_list.py::test_multiline_list - sphinx.errors.ExtensionE... FAILED tests/test_rst_list.py::test_definition_list - sphinx.errors.Extension... FAILED tests/test_rst_table.py::test_simple_table - sphinx.errors.ExtensionEr... FAILED tests/test_rst_table.py::test_grid_table - sphinx.errors.ExtensionErro... FAILED tests/test_rst_table.py::test_list_table - sphinx.errors.ExtensionErro... FAILED tests/test_rst_toctree.py::test_toctree - sphinx.errors.ExtensionError... FAILED tests/test_sphinx_versionmodified.py::test_versionadded - sphinx.error... FAILED tests/test_sphinx_versionmodified.py::test_versionchanged - sphinx.err... FAILED tests/test_sphinx_versionmodified.py::test_deprecated - sphinx.errors.... ======================== 35 failed, 2 skipped in 1.47s ========================= E: pybuild pybuild:485: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.14 --parallel=2 returned exit code 13 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

