Package: src:python-odmantic Version: 1.0.2-5 Severity: important Tags: forky sid ftbfs User: [email protected] Usertags: ftbfs-nocheck-profile
Dear maintainer: During a rebuild of all packages in unstable using the nocheck build profile, 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/ A wiki page discussing how to reproduce bugs in this category and possible solutions is available here: https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck (It's a wiki, so you are welcome to contribute) [ Note: This is RC, but I will wait at least two weeks before raising the severities, there are a lot of gcc-15 and CMake 4 bugs open now ]. 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-odmantic, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild dh_autoreconf_clean -O--buildsystem=pybuild debian/rules override_dh_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf .mypy_cache .pytest_cache dh_clean 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 debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_build 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_odmantic * Building wheel... Successfully built odmantic-1.0.2-py3-none-any.whl I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with "installer" module PYTHONPATH=`dirname $(find .pybuild/ -type d -name "*odmantic*dist-info" | head -n1)` \ python3 -m mkdocs build -v -d html DEBUG - Loading configuration file: /<<PKGBUILDDIR>>/mkdocs.yml DEBUG - Loaded theme configuration for 'material' from '/usr/lib/python3/dist-packages/material/templates/mkdocs_theme.yml': {'language': 'en', 'direction': None, 'features': [], 'font': {'text': 'Roboto', 'code': 'Roboto Mono'}, 'icon': None, 'favicon': 'assets/images/favicon.png', 'static_templates': ['404.html']} DEBUG - Config value 'config_file_path' = '/<<PKGBUILDDIR>>/mkdocs.yml' DEBUG - Config value 'site_name' = 'ODMantic' DEBUG - Config value 'nav' = [{'Getting Started': 'index.md'}, 'fields.md', 'modeling.md', 'engine.md', 'querying.md', 'raw_query_usage.md', 'usage_fastapi.md', 'usage_pydantic.md', {'API Reference': [{'odmantic.model': './api_reference/model.md'}, {'odmantic.engine': './api_reference/engine.md'}, {'odmantic.session': './api_reference/session.md'}, {'odmantic.query': './api_reference/query.md'}, {'odmantic.field': './api_reference/field.md'}, {'odmantic.reference': './api_reference/reference.md'}, {'odmantic.index': './api_reference/index.md'}, {'odmantic.bson': './api_reference/bson.md'}, {'odmantic.exceptions': './api_reference/exceptions.md'}, {'odmantic.config': './api_reference/config.md'}]}, 'contributing.md', 'changelog.md', 'migration_guide.md'] DEBUG - Config value 'pages' = None DEBUG - Config value 'exclude_docs' = None DEBUG - Config value 'draft_docs' = None DEBUG - Config value 'not_in_nav' = None DEBUG - Config value 'site_url' = 'https://art049.github.io/odmantic/' DEBUG - Config value 'site_description' = 'AsyncIO MongoDB ODM (Object Document Mapper) using python type hinting' DEBUG - Config value 'site_author' = None DEBUG - Config value 'theme' = Theme(name='material', dirs=['/usr/lib/python3/dist-packages/material/templates', '/usr/lib/python3/dist-packages/mkdocs/templates'], static_templates={'404.html', 'sitemap.xml'}, name='material', locale=Locale('en'), language='en', direction=None, features=['instant', 'content.tabs.link'], font={'text': 'Roboto', 'code': 'Roboto Mono'}, icon={'logo': 'material/spa', 'repo': 'fontawesome/brands/github'}, favicon='assets/images/favicon.png', palette=[{'media': '(prefers-color-scheme: light)', 'scheme': 'default', 'primary': 'green', 'accent': 'green', 'toggle': {'icon': 'material/weather-night', 'name': 'Switch to dark mode'}}, {'media': '(prefers-color-scheme: dark)', 'scheme': 'slate', 'primary': 'green', 'accent': 'green', 'toggle': {'icon': 'material/weather-sunny', 'name': 'Switch to light mode'}}]) DEBUG - Config value 'docs_dir' = '/<<PKGBUILDDIR>>/docs' DEBUG - Config value 'site_dir' = '/<<PKGBUILDDIR>>/html' DEBUG - Config value 'copyright' = None DEBUG - Config value 'google_analytics' = None DEBUG - Config value 'dev_addr' = _IpAddressValue(host='127.0.0.1', port=8000) DEBUG - Config value 'use_directory_urls' = False DEBUG - Config value 'repo_url' = 'https://github.com/art049/odmantic' DEBUG - Config value 'repo_name' = 'art049/odmantic' DEBUG - Config value 'edit_uri_template' = None DEBUG - Config value 'edit_uri' = 'edit/master/docs/' DEBUG - Config value 'extra_css' = ['css/extra.css'] DEBUG - Config value 'extra_javascript' = ['js/gitter.js', 'https://sidecar.gitter.im/dist/sidecar.v1.js'] DEBUG - Config value 'extra_templates' = ['sitemap.xml'] DEBUG - Config value 'markdown_extensions' = ['toc', 'tables', 'fenced_code', 'admonition', 'attr_list', 'def_list', 'codehilite', 'pymdownx.snippets', 'pymdownx.tabbed', 'pymdownx.superfences', 'pymdownx.details', 'pymdownx.inlinehilite', 'pymdownx.magiclink', 'pymdownx.emoji'] DEBUG - Config value 'mdx_configs' = {'toc': {'permalink': True, 'toc_depth': 4}, 'codehilite': {'linenums': True, 'guess_lang': False}, 'pymdownx.snippets': {'base_path': 'docs/examples_src', 'check_paths': True}, 'pymdownx.tabbed': {'alternate_style': True}, 'pymdownx.magiclink': {'user': 'art049', 'repo': 'odmantic', 'repo_url_shorthand': True}, 'pymdownx.emoji': {'emoji_index': <function twemoji at 0x7fcdc78f7e20>}} DEBUG - Config value 'strict' = False DEBUG - Config value 'remote_branch' = 'gh-pages' DEBUG - Config value 'remote_name' = 'origin' DEBUG - Config value 'extra' = {'social': [{'icon': 'fontawesome/brands/github', 'link': 'https://github.com/art049'}, {'icon': 'fontawesome/brands/twitter', 'link': 'https://twitter.com/art049'}, {'icon': 'fontawesome/brands/linkedin', 'link': 'https://www.linkedin.com/in/arthur-pastel-a08579112'}], 'analytics': {'provider': 'google', 'property': 'UA-180814888-1'}} DEBUG - Config value 'plugins' = {'material/search': <material.plugins.search.plugin.SearchPlugin object at 0x7fcdc67ff230>, 'macros': <mkdocs_macros.plugin.MacrosPlugin object at 0x7fcdc6847230>, 'mkdocstrings': <mkdocstrings._internal.plugin.MkdocstringsPlugin object at 0x7fcdc6847380>} DEBUG - Config value 'hooks' = {} DEBUG - Config value 'watch' = ['/<<PKGBUILDDIR>>/odmantic', '/<<PKGBUILDDIR>>/docs'] DEBUG - Config value 'validation' = {'nav': {'omitted_files': 20, 'not_found': 30, 'absolute_links': 20}, 'links': {'not_found': 30, 'absolute_links': 20, 'unrecognized_links': 20, 'anchors': 20}} DEBUG - Running `startup` event from plugin 'material/search' DEBUG - Running `config` event from plugin 'material/search' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/material/templates/locales' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/material/templates/locales' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/usr/lib/python3/dist-packages/material/templates/locales' DEBUG - Running `config` event from plugin 'macros' DEBUG - [macros] - Configuring the macros environment... DEBUG - [macros] - Macros arguments {'module_name': 'docs/main', 'modules': [], 'render_by_default': True, 'force_render_paths': '', 'include_dir': '', 'include_yaml': [], 'j2_block_start_string': '', 'j2_block_end_string': '', 'j2_variable_start_string': '', 'j2_variable_end_string': '', 'j2_comment_start_string': '', 'j2_comment_end_string': '', 'on_undefined': 'keep', 'on_error_fail': False, 'verbose': False} DEBUG - [macros] - Project dir '/<<PKGBUILDDIR>>' INFO - [macros] - Found local Python module 'docs/main' in: /<<PKGBUILDDIR>> INFO - [macros] - Found external Python module 'docs/main' in: /<<PKGBUILDDIR>> INFO - [macros] - Functions found: define_env,on_pre_page_macros,on_post_page_macros,on_post_build DEBUG - [macros] - Docs directory: /<<PKGBUILDDIR>>/docs DEBUG - [macros] - Includes directory: /<<PKGBUILDDIR>>/docs DEBUG - [macros] - Undefined behavior: <class 'jinja2.runtime.DebugUndefined'> DEBUG - [macros] - End of environment config DEBUG - Running `config` event from plugin 'mkdocstrings' DEBUG - mkdocstrings: Adding extension to the list Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/lib/python3/dist-packages/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 "/usr/lib/python3/dist-packages/mkdocs/__main__.py", line 288, in build_command build.build(cfg, dirty=not clean) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mkdocs/commands/build.py", line 265, in build config = config.plugins.on_config(config) File "/usr/lib/python3/dist-packages/mkdocs/plugins.py", line 587, in on_config return self.run_event('config', config) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mkdocs/plugins.py", line 566, in run_event result = method(item, **kwargs) File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/plugin.py", line 154, in on_config handlers._download_inventories() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 738, in _download_inventories handler = self.get_handler(handler_name) File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 716, in get_handler self._handlers[name] = module.get_handler(**kwargs) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/handler.py", line 422, in get_handler config=PythonConfig.from_data(**handler_config), ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/config.py", line 1169, in from_data return cls(**cls.coerce(**data)) TypeError: PythonConfig.__init__() got an unexpected keyword argument 'rendering' make[1]: *** [debian/rules:40: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:32: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

