--- Begin Message ---
Package: src:mkdocstrings-python-legacy
Version: 0.2.4-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 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_mkdocstrings
* Building wheel...
[... snipped ...]
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
_______ test_render_themes_templates[mkdocstrings.handlers.base-plugin2] _______
module = 'mkdocstrings.handlers.base'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e3ed0>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
____ test_render_themes_templates[mkdocstrings.handlers.rendering-plugin0] _____
module = 'mkdocstrings.handlers.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e3890>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
____ test_render_themes_templates[mkdocstrings.handlers.rendering-plugin1] _____
module = 'mkdocstrings.handlers.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e0e10>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
____ test_render_themes_templates[mkdocstrings.handlers.rendering-plugin2] _____
module = 'mkdocstrings.handlers.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e1d10>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
__ test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin0] __
module = 'mkdocstrings_handlers.python.handler'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e3d90>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
__ test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin1] __
module = 'mkdocstrings_handlers.python.handler'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e07d0>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
__ test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin2] __
module = 'mkdocstrings_handlers.python.handler'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e2490>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
_ test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin0] _
module = 'mkdocstrings_handlers.python.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e3b10>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
_ test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin1] _
module = 'mkdocstrings_handlers.python.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e0190>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
_ test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin2] _
module = 'mkdocstrings_handlers.python.rendering'
plugin = <mkdocstrings._internal.plugin.MkdocstringsPlugin object at
0x7fb4ed0e1950>
@pytest.mark.parametrize(
"plugin",
[
{"theme": "mkdocs"},
{"theme": "readthedocs"},
{"theme": {"name": "material"}},
],
indirect=["plugin"],
)
@pytest.mark.parametrize(
"module",
[
"mkdocstrings.extension",
"mkdocstrings.inventory",
"mkdocstrings.loggers",
"mkdocstrings.handlers.base",
"mkdocstrings.handlers.rendering",
"mkdocstrings_handlers.python.handler",
"mkdocstrings_handlers.python.rendering",
],
)
def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin)
-> None:
"""Test rendering of a given theme's templates.
Parameters:
module: The module to load and render (parametrized).
plugin: The plugin instance (parametrized fixture).
"""
handler = plugin.handlers.get_handler("python")
> handler._update_env(plugin.md, plugin.handlers._config) # type:
> ignore[attr-defined]
E AttributeError: 'Handlers' object has no attribute '_config'
tests/test_themes.py:42: AttributeError
=============================== warnings summary ===============================
tests/test_collector.py:6
tests/test_collector.py:6
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/tests/test_collector.py:6:
DeprecationWarning: Importing from `mkdocstrings.handlers.base` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.handlers.base import CollectionError
mkdocstrings_handlers/python/handler.py:16
mkdocstrings_handlers/python/handler.py:16
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:16:
DeprecationWarning: Importing from `mkdocstrings.extension` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.extension import PluginError
mkdocstrings_handlers/python/handler.py:17
mkdocstrings_handlers/python/handler.py:17
mkdocstrings_handlers/python/handler.py:17
mkdocstrings_handlers/python/handler.py:17
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:17:
DeprecationWarning: Importing from `mkdocstrings.handlers.base` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.handlers.base import BaseHandler, CollectionError,
CollectorItem
mkdocstrings_handlers/python/handler.py:18
mkdocstrings_handlers/python/handler.py:18
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:18:
DeprecationWarning: Importing from `mkdocstrings.inventory` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.inventory import Inventory
mkdocstrings_handlers/python/handler.py:19
mkdocstrings_handlers/python/handler.py:19
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:19:
DeprecationWarning: Importing from `mkdocstrings.loggers` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.loggers import get_logger
mkdocstrings_handlers/python/rendering.py:7
mkdocstrings_handlers/python/rendering.py:7
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/rendering.py:7:
DeprecationWarning: Importing from `mkdocstrings.handlers.base` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.handlers.base import CollectorItem
mkdocstrings_handlers/python/rendering.py:8
mkdocstrings_handlers/python/rendering.py:8
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/rendering.py:8:
DeprecationWarning: Importing from `mkdocstrings.loggers` is deprecated.
Import from `mkdocstrings` directly.
from mkdocstrings.loggers import get_logger
tests/test_collector.py: 3 warnings
tests/test_themes.py: 21 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:194:
DeprecationWarning: The `handler` argument is deprecated. The handler name
must be specified as a class attribute.
super().__init__(*args, **kwargs)
tests/test_collector.py: 3 warnings
tests/test_themes.py: 21 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:194:
DeprecationWarning: The `mdx` argument must be provided (as a keyword
argument).
super().__init__(*args, **kwargs)
tests/test_collector.py: 3 warnings
tests/test_themes.py: 21 warnings
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build/mkdocstrings_handlers/python/handler.py:194:
DeprecationWarning: The `mdx_config` argument must be provided (as a keyword
argument).
super().__init__(*args, **kwargs)
tests/test_themes.py: 21 warnings
/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py:693:
DeprecationWarning: The `config_file_path` argument in `get_handler` functions
is deprecated. Use `tool_config.get('config_file_path')` instead.
warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.extension-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.extension-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.extension-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.inventory-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.inventory-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.inventory-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.loggers-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.loggers-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.loggers-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.base-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.base-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.base-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.rendering-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.rendering-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings.handlers.rendering-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.handler-plugin2]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin0]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin1]
FAILED
tests/test_themes.py::test_render_themes_templates[mkdocstrings_handlers.python.rendering-plugin2]
================== 21 failed, 4 passed, 109 warnings in 0.44s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mkdocstrings/build; python3.13 -m
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:13: binary] Error 25
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:mkdocstrings-python-legacy, so that this is
still
visible in the BTS web page for this package.
Thanks.
--- End Message ---