Package: src:pytibber Version: 0.31.6-2 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, 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/ 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:pytibber, 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: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 * Building wheel... running bdist_wheel running build running build_py creating build/lib/tibber copying tibber/exceptions.py -> build/lib/tibber copying tibber/const.py -> build/lib/tibber copying tibber/websocket_transport.py -> build/lib/tibber copying tibber/response_handler.py -> build/lib/tibber copying tibber/gql_queries.py -> build/lib/tibber copying tibber/home.py -> build/lib/tibber copying tibber/realtime.py -> build/lib/tibber copying tibber/__init__.py -> build/lib/tibber running egg_info creating pyTibber.egg-info writing pyTibber.egg-info/PKG-INFO writing dependency_links to pyTibber.egg-info/dependency_links.txt writing requirements to pyTibber.egg-info/requires.txt writing top-level names to pyTibber.egg-info/top_level.txt writing manifest file 'pyTibber.egg-info/SOURCES.txt' reading manifest file 'pyTibber.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pyTibber.egg-info/SOURCES.txt' copying tibber/py.typed -> build/lib/tibber installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/tibber copying build/lib/tibber/exceptions.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/py.typed -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/const.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/websocket_transport.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/response_handler.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/gql_queries.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/home.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/realtime.py -> build/bdist.linux-x86_64/wheel/./tibber copying build/lib/tibber/__init__.py -> build/bdist.linux-x86_64/wheel/./tibber running install_egg_info Copying pyTibber.egg-info to build/bdist.linux-x86_64/wheel/./pyTibber-0.31.6.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pytibber-0.31.6.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-j0gs5p1r/pytibber-0.31.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pytibber-0.31.6.dist-info/licenses/LICENSE' adding 'tibber/__init__.py' adding 'tibber/const.py' adding 'tibber/exceptions.py' adding 'tibber/gql_queries.py' adding 'tibber/home.py' adding 'tibber/py.typed' adding 'tibber/realtime.py' adding 'tibber/response_handler.py' adding 'tibber/websocket_transport.py' adding 'pytibber-0.31.6.dist-info/METADATA' adding 'pytibber-0.31.6.dist-info/WHEEL' adding 'pytibber-0.31.6.dist-info/top_level.txt' adding 'pytibber-0.31.6.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pytibber-0.31.6-py3-none-any.whl I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test ============================= test session starts ============================== platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build configfile: pyproject.toml plugins: anyio-4.8.0, typeguard-4.4.4 collected 0 items / 1 error ==================================== ERRORS ==================================== _____________________ ERROR collecting test/test_tibber.py _____________________ ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/test_tibber.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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/test_tibber.py:10: in <module> import tibber tibber/__init__.py:20: in <module> from .realtime import TibberRT tibber/realtime.py:11: in <module> from gql.transport.websockets import log as websockets_logger E ImportError: cannot import name 'log' from 'gql.transport.websockets' (/usr/lib/python3/dist-packages/gql/transport/websockets.py) =========================== short test summary info ============================ ERROR test/test_tibber.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.19s =============================== E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 returned exit code 13 make: *** [debian/rules:3: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

