Package: src:python-expandvars Version: 1.1.2-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-expandvars, 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 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: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_expandvars * Building wheel... Successfully built expandvars-1.1.2-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_expandvars * Building wheel... Successfully built expandvars-1.1.2-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build; python3.14 -m pytest tests 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/pytest/__main__.py", line 9, in <module> raise SystemExit(pytest.console_main()) ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, in console_main code = main() File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, in main config = _prepareconfig(new_args, plugins) File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, in _prepareconfig config: Config = pluginmanager.hook.pytest_cmdline_parse( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pluginmanager=pluginmanager, args=args ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in pytest_cmdline_parse config = yield ^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, in pytest_cmdline_parse self.parse(args) ~~~~~~~~~~^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, in parse self._validate_args(self.getini("addopts"), "via addopts config") + args ~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, in getini self._inicache[canonical_name] = val = self._getini(canonical_name) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, in _getini return self._getini_toml(name, canonical_name, type, value, default) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, in _getini_toml raise TypeError( ...<2 lines>... ) TypeError: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build/pyproject.toml: config option 'addopts' expects a list for type 'args', got str: '--cov --cov-report=html --cov-fail-under=100' E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build; python3.14 -m pytest tests I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build; python3.13 -m pytest tests 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/pytest/__main__.py", line 9, in <module> raise SystemExit(pytest.console_main()) ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, in console_main code = main() File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, in main config = _prepareconfig(new_args, plugins) File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, in _prepareconfig config: Config = pluginmanager.hook.pytest_cmdline_parse( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pluginmanager=pluginmanager, args=args ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in pytest_cmdline_parse config = yield ^^^^^ File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, in pytest_cmdline_parse self.parse(args) ~~~~~~~~~~^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, in parse self._validate_args(self.getini("addopts"), "via addopts config") + args ~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, in getini self._inicache[canonical_name] = val = self._getini(canonical_name) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, in _getini return self._getini_toml(name, canonical_name, type, value, default) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, in _getini_toml raise TypeError( ...<2 lines>... ) TypeError: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build/pyproject.toml: config option 'addopts' expects a list for type 'args', got str: '--cov --cov-report=html --cov-fail-under=100' E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build; python3.13 -m pytest tests dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

