Package: src:python-pwdlib Version: 0.3.0-1 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/202512/ 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:python-pwdlib, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean /usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')): /usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. res = glob1(context['dir'], ftpl) rm -rf docs.debian make[1]: Leaving directory '/<<PKGBUILDDIR>>' 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 /usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')): /usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. res = glob1(context['dir'], ftpl) dh_auto_build -O--buildsystem=pybuild /usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')): /usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. res = glob1(context['dir'], ftpl) I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" module I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pwdlib * Building wheel... Successfully built pwdlib-0.3.0-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" module I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pwdlib * Building wheel... Successfully built pwdlib-0.3.0-py3-none-any.whl I: pybuild plugin_pyproject:155: 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 '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' = 'pwdlib' DEBUG - Config value 'nav' = [{'About': 'index.md'}, {'Guide': 'guide.md'}, {'Reference': [{'pwdlib': 'reference/pwdlib.md'}, {'pwdlib.exceptions': 'reference/pwdlib.exceptions.md'}, {'pwdlib.hashers': 'reference/pwdlib.hashers.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' = None DEBUG - Config value 'site_description' = 'Modern password hashing for Python' 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={'sitemap.xml', '404.html'}, name='material', locale=Locale('en'), language='en', direction=None, features=['content.code.copy'], font=False, icon={'logo': 'octicons/key-16'}, favicon='assets/images/favicon.png', palette=[{'media': '(prefers-color-scheme)', 'toggle': {'icon': 'material/brightness-auto', 'name': 'Switch to light mode'}}, {'media': '(prefers-color-scheme: light)', 'scheme': 'default', 'primary': 'amber', 'accent': 'amber', 'toggle': {'icon': 'material/brightness-7', 'name': 'Switch to dark mode'}}, {'media': '(prefers-color-scheme: dark)', 'scheme': 'slate', 'primary': 'amber', 'accent': 'amber', 'toggle': {'icon': 'material/brightness-4', 'name': 'Switch to light mode'}}]) DEBUG - Config value 'docs_dir' = '/<<PKGBUILDDIR>>/docs' DEBUG - Config value 'site_dir' = '/<<PKGBUILDDIR>>/docs.debian/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' = True DEBUG - Config value 'repo_url' = 'https://github.com/frankie567/pwdlib' DEBUG - Config value 'repo_name' = 'frankie567/pwdlib' DEBUG - Config value 'edit_uri_template' = None DEBUG - Config value 'edit_uri' = 'edit/master/docs/' DEBUG - Config value 'extra_css' = [] DEBUG - Config value 'extra_javascript' = [] DEBUG - Config value 'extra_templates' = [] DEBUG - Config value 'markdown_extensions' = ['toc', 'tables', 'fenced_code', 'pymdownx.highlight', 'pymdownx.tasklist', 'pymdownx.inlinehilite', 'pymdownx.snippets', 'pymdownx.superfences', 'admonition'] DEBUG - Config value 'mdx_configs' = {'toc': {'permalink': True}, 'pymdownx.highlight': {'anchor_linenums': True}, 'pymdownx.tasklist': {'custom_checkbox': True}} DEBUG - Config value 'strict' = False DEBUG - Config value 'remote_branch' = 'gh-pages' DEBUG - Config value 'remote_name' = 'origin' DEBUG - Config value 'extra' = {} DEBUG - Config value 'plugins' = {'material/search': <material.plugins.search.plugin.SearchPlugin object at 0x7f5d35a93380>, 'autorefs': <mkdocs_autorefs._internal.plugin.AutorefsPlugin object at 0x7f5d35a93e00>, 'mkdocstrings': <mkdocstrings._internal.plugin.MkdocstringsPlugin object at 0x7f5d3570e900>} DEBUG - Config value 'hooks' = {} DEBUG - Config value 'watch' = ['/<<PKGBUILDDIR>>/docs', '/<<PKGBUILDDIR>>/pwdlib'] 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 'autorefs' DEBUG - mkdocs_autorefs: Adding AutorefsExtension to the list 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 153, in on_config handlers._download_inventories() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 600, in _download_inventories handler = self.get_handler(handler_name) File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 581, in get_handler self._handlers[name] = module.get_handler( ~~~~~~~~~~~~~~~~~~^ theme=self._theme, ^^^^^^^^^^^^^^^^^^ ...<4 lines>... tool_config=self._tool_config, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/handler.py", line 403, in get_handler config=PythonConfig.from_data(**handler_config), ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/config.py", line 1142, in from_data return cls(**cls.coerce(**data)) TypeError: PythonConfig.__init__() got an unexpected keyword argument 'import' make[1]: *** [debian/rules:16: execute_after_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:8: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

