Package: src:python-matrix-nio Version: 0.25.2-2 Severity: serious Tags: ftbfs forky sid User: [email protected] Usertags: aiohttp-3.14
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/202606/ 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-matrix-nio, 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.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... /usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib/nio copying src/nio/exceptions.py -> build/lib/nio copying src/nio/rooms.py -> build/lib/nio copying src/nio/http.py -> build/lib/nio copying src/nio/monitors.py -> build/lib/nio copying src/nio/responses.py -> build/lib/nio copying src/nio/__init__.py -> build/lib/nio copying src/nio/api.py -> build/lib/nio copying src/nio/_compat.py -> build/lib/nio copying src/nio/schemas.py -> build/lib/nio creating build/lib/nio/event_builders copying src/nio/event_builders/event_builder.py -> build/lib/nio/event_builders copying src/nio/event_builders/__init__.py -> build/lib/nio/event_builders copying src/nio/event_builders/direct_messages.py -> build/lib/nio/event_builders copying src/nio/event_builders/state_events.py -> build/lib/nio/event_builders creating build/lib/nio/client copying src/nio/client/http_client.py -> build/lib/nio/client copying src/nio/client/base_client.py -> build/lib/nio/client copying src/nio/client/__init__.py -> build/lib/nio/client copying src/nio/client/async_client.py -> build/lib/nio/client creating build/lib/nio/crypto copying src/nio/crypto/sas.py -> build/lib/nio/crypto copying src/nio/crypto/async_attachments.py -> build/lib/nio/crypto copying src/nio/crypto/olm_machine.py -> build/lib/nio/crypto copying src/nio/crypto/key_request.py -> build/lib/nio/crypto copying src/nio/crypto/device.py -> build/lib/nio/crypto copying src/nio/crypto/memorystores.py -> build/lib/nio/crypto copying src/nio/crypto/sessions.py -> build/lib/nio/crypto copying src/nio/crypto/__init__.py -> build/lib/nio/crypto copying src/nio/crypto/attachments.py -> build/lib/nio/crypto copying src/nio/crypto/key_export.py -> build/lib/nio/crypto copying src/nio/crypto/log.py -> build/lib/nio/crypto creating build/lib/nio/events copying src/nio/events/ephemeral.py -> build/lib/nio/events copying src/nio/events/account_data.py -> build/lib/nio/events copying src/nio/events/common.py -> build/lib/nio/events copying src/nio/events/__init__.py -> build/lib/nio/events copying src/nio/events/room_events.py -> build/lib/nio/events copying src/nio/events/to_device.py -> build/lib/nio/events copying src/nio/events/invite_events.py -> build/lib/nio/events copying src/nio/events/misc.py -> build/lib/nio/events copying src/nio/events/presence.py -> build/lib/nio/events creating build/lib/nio/store copying src/nio/store/__init__.py -> build/lib/nio/store copying src/nio/store/models.py -> build/lib/nio/store copying src/nio/store/log.py -> build/lib/nio/store copying src/nio/store/file_trustdb.py -> build/lib/nio/store copying src/nio/store/database.py -> build/lib/nio/store running egg_info creating src/matrix_nio.egg-info writing src/matrix_nio.egg-info/PKG-INFO writing dependency_links to src/matrix_nio.egg-info/dependency_links.txt writing requirements to src/matrix_nio.egg-info/requires.txt writing top-level names to src/matrix_nio.egg-info/top_level.txt writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt' reading manifest file 'src/matrix_nio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt' 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/nio copying build/lib/nio/exceptions.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/rooms.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/event_builders copying build/lib/nio/event_builders/event_builder.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/direct_messages.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/state_events.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders creating build/bdist.linux-x86_64/wheel/nio/client copying build/lib/nio/client/http_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/base_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/async_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/http.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/monitors.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/crypto copying build/lib/nio/crypto/sas.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/async_attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/olm_machine.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/key_request.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/device.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/memorystores.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/sessions.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/key_export.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/log.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/responses.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/events copying build/lib/nio/events/ephemeral.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/account_data.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/common.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/room_events.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/to_device.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/invite_events.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/misc.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/presence.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/__init__.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/store copying build/lib/nio/store/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/models.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/log.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/file_trustdb.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/database.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/api.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/_compat.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/schemas.py -> build/bdist.linux-x86_64/wheel/./nio running install_egg_info Copying src/matrix_nio.egg-info to build/bdist.linux-x86_64/wheel/./matrix_nio-0.25.2.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/matrix_nio-0.25.2.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-yhd6tff2/matrix_nio-0.25.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'matrix_nio-0.25.2.dist-info/licenses/LICENSE.md' adding 'nio/__init__.py' adding 'nio/_compat.py' adding 'nio/api.py' adding 'nio/exceptions.py' adding 'nio/http.py' adding 'nio/monitors.py' adding 'nio/responses.py' adding 'nio/rooms.py' adding 'nio/schemas.py' adding 'nio/client/__init__.py' adding 'nio/client/async_client.py' adding 'nio/client/base_client.py' adding 'nio/client/http_client.py' adding 'nio/crypto/__init__.py' adding 'nio/crypto/async_attachments.py' adding 'nio/crypto/attachments.py' adding 'nio/crypto/device.py' adding 'nio/crypto/key_export.py' adding 'nio/crypto/key_request.py' adding 'nio/crypto/log.py' adding 'nio/crypto/memorystores.py' adding 'nio/crypto/olm_machine.py' adding 'nio/crypto/sas.py' adding 'nio/crypto/sessions.py' adding 'nio/event_builders/__init__.py' adding 'nio/event_builders/direct_messages.py' adding 'nio/event_builders/event_builder.py' adding 'nio/event_builders/state_events.py' adding 'nio/events/__init__.py' adding 'nio/events/account_data.py' adding 'nio/events/common.py' adding 'nio/events/ephemeral.py' adding 'nio/events/invite_events.py' adding 'nio/events/misc.py' adding 'nio/events/presence.py' adding 'nio/events/room_events.py' adding 'nio/events/to_device.py' adding 'nio/store/__init__.py' adding 'nio/store/database.py' adding 'nio/store/file_trustdb.py' adding 'nio/store/log.py' adding 'nio/store/models.py' adding 'matrix_nio-0.25.2.dist-info/METADATA' adding 'matrix_nio-0.25.2.dist-info/WHEEL' adding 'matrix_nio-0.25.2.dist-info/top_level.txt' adding 'matrix_nio-0.25.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built matrix_nio-0.25.2-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.13/build; python3.13 -m pytest -k "not test_connect_wrapper" ============================= test session starts ============================== platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0 benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build configfile: pyproject.toml plugins: Faker-39.0.0, asyncio-1.4.0, hypothesis-6.152.4, benchmark-5.2.3, aiohttp-1.1.0, cov-5.0.0, typeguard-4.4.4 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function collected 427 items / 1 deselected / 426 selected tests/api_test.py .... [ 0%] tests/async_attachment_test.py ............... [ 4%] tests/async_client_test.py .FFFFFFFFFFF..FFFFFFFFFFFFFFFFFFFFFFFFFF.FFFF [ 15%] FFFFFFFFFFFFFFFFFFF.....FF....FFFFFFFFFFFFFFFF.. E: Build killed with signal TERM after 60 minutes of inactivity --------------------------------------------------------------------------------

