Package: src:amqtt Version: 0.11.3-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:amqtt, 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 * Building wheel... Successfully built amqtt-0.11.3-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 * Building wheel... Successfully built amqtt-0.11.3-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/build; python3.14 -m pytest --no-cov -k " not test_external_http_server and not test_broker_sys_plugin_config and not test_connect_ws and not test_reconnect_ws_retain_username_password and not test_broker_sys_plugin_deprecated_config" ============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>> configfile: pyproject.toml plugins: logdog-0.0.0, cov-5.0.0, timeout-2.4.0, asyncio-1.2.0, typeguard-4.4.4, hypothesis-6.148.2 timeout: 15.0s timeout method: signal timeout func_only: False asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function collected 413 items / 3 errors / 6 deselected / 407 selected ==================================== ERRORS ==================================== _ ERROR collecting .pybuild/cpython3_3.14/build/tests/contrib/test_db_plugin.py _ tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function _ ERROR collecting .pybuild/cpython3_3.14/build/tests/contrib/test_db_scripts.py _ tests/contrib/test_db_scripts.py:38: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1398: in _gcd_import ??? <frozen importlib._bootstrap>:1371: in _find_and_load ??? <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:938: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function _ ERROR collecting .pybuild/cpython3_3.14/build/tests/contrib/test_shadows.py __ tests/contrib/test_shadows.py:34: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1398: in _gcd_import ??? <frozen importlib._bootstrap>:1371: in _find_and_load ??? <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:938: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_scripts.py:38: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1398: in _gcd_import ??? <frozen importlib._bootstrap>:1371: in _find_and_load ??? <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:938: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function =============================== warnings summary =============================== ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:852 /usr/lib/python3/dist-packages/_pytest/config/__init__.py:852: PytestAssertRewriteWarning: Module already imported so cannot be rewritten; pytest_logdog self.import_plugin(import_spec) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/contrib/test_db_plugin.py - pytest.PytestRemovedIn9Warning: Marks... ERROR tests/contrib/test_db_scripts.py - pytest.PytestRemovedIn9Warning: Mark... ERROR tests/contrib/test_shadows.py - pytest.PytestRemovedIn9Warning: Marks a... !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ================== 6 deselected, 1 warning, 3 errors in 1.18s ================== E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest --no-cov -k " not test_external_http_server and not test_broker_sys_plugin_config and not test_connect_ws and not test_reconnect_ws_retain_username_password and not test_broker_sys_plugin_deprecated_config" I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --no-cov -k " not test_external_http_server and not test_broker_sys_plugin_config and not test_connect_ws and not test_reconnect_ws_retain_username_password and not test_broker_sys_plugin_deprecated_config" ============================= test session starts ============================== platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>> configfile: pyproject.toml plugins: logdog-0.0.0, cov-5.0.0, timeout-2.4.0, asyncio-1.2.0, typeguard-4.4.4, hypothesis-6.148.2 timeout: 15.0s timeout method: signal timeout func_only: False asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function collected 413 items / 3 errors / 6 deselected / 407 selected ==================================== ERRORS ==================================== _ ERROR collecting .pybuild/cpython3_3.13/build/tests/contrib/test_db_plugin.py _ tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function _ ERROR collecting .pybuild/cpython3_3.13/build/tests/contrib/test_db_scripts.py _ tests/contrib/test_db_scripts.py:38: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1387: in _gcd_import ??? <frozen importlib._bootstrap>:1360: in _find_and_load ??? <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:935: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function _ ERROR collecting .pybuild/cpython3_3.13/build/tests/contrib/test_shadows.py __ tests/contrib/test_shadows.py:34: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1387: in _gcd_import ??? <frozen importlib._bootstrap>:1360: in _find_and_load ??? <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:935: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_scripts.py:38: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) /usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call result: TResult | None = func() ^^^^^^ /usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect return list(collector.collect()) ^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:563: in collect self._register_setup_module_fixture() /usr/lib/python3/dist-packages/_pytest/python.py:576: in _register_setup_module_fixture self.obj, ("setUpModule", "setup_module") ^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:289: in obj self._obj = obj = self._getobj() ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj return importtestmodule(self.path, self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule mod = import_path( /usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path importlib.import_module(module_name) /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <frozen importlib._bootstrap>:1387: in _gcd_import ??? <frozen importlib._bootstrap>:1360: in _find_and_load ??? <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:935: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module exec(co, module.__dict__) tests/contrib/test_db_plugin.py:42: in <module> @pytest.fixture ^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture return fixture_marker(fixture_function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in _ban_given_call return _orig_call(self, function) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__ warnings.warn(MARKED_FIXTURE, stacklevel=2) E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function =============================== warnings summary =============================== ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:852 /usr/lib/python3/dist-packages/_pytest/config/__init__.py:852: PytestAssertRewriteWarning: Module already imported so cannot be rewritten; pytest_logdog self.import_plugin(import_spec) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/contrib/test_db_plugin.py - pytest.PytestRemovedIn9Warning: Marks... ERROR tests/contrib/test_db_scripts.py - pytest.PytestRemovedIn9Warning: Mark... ERROR tests/contrib/test_shadows.py - pytest.PytestRemovedIn9Warning: Marks a... !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ================== 6 deselected, 1 warning, 3 errors in 1.11s ================== E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --no-cov -k " not test_external_http_server and not test_broker_sys_plugin_config and not test_connect_ws and not test_reconnect_ws_retain_username_password and not test_broker_sys_plugin_deprecated_config" dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:10: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

