Your message dated Sun, 10 Nov 2024 21:09:14 +0000
with message-id <e1tafbk-00fqlh...@fasolo.debian.org>
and subject line Bug#1087239: fixed in matrix-synapse 1.116.0-4
has caused the Debian Bug report #1087239,
regarding matrix-synapse: FTBFS: failing tests
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1087239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:matrix-synapse
Version: 1.116.0-3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sed -i '/common/s/~=/>=/' pyproject.toml
mkdir -p debian/cargo_registry
for file in /<<PKGBUILDDIR>>/debian/vendorlibs/* ; do \
        name=`basename "$file"` ;\
        [ -e debian/cargo_registry/"$name" ] || ln -sT "$file" 
debian/cargo_registry/"$name" ;\
done
/usr/share/cargo/bin/cargo prepare-debian debian/cargo_registry 
--link-from-system
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=1'] [] 
['-j1']

[... snipped ...]


tests/replication/_base.py:27
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/replication/_base.py:27:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_deviceinbox.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_deviceinbox.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_end_to_end_keys.py:23
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_end_to_end_keys.py:23:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_events_worker.py:28
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_events_worker.py:28:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_lock.py:26
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_lock.py:26:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_receipts.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_receipts.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/databases/main/test_room.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/databases/main/test_room.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test__base.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test__base.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_account_data.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_account_data.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_appservice.py:30
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_appservice.py:30:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_background_update.py:28
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_background_update.py:28:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_cleanup_extrems.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_cleanup_extrems.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_client_ips.py:27
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_client_ips.py:27:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_database.py:27
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_database.py:27:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_devices.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_devices.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_directory.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_directory.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_e2e_room_keys.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_e2e_room_keys.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_end_to_end_keys.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_end_to_end_keys.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_event_chain.py:26
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_event_chain.py:26:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_event_federation.py:39
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_event_federation.py:39:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_event_push_actions.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_event_push_actions.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_events.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_events.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_id_generators.py:23
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_id_generators.py:23:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_monthly_active_users.py:23
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_monthly_active_users.py:23:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_profile.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_profile.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_purge.py:21
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_purge.py:21:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_receipts.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_receipts.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_redaction.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_redaction.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_registration.py:21
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_registration.py:21:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_relations.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_relations.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_rollback_worker.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_rollback_worker.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_room.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_room.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_room_search.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_room_search.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_roommember.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_roommember.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_sliding_sync_tables.py:26
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_sliding_sync_tables.py:26:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_state.py:27
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_state.py:27:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_stream.py:28
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_stream.py:28:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_transactions.py:21
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_transactions.py:21:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_txn_limit.py:22
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_txn_limit.py:22:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_user_directory.py:26
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_user_directory.py:26:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/storage/test_user_filters.py:23
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/storage/test_user_filters.py:23:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/test_federation.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/test_federation.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/test_mau.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/test_mau.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/test_phone_home.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/test_phone_home.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

tests/test_terms_auth.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/test_terms_auth.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor, MemoryReactorClock

tests/test_terms_auth.py:24
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/test_terms_auth.py:24:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactorClock was deprecated in 
Twisted 19.7.0: Please use twisted.internet.testing.MemoryReactorClock instead.
    from twisted.test.proto_helpers import MemoryReactor, MemoryReactorClock

tests/util/test_task_scheduler.py:25
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build/tests/util/test_task_scheduler.py:25:
 DeprecationWarning: twisted.test.proto_helpers.MemoryReactor was deprecated in Twisted 
19.7.0: Please use twisted.internet.testing.MemoryReactor instead.
    from twisted.test.proto_helpers import MemoryReactor

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/api/test_auth.py - AttributeError: 'Headers' object has no attrib...
ERROR tests/api/test_errors.py - AttributeError: 'Headers' object has no attr...
ERROR tests/api/test_filtering.py - AttributeError: 'Headers' object has no a...
ERROR tests/api/test_ratelimiting.py - AttributeError: 'Headers' object has n...
ERROR tests/app/test_homeserver_start.py - AttributeError: 'Headers' object h...
ERROR tests/app/test_openid_listener.py - AttributeError: 'Headers' object ha...
ERROR tests/app/test_phone_stats_home.py - AttributeError: 'Headers' object h...
ERROR tests/appservice/test_api.py - AttributeError: 'Headers' object has no ...
ERROR tests/appservice/test_appservice.py - AttributeError: 'Headers' object ...
ERROR tests/appservice/test_scheduler.py - AttributeError: 'Headers' object h...
ERROR tests/config/test_appservice.py - AttributeError: 'Headers' object has ...
ERROR tests/config/test_background_update.py - AttributeError: 'Headers' obje...
ERROR tests/config/test_base.py - AttributeError: 'Headers' object has no att...
ERROR tests/config/test_cache.py - AttributeError: 'Headers' object has no at...
ERROR tests/config/test_database.py - AttributeError: 'Headers' object has no...
ERROR tests/config/test_generate.py - AttributeError: 'Headers' object has no...
ERROR tests/config/test_oauth_delegation.py - AttributeError: 'Headers' objec...
ERROR tests/config/test_ratelimiting.py - AttributeError: 'Headers' object ha...
ERROR tests/config/test_registration_config.py - AttributeError: 'Headers' ob...
ERROR tests/config/test_room_directory.py - AttributeError: 'Headers' object ...
ERROR tests/config/test_server.py - AttributeError: 'Headers' object has no a...
ERROR tests/config/test_tls.py - AttributeError: 'Headers' object has no attr...
ERROR tests/config/test_util.py - AttributeError: 'Headers' object has no att...
ERROR tests/config/test_workers.py - AttributeError: 'Headers' object has no ...
ERROR tests/crypto/test_event_signing.py - AttributeError: 'Headers' object h...
ERROR tests/crypto/test_keyring.py - AttributeError: 'Headers' object has no ...
ERROR tests/events/test_auto_accept_invites.py - AttributeError: 'Headers' ob...
ERROR tests/events/test_presence_router.py - AttributeError: 'Headers' object...
ERROR tests/events/test_snapshot.py - AttributeError: 'Headers' object has no...
ERROR tests/federation/test_complexity.py - AttributeError: 'Headers' object ...
ERROR tests/federation/test_federation_catch_up.py - AttributeError: 'Headers...
ERROR tests/federation/test_federation_client.py - AttributeError: 'Headers' ...
ERROR tests/federation/test_federation_media.py - AttributeError: 'Headers' o...
ERROR tests/federation/test_federation_sender.py - AttributeError: 'Headers' ...
ERROR tests/federation/test_federation_server.py - AttributeError: 'Headers' ...
ERROR tests/federation/transport/server/test__base.py - AttributeError: 'Head...
ERROR tests/federation/transport/test_client.py - AttributeError: 'Headers' o...
ERROR tests/federation/transport/test_knocking.py - AttributeError: 'Headers'...
ERROR tests/federation/transport/test_server.py - AttributeError: 'Headers' o...
ERROR tests/handlers/test_admin.py - AttributeError: 'Headers' object has no ...
ERROR tests/handlers/test_appservice.py - AttributeError: 'Headers' object ha...
ERROR tests/handlers/test_auth.py - AttributeError: 'Headers' object has no a...
ERROR tests/handlers/test_cas.py - AttributeError: 'Headers' object has no at...
ERROR tests/handlers/test_deactivate_account.py - AttributeError: 'Headers' o...
ERROR tests/handlers/test_device.py - AttributeError: 'Headers' object has no...
ERROR tests/handlers/test_directory.py - AttributeError: 'Headers' object has...
ERROR tests/handlers/test_e2e_keys.py - AttributeError: 'Headers' object has ...
ERROR tests/handlers/test_e2e_room_keys.py - AttributeError: 'Headers' object...
ERROR tests/handlers/test_federation.py - AttributeError: 'Headers' object ha...
ERROR tests/handlers/test_federation_event.py - AttributeError: 'Headers' obj...
ERROR tests/handlers/test_message.py - AttributeError: 'Headers' object has n...
ERROR tests/handlers/test_oauth_delegation.py - AttributeError: 'Headers' obj...
ERROR tests/handlers/test_oidc.py - AttributeError: 'Headers' object has no a...
ERROR tests/handlers/test_password_providers.py - AttributeError: 'Headers' o...
ERROR tests/handlers/test_presence.py - AttributeError: 'Headers' object has ...
ERROR tests/handlers/test_profile.py - AttributeError: 'Headers' object has n...
ERROR tests/handlers/test_receipts.py - AttributeError: 'Headers' object has ...
ERROR tests/handlers/test_register.py - AttributeError: 'Headers' object has ...
ERROR tests/handlers/test_room.py - AttributeError: 'Headers' object has no a...
ERROR tests/handlers/test_room_list.py - AttributeError: 'Headers' object has...
ERROR tests/handlers/test_room_member.py - AttributeError: 'Headers' object h...
ERROR tests/handlers/test_room_summary.py - AttributeError: 'Headers' object ...
ERROR tests/handlers/test_saml.py - AttributeError: 'Headers' object has no a...
ERROR tests/handlers/test_send_email.py - AttributeError: 'Headers' object ha...
ERROR tests/handlers/test_sliding_sync.py - AttributeError: 'Headers' object ...
ERROR tests/handlers/test_sso.py - AttributeError: 'Headers' object has no at...
ERROR tests/handlers/test_stats.py - AttributeError: 'Headers' object has no ...
ERROR tests/handlers/test_sync.py - AttributeError: 'Headers' object has no a...
ERROR tests/handlers/test_typing.py - AttributeError: 'Headers' object has no...
ERROR tests/handlers/test_user_directory.py - AttributeError: 'Headers' objec...
ERROR tests/handlers/test_worker_lock.py - AttributeError: 'Headers' object h...
ERROR tests/http/federation/test_matrix_federation_agent.py - AttributeError:...
ERROR tests/http/federation/test_srv_resolver.py - AttributeError: 'Headers' ...
ERROR tests/http/test_additional_resource.py - AttributeError: 'Headers' obje...
ERROR tests/http/test_client.py - AttributeError: 'Headers' object has no att...
ERROR tests/http/test_endpoint.py - AttributeError: 'Headers' object has no a...
ERROR tests/http/test_matrixfederationclient.py - AttributeError: 'Headers' o...
ERROR tests/http/test_proxy.py - AttributeError: 'Headers' object has no attr...
ERROR tests/http/test_proxyagent.py - AttributeError: 'Headers' object has no...
ERROR tests/http/test_servlet.py - AttributeError: 'Headers' object has no at...
ERROR tests/http/test_simple_client.py - AttributeError: 'Headers' object has...
ERROR tests/http/test_site.py - AttributeError: 'Headers' object has no attri...
ERROR tests/logging/test_opentracing.py - AttributeError: 'Headers' object ha...
ERROR tests/logging/test_remote_handler.py - AttributeError: 'Headers' object...
ERROR tests/logging/test_terse_json.py - AttributeError: 'Headers' object has...
ERROR tests/media/test_base.py - AttributeError: 'Headers' object has no attr...
ERROR tests/media/test_filepath.py - AttributeError: 'Headers' object has no ...
ERROR tests/media/test_html_preview.py - AttributeError: 'Headers' object has...
ERROR tests/media/test_media_retention.py - AttributeError: 'Headers' object ...
ERROR tests/media/test_media_storage.py - AttributeError: 'Headers' object ha...
ERROR tests/media/test_oembed.py - AttributeError: 'Headers' object has no at...
ERROR tests/media/test_url_previewer.py - AttributeError: 'Headers' object ha...
ERROR tests/metrics/test_metrics.py - AttributeError: 'Headers' object has no...
ERROR tests/module_api/test_account_data_manager.py - AttributeError: 'Header...
ERROR tests/module_api/test_api.py - AttributeError: 'Headers' object has no ...
ERROR tests/module_api/test_event_unsigned_addition.py - AttributeError: 'Hea...
ERROR tests/push/test_bulk_push_rule_evaluator.py - AttributeError: 'Headers'...
ERROR tests/push/test_email.py - AttributeError: 'Headers' object has no attr...
ERROR tests/push/test_http.py - AttributeError: 'Headers' object has no attri...
ERROR tests/push/test_presentable_names.py - AttributeError: 'Headers' object...
ERROR tests/push/test_push_rule_evaluator.py - AttributeError: 'Headers' obje...
ERROR tests/replication/http/test__base.py - AttributeError: 'Headers' object...
ERROR tests/replication/storage/test_events.py - AttributeError: 'Headers' ob...
ERROR tests/replication/tcp/streams/test_account_data.py - AttributeError: 'H...
ERROR tests/replication/tcp/streams/test_events.py - AttributeError: 'Headers...
ERROR tests/replication/tcp/streams/test_federation.py - AttributeError: 'Hea...
ERROR tests/replication/tcp/streams/test_partial_state.py - AttributeError: '...
ERROR tests/replication/tcp/streams/test_receipts.py - AttributeError: 'Heade...
ERROR tests/replication/tcp/streams/test_to_device.py - AttributeError: 'Head...
ERROR tests/replication/tcp/streams/test_typing.py - AttributeError: 'Headers...
ERROR tests/replication/tcp/test_commands.py - AttributeError: 'Headers' obje...
ERROR tests/replication/tcp/test_handler.py - AttributeError: 'Headers' objec...
ERROR tests/replication/test_auth.py - AttributeError: 'Headers' object has n...
ERROR tests/replication/test_client_reader_shard.py - AttributeError: 'Header...
ERROR tests/replication/test_federation_ack.py - AttributeError: 'Headers' ob...
ERROR tests/replication/test_federation_sender_shard.py - AttributeError: 'He...
ERROR tests/replication/test_module_cache_invalidation.py - AttributeError: '...
ERROR tests/replication/test_multi_media_repo.py - AttributeError: 'Headers' ...
ERROR tests/replication/test_pusher_shard.py - AttributeError: 'Headers' obje...
ERROR tests/replication/test_sharded_event_persister.py - AttributeError: 'He...
ERROR tests/replication/test_sharded_receipts.py - AttributeError: 'Headers' ...
ERROR tests/rest/admin/test_admin.py - AttributeError: 'Headers' object has n...
ERROR tests/rest/admin/test_background_updates.py - AttributeError: 'Headers'...
ERROR tests/rest/admin/test_device.py - AttributeError: 'Headers' object has ...
ERROR tests/rest/admin/test_event_reports.py - AttributeError: 'Headers' obje...
ERROR tests/rest/admin/test_federation.py - AttributeError: 'Headers' object ...
ERROR tests/rest/admin/test_jwks.py - AttributeError: 'Headers' object has no...
ERROR tests/rest/admin/test_media.py - AttributeError: 'Headers' object has n...
ERROR tests/rest/admin/test_registration_tokens.py - AttributeError: 'Headers...
ERROR tests/rest/admin/test_room.py - AttributeError: 'Headers' object has no...
ERROR tests/rest/admin/test_server_notice.py - AttributeError: 'Headers' obje...
ERROR tests/rest/admin/test_statistics.py - AttributeError: 'Headers' object ...
ERROR tests/rest/admin/test_user.py - AttributeError: 'Headers' object has no...
ERROR tests/rest/admin/test_username_available.py - AttributeError: 'Headers'...
ERROR tests/rest/client/sliding_sync/test_connection_tracking.py - AttributeE...
ERROR tests/rest/client/sliding_sync/test_extension_account_data.py - Attribu...
ERROR tests/rest/client/sliding_sync/test_extension_e2ee.py - AttributeError:...
ERROR tests/rest/client/sliding_sync/test_extension_receipts.py - AttributeEr...
ERROR tests/rest/client/sliding_sync/test_extension_to_device.py - AttributeE...
ERROR tests/rest/client/sliding_sync/test_extension_typing.py - AttributeErro...
ERROR tests/rest/client/sliding_sync/test_extensions.py - AttributeError: 'He...
ERROR tests/rest/client/sliding_sync/test_lists_filters.py - AttributeError: ...
ERROR tests/rest/client/sliding_sync/test_room_subscriptions.py - AttributeEr...
ERROR tests/rest/client/sliding_sync/test_rooms_invites.py - AttributeError: ...
ERROR tests/rest/client/sliding_sync/test_rooms_meta.py - AttributeError: 'He...
ERROR tests/rest/client/sliding_sync/test_rooms_required_state.py - Attribute...
ERROR tests/rest/client/sliding_sync/test_rooms_timeline.py - AttributeError:...
ERROR tests/rest/client/sliding_sync/test_sliding_sync.py - AttributeError: '...
ERROR tests/rest/client/test_account.py - AttributeError: 'Headers' object ha...
ERROR tests/rest/client/test_account_data.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_auth.py - AttributeError: 'Headers' object has n...
ERROR tests/rest/client/test_auth_issuer.py - AttributeError: 'Headers' objec...
ERROR tests/rest/client/test_capabilities.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_consent.py - AttributeError: 'Headers' object ha...
ERROR tests/rest/client/test_delayed_events.py - AttributeError: 'Headers' ob...
ERROR tests/rest/client/test_devices.py - AttributeError: 'Headers' object ha...
ERROR tests/rest/client/test_directory.py - AttributeError: 'Headers' object ...
ERROR tests/rest/client/test_ephemeral_message.py - AttributeError: 'Headers'...
ERROR tests/rest/client/test_events.py - AttributeError: 'Headers' object has...
ERROR tests/rest/client/test_filter.py - AttributeError: 'Headers' object has...
ERROR tests/rest/client/test_identity.py - AttributeError: 'Headers' object h...
ERROR tests/rest/client/test_keys.py - AttributeError: 'Headers' object has n...
ERROR tests/rest/client/test_login.py - AttributeError: 'Headers' object has ...
ERROR tests/rest/client/test_login_token_request.py - AttributeError: 'Header...
ERROR tests/rest/client/test_media.py - AttributeError: 'Headers' object has ...
ERROR tests/rest/client/test_mutual_rooms.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_notifications.py - AttributeError: 'Headers' obj...
ERROR tests/rest/client/test_owned_state.py - AttributeError: 'Headers' objec...
ERROR tests/rest/client/test_password_policy.py - AttributeError: 'Headers' o...
ERROR tests/rest/client/test_power_levels.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_presence.py - AttributeError: 'Headers' object h...
ERROR tests/rest/client/test_profile.py - AttributeError: 'Headers' object ha...
ERROR tests/rest/client/test_push_rule_attrs.py - AttributeError: 'Headers' o...
ERROR tests/rest/client/test_read_marker.py - AttributeError: 'Headers' objec...
ERROR tests/rest/client/test_receipts.py - AttributeError: 'Headers' object h...
ERROR tests/rest/client/test_redactions.py - AttributeError: 'Headers' object...
ERROR tests/rest/client/test_register.py - AttributeError: 'Headers' object h...
ERROR tests/rest/client/test_relations.py - AttributeError: 'Headers' object ...
ERROR tests/rest/client/test_rendezvous.py - AttributeError: 'Headers' object...
ERROR tests/rest/client/test_reporting.py - AttributeError: 'Headers' object ...
ERROR tests/rest/client/test_retention.py - AttributeError: 'Headers' object ...
ERROR tests/rest/client/test_rooms.py - AttributeError: 'Headers' object has ...
ERROR tests/rest/client/test_sendtodevice.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_shadow_banned.py - AttributeError: 'Headers' obj...
ERROR tests/rest/client/test_sync.py - AttributeError: 'Headers' object has n...
ERROR tests/rest/client/test_third_party_rules.py - AttributeError: 'Headers'...
ERROR tests/rest/client/test_transactions.py - AttributeError: 'Headers' obje...
ERROR tests/rest/client/test_typing.py - AttributeError: 'Headers' object has...
ERROR tests/rest/client/test_upgrade_room.py - AttributeError: 'Headers' obje...
ERROR tests/rest/key/v2/test_remote_key_resource.py - AttributeError: 'Header...
ERROR tests/rest/media/test_domain_blocking.py - AttributeError: 'Headers' ob...
ERROR tests/rest/media/test_url_preview.py - AttributeError: 'Headers' object...
ERROR tests/rest/synapse/client/test_federation_whitelist.py - AttributeError...
ERROR tests/rest/test_health.py - AttributeError: 'Headers' object has no att...
ERROR tests/rest/test_well_known.py - AttributeError: 'Headers' object has no...
ERROR tests/scripts/test_new_matrix_user.py - AttributeError: 'Headers' objec...
ERROR tests/server_notices/test_consent.py - AttributeError: 'Headers' object...
ERROR tests/server_notices/test_resource_limits_server_notices.py - Attribute...
ERROR tests/state/test_v2.py - AttributeError: 'Headers' object has no attrib...
ERROR tests/storage/databases/main/test_cache.py - AttributeError: 'Headers' ...
ERROR tests/storage/databases/main/test_deviceinbox.py - AttributeError: 'Hea...
ERROR tests/storage/databases/main/test_end_to_end_keys.py - AttributeError: ...
ERROR tests/storage/databases/main/test_events_worker.py - AttributeError: 'H...
ERROR tests/storage/databases/main/test_lock.py - AttributeError: 'Headers' o...
ERROR tests/storage/databases/main/test_receipts.py - AttributeError: 'Header...
ERROR tests/storage/databases/main/test_room.py - AttributeError: 'Headers' o...
ERROR tests/storage/test__base.py - AttributeError: 'Headers' object has no a...
ERROR tests/storage/test_account_data.py - AttributeError: 'Headers' object h...
ERROR tests/storage/test_appservice.py - AttributeError: 'Headers' object has...
ERROR tests/storage/test_background_update.py - AttributeError: 'Headers' obj...
ERROR tests/storage/test_base.py - AttributeError: 'Headers' object has no at...
ERROR tests/storage/test_cleanup_extrems.py - AttributeError: 'Headers' objec...
ERROR tests/storage/test_client_ips.py - AttributeError: 'Headers' object has...
ERROR tests/storage/test_database.py - AttributeError: 'Headers' object has n...
ERROR tests/storage/test_devices.py - AttributeError: 'Headers' object has no...
ERROR tests/storage/test_directory.py - AttributeError: 'Headers' object has ...
ERROR tests/storage/test_e2e_room_keys.py - AttributeError: 'Headers' object ...
ERROR tests/storage/test_end_to_end_keys.py - AttributeError: 'Headers' objec...
ERROR tests/storage/test_event_chain.py - AttributeError: 'Headers' object ha...
ERROR tests/storage/test_event_federation.py - AttributeError: 'Headers' obje...
ERROR tests/storage/test_event_metrics.py - AttributeError: 'Headers' object ...
ERROR tests/storage/test_event_push_actions.py - AttributeError: 'Headers' ob...
ERROR tests/storage/test_events.py - AttributeError: 'Headers' object has no ...
ERROR tests/storage/test_id_generators.py - AttributeError: 'Headers' object ...
ERROR tests/storage/test_main.py - AttributeError: 'Headers' object has no at...
ERROR tests/storage/test_monthly_active_users.py - AttributeError: 'Headers' ...
ERROR tests/storage/test_profile.py - AttributeError: 'Headers' object has no...
ERROR tests/storage/test_purge.py - AttributeError: 'Headers' object has no a...
ERROR tests/storage/test_receipts.py - AttributeError: 'Headers' object has n...
ERROR tests/storage/test_redaction.py - AttributeError: 'Headers' object has ...
ERROR tests/storage/test_registration.py - AttributeError: 'Headers' object h...
ERROR tests/storage/test_relations.py - AttributeError: 'Headers' object has ...
ERROR tests/storage/test_rollback_worker.py - AttributeError: 'Headers' objec...
ERROR tests/storage/test_room.py - AttributeError: 'Headers' object has no at...
ERROR tests/storage/test_room_search.py - AttributeError: 'Headers' object ha...
ERROR tests/storage/test_roommember.py - AttributeError: 'Headers' object has...
ERROR tests/storage/test_sliding_sync_tables.py - AttributeError: 'Headers' o...
ERROR tests/storage/test_state.py - AttributeError: 'Headers' object has no a...
ERROR tests/storage/test_stream.py - AttributeError: 'Headers' object has no ...
ERROR tests/storage/test_transactions.py - AttributeError: 'Headers' object h...
ERROR tests/storage/test_txn_limit.py - AttributeError: 'Headers' object has ...
ERROR tests/storage/test_unsafe_locale.py - AttributeError: 'Headers' object ...
ERROR tests/storage/test_user_directory.py - AttributeError: 'Headers' object...
ERROR tests/storage/test_user_filters.py - AttributeError: 'Headers' object h...
ERROR tests/storage/util/test_partial_state_events_tracker.py - AttributeErro...
ERROR tests/test_distributor.py - AttributeError: 'Headers' object has no att...
ERROR tests/test_event_auth.py - AttributeError: 'Headers' object has no attr...
ERROR tests/test_federation.py - AttributeError: 'Headers' object has no attr...
ERROR tests/test_mau.py - AttributeError: 'Headers' object has no attribute '...
ERROR tests/test_phone_home.py - AttributeError: 'Headers' object has no attr...
ERROR tests/test_rust.py - AttributeError: 'Headers' object has no attribute ...
ERROR tests/test_server.py - AttributeError: 'Headers' object has no attribut...
ERROR tests/test_state.py - AttributeError: 'Headers' object has no attribute...
ERROR tests/test_terms_auth.py - AttributeError: 'Headers' object has no attr...
ERROR tests/test_test_utils.py - AttributeError: 'Headers' object has no attr...
ERROR tests/test_types.py - AttributeError: 'Headers' object has no attribute...
ERROR tests/test_visibility.py - AttributeError: 'Headers' object has no attr...
ERROR tests/types/test_state.py - AttributeError: 'Headers' object has no att...
ERROR tests/util/caches/test_cached_call.py - AttributeError: 'Headers' objec...
ERROR tests/util/caches/test_deferred_cache.py - AttributeError: 'Headers' ob...
ERROR tests/util/caches/test_descriptors.py - AttributeError: 'Headers' objec...
ERROR tests/util/caches/test_response_cache.py - AttributeError: 'Headers' ob...
ERROR tests/util/caches/test_ttlcache.py - AttributeError: 'Headers' object h...
ERROR tests/util/test_async_helpers.py - AttributeError: 'Headers' object has...
ERROR tests/util/test_batching_queue.py - AttributeError: 'Headers' object ha...
ERROR tests/util/test_check_dependencies.py - AttributeError: 'Headers' objec...
ERROR tests/util/test_dict_cache.py - AttributeError: 'Headers' object has no...
ERROR tests/util/test_expiring_cache.py - AttributeError: 'Headers' object ha...
ERROR tests/util/test_file_consumer.py - AttributeError: 'Headers' object has...
ERROR tests/util/test_itertools.py - AttributeError: 'Headers' object has no ...
ERROR tests/util/test_linearizer.py - AttributeError: 'Headers' object has no...
ERROR tests/util/test_logcontext.py - AttributeError: 'Headers' object has no...
ERROR tests/util/test_logformatter.py - AttributeError: 'Headers' object has ...
ERROR tests/util/test_lrucache.py - AttributeError: 'Headers' object has no a...
ERROR tests/util/test_macaroons.py - AttributeError: 'Headers' object has no ...
ERROR tests/util/test_ratelimitutils.py - AttributeError: 'Headers' object ha...
ERROR tests/util/test_retryutils.py - AttributeError: 'Headers' object has no...
ERROR tests/util/test_rwlock.py - AttributeError: 'Headers' object has no att...
ERROR tests/util/test_stream_change_cache.py - AttributeError: 'Headers' obje...
ERROR tests/util/test_stringutils.py - AttributeError: 'Headers' object has n...
ERROR tests/util/test_task_scheduler.py - AttributeError: 'Headers' object ha...
ERROR tests/util/test_threepids.py - AttributeError: 'Headers' object has no ...
ERROR tests/util/test_treecache.py - AttributeError: 'Headers' object has no ...
ERROR tests/util/test_wheel_timer.py - AttributeError: 'Headers' object has n...
!!!!!!!!!!!!!!!!!! Interrupted: 284 errors during collection !!!!!!!!!!!!!!!!!!!
====================== 318 warnings, 284 errors in 18.83s ======================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_matrix-synapse/build; python3.12 -m 
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 
returned exit code 13
make: *** [debian/rules:40: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: matrix-synapse
Source-Version: 1.116.0-4
Done: Andrej Shadura <andre...@debian.org>

We believe that the bug you reported is fixed in the latest version of
matrix-synapse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1087...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated matrix-synapse 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 10 Nov 2024 20:57:58 +0100
Source: matrix-synapse
Architecture: source
Version: 1.116.0-4
Distribution: unstable
Urgency: medium
Maintainer: Matrix Packaging Team 
<pkg-matrix-maintain...@lists.alioth.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 1087239
Changes:
 matrix-synapse (1.116.0-4) unstable; urgency=medium
 .
   * Require python3-typing-extensions >= 4.1.
   * Regenerate the patch series.
   * Apply upstream patch for Twisted 24.10.0 compatibility:
     - Remove usage of internal header encoding API
     Closes: #1087239
   * Temporarily skip test failures.
Checksums-Sha1:
 ed5a3b275f1fde13483ebadd9abcc9acc962cc11 3876 matrix-synapse_1.116.0-4.dsc
 b645f5244ecc1e0eb222a7cbd1bd03f6949a93f6 637000 
matrix-synapse_1.116.0-4.debian.tar.xz
Checksums-Sha256:
 604cca513eeac36a85c20a5e10068f36c576da6e6ce2509c818c97ecd2d3ac7f 3876 
matrix-synapse_1.116.0-4.dsc
 afc47c230a29c5a4b666e1f149ab0112fe546348f8b8751aab6438f80af91750 637000 
matrix-synapse_1.116.0-4.debian.tar.xz
Files:
 9dcf15d2324a480a6b6755bac3e9690c 3876 net optional matrix-synapse_1.116.0-4.dsc
 7ede029916732e936a81beaefbdf04ae 637000 net optional 
matrix-synapse_1.116.0-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZzEQhAAKCRDoRGtKyMdy
YbubAQDA5mlrknsfB8zNxKFIC9VcqmdxbKJahSPSJT60hFrAJAD/fW5C0tMBiNQY
f/jMuUVvwWbhgfE0VtJkTDABlW+6fAE=
=+iAr
-----END PGP SIGNATURE-----

Attachment: pgp99GJKXNOKA.pgp
Description: PGP signature


--- End Message ---

Reply via email to