Package: src:iaqualink Version: 0.7.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/202605/ 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:iaqualink, 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:142: Building wheel for python3.14 with "build" module I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14 * Building wheel... Successfully built iaqualink-0.7.0-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" module I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13 * Building wheel... Successfully built iaqualink-0.7.0-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests --no-cov ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.0.3, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build configfile: pyproject.toml plugins: cov-5.0.0, typeguard-4.4.4, respx-0.22.0, anyio-4.12.1 collected 0 items / 8 errors ==================================== ERRORS ==================================== ______________ ERROR collecting tests/systems/exo/test_device.py _______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/systems/exo/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/exo/test_device.py:26: in <module> from ...base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ______________ ERROR collecting tests/systems/exo/test_system.py _______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/systems/exo/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/exo/test_system.py:9: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' _____________ ERROR collecting tests/systems/iaqua/test_device.py ______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/systems/iaqua/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/iaqua/test_device.py:24: in <module> from ...base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' _____________ ERROR collecting tests/systems/iaqua/test_system.py ______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/systems/iaqua/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/iaqua/test_system.py:18: in <module> from ...base_test_system import TestBaseSystem tests/base_test_system.py:12: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ______________________ ERROR collecting tests/test_cli.py ______________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_cli.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_cli.py:9: in <module> from typer.testing import CliRunner E ModuleNotFoundError: No module named 'typer' ____________________ ERROR collecting tests/test_client.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_client.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_client.py:12: in <module> from iaqualink.client import ( iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ____________________ ERROR collecting tests/test_device.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_device.py:16: in <module> from .base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ____________________ ERROR collecting tests/test_system.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/tests/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_system.py:8: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' =========================== short test summary info ============================ ERROR tests/systems/exo/test_device.py ERROR tests/systems/exo/test_system.py ERROR tests/systems/iaqua/test_device.py ERROR tests/systems/iaqua/test_system.py ERROR tests/test_cli.py ERROR tests/test_client.py ERROR tests/test_device.py ERROR tests/test_system.py !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 8 errors in 0.23s =============================== E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests --no-cov I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests --no-cov ============================= test session starts ============================== platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build configfile: pyproject.toml plugins: cov-5.0.0, typeguard-4.4.4, respx-0.22.0, anyio-4.12.1 collected 0 items / 8 errors ==================================== ERRORS ==================================== ______________ ERROR collecting tests/systems/exo/test_device.py _______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/systems/exo/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/exo/test_device.py:26: in <module> from ...base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ______________ ERROR collecting tests/systems/exo/test_system.py _______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/systems/exo/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/exo/test_system.py:9: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' _____________ ERROR collecting tests/systems/iaqua/test_device.py ______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/systems/iaqua/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/iaqua/test_device.py:24: in <module> from ...base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' _____________ ERROR collecting tests/systems/iaqua/test_system.py ______________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/systems/iaqua/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/systems/iaqua/test_system.py:18: in <module> from ...base_test_system import TestBaseSystem tests/base_test_system.py:12: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ______________________ ERROR collecting tests/test_cli.py ______________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_cli.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_cli.py:9: in <module> from typer.testing import CliRunner E ModuleNotFoundError: No module named 'typer' ____________________ ERROR collecting tests/test_client.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_client.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_client.py:12: in <module> from iaqualink.client import ( iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ____________________ ERROR collecting tests/test_device.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_device.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_device.py:16: in <module> from .base_test_device import ( tests/base_test_device.py:22: in <module> from .base import TestBase, dotstar, resp_200 tests/base.py:6: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' ____________________ ERROR collecting tests/test_system.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_system.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/test_system.py:8: in <module> from iaqualink.client import AqualinkClient iaqualink/client.py:11: in <module> from httpx_retries import Retry, RetryTransport E ModuleNotFoundError: No module named 'httpx_retries' =========================== short test summary info ============================ ERROR tests/systems/exo/test_device.py ERROR tests/systems/exo/test_system.py ERROR tests/systems/iaqua/test_device.py ERROR tests/systems/iaqua/test_system.py ERROR tests/test_cli.py ERROR tests/test_client.py ERROR tests/test_device.py ERROR tests/test_system.py !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 8 errors in 0.22s =============================== E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests --no-cov dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" --parallel=2 returned exit code 13 make: *** [debian/rules:5: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

