Package: src:python-mkdocs
Version: 1.6.1+dfsg1-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
   debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf .mypy_cache
for mo_file in `find mkdocs/themes/ -type f -name "*.mo"`; do \
    rm -f ${mo_file} ;\
done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
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  
* Building wheel...
Successfully built mkdocs-1.6.1-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m mkdocs build -v -d docs.debian/html
DEBUG   -  Loading configuration file: /<<PKGBUILDDIR>>/mkdocs.yml
DEBUG   -  Loaded theme configuration for 'mkdocs' from 
'/<<PKGBUILDDIR>>/mkdocs/themes/mkdocs/mkdocs_theme.yml': {'static_templates': 
['404.html'], 'locale': 'en', 'include_search_page': False, 
'search_index_only': False, 'highlightjs': True, 'hljs_languages': [], 
'hljs_style': 'github', 'hljs_style_dark': 'github-dark', 'navigation_depth': 
2, 'nav_style': 'primary', 'color_mode': 'light', 'user_color_mode_toggle': 
False, 'analytics': {'gtag': None}, 'shortcuts': {'help': 191, 'next': 78, 
'previous': 80, 'search': 83}}
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/<<PKGBUILDDIR>>/mkdocs/__main__.py", line 370, in <module>
    cli()
    ~~~^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/mkdocs/__main__.py", line 285, in build_command
    cfg = config.load_config(**kwargs)
  File "/<<PKGBUILDDIR>>/mkdocs/config/base.py", line 374, in load_config
    errors, warnings = cfg.validate()
                       ~~~~~~~~~~~~^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/base.py", line 231, in validate
    run_failed, run_warnings = self._validate()
                               ~~~~~~~~~~~~~~^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/base.py", line 188, in _validate
    self[key] = config_option.validate(value)
                ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/config_options.py", line 186, in validate
    return self.run_validation(value)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/config_options.py", line 1065, in 
run_validation
    self.load_plugin_with_namespace(name, cfg)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/config_options.py", line 1103, in 
load_plugin_with_namespace
    return (name, self.load_plugin(name, config))
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/mkdocs/config/config_options.py", line 1121, in 
load_plugin
    plugin_cls = self.installed_plugins[name].load()
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/mkdocstrings/plugin.py", line 29, in 
<module>
    from mkdocstrings.extension import MkdocstringsExtension
  File "/usr/lib/python3/dist-packages/mkdocstrings/extension.py", line 38, in 
<module>
    from mkdocstrings.handlers.base import BaseHandler, CollectionError, 
CollectorItem, Handlers
  File "/usr/lib/python3/dist-packages/mkdocstrings/handlers/base.py", line 26, 
in <module>
    from mkdocs_get_deps.cache import download_and_cache_url
ModuleNotFoundError: No module named 'mkdocs_get_deps'
make[1]: *** [debian/rules:23: execute_after_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: 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/202503/

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:python-mkdocs, so that this is still
visible in the BTS web page for this package.

Thanks.

Reply via email to