Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/matrix-synapse.spec'], chrootPath='/var/lib/mock/f27-build-11009506-836679/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/matrix-synapse.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/matrix-synapse-0.26.0-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/matrix-synapse.spec'], chrootPath='/var/lib/mock/f27-build-11009506-836679/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/matrix-synapse.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sH1bP2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf synapse-0.26.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/synapse-0.26.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd synapse-0.26.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Remove-the-strict-version-requirement-for-pynacl.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf synapse/static + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p7GnkH + umask 022 + cd /builddir/build/BUILD + cd synapse-0.26.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/synapse copying synapse/notifier.py -> build/lib/synapse copying synapse/__init__.py -> build/lib/synapse copying synapse/visibility.py -> build/lib/synapse copying synapse/event_auth.py -> build/lib/synapse copying synapse/state.py -> build/lib/synapse copying synapse/python_dependencies.py -> build/lib/synapse copying synapse/types.py -> build/lib/synapse copying synapse/server.py -> build/lib/synapse creating build/lib/synapse/http copying synapse/http/endpoint.py -> build/lib/synapse/http copying synapse/http/__init__.py -> build/lib/synapse/http copying synapse/http/servlet.py -> build/lib/synapse/http copying synapse/http/client.py -> build/lib/synapse/http copying synapse/http/site.py -> build/lib/synapse/http copying synapse/http/matrixfederationclient.py -> build/lib/synapse/http copying synapse/http/additional_resource.py -> build/lib/synapse/http copying synapse/http/server.py -> build/lib/synapse/http creating build/lib/synapse/rest copying synapse/rest/__init__.py -> build/lib/synapse/rest creating build/lib/synapse/storage copying synapse/storage/rejections.py -> build/lib/synapse/storage copying synapse/storage/event_push_actions.py -> build/lib/synapse/storage copying synapse/storage/keys.py -> build/lib/synapse/storage copying synapse/storage/search.py -> build/lib/synapse/storage copying synapse/storage/background_updates.py -> build/lib/synapse/storage copying synapse/storage/__init__.py -> build/lib/synapse/storage copying synapse/storage/signatures.py -> build/lib/synapse/storage copying synapse/storage/prepare_database.py -> build/lib/synapse/storage copying synapse/storage/directory.py -> build/lib/synapse/storage copying synapse/storage/deviceinbox.py -> build/lib/synapse/storage copying synapse/storage/group_server.py -> build/lib/synapse/storage copying synapse/storage/state.py -> build/lib/synapse/storage copying synapse/storage/events.py -> build/lib/synapse/storage copying synapse/storage/appservice.py -> build/lib/synapse/storage copying synapse/storage/media_repository.py -> build/lib/synapse/storage copying synapse/storage/registration.py -> build/lib/synapse/storage copying synapse/storage/user_directory.py -> build/lib/synapse/storage copying synapse/storage/tags.py -> build/lib/synapse/storage copying synapse/storage/client_ips.py -> build/lib/synapse/storage copying synapse/storage/_base.py -> build/lib/synapse/storage copying synapse/storage/room.py -> build/lib/synapse/storage copying synapse/storage/stream.py -> build/lib/synapse/storage copying synapse/storage/profile.py -> build/lib/synapse/storage copying synapse/storage/roommember.py -> build/lib/synapse/storage copying synapse/storage/pusher.py -> build/lib/synapse/storage copying synapse/storage/receipts.py -> build/lib/synapse/storage copying synapse/storage/push_rule.py -> build/lib/synapse/storage copying synapse/storage/openid.py -> build/lib/synapse/storage copying synapse/storage/devices.py -> build/lib/synapse/storage copying synapse/storage/event_federation.py -> build/lib/synapse/storage copying synapse/storage/transactions.py -> build/lib/synapse/storage copying synapse/storage/account_data.py -> build/lib/synapse/storage copying synapse/storage/presence.py -> build/lib/synapse/storage copying synapse/storage/filtering.py -> build/lib/synapse/storage copying synapse/storage/end_to_end_keys.py -> build/lib/synapse/storage creating build/lib/synapse/replication copying synapse/replication/__init__.py -> build/lib/synapse/replication creating build/lib/synapse/module_api copying synapse/module_api/__init__.py -> build/lib/synapse/module_api creating build/lib/synapse/api copying synapse/api/constants.py -> build/lib/synapse/api copying synapse/api/__init__.py -> build/lib/synapse/api copying synapse/api/urls.py -> build/lib/synapse/api copying synapse/api/ratelimiting.py -> build/lib/synapse/api copying synapse/api/errors.py -> build/lib/synapse/api copying synapse/api/auth.py -> build/lib/synapse/api copying synapse/api/filtering.py -> build/lib/synapse/api creating build/lib/synapse/push copying synapse/push/presentable_names.py -> build/lib/synapse/push copying synapse/push/__init__.py -> build/lib/synapse/push copying synapse/push/push_tools.py -> build/lib/synapse/push copying synapse/push/clientformat.py -> build/lib/synapse/push copying synapse/push/action_generator.py -> build/lib/synapse/push copying synapse/push/rulekinds.py -> build/lib/synapse/push copying synapse/push/bulk_push_rule_evaluator.py -> build/lib/synapse/push copying synapse/push/httppusher.py -> build/lib/synapse/push copying synapse/push/emailpusher.py -> build/lib/synapse/push copying synapse/push/pusher.py -> build/lib/synapse/push copying synapse/push/baserules.py -> build/lib/synapse/push copying synapse/push/push_rule_evaluator.py -> build/lib/synapse/push copying synapse/push/mailer.py -> build/lib/synapse/push copying synapse/push/pusherpool.py -> build/lib/synapse/push creating build/lib/synapse/app copying synapse/app/__init__.py -> build/lib/synapse/app copying synapse/app/client_reader.py -> build/lib/synapse/app copying synapse/app/frontend_proxy.py -> build/lib/synapse/app copying synapse/app/federation_reader.py -> build/lib/synapse/app copying synapse/app/appservice.py -> build/lib/synapse/app copying synapse/app/media_repository.py -> build/lib/synapse/app copying synapse/app/user_dir.py -> build/lib/synapse/app copying synapse/app/synchrotron.py -> build/lib/synapse/app copying synapse/app/homeserver.py -> build/lib/synapse/app copying synapse/app/_base.py -> build/lib/synapse/app copying synapse/app/pusher.py -> build/lib/synapse/app copying synapse/app/synctl.py -> build/lib/synapse/app copying synapse/app/federation_sender.py -> build/lib/synapse/app creating build/lib/synapse/handlers copying synapse/handlers/message.py -> build/lib/synapse/handlers copying synapse/handlers/typing.py -> build/lib/synapse/handlers copying synapse/handlers/register.py -> build/lib/synapse/handlers copying synapse/handlers/identity.py -> build/lib/synapse/handlers copying synapse/handlers/search.py -> build/lib/synapse/handlers copying synapse/handlers/initial_sync.py -> build/lib/synapse/handlers copying synapse/handlers/__init__.py -> build/lib/synapse/handlers copying synapse/handlers/read_marker.py -> build/lib/synapse/handlers copying synapse/handlers/groups_local.py -> build/lib/synapse/handlers copying synapse/handlers/set_password.py -> build/lib/synapse/handlers copying synapse/handlers/directory.py -> build/lib/synapse/handlers copying synapse/handlers/devicemessage.py -> build/lib/synapse/handlers copying synapse/handlers/device.py -> build/lib/synapse/handlers copying synapse/handlers/events.py -> build/lib/synapse/handlers copying synapse/handlers/federation.py -> build/lib/synapse/handlers copying synapse/handlers/appservice.py -> build/lib/synapse/handlers copying synapse/handlers/deactivate_account.py -> build/lib/synapse/handlers copying synapse/handlers/user_directory.py -> build/lib/synapse/handlers copying synapse/handlers/e2e_keys.py -> build/lib/synapse/handlers copying synapse/handlers/_base.py -> build/lib/synapse/handlers copying synapse/handlers/room.py -> build/lib/synapse/handlers copying synapse/handlers/profile.py -> build/lib/synapse/handlers copying synapse/handlers/receipts.py -> build/lib/synapse/handlers copying synapse/handlers/room_list.py -> build/lib/synapse/handlers copying synapse/handlers/sync.py -> build/lib/synapse/handlers copying synapse/handlers/room_member.py -> build/lib/synapse/handlers copying synapse/handlers/auth.py -> build/lib/synapse/handlers copying synapse/handlers/account_data.py -> build/lib/synapse/handlers copying synapse/handlers/admin.py -> build/lib/synapse/handlers copying synapse/handlers/presence.py -> build/lib/synapse/handlers creating build/lib/synapse/federation copying synapse/federation/units.py -> build/lib/synapse/federation copying synapse/federation/__init__.py -> build/lib/synapse/federation copying synapse/federation/replication.py -> build/lib/synapse/federation copying synapse/federation/persistence.py -> build/lib/synapse/federation copying synapse/federation/send_queue.py -> build/lib/synapse/federation copying synapse/federation/federation_client.py -> build/lib/synapse/federation copying synapse/federation/federation_base.py -> build/lib/synapse/federation copying synapse/federation/federation_server.py -> build/lib/synapse/federation copying synapse/federation/transaction_queue.py -> build/lib/synapse/federation creating build/lib/synapse/groups copying synapse/groups/__init__.py -> build/lib/synapse/groups copying synapse/groups/groups_server.py -> build/lib/synapse/groups copying synapse/groups/attestations.py -> build/lib/synapse/groups creating build/lib/synapse/util copying synapse/util/metrics.py -> build/lib/synapse/util copying synapse/util/manhole.py -> build/lib/synapse/util copying synapse/util/module_loader.py -> build/lib/synapse/util copying synapse/util/__init__.py -> build/lib/synapse/util copying synapse/util/logformatter.py -> build/lib/synapse/util copying synapse/util/logutils.py -> build/lib/synapse/util copying synapse/util/retryutils.py -> build/lib/synapse/util copying synapse/util/frozenutils.py -> build/lib/synapse/util copying synapse/util/rlimit.py -> build/lib/synapse/util copying synapse/util/httpresourcetree.py -> build/lib/synapse/util copying synapse/util/versionstring.py -> build/lib/synapse/util copying synapse/util/distributor.py -> build/lib/synapse/util copying synapse/util/stringutils.py -> build/lib/synapse/util copying synapse/util/wheel_timer.py -> build/lib/synapse/util copying synapse/util/async.py -> build/lib/synapse/util copying synapse/util/msisdn.py -> build/lib/synapse/util copying synapse/util/ratelimitutils.py -> build/lib/synapse/util copying synapse/util/jsonobject.py -> build/lib/synapse/util copying synapse/util/logcontext.py -> build/lib/synapse/util creating build/lib/synapse/metrics copying synapse/metrics/__init__.py -> build/lib/synapse/metrics copying synapse/metrics/resource.py -> build/lib/synapse/metrics copying synapse/metrics/metric.py -> build/lib/synapse/metrics copying synapse/metrics/process_collector.py -> build/lib/synapse/metrics creating build/lib/synapse/events copying synapse/events/builder.py -> build/lib/synapse/events copying synapse/events/__init__.py -> build/lib/synapse/events copying synapse/events/spamcheck.py -> build/lib/synapse/events copying synapse/events/snapshot.py -> build/lib/synapse/events copying synapse/events/utils.py -> build/lib/synapse/events copying synapse/events/validator.py -> build/lib/synapse/events creating build/lib/synapse/streams copying synapse/streams/__init__.py -> build/lib/synapse/streams copying synapse/streams/config.py -> build/lib/synapse/streams copying synapse/streams/events.py -> build/lib/synapse/streams creating build/lib/synapse/crypto copying synapse/crypto/keyring.py -> build/lib/synapse/crypto copying synapse/crypto/__init__.py -> build/lib/synapse/crypto copying synapse/crypto/event_signing.py -> build/lib/synapse/crypto copying synapse/crypto/keyclient.py -> build/lib/synapse/crypto copying synapse/crypto/context_factory.py -> build/lib/synapse/crypto creating build/lib/synapse/appservice copying synapse/appservice/__init__.py -> build/lib/synapse/appservice copying synapse/appservice/scheduler.py -> build/lib/synapse/appservice copying synapse/appservice/api.py -> build/lib/synapse/appservice creating build/lib/synapse/config copying synapse/config/cas.py -> build/lib/synapse/config copying synapse/config/metrics.py -> build/lib/synapse/config copying synapse/config/tls.py -> build/lib/synapse/config copying synapse/config/__init__.py -> build/lib/synapse/config copying synapse/config/spam_checker.py -> build/lib/synapse/config copying synapse/config/database.py -> build/lib/synapse/config copying synapse/config/captcha.py -> build/lib/synapse/config copying synapse/config/workers.py -> build/lib/synapse/config copying synapse/config/saml2.py -> build/lib/synapse/config copying synapse/config/voip.py -> build/lib/synapse/config copying synapse/config/__main__.py -> build/lib/synapse/config copying synapse/config/emailconfig.py -> build/lib/synapse/config copying synapse/config/password.py -> build/lib/synapse/config copying synapse/config/jwt.py -> build/lib/synapse/config copying synapse/config/appservice.py -> build/lib/synapse/config copying synapse/config/logger.py -> build/lib/synapse/config copying synapse/config/registration.py -> build/lib/synapse/config copying synapse/config/user_directory.py -> build/lib/synapse/config copying synapse/config/homeserver.py -> build/lib/synapse/config copying synapse/config/ratelimiting.py -> build/lib/synapse/config copying synapse/config/groups.py -> build/lib/synapse/config copying synapse/config/_base.py -> build/lib/synapse/config copying synapse/config/server.py -> build/lib/synapse/config copying synapse/config/password_auth_providers.py -> build/lib/synapse/config copying synapse/config/api.py -> build/lib/synapse/config copying synapse/config/repository.py -> build/lib/synapse/config copying synapse/config/key.py -> build/lib/synapse/config copying synapse/config/push.py -> build/lib/synapse/config creating build/lib/synapse/rest/client copying synapse/rest/client/__init__.py -> build/lib/synapse/rest/client copying synapse/rest/client/versions.py -> build/lib/synapse/rest/client copying synapse/rest/client/transactions.py -> build/lib/synapse/rest/client creating build/lib/synapse/rest/media copying synapse/rest/media/__init__.py -> build/lib/synapse/rest/media creating build/lib/synapse/rest/key copying synapse/rest/key/__init__.py -> build/lib/synapse/rest/key creating build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/login.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/register.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/initial_sync.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/__init__.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/directory.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/voip.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/logout.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/events.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/room.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/profile.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/pusher.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/push_rule.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/base.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/admin.py -> build/lib/synapse/rest/client/v1 copying synapse/rest/client/v1/presence.py -> build/lib/synapse/rest/client/v1 creating build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/keys.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/register.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/account.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/__init__.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/read_marker.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/sendtodevice.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/user_directory.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/tags.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/groups.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/_base.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/report_event.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/receipts.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/openid.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/sync.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/devices.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/tokenrefresh.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/auth.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/account_data.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/thirdparty.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/notifications.py -> build/lib/synapse/rest/client/v2_alpha copying synapse/rest/client/v2_alpha/filter.py -> build/lib/synapse/rest/client/v2_alpha creating build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/preview_url_resource.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/filepath.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/identicon_resource.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/__init__.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/media_repository.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/thumbnail_resource.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/_base.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/download_resource.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/thumbnailer.py -> build/lib/synapse/rest/media/v1 copying synapse/rest/media/v1/upload_resource.py -> build/lib/synapse/rest/media/v1 creating build/lib/synapse/rest/media/v0 copying synapse/rest/media/v0/__init__.py -> build/lib/synapse/rest/media/v0 copying synapse/rest/media/v0/content_repository.py -> build/lib/synapse/rest/media/v0 creating build/lib/synapse/rest/key/v2 copying synapse/rest/key/v2/__init__.py -> build/lib/synapse/rest/key/v2 copying synapse/rest/key/v2/remote_key_resource.py -> build/lib/synapse/rest/key/v2 copying synapse/rest/key/v2/local_key_resource.py -> build/lib/synapse/rest/key/v2 creating build/lib/synapse/rest/key/v1 copying synapse/rest/key/v1/__init__.py -> build/lib/synapse/rest/key/v1 copying synapse/rest/key/v1/server_key_resource.py -> build/lib/synapse/rest/key/v1 creating build/lib/synapse/storage/util copying synapse/storage/util/__init__.py -> build/lib/synapse/storage/util copying synapse/storage/util/id_generators.py -> build/lib/synapse/storage/util creating build/lib/synapse/storage/engines copying synapse/storage/engines/postgres.py -> build/lib/synapse/storage/engines copying synapse/storage/engines/sqlite3.py -> build/lib/synapse/storage/engines copying synapse/storage/engines/__init__.py -> build/lib/synapse/storage/engines copying synapse/storage/engines/_base.py -> build/lib/synapse/storage/engines creating build/lib/synapse/replication/tcp copying synapse/replication/tcp/__init__.py -> build/lib/synapse/replication/tcp copying synapse/replication/tcp/resource.py -> build/lib/synapse/replication/tcp copying synapse/replication/tcp/client.py -> build/lib/synapse/replication/tcp copying synapse/replication/tcp/commands.py -> build/lib/synapse/replication/tcp copying synapse/replication/tcp/streams.py -> build/lib/synapse/replication/tcp copying synapse/replication/tcp/protocol.py -> build/lib/synapse/replication/tcp creating build/lib/synapse/replication/slave copying synapse/replication/slave/__init__.py -> build/lib/synapse/replication/slave creating build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/keys.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/pushers.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/__init__.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/directory.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/deviceinbox.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/events.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/appservice.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/registration.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/client_ips.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/groups.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/_base.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/room.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/_slaved_id_tracker.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/receipts.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/push_rule.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/devices.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/transactions.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/account_data.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/presence.py -> build/lib/synapse/replication/slave/storage copying synapse/replication/slave/storage/filtering.py -> build/lib/synapse/replication/slave/storage creating build/lib/synapse/federation/transport copying synapse/federation/transport/__init__.py -> build/lib/synapse/federation/transport copying synapse/federation/transport/client.py -> build/lib/synapse/federation/transport copying synapse/federation/transport/server.py -> build/lib/synapse/federation/transport creating build/lib/synapse/util/caches copying synapse/util/caches/snapshot_cache.py -> build/lib/synapse/util/caches copying synapse/util/caches/treecache.py -> build/lib/synapse/util/caches copying synapse/util/caches/__init__.py -> build/lib/synapse/util/caches copying synapse/util/caches/response_cache.py -> build/lib/synapse/util/caches copying synapse/util/caches/lrucache.py -> build/lib/synapse/util/caches copying synapse/util/caches/expiringcache.py -> build/lib/synapse/util/caches copying synapse/util/caches/descriptors.py -> build/lib/synapse/util/caches copying synapse/util/caches/dictionary_cache.py -> build/lib/synapse/util/caches copying synapse/util/caches/stream_change_cache.py -> build/lib/synapse/util/caches running egg_info creating matrix_synapse.egg-info writing requirements to matrix_synapse.egg-info/requires.txt writing matrix_synapse.egg-info/PKG-INFO writing top-level names to matrix_synapse.egg-info/top_level.txt writing dependency_links to matrix_synapse.egg-info/dependency_links.txt writing manifest file 'matrix_synapse.egg-info/SOURCES.txt' reading manifest file 'matrix_synapse.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no files found matching '*.css' under directory 'synapse/static' warning: no files found matching '*.gif' under directory 'synapse/static' warning: no files found matching '*.html' under directory 'synapse/static' warning: no files found matching '*.js' under directory 'synapse/static' warning: no previously-included files found matching 'jenkins.sh' warning: no previously-included files found matching 'jenkins*.sh' warning: no previously-included files found matching 'jenkins*' warning: no previously-included files matching '*.sh' found under directory 'jenkins' no previously-included directories found matching '.github' no previously-included directories found matching 'demo/etc' writing manifest file 'matrix_synapse.egg-info/SOURCES.txt' copying synapse/server.pyi -> build/lib/synapse creating build/lib/synapse/storage/schema copying synapse/storage/schema/schema_version.sql -> build/lib/synapse/storage/schema creating build/lib/synapse/storage/schema/delta creating build/lib/synapse/storage/schema/delta/11 copying synapse/storage/schema/delta/11/v11.sql -> build/lib/synapse/storage/schema/delta/11 creating build/lib/synapse/storage/schema/delta/12 copying synapse/storage/schema/delta/12/v12.sql -> build/lib/synapse/storage/schema/delta/12 creating build/lib/synapse/storage/schema/delta/13 copying synapse/storage/schema/delta/13/v13.sql -> build/lib/synapse/storage/schema/delta/13 creating build/lib/synapse/storage/schema/delta/14 copying synapse/storage/schema/delta/14/upgrade_appservice_db.py -> build/lib/synapse/storage/schema/delta/14 copying synapse/storage/schema/delta/14/v14.sql -> build/lib/synapse/storage/schema/delta/14 creating build/lib/synapse/storage/schema/delta/15 copying synapse/storage/schema/delta/15/appservice_txns.sql -> build/lib/synapse/storage/schema/delta/15 copying synapse/storage/schema/delta/15/presence_indices.sql -> build/lib/synapse/storage/schema/delta/15 copying synapse/storage/schema/delta/15/v15.sql -> build/lib/synapse/storage/schema/delta/15 creating build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/events_order_index.sql -> build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/remote_media_cache_index.sql -> build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/remove_duplicates.sql -> build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/room_alias_index.sql -> build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/unique_constraints.sql -> build/lib/synapse/storage/schema/delta/16 copying synapse/storage/schema/delta/16/users.sql -> build/lib/synapse/storage/schema/delta/16 creating build/lib/synapse/storage/schema/delta/17 copying synapse/storage/schema/delta/17/drop_indexes.sql -> build/lib/synapse/storage/schema/delta/17 copying synapse/storage/schema/delta/17/server_keys.sql -> build/lib/synapse/storage/schema/delta/17 copying synapse/storage/schema/delta/17/user_threepids.sql -> build/lib/synapse/storage/schema/delta/17 creating build/lib/synapse/storage/schema/delta/18 copying synapse/storage/schema/delta/18/server_keys_bigger_ints.sql -> build/lib/synapse/storage/schema/delta/18 creating build/lib/synapse/storage/schema/delta/19 copying synapse/storage/schema/delta/19/event_index.sql -> build/lib/synapse/storage/schema/delta/19 creating build/lib/synapse/storage/schema/delta/20 copying synapse/storage/schema/delta/20/dummy.sql -> build/lib/synapse/storage/schema/delta/20 copying synapse/storage/schema/delta/20/pushers.py -> build/lib/synapse/storage/schema/delta/20 creating build/lib/synapse/storage/schema/delta/21 copying synapse/storage/schema/delta/21/end_to_end_keys.sql -> build/lib/synapse/storage/schema/delta/21 copying synapse/storage/schema/delta/21/receipts.sql -> build/lib/synapse/storage/schema/delta/21 creating build/lib/synapse/storage/schema/delta/22 copying synapse/storage/schema/delta/22/receipts_index.sql -> build/lib/synapse/storage/schema/delta/22 copying synapse/storage/schema/delta/22/user_threepids_unique.sql -> build/lib/synapse/storage/schema/delta/22 creating build/lib/synapse/storage/schema/delta/23 copying synapse/storage/schema/delta/23/drop_state_index.sql -> build/lib/synapse/storage/schema/delta/23 creating build/lib/synapse/storage/schema/delta/24 copying synapse/storage/schema/delta/24/stats_reporting.sql -> build/lib/synapse/storage/schema/delta/24 creating build/lib/synapse/storage/schema/delta/25 copying synapse/storage/schema/delta/25/00background_updates.sql -> build/lib/synapse/storage/schema/delta/25 copying synapse/storage/schema/delta/25/fts.py -> build/lib/synapse/storage/schema/delta/25 copying synapse/storage/schema/delta/25/guest_access.sql -> build/lib/synapse/storage/schema/delta/25 copying synapse/storage/schema/delta/25/history_visibility.sql -> build/lib/synapse/storage/schema/delta/25 copying synapse/storage/schema/delta/25/tags.sql -> build/lib/synapse/storage/schema/delta/25 creating build/lib/synapse/storage/schema/delta/26 copying synapse/storage/schema/delta/26/account_data.sql -> build/lib/synapse/storage/schema/delta/26 creating build/lib/synapse/storage/schema/delta/27 copying synapse/storage/schema/delta/27/account_data.sql -> build/lib/synapse/storage/schema/delta/27 copying synapse/storage/schema/delta/27/forgotten_memberships.sql -> build/lib/synapse/storage/schema/delta/27 copying synapse/storage/schema/delta/27/ts.py -> build/lib/synapse/storage/schema/delta/27 creating build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/event_push_actions.sql -> build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/events_room_stream.sql -> build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/public_roms_index.sql -> build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/receipts_user_id_index.sql -> build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/upgrade_times.sql -> build/lib/synapse/storage/schema/delta/28 copying synapse/storage/schema/delta/28/users_is_guest.sql -> build/lib/synapse/storage/schema/delta/28 creating build/lib/synapse/storage/schema/delta/29 copying synapse/storage/schema/delta/29/push_actions.sql -> build/lib/synapse/storage/schema/delta/29 creating build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/alias_creator.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/as_users.py -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/deleted_pushers.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/presence_stream.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/public_rooms.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/push_rule_stream.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/state_stream.sql -> build/lib/synapse/storage/schema/delta/30 copying synapse/storage/schema/delta/30/threepid_guest_access_tokens.sql -> build/lib/synapse/storage/schema/delta/30 creating build/lib/synapse/storage/schema/delta/31 copying synapse/storage/schema/delta/31/invites.sql -> build/lib/synapse/storage/schema/delta/31 copying synapse/storage/schema/delta/31/local_media_repository_url_cache.sql -> build/lib/synapse/storage/schema/delta/31 copying synapse/storage/schema/delta/31/pushers.py -> build/lib/synapse/storage/schema/delta/31 copying synapse/storage/schema/delta/31/pushers_index.sql -> build/lib/synapse/storage/schema/delta/31 copying synapse/storage/schema/delta/31/search_update.py -> build/lib/synapse/storage/schema/delta/31 creating build/lib/synapse/storage/schema/delta/32 copying synapse/storage/schema/delta/32/events.sql -> build/lib/synapse/storage/schema/delta/32 copying synapse/storage/schema/delta/32/openid.sql -> build/lib/synapse/storage/schema/delta/32 copying synapse/storage/schema/delta/32/pusher_throttle.sql -> build/lib/synapse/storage/schema/delta/32 copying synapse/storage/schema/delta/32/remove_indices.sql -> build/lib/synapse/storage/schema/delta/32 copying synapse/storage/schema/delta/32/reports.sql -> build/lib/synapse/storage/schema/delta/32 creating build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/access_tokens_device_index.sql -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/devices.sql -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/devices_for_e2e_keys.sql -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/devices_for_e2e_keys_clear_unknown_device.sql -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/event_fields.py -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/remote_media_ts.py -> build/lib/synapse/storage/schema/delta/33 copying synapse/storage/schema/delta/33/user_ips_index.sql -> build/lib/synapse/storage/schema/delta/33 creating build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/appservice_stream.sql -> build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/cache_stream.py -> build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/device_inbox.sql -> build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/push_display_name_rename.sql -> build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/received_txn_purge.py -> build/lib/synapse/storage/schema/delta/34 copying synapse/storage/schema/delta/34/sent_txn_purge.py -> build/lib/synapse/storage/schema/delta/34 creating build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/add_state_index.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/contains_url.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/device_outbox.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/device_stream_id.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/event_push_actions_index.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/public_room_list_change_stream.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/state.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/state_dedupe.sql -> build/lib/synapse/storage/schema/delta/35 copying synapse/storage/schema/delta/35/stream_order_to_extrem.sql -> build/lib/synapse/storage/schema/delta/35 creating build/lib/synapse/storage/schema/delta/36 copying synapse/storage/schema/delta/36/readd_public_rooms.sql -> build/lib/synapse/storage/schema/delta/36 creating build/lib/synapse/storage/schema/delta/37 copying synapse/storage/schema/delta/37/remove_auth_idx.py -> build/lib/synapse/storage/schema/delta/37 copying synapse/storage/schema/delta/37/user_threepids.sql -> build/lib/synapse/storage/schema/delta/37 creating build/lib/synapse/storage/schema/delta/38 copying synapse/storage/schema/delta/38/postgres_fts_gist.sql -> build/lib/synapse/storage/schema/delta/38 creating build/lib/synapse/storage/schema/delta/39 copying synapse/storage/schema/delta/39/appservice_room_list.sql -> build/lib/synapse/storage/schema/delta/39 copying synapse/storage/schema/delta/39/device_federation_stream_idx.sql -> build/lib/synapse/storage/schema/delta/39 copying synapse/storage/schema/delta/39/event_push_index.sql -> build/lib/synapse/storage/schema/delta/39 copying synapse/storage/schema/delta/39/federation_out_position.sql -> build/lib/synapse/storage/schema/delta/39 copying synapse/storage/schema/delta/39/membership_profile.sql -> build/lib/synapse/storage/schema/delta/39 creating build/lib/synapse/storage/schema/delta/40 copying synapse/storage/schema/delta/40/current_state_idx.sql -> build/lib/synapse/storage/schema/delta/40 copying synapse/storage/schema/delta/40/device_inbox.sql -> build/lib/synapse/storage/schema/delta/40 copying synapse/storage/schema/delta/40/device_list_streams.sql -> build/lib/synapse/storage/schema/delta/40 copying synapse/storage/schema/delta/40/event_push_summary.sql -> build/lib/synapse/storage/schema/delta/40 copying synapse/storage/schema/delta/40/pushers.sql -> build/lib/synapse/storage/schema/delta/40 creating build/lib/synapse/storage/schema/delta/41 copying synapse/storage/schema/delta/41/device_list_stream_idx.sql -> build/lib/synapse/storage/schema/delta/41 copying synapse/storage/schema/delta/41/device_outbound_index.sql -> build/lib/synapse/storage/schema/delta/41 copying synapse/storage/schema/delta/41/event_search_event_id_idx.sql -> build/lib/synapse/storage/schema/delta/41 copying synapse/storage/schema/delta/41/ratelimit.sql -> build/lib/synapse/storage/schema/delta/41 creating build/lib/synapse/storage/schema/delta/42 copying synapse/storage/schema/delta/42/current_state_delta.sql -> build/lib/synapse/storage/schema/delta/42 copying synapse/storage/schema/delta/42/device_list_last_id.sql -> build/lib/synapse/storage/schema/delta/42 copying synapse/storage/schema/delta/42/event_auth_state_only.sql -> build/lib/synapse/storage/schema/delta/42 copying synapse/storage/schema/delta/42/user_dir.py -> build/lib/synapse/storage/schema/delta/42 creating build/lib/synapse/storage/schema/delta/43 copying synapse/storage/schema/delta/43/blocked_rooms.sql -> build/lib/synapse/storage/schema/delta/43 copying synapse/storage/schema/delta/43/quarantine_media.sql -> build/lib/synapse/storage/schema/delta/43 copying synapse/storage/schema/delta/43/url_cache.sql -> build/lib/synapse/storage/schema/delta/43 copying synapse/storage/schema/delta/43/user_share.sql -> build/lib/synapse/storage/schema/delta/43 creating build/lib/synapse/storage/schema/delta/44 copying synapse/storage/schema/delta/44/expire_url_cache.sql -> build/lib/synapse/storage/schema/delta/44 creating build/lib/synapse/storage/schema/delta/45 copying synapse/storage/schema/delta/45/group_server.sql -> build/lib/synapse/storage/schema/delta/45 copying synapse/storage/schema/delta/45/profile_cache.sql -> build/lib/synapse/storage/schema/delta/45 creating build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/drop_refresh_tokens.sql -> build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/drop_unique_deleted_pushers.sql -> build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/group_server.sql -> build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/local_media_repository_url_idx.sql -> build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/user_dir_null_room_ids.sql -> build/lib/synapse/storage/schema/delta/46 copying synapse/storage/schema/delta/46/user_dir_typos.sql -> build/lib/synapse/storage/schema/delta/46 creating build/lib/synapse/storage/schema/full_schemas creating build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/event_edges.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/event_signatures.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/im.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/keys.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/media_repository.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/presence.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/profiles.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/redactions.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/room_aliases.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/state.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/transactions.sql -> build/lib/synapse/storage/schema/full_schemas/11 copying synapse/storage/schema/full_schemas/11/users.sql -> build/lib/synapse/storage/schema/full_schemas/11 creating build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/application_services.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/event_edges.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/event_signatures.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/im.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/keys.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/media_repository.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/presence.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/profiles.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/push.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/redactions.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/room_aliases.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/state.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/transactions.sql -> build/lib/synapse/storage/schema/full_schemas/16 copying synapse/storage/schema/full_schemas/16/users.sql -> build/lib/synapse/storage/schema/full_schemas/16 running build_scripts creating build/scripts-2.7 copying and adjusting synctl -> build/scripts-2.7 copying and adjusting scripts/hash_password -> build/scripts-2.7 copying and adjusting scripts/synapse_port_db -> build/scripts-2.7 copying scripts/sync_room_to_group.pl -> build/scripts-2.7 copying and adjusting scripts/register_new_matrix_user -> build/scripts-2.7 changing mode of build/scripts-2.7/synctl from 644 to 755 changing mode of build/scripts-2.7/hash_password from 644 to 755 changing mode of build/scripts-2.7/synapse_port_db from 644 to 755 changing mode of build/scripts-2.7/register_new_matrix_user from 644 to 755 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qVagup + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch ++ dirname /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch + cd synapse-0.26.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/endpoint.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/servlet.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/client.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/site.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/matrixfederationclient.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/additional_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http copying build/lib/synapse/http/server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest copying build/lib/synapse/rest/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client copying build/lib/synapse/rest/client/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/login.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/register.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/initial_sync.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/voip.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/logout.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/events.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/room.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/profile.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/pusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/push_rule.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/admin.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/v1/presence.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1 copying build/lib/synapse/rest/client/versions.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/keys.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/register.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/account.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/read_marker.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/sendtodevice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/user_directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/tags.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/groups.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/report_event.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/receipts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/openid.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/sync.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/devices.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/tokenrefresh.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/auth.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/account_data.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/thirdparty.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/notifications.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/v2_alpha/filter.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha copying build/lib/synapse/rest/client/transactions.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media copying build/lib/synapse/rest/media/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/preview_url_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/filepath.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/identicon_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/media_repository.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/thumbnail_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/download_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/thumbnailer.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 copying build/lib/synapse/rest/media/v1/upload_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v0 copying build/lib/synapse/rest/media/v0/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v0 copying build/lib/synapse/rest/media/v0/content_repository.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v0 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2 copying build/lib/synapse/rest/key/v2/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2 copying build/lib/synapse/rest/key/v2/remote_key_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2 copying build/lib/synapse/rest/key/v2/local_key_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2 copying build/lib/synapse/rest/key/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v1 copying build/lib/synapse/rest/key/v1/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v1 copying build/lib/synapse/rest/key/v1/server_key_resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v1 copying build/lib/synapse/notifier.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/rejections.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/event_push_actions.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/keys.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/search.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/background_updates.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/signatures.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/prepare_database.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/deviceinbox.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/group_server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/45 copying build/lib/synapse/storage/schema/delta/45/group_server.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/45 copying build/lib/synapse/storage/schema/delta/45/profile_cache.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/45 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/19 copying build/lib/synapse/storage/schema/delta/19/event_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/19 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/23 copying build/lib/synapse/storage/schema/delta/23/drop_state_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/23 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/17 copying build/lib/synapse/storage/schema/delta/17/user_threepids.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/17 copying build/lib/synapse/storage/schema/delta/17/server_keys.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/17 copying build/lib/synapse/storage/schema/delta/17/drop_indexes.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/17 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/receipts_user_id_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/events_room_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/upgrade_times.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/event_push_actions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/users_is_guest.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 copying build/lib/synapse/storage/schema/delta/28/public_roms_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/28 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/26 copying build/lib/synapse/storage/schema/delta/26/account_data.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/26 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/21 copying build/lib/synapse/storage/schema/delta/21/end_to_end_keys.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/21 copying build/lib/synapse/storage/schema/delta/21/receipts.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/21 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/user_dir_typos.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/drop_refresh_tokens.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/group_server.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/user_dir_null_room_ids.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/local_media_repository_url_idx.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 copying build/lib/synapse/storage/schema/delta/46/drop_unique_deleted_pushers.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/46 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/24 copying build/lib/synapse/storage/schema/delta/24/stats_reporting.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/24 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 copying build/lib/synapse/storage/schema/delta/39/device_federation_stream_idx.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 copying build/lib/synapse/storage/schema/delta/39/membership_profile.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 copying build/lib/synapse/storage/schema/delta/39/event_push_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 copying build/lib/synapse/storage/schema/delta/39/appservice_room_list.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 copying build/lib/synapse/storage/schema/delta/39/federation_out_position.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/39 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/36 copying build/lib/synapse/storage/schema/delta/36/readd_public_rooms.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/36 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/27 copying build/lib/synapse/storage/schema/delta/27/ts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/27 copying build/lib/synapse/storage/schema/delta/27/forgotten_memberships.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/27 copying build/lib/synapse/storage/schema/delta/27/account_data.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/27 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/13 copying build/lib/synapse/storage/schema/delta/13/v13.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/13 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 copying build/lib/synapse/storage/schema/delta/31/pushers.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 copying build/lib/synapse/storage/schema/delta/31/pushers_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 copying build/lib/synapse/storage/schema/delta/31/invites.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 copying build/lib/synapse/storage/schema/delta/31/local_media_repository_url_cache.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 copying build/lib/synapse/storage/schema/delta/31/search_update.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/15 copying build/lib/synapse/storage/schema/delta/15/appservice_txns.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/15 copying build/lib/synapse/storage/schema/delta/15/v15.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/15 copying build/lib/synapse/storage/schema/delta/15/presence_indices.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/15 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 copying build/lib/synapse/storage/schema/delta/25/fts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 copying build/lib/synapse/storage/schema/delta/25/tags.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 copying build/lib/synapse/storage/schema/delta/25/guest_access.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 copying build/lib/synapse/storage/schema/delta/25/history_visibility.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 copying build/lib/synapse/storage/schema/delta/25/00background_updates.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/events_order_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/unique_constraints.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/remove_duplicates.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/remote_media_cache_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/users.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 copying build/lib/synapse/storage/schema/delta/16/room_alias_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/16 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/20 copying build/lib/synapse/storage/schema/delta/20/pushers.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/20 copying build/lib/synapse/storage/schema/delta/20/dummy.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/20 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/41 copying build/lib/synapse/storage/schema/delta/41/device_outbound_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/41 copying build/lib/synapse/storage/schema/delta/41/event_search_event_id_idx.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/41 copying build/lib/synapse/storage/schema/delta/41/ratelimit.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/41 copying build/lib/synapse/storage/schema/delta/41/device_list_stream_idx.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/41 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/state_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/deleted_pushers.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/as_users.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/public_rooms.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/presence_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/push_rule_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/alias_creator.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 copying build/lib/synapse/storage/schema/delta/30/threepid_guest_access_tokens.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/22 copying build/lib/synapse/storage/schema/delta/22/user_threepids_unique.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/22 copying build/lib/synapse/storage/schema/delta/22/receipts_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/22 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/access_tokens_device_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/devices_for_e2e_keys_clear_unknown_device.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/event_fields.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/remote_media_ts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/user_ips_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/devices_for_e2e_keys.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 copying build/lib/synapse/storage/schema/delta/33/devices.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 copying build/lib/synapse/storage/schema/delta/32/pusher_throttle.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 copying build/lib/synapse/storage/schema/delta/32/remove_indices.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 copying build/lib/synapse/storage/schema/delta/32/openid.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 copying build/lib/synapse/storage/schema/delta/32/events.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 copying build/lib/synapse/storage/schema/delta/32/reports.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/32 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/11 copying build/lib/synapse/storage/schema/delta/11/v11.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/11 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/43 copying build/lib/synapse/storage/schema/delta/43/user_share.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/43 copying build/lib/synapse/storage/schema/delta/43/blocked_rooms.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/43 copying build/lib/synapse/storage/schema/delta/43/quarantine_media.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/43 copying build/lib/synapse/storage/schema/delta/43/url_cache.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/43 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/12 copying build/lib/synapse/storage/schema/delta/12/v12.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/12 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/18 copying build/lib/synapse/storage/schema/delta/18/server_keys_bigger_ints.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/18 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/state.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/event_push_actions_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/device_stream_id.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/state_dedupe.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/add_state_index.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/contains_url.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/device_outbox.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/stream_order_to_extrem.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 copying build/lib/synapse/storage/schema/delta/35/public_room_list_change_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/35 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/14 copying build/lib/synapse/storage/schema/delta/14/upgrade_appservice_db.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/14 copying build/lib/synapse/storage/schema/delta/14/v14.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/14 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/37 copying build/lib/synapse/storage/schema/delta/37/user_threepids.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/37 copying build/lib/synapse/storage/schema/delta/37/remove_auth_idx.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/37 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/push_display_name_rename.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/received_txn_purge.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/device_inbox.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/cache_stream.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/appservice_stream.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 copying build/lib/synapse/storage/schema/delta/34/sent_txn_purge.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/44 copying build/lib/synapse/storage/schema/delta/44/expire_url_cache.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/44 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 copying build/lib/synapse/storage/schema/delta/40/device_list_streams.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 copying build/lib/synapse/storage/schema/delta/40/device_inbox.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 copying build/lib/synapse/storage/schema/delta/40/current_state_idx.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 copying build/lib/synapse/storage/schema/delta/40/event_push_summary.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 copying build/lib/synapse/storage/schema/delta/40/pushers.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/40 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42 copying build/lib/synapse/storage/schema/delta/42/current_state_delta.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42 copying build/lib/synapse/storage/schema/delta/42/user_dir.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42 copying build/lib/synapse/storage/schema/delta/42/event_auth_state_only.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42 copying build/lib/synapse/storage/schema/delta/42/device_list_last_id.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/38 copying build/lib/synapse/storage/schema/delta/38/postgres_fts_gist.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/38 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/29 copying build/lib/synapse/storage/schema/delta/29/push_actions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/29 copying build/lib/synapse/storage/schema/schema_version.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/presence.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/state.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/media_repository.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/event_signatures.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/push.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/users.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/application_services.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/transactions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/room_aliases.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/redactions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/keys.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/profiles.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/im.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 copying build/lib/synapse/storage/schema/full_schemas/16/event_edges.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/16 creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/presence.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/state.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/media_repository.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/event_signatures.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/users.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/transactions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/room_aliases.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/redactions.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/keys.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/profiles.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/im.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/schema/full_schemas/11/event_edges.sql -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/full_schemas/11 copying build/lib/synapse/storage/state.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/events.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/appservice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/util copying build/lib/synapse/storage/util/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/util copying build/lib/synapse/storage/util/id_generators.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/util copying build/lib/synapse/storage/media_repository.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/registration.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/user_directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/tags.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/client_ips.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/room.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/stream.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/profile.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/roommember.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/pusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/receipts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/push_rule.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/openid.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/devices.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/event_federation.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/transactions.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/account_data.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/presence.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage copying build/lib/synapse/storage/filtering.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines copying build/lib/synapse/storage/engines/postgres.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines copying build/lib/synapse/storage/engines/sqlite3.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines copying build/lib/synapse/storage/engines/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines copying build/lib/synapse/storage/engines/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines copying build/lib/synapse/storage/end_to_end_keys.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication copying build/lib/synapse/replication/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/client.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/commands.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/streams.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp copying build/lib/synapse/replication/tcp/protocol.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/keys.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/pushers.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/deviceinbox.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/events.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/appservice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/registration.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/client_ips.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/groups.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/room.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/_slaved_id_tracker.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/receipts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/push_rule.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/devices.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/transactions.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/account_data.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/presence.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/storage/filtering.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage copying build/lib/synapse/replication/slave/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave copying build/lib/synapse/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/module_api copying build/lib/synapse/module_api/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/module_api copying build/lib/synapse/visibility.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/constants.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/urls.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/ratelimiting.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/errors.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/auth.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api copying build/lib/synapse/api/filtering.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/presentable_names.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/push_tools.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/clientformat.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/action_generator.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/rulekinds.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/bulk_push_rule_evaluator.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/httppusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/emailpusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/pusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/baserules.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/push_rule_evaluator.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/mailer.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push copying build/lib/synapse/push/pusherpool.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/client_reader.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/frontend_proxy.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/federation_reader.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/appservice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/media_repository.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/user_dir.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/synchrotron.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/homeserver.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/pusher.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/synctl.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app copying build/lib/synapse/app/federation_sender.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/message.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/typing.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/register.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/identity.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/search.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/initial_sync.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/read_marker.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/groups_local.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/set_password.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/devicemessage.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/device.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/events.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/federation.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/appservice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/deactivate_account.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/user_directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/e2e_keys.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/room.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/profile.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/receipts.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/room_list.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/sync.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/room_member.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/auth.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/account_data.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/admin.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers copying build/lib/synapse/handlers/presence.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/units.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/replication.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/persistence.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/send_queue.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport copying build/lib/synapse/federation/transport/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport copying build/lib/synapse/federation/transport/client.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport copying build/lib/synapse/federation/transport/server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport copying build/lib/synapse/federation/federation_client.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/federation_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/federation_server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/federation/transaction_queue.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation copying build/lib/synapse/event_auth.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse copying build/lib/synapse/state.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups copying build/lib/synapse/groups/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups copying build/lib/synapse/groups/groups_server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups copying build/lib/synapse/groups/attestations.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups copying build/lib/synapse/python_dependencies.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse copying build/lib/synapse/types.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/metrics.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/manhole.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/module_loader.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/logformatter.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/logutils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/retryutils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/frozenutils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/rlimit.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/httpresourcetree.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/versionstring.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/distributor.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/stringutils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/wheel_timer.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/async.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/msisdn.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/ratelimitutils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/util/jsonobject.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/snapshot_cache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/treecache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/response_cache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/lrucache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/expiringcache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/descriptors.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/dictionary_cache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/caches/stream_change_cache.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches copying build/lib/synapse/util/logcontext.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util copying build/lib/synapse/server.pyi -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics copying build/lib/synapse/metrics/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics copying build/lib/synapse/metrics/resource.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics copying build/lib/synapse/metrics/metric.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics copying build/lib/synapse/metrics/process_collector.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics copying build/lib/synapse/server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/builder.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/spamcheck.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/snapshot.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/utils.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events copying build/lib/synapse/events/validator.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams copying build/lib/synapse/streams/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams copying build/lib/synapse/streams/config.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams copying build/lib/synapse/streams/events.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto copying build/lib/synapse/crypto/keyring.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto copying build/lib/synapse/crypto/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto copying build/lib/synapse/crypto/event_signing.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto copying build/lib/synapse/crypto/keyclient.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto copying build/lib/synapse/crypto/context_factory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice copying build/lib/synapse/appservice/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice copying build/lib/synapse/appservice/scheduler.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice copying build/lib/synapse/appservice/api.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/cas.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/metrics.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/tls.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/__init__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/spam_checker.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/database.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/captcha.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/workers.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/saml2.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/voip.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/__main__.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/emailconfig.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/password.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/jwt.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/appservice.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/logger.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/registration.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/user_directory.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/homeserver.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/ratelimiting.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/groups.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/_base.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/server.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/password_auth_providers.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/api.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/repository.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/key.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config copying build/lib/synapse/config/push.py -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/servlet.py to servlet.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/site.py to site.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/matrixfederationclient.py to matrixfederationclient.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/additional_resource.py to additional_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/http/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/login.py to login.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/register.py to register.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/initial_sync.py to initial_sync.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/directory.py to directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/voip.py to voip.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/logout.py to logout.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/room.py to room.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/pusher.py to pusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/push_rule.py to push_rule.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/admin.py to admin.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v1/presence.py to presence.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/keys.py to keys.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/register.py to register.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/read_marker.py to read_marker.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/sendtodevice.py to sendtodevice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/user_directory.py to user_directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/tags.py to tags.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/report_event.py to report_event.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/receipts.py to receipts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/openid.py to openid.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/devices.py to devices.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/tokenrefresh.py to tokenrefresh.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/account_data.py to account_data.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/thirdparty.py to thirdparty.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/notifications.py to notifications.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/v2_alpha/filter.py to filter.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/client/transactions.py to transactions.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/preview_url_resource.py to preview_url_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/filepath.py to filepath.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/identicon_resource.py to identicon_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/media_repository.py to media_repository.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/thumbnail_resource.py to thumbnail_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/download_resource.py to download_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/thumbnailer.py to thumbnailer.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v1/upload_resource.py to upload_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/media/v0/content_repository.py to content_repository.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2/remote_key_resource.py to remote_key_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v2/local_key_resource.py to local_key_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/rest/key/v1/server_key_resource.py to server_key_resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/rejections.py to rejections.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/event_push_actions.py to event_push_actions.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/keys.py to keys.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/search.py to search.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/background_updates.py to background_updates.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/signatures.py to signatures.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/prepare_database.py to prepare_database.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/directory.py to directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/deviceinbox.py to deviceinbox.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/group_server.py to group_server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/27/ts.py to ts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31/pushers.py to pushers.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/31/search_update.py to search_update.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/25/fts.py to fts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/20/pushers.py to pushers.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/30/as_users.py to as_users.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33/event_fields.py to event_fields.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/33/remote_media_ts.py to remote_media_ts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/14/upgrade_appservice_db.py to upgrade_appservice_db.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/37/remove_auth_idx.py to remove_auth_idx.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34/received_txn_purge.py to received_txn_purge.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34/cache_stream.py to cache_stream.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/34/sent_txn_purge.py to sent_txn_purge.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/schema/delta/42/user_dir.py to user_dir.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/state.py to state.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/appservice.py to appservice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/util/id_generators.py to id_generators.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/media_repository.py to media_repository.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/registration.py to registration.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/user_directory.py to user_directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/tags.py to tags.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/client_ips.py to client_ips.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/room.py to room.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/stream.py to stream.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/roommember.py to roommember.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/pusher.py to pusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/receipts.py to receipts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/push_rule.py to push_rule.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/openid.py to openid.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/devices.py to devices.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/event_federation.py to event_federation.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/transactions.py to transactions.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/account_data.py to account_data.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/presence.py to presence.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/filtering.py to filtering.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines/postgres.py to postgres.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines/sqlite3.py to sqlite3.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/engines/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/storage/end_to_end_keys.py to end_to_end_keys.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/commands.py to commands.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/tcp/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/keys.py to keys.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/pushers.py to pushers.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/directory.py to directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/deviceinbox.py to deviceinbox.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/appservice.py to appservice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/registration.py to registration.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/client_ips.py to client_ips.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/room.py to room.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/_slaved_id_tracker.py to _slaved_id_tracker.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/receipts.py to receipts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/push_rule.py to push_rule.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/devices.py to devices.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/transactions.py to transactions.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/account_data.py to account_data.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/presence.py to presence.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/storage/filtering.py to filtering.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/replication/slave/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/module_api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/visibility.py to visibility.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/ratelimiting.py to ratelimiting.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/api/filtering.py to filtering.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/presentable_names.py to presentable_names.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/push_tools.py to push_tools.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/clientformat.py to clientformat.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/action_generator.py to action_generator.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/rulekinds.py to rulekinds.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/bulk_push_rule_evaluator.py to bulk_push_rule_evaluator.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/httppusher.py to httppusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/emailpusher.py to emailpusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/pusher.py to pusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/baserules.py to baserules.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/push_rule_evaluator.py to push_rule_evaluator.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/mailer.py to mailer.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/push/pusherpool.py to pusherpool.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/client_reader.py to client_reader.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/frontend_proxy.py to frontend_proxy.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/federation_reader.py to federation_reader.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/appservice.py to appservice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/media_repository.py to media_repository.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/user_dir.py to user_dir.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/synchrotron.py to synchrotron.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/homeserver.py to homeserver.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/pusher.py to pusher.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/synctl.py to synctl.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/app/federation_sender.py to federation_sender.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/typing.py to typing.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/register.py to register.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/search.py to search.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/initial_sync.py to initial_sync.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/read_marker.py to read_marker.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/groups_local.py to groups_local.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/set_password.py to set_password.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/directory.py to directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/devicemessage.py to devicemessage.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/appservice.py to appservice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/deactivate_account.py to deactivate_account.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/user_directory.py to user_directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/e2e_keys.py to e2e_keys.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/room.py to room.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/receipts.py to receipts.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/room_list.py to room_list.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/room_member.py to room_member.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/account_data.py to account_data.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/admin.py to admin.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/handlers/presence.py to presence.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/units.py to units.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/replication.py to replication.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/persistence.py to persistence.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/send_queue.py to send_queue.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transport/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/federation_client.py to federation_client.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/federation_base.py to federation_base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/federation_server.py to federation_server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/federation/transaction_queue.py to transaction_queue.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/event_auth.py to event_auth.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/state.py to state.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups/groups_server.py to groups_server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/groups/attestations.py to attestations.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/python_dependencies.py to python_dependencies.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/metrics.py to metrics.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/manhole.py to manhole.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/module_loader.py to module_loader.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/logformatter.py to logformatter.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/logutils.py to logutils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/retryutils.py to retryutils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/frozenutils.py to frozenutils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/rlimit.py to rlimit.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/httpresourcetree.py to httpresourcetree.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/versionstring.py to versionstring.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/distributor.py to distributor.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/stringutils.py to stringutils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/wheel_timer.py to wheel_timer.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/async.py to async.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/msisdn.py to msisdn.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/ratelimitutils.py to ratelimitutils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/jsonobject.py to jsonobject.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/snapshot_cache.py to snapshot_cache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/treecache.py to treecache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/response_cache.py to response_cache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/lrucache.py to lrucache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/expiringcache.py to expiringcache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/descriptors.py to descriptors.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/dictionary_cache.py to dictionary_cache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/caches/stream_change_cache.py to stream_change_cache.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/util/logcontext.py to logcontext.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics/metric.py to metric.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/metrics/process_collector.py to process_collector.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/builder.py to builder.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/spamcheck.py to spamcheck.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/events/validator.py to validator.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/streams/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto/keyring.py to keyring.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto/event_signing.py to event_signing.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto/keyclient.py to keyclient.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/crypto/context_factory.py to context_factory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/appservice/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/cas.py to cas.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/metrics.py to metrics.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/tls.py to tls.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/spam_checker.py to spam_checker.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/captcha.py to captcha.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/workers.py to workers.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/voip.py to voip.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/emailconfig.py to emailconfig.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/jwt.py to jwt.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/appservice.py to appservice.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/logger.py to logger.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/registration.py to registration.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/user_directory.py to user_directory.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/homeserver.py to homeserver.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/ratelimiting.py to ratelimiting.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/password_auth_providers.py to password_auth_providers.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/repository.py to repository.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/key.py to key.pyc byte-compiling /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/synapse/config/push.py to push.pyc writing byte-compilation script '/tmp/tmphPmH6t.py' /usr/bin/python2 -O /tmp/tmphPmH6t.py removing /tmp/tmphPmH6t.py running install_egg_info running egg_info writing requirements to matrix_synapse.egg-info/requires.txt writing matrix_synapse.egg-info/PKG-INFO writing top-level names to matrix_synapse.egg-info/top_level.txt writing dependency_links to matrix_synapse.egg-info/dependency_links.txt reading manifest file 'matrix_synapse.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no files found matching '*.css' under directory 'synapse/static' warning: no files found matching '*.gif' under directory 'synapse/static' warning: no files found matching '*.html' under directory 'synapse/static' warning: no files found matching '*.js' under directory 'synapse/static' warning: no previously-included files found matching 'jenkins.sh' warning: no previously-included files found matching 'jenkins*.sh' warning: no previously-included files found matching 'jenkins*' warning: no previously-included files matching '*.sh' found under directory 'jenkins' no previously-included directories found matching '.github' no previously-included directories found matching 'demo/etc' writing manifest file 'matrix_synapse.egg-info/SOURCES.txt' Copying matrix_synapse.egg-info to /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7/site-packages/matrix_synapse-0.26.0-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin copying build/scripts-2.7/hash_password -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin copying build/scripts-2.7/synapse_port_db -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin copying build/scripts-2.7/synctl -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin copying build/scripts-2.7/sync_room_to_group.pl -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin copying build/scripts-2.7/register_new_matrix_user -> /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin/hash_password to 755 changing mode of /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin/synapse_port_db to 755 changing mode of /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin/synctl to 755 changing mode of /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin/sync_room_to_group.pl to 755 changing mode of /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/bin/register_new_matrix_user to 755 + install -p -D -T -m 0644 contrib/systemd/log_config.yaml /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/etc/synapse/log_config.yaml + install -p -D -T -m 0644 contrib/systemd/synapse.service /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/systemd/system/synapse.service + install -p -D -T -m 0644 /builddir/build/SOURCES/synapse.sysconfig /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/etc/sysconfig/synapse + install -p -d -m 755 /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch//var/lib/synapse + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.26.0-1.fc27 --unique-debug-suffix -0.26.0-1.fc27.noarch --unique-debug-src-base matrix-synapse-0.26.0-1.fc27.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/synapse-0.26.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VH2ACo + umask 022 + cd /builddir/build/BUILD + cd synapse-0.26.0 + PYTHONPATH=. + trial tests tests.api.test_auth AuthTestCase test_cannot_use_regular_token_as_guest ... [OK] test_get_guest_user_from_macaroon ... [OK] test_get_user_by_req_appservice_bad_token ... [OK] test_get_user_by_req_appservice_missing_token ... [OK] test_get_user_by_req_appservice_valid_token ... [OK] test_get_user_by_req_appservice_valid_token_bad_user_id ... [OK] test_get_user_by_req_appservice_valid_token_valid_user_id ... [OK] test_get_user_by_req_user_bad_token ... [OK] test_get_user_by_req_user_missing_token ... [OK] test_get_user_by_req_user_valid_token ... [OK] test_get_user_from_macaroon ... [OK] test_get_user_from_macaroon_expired ... [OK] test_get_user_from_macaroon_missing_caveat ... [OK] test_get_user_from_macaroon_unknown_caveat ... [OK] test_get_user_from_macaroon_user_db_mismatch ... [OK] test_get_user_from_macaroon_with_valid_duration ... [OK] test_get_user_from_macaroon_wrong_key ... [OK] tests.api.test_filtering FilteringTestCase test_add_filter ... [OK] test_definition_combined_event ... [OK] test_definition_combined_event_bad_room ... [OK] test_definition_combined_event_bad_sender ... [OK] test_definition_combined_event_bad_type ... [OK] test_definition_not_rooms_takes_priority_over_rooms ... [OK] test_definition_not_rooms_works_with_literals ... [OK] test_definition_not_rooms_works_with_unknowns ... [OK] test_definition_not_senders_takes_priority_over_senders ... [OK] test_definition_not_senders_works_with_literals ... [OK] test_definition_not_senders_works_with_unknowns ... [OK] test_definition_not_types_takes_priority_over_types ... [OK] test_definition_not_types_works_with_literals ... [OK] test_definition_not_types_works_with_unknowns ... [OK] test_definition_not_types_works_with_wildcards ... [OK] test_definition_rooms_works_with_literals ... [OK] test_definition_rooms_works_with_unknowns ... [OK] test_definition_senders_works_with_literals ... [OK] test_definition_senders_works_with_unknowns ... [OK] test_definition_types_works_with_literals ... [OK] test_definition_types_works_with_unknowns ... [OK] test_definition_types_works_with_wildcards ... [OK] test_errors_on_invalid_filters ... [OK] test_filter_presence_match ... [OK] test_filter_presence_no_match ... [OK] test_filter_room_state_match ... [OK] test_filter_room_state_no_match ... [OK] test_filter_rooms ... [OK] test_get_filter ... [OK] test_limits_are_applied ... [OK] test_valid_filters ... [OK] tests.api.test_ratelimiting TestRatelimiter test_allowed ... [OK] test_pruning ... [OK] tests.appservice.test_appservice ApplicationServiceTestCase test_exclusive_alias ... [OK] test_exclusive_room ... [OK] test_exclusive_user ... [OK] test_interested_in_self ... [OK] test_member_list_match ... [OK] test_non_exclusive_alias ... [OK] test_non_exclusive_room ... [OK] test_non_exclusive_user ... [OK] test_regex_alias_match ... [OK] test_regex_alias_no_match ... [OK] test_regex_multiple_matches ... [OK] test_regex_room_id_match ... [OK] test_regex_room_id_no_match ... [OK] test_regex_room_member_is_checked ... [OK] test_regex_user_id_prefix_match ... [OK] test_regex_user_id_prefix_no_match ... [OK] tests.appservice.test_scheduler ApplicationServiceSchedulerQueuerTestCase test_multiple_service_queues ... [OK] test_send_single_event_no_queue ... [OK] test_send_single_event_with_queue ... [OK] ApplicationServiceSchedulerRecovererTestCase test_recover_retry_txn ... [OK] test_recover_single_txn ... [OK] ApplicationServiceSchedulerTransactionCtrlTestCase test_single_service_down ... [OK] test_single_service_up_txn_not_sent ... [OK] test_single_service_up_txn_sent ... [OK] tests.config.test_generate ConfigGenerationTestCase test_generate_config_generates_files ... /tmp/tmpLeIjjZ A config file has been generated in '/tmp/tmpLeIjjZ/homeserver.yaml' for server name 'lemurs.win' with corresponding SSL keys and self-signed certificates. Please review this file and customise it to your needs. If this server name is incorrect, you will need to regenerate the SSL certificates [OK] tests.config.test_load ConfigLoadingTestCase test_disable_registration ... /tmp/tmpJpqXyt A config file has been generated in '/tmp/tmpJpqXyt/homeserver.yaml' for server name 'lemurs.win' with corresponding SSL keys and self-signed certificates. Please review this file and customise it to your needs. If this server name is incorrect, you will need to regenerate the SSL certificates [OK] test_generates_and_loads_macaroon_secret_key ... /tmp/tmp2jALSO A config file has been generated in '/tmp/tmp2jALSO/homeserver.yaml' for server name 'lemurs.win' with corresponding SSL keys and self-signed certificates. Please review this file and customise it to your needs. If this server name is incorrect, you will need to regenerate the SSL certificates [OK] test_load_fails_if_server_name_missing ... /tmp/tmpV9uSVf A config file has been generated in '/tmp/tmpV9uSVf/homeserver.yaml' for server name 'lemurs.win' with corresponding SSL keys and self-signed certificates. Please review this file and customise it to your needs. If this server name is incorrect, you will need to regenerate the SSL certificates [OK] test_load_succeeds_if_macaroon_secret_key_missing ... /tmp/tmpdmnx6T A config file has been generated in '/tmp/tmpdmnx6T/homeserver.yaml' for server name 'lemurs.win' with corresponding SSL keys and self-signed certificates. Please review this file and customise it to your needs. If this server name is incorrect, you will need to regenerate the SSL certificates [OK] tests.crypto.test_event_signing EventSigningTestCase test_sign_message ... [OK] test_sign_minimal ... [OK] tests.crypto.test_keyring KeyringTestCase test_verify_json_for_server ... [OK] test_verify_json_objects_for_server_awaits_previous_requests ... [OK] test_wait_for_previous_lookups ... [OK] tests.events.test_utils PruneEventTestCase test_basic_keys ... [OK] test_content ... [OK] test_minimal ... [OK] test_unsigned_age_ts ... [OK] SerializeEventTestCase test_event_fields_all_fields_if_empty ... [OK] test_event_fields_fail_if_fields_not_str ... [OK] test_event_fields_nops_with_array_keys ... [OK] test_event_fields_nops_with_non_dict_keys ... [OK] test_event_fields_nops_with_unknown_keys ... [OK] test_event_fields_works_with_dot_keys ... [OK] test_event_fields_works_with_keys ... [OK] test_event_fields_works_with_nested_dot_keys ... [OK] test_event_fields_works_with_nested_keys ... [OK] tests.handlers.test_appservice AppServiceHandlerTestCase test_notify_interested_services ... [OK] test_query_room_alias_exists ... [OK] test_query_user_exists_known_user ... [OK] test_query_user_exists_unknown_user ... [OK] tests.handlers.test_auth AuthTestCase test_macaroon_caveats ... [OK] test_short_term_login_token_cannot_replace_user_id ... [OK] test_short_term_login_token_gives_user_id ... [OK] test_token_is_a_macaroon ... [OK] tests.handlers.test_device DeviceTestCase test_delete_device ... [OK] test_device_id_is_made_up_if_unspecified ... [OK] test_device_is_created_if_doesnt_exist ... [OK] test_device_is_preserved_if_exists ... [OK] test_get_device ... [OK] test_get_devices_by_user ... [OK] test_update_device ... [OK] test_update_unknown_device ... [OK] tests.handlers.test_directory DirectoryTestCase test_get_local_association ... [OK] test_get_remote_association ... [OK] test_incoming_fed_query ... [OK] tests.handlers.test_e2e_keys E2eKeysHandlerTestCase test_change_one_time_keys ... [OK] test_claim_one_time_key ... DEBUG:synapse.storage.prepare_database:Initialising schema v16 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:135] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/presence.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/media_repository.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/event_signatures.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/push.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/users.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/application_services.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/transactions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/room_aliases.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/redactions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/profiles.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/im.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/event_edges.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:applied_delta_files: [] [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:220] INFO:synapse.storage.prepare_database:Upgrading schema to v17 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 17/drop_indexes.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/drop_indexes.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 17/server_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/server_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 17/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v18 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 18/server_keys_bigger_ints.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 18/server_keys_bigger_ints.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v19 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 19/event_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 19/event_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v20 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 20/dummy.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 20/dummy.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 20/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 20/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] INFO:synapse.storage.v20_pushers:Porting pushers table... [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/20/pushers.py:31] INFO:synapse.storage.v20_pushers:Moved 0 pushers to new table [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/20/pushers.py:76] DEBUG:synapse.storage.prepare_database:Found file: 20/pushers.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v21 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 21/end_to_end_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 21/end_to_end_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 21/receipts.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 21/receipts.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v22 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 22/receipts_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 22/receipts_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 22/user_threepids_unique.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 22/user_threepids_unique.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v23 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 23/drop_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 23/drop_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v24 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 24/stats_reporting.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 24/stats_reporting.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v25 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 25/00background_updates.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/00background_updates.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/fts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 25/fts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 25/fts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 25/guest_access.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/guest_access.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/history_visibility.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/history_visibility.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/tags.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/tags.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v26 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 26/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 26/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v27 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 27/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 27/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 27/forgotten_memberships.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 27/forgotten_memberships.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 27/ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 27/ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 27/ts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v28 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 28/event_push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/event_push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/events_room_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/events_room_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/public_roms_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/public_roms_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/receipts_user_id_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/receipts_user_id_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/upgrade_times.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/upgrade_times.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/users_is_guest.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/users_is_guest.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v29 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 29/push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 29/push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v30 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 30/alias_creator.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/alias_creator.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/as_users.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 30/as_users.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 30/as_users.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 30/deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/presence_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/presence_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/push_rule_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/push_rule_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/state_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/state_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/threepid_guest_access_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/threepid_guest_access_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v31 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 31/invites.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/invites.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/local_media_repository_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/local_media_repository_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 31/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] INFO:synapse.storage.v31_pushers:Porting pushers table, delta 31... [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/31/pushers.py:31] INFO:synapse.storage.v31_pushers:Moved 0 pushers to new table [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/31/pushers.py:75] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/pushers_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/search_update.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 31/search_update.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 31/search_update.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v32 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 32/events.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/events.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/openid.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/openid.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/pusher_throttle.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/pusher_throttle.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/remove_indices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/remove_indices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/reports.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/reports.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v33 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 33/access_tokens_device_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/access_tokens_device_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices_for_e2e_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices_for_e2e_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices_for_e2e_keys_clear_unknown_device.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices_for_e2e_keys_clear_unknown_device.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/event_fields.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 33/event_fields.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 33/event_fields.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 33/remote_media_ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 33/remote_media_ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 33/remote_media_ts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 33/user_ips_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/user_ips_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v34 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 34/appservice_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/appservice_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/cache_stream.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/cache_stream.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/cache_stream.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 34/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/push_display_name_rename.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/push_display_name_rename.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/received_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/received_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/received_txn_purge.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 34/sent_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/sent_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/sent_txn_purge.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v35 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 35/add_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/add_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/contains_url.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/contains_url.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/device_outbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/device_outbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/device_stream_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/device_stream_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/event_push_actions_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/event_push_actions_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/public_room_list_change_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/public_room_list_change_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/state_dedupe.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/state_dedupe.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/stream_order_to_extrem.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/stream_order_to_extrem.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v36 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 36/readd_public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 36/readd_public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v37 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 37/remove_auth_idx.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 37/remove_auth_idx.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 37/remove_auth_idx.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 37/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 37/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v38 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 38/postgres_fts_gist.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 38/postgres_fts_gist.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v39 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 39/appservice_room_list.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/appservice_room_list.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/device_federation_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/device_federation_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/event_push_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/event_push_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/federation_out_position.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/federation_out_position.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/membership_profile.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/membership_profile.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v40 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 40/current_state_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/current_state_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/device_list_streams.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/device_list_streams.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/event_push_summary.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/event_push_summary.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v41 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 41/device_list_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/device_list_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/device_outbound_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/device_outbound_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/event_search_event_id_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/event_search_event_id_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/ratelimit.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/ratelimit.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v42 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 42/current_state_delta.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/current_state_delta.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/device_list_last_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/device_list_last_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/event_auth_state_only.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/event_auth_state_only.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/user_dir.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 42/user_dir.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 42/user_dir.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v43 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 43/blocked_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/blocked_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/quarantine_media.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/quarantine_media.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/user_share.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/user_share.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v44 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 44/expire_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 44/expire_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v45 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 45/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 45/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 45/profile_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 45/profile_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v46 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 46/drop_refresh_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/drop_refresh_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/drop_unique_deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/drop_unique_deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/local_media_repository_url_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/local_media_repository_url_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/user_dir_null_room_ids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/user_dir_null_room_ids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/user_dir_typos.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/user_dir_typos.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.server:Setting up. [/builddir/build/BUILD/synapse-0.26.0/synapse/server.py:164] DEBUG:synapse.storage.prepare_database:Initialising schema v16 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:135] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/presence.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/media_repository.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/event_signatures.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/push.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/users.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/application_services.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/transactions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/room_aliases.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/redactions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/profiles.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/im.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:Applying schema /builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/full_schemas/16/event_edges.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:141] DEBUG:synapse.storage.prepare_database:applied_delta_files: [] [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:220] INFO:synapse.storage.prepare_database:Upgrading schema to v17 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 17/drop_indexes.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/drop_indexes.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 17/server_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/server_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 17/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 17/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v18 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 18/server_keys_bigger_ints.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 18/server_keys_bigger_ints.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v19 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 19/event_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 19/event_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v20 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 20/dummy.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 20/dummy.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 20/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 20/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] INFO:synapse.storage.v20_pushers:Porting pushers table... [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/20/pushers.py:31] INFO:synapse.storage.v20_pushers:Moved 0 pushers to new table [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/20/pushers.py:76] DEBUG:synapse.storage.prepare_database:Found file: 20/pushers.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v21 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 21/end_to_end_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 21/end_to_end_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 21/receipts.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 21/receipts.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v22 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 22/receipts_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 22/receipts_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 22/user_threepids_unique.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 22/user_threepids_unique.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v23 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 23/drop_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 23/drop_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v24 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 24/stats_reporting.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 24/stats_reporting.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v25 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 25/00background_updates.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/00background_updates.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/fts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 25/fts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 25/fts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 25/guest_access.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/guest_access.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/history_visibility.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/history_visibility.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 25/tags.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 25/tags.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v26 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 26/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 26/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v27 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 27/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 27/account_data.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 27/forgotten_memberships.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 27/forgotten_memberships.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 27/ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 27/ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 27/ts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v28 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 28/event_push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/event_push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/events_room_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/events_room_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/public_roms_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/public_roms_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/receipts_user_id_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/receipts_user_id_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/upgrade_times.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/upgrade_times.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 28/users_is_guest.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 28/users_is_guest.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v29 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 29/push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 29/push_actions.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v30 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 30/alias_creator.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/alias_creator.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/as_users.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 30/as_users.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 30/as_users.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 30/deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/presence_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/presence_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/push_rule_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/push_rule_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/state_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/state_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 30/threepid_guest_access_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 30/threepid_guest_access_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v31 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 31/invites.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/invites.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/local_media_repository_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/local_media_repository_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 31/pushers.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] INFO:synapse.storage.v31_pushers:Porting pushers table, delta 31... [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/31/pushers.py:31] INFO:synapse.storage.v31_pushers:Moved 0 pushers to new table [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/schema/delta/31/pushers.py:75] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 31/pushers_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 31/pushers_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 31/search_update.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 31/search_update.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 31/search_update.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v32 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 32/events.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/events.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/openid.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/openid.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/pusher_throttle.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/pusher_throttle.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/remove_indices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/remove_indices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 32/reports.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 32/reports.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v33 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 33/access_tokens_device_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/access_tokens_device_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices_for_e2e_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices_for_e2e_keys.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/devices_for_e2e_keys_clear_unknown_device.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/devices_for_e2e_keys_clear_unknown_device.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 33/event_fields.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 33/event_fields.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 33/event_fields.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 33/remote_media_ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 33/remote_media_ts.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 33/remote_media_ts.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 33/user_ips_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 33/user_ips_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v34 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 34/appservice_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/appservice_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/cache_stream.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/cache_stream.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/cache_stream.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 34/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/push_display_name_rename.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 34/push_display_name_rename.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 34/received_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/received_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/received_txn_purge.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 34/sent_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 34/sent_txn_purge.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 34/sent_txn_purge.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v35 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 35/add_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/add_state_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/contains_url.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/contains_url.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/device_outbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/device_outbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/device_stream_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/device_stream_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/event_push_actions_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/event_push_actions_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/public_room_list_change_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/public_room_list_change_stream.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/state.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/state_dedupe.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/state_dedupe.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 35/stream_order_to_extrem.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 35/stream_order_to_extrem.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v36 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 36/readd_public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 36/readd_public_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v37 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 37/remove_auth_idx.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 37/remove_auth_idx.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 37/remove_auth_idx.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] DEBUG:synapse.storage.prepare_database:Found file: 37/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 37/user_threepids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v38 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 38/postgres_fts_gist.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 38/postgres_fts_gist.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v39 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 39/appservice_room_list.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/appservice_room_list.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/device_federation_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/device_federation_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/event_push_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/event_push_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/federation_out_position.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/federation_out_position.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 39/membership_profile.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 39/membership_profile.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v40 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 40/current_state_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/current_state_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/device_inbox.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/device_list_streams.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/device_list_streams.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/event_push_summary.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/event_push_summary.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 40/pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 40/pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v41 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 41/device_list_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/device_list_stream_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/device_outbound_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/device_outbound_index.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/event_search_event_id_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/event_search_event_id_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 41/ratelimit.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 41/ratelimit.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v42 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 42/current_state_delta.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/current_state_delta.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/device_list_last_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/device_list_last_id.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/event_auth_state_only.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 42/event_auth_state_only.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 42/user_dir.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Running script 42/user_dir.py [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:256] DEBUG:synapse.storage.prepare_database:Found file: 42/user_dir.pyc [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Upgrading schema to v43 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 43/blocked_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/blocked_rooms.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/quarantine_media.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/quarantine_media.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 43/user_share.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 43/user_share.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v44 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 44/expire_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 44/expire_url_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v45 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 45/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 45/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 45/profile_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 45/profile_cache.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.prepare_database:Upgrading schema to v46 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:223] DEBUG:synapse.storage.prepare_database:Found file: 46/drop_refresh_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/drop_refresh_tokens.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/drop_unique_deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/drop_unique_deleted_pushers.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/group_server.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/local_media_repository_url_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/local_media_repository_url_idx.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/user_dir_null_room_ids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/user_dir_null_room_ids.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] DEBUG:synapse.storage.prepare_database:Found file: 46/user_dir_typos.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:238] INFO:synapse.storage.prepare_database:Applying schema 46/user_dir_typos.sql [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/prepare_database.py:267] INFO:synapse.storage.event_push_actions:Searching for stream ordering 1 month ago [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/event_push_actions.py:561] INFO:synapse.storage.event_push_actions:Found stream ordering 1 month ago: it's 0 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/event_push_actions.py:567] INFO:synapse.storage.event_push_actions:Searching for stream ordering 1 day ago [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/event_push_actions.py:569] INFO:synapse.storage.event_push_actions:Found stream ordering 1 day ago: it's 0 [/builddir/build/BUILD/synapse-0.26.0/synapse/storage/event_push_actions.py:575] WARNING:synapse.config.appservice:Expected to be a list of AS config files. [/builddir/build/BUILD/synapse-0.26.0/synapse/config/appservice.py:44] INFO:synapse.server:Finished setting up. [/builddir/build/BUILD/synapse-0.26.0/synapse/server.py:166] INFO:synapse.handlers.auth:Extra password_providers: [] [/builddir/build/BUILD/synapse-0.26.0/synapse/handlers/auth.py:74] INFO:synapse.handlers.e2e_keys:Adding one_time_keys ['alg1:k1'] for device 'xyz' for user '@boris:test' at 1000000 [/builddir/build/BUILD/synapse-0.26.0/synapse/handlers/e2e_keys.py:321] INFO:synapse.metrics:Collecting gc 0 [/builddir/build/BUILD/synapse-0.26.0/synapse/metrics/__init__.py:162] INFO:synapse.handlers.e2e_keys:Claimed one-time-keys: alg1:k1 for @boris:test:xyz [/builddir/build/BUILD/synapse-0.26.0/synapse/handlers/e2e_keys.py:269] [OK] test_query_local_devices_no_devices ... [OK] test_reupload_one_time_keys ... [OK] tests.handlers.test_presence PresenceTimeoutTestCase test_federation_ping ... [OK] test_federation_timeout ... [OK] test_idle_timer ... [OK] test_last_active ... [OK] test_no_timeout ... [OK] test_sync_online ... [OK] test_sync_timeout ... [OK] PresenceUpdateTestCase test_offline_to_online ... [OK] test_online_to_idle ... [OK] test_online_to_offline ... [OK] test_online_to_online ... [OK] test_online_to_online_last_active ... [OK] test_online_to_online_last_active_noop ... [OK] test_remote_ping_timer ... [OK] tests.handlers.test_profile ProfileTestCase test_get_my_avatar ... [OK] test_get_my_name ... [OK] test_get_other_name ... [OK] test_incoming_fed_query ... [OK] test_set_my_avatar ... [OK] test_set_my_name ... [OK] test_set_my_name_noauth ... [OK] tests.handlers.test_register RegistrationTestCase test_if_user_exists ... [OK] test_user_is_created_and_logged_in_if_doesnt_exist ... [OK] tests.handlers.test_typing TypingNotificationsTestCase test_started_typing_local ... [OK] test_started_typing_remote_recv ... [OK] test_started_typing_remote_send ... [OK] test_stopped_typing ... [OK] test_typing_timeout ... [OK] tests.metrics.test_metric CacheMetricTestCase test_cache ... [OK] CallbackMetricTestCase test_scalar ... [OK] test_vector ... [OK] CounterMetricTestCase test_scalar ... [OK] test_vector ... [OK] DistributionMetricTestCase test_scalar ... [OK] test_vector ... [OK] tests.replication.slave.storage.test_account_data SlavedAccountDataStoreTestCase test_user_account_data ... [OK] tests.replication.slave.storage.test_events SlavedEventStoreTestCase test_backfilled_redactions ... [OK] test_get_latest_event_ids_in_room ... [OK] test_invites ... [OK] test_push_actions_for_user ... [OK] test_redactions ... [OK] tests.replication.slave.storage.test_receipts SlavedReceiptTestCase test_receipt ... [OK] tests.rest.client.test_transactions HttpTransactionCacheTestCase test_cleans_up ... [OK] test_deduplicates_based_on_key ... [OK] test_executes_given_function ... [OK] tests.rest.client.v1.test_events EventStreamPermissionsTestCase test_stream_basic_permissions ... [OK] test_stream_room_permissions ... [OK] tests.rest.client.v1.test_profile ProfileTestCase test_get_my_avatar ... [OK] test_get_my_name ... [OK] test_get_other_name ... [OK] test_set_my_avatar ... [OK] test_set_my_name ... [OK] test_set_my_name_noauth ... [OK] test_set_other_name ... [OK] tests.rest.client.v1.test_register CreateUserServletTestCase test_POST_createuser_with_valid_user ... [OK] tests.rest.client.v1.test_rooms RoomInitialSyncTestCase test_initial_sync ... [OK] RoomMemberStateTestCase test_invalid_puts ... [OK] test_rooms_members_other ... [OK] test_rooms_members_other_custom_keys ... [OK] test_rooms_members_self ... [OK] RoomMessageListTestCase test_stream_token_is_accepted_for_fwd_pagianation ... [OK] test_topo_token_is_accepted ... [OK] RoomMessagesTestCase test_invalid_puts ... [OK] test_rooms_messages_sent ... [OK] RoomPermissionsTestCase test_invited_permissions ... [OK] test_joined_permissions ... [OK] test_leave_permissions ... [OK] test_membership_basic_room_perms ... [OK] test_membership_private_room_perms ... [OK] test_membership_public_room_perms ... [OK] test_send_message ... [OK] test_topic_perms ... [OK] RoomTopicTestCase test_invalid_puts ... [OK] test_rooms_topic ... [OK] test_rooms_topic_with_extra_keys ... [OK] RoomsCreateTestCase test_post_room_custom_key ... [OK] test_post_room_invalid_content ... [OK] test_post_room_known_and_unknown_keys ... [OK] test_post_room_no_keys ... [OK] test_post_room_visibility_key ... [OK] RoomsMemberListTestCase test_get_member_list ... [OK] test_get_member_list_mixed_memberships ... [OK] test_get_member_list_no_permission ... [OK] test_get_member_list_no_room ... [OK] tests.rest.client.v1.test_typing RoomTypingTestCase test_set_not_typing ... [OK] test_set_typing ... [OK] test_typing_timeout ... [OK] tests.rest.client.v2_alpha.test_filter FilterTestCase test_add_filter ... [OK] test_add_filter_for_other_user ... [OK] test_add_filter_non_local_user ... [OK] test_get_filter ... [OK] test_get_filter_invalid_id ... [OK] test_get_filter_no_id ... [OK] test_get_filter_non_existant ... [OK] tests.rest.client.v2_alpha.test_register RegisterRestServletTestCase test_POST_appservice_registration_invalid ... [OK] test_POST_appservice_registration_valid ... [OK] test_POST_bad_password ... [OK] test_POST_bad_username ... [OK] test_POST_disabled_registration ... [OK] test_POST_user_valid ... [OK] tests.storage.test__base CacheDecoratorTestCase test_double_get ... [OK] test_eviction_context ... [OK] test_hit ... [OK] test_invalidate ... [OK] test_invalidate_context ... [OK] test_invalidate_missing ... [OK] test_max_entries ... [OK] test_passthrough ... [OK] test_prefill ... [OK] CacheTestCase test_empty ... [OK] test_eviction ... [OK] test_eviction_lru ... [OK] test_hit ... [OK] test_invalidate ... [OK] tests.storage.test_appservice ApplicationServiceStoreConfigTestCase test_duplicate_as_tokens ... [OK] test_duplicate_ids ... [OK] test_unique_works ... [OK] ApplicationServiceStoreTestCase test_retrieval_of_all_services ... [OK] test_retrieval_of_service ... [OK] test_retrieve_unknown_service_token ... [OK] ApplicationServiceTransactionStoreTestCase test_complete_appservice_txn_existing_in_state_table ... [OK] test_complete_appservice_txn_first_txn ... [OK] test_create_appservice_txn_first ... [OK] test_create_appservice_txn_older_last_txn ... [OK] test_create_appservice_txn_up_fuzzing ... [OK] test_create_appservice_txn_up_to_date_last_txn ... [OK] test_get_appservice_state_down ... [OK] test_get_appservice_state_none ... [OK] test_get_appservice_state_up ... [OK] test_get_appservices_by_state_multiple ... [OK] test_get_appservices_by_state_none ... [OK] test_get_appservices_by_state_single ... [OK] test_get_oldest_unsent_txn ... [OK] test_get_oldest_unsent_txn_none ... [OK] test_set_appservices_state_down ... [OK] test_set_appservices_state_multiple_up ... [OK] tests.storage.test_background_update BackgroundUpdateTestCase test_do_background_update ... [OK] tests.storage.test_base SQLBaseStoreTestCase test_delete_one ... [OK] test_insert_1col ... [OK] test_insert_3cols ... [OK] test_select_list ... [OK] test_select_one_1col ... [OK] test_select_one_3col ... [OK] test_select_one_missing ... [OK] test_update_one_1col ... [OK] test_update_one_4cols ... [OK] tests.storage.test_client_ips ClientIpStoreTestCase test_insert_new_client_ip ... [OK] tests.storage.test_devices DeviceStoreTestCase test_get_devices_by_user ... [OK] test_store_new_device ... [OK] test_update_device ... [OK] test_update_unknown_device ... [OK] tests.storage.test_directory DirectoryStoreTestCase test_alias_to_room ... [OK] test_delete_alias ... [OK] test_room_to_alias ... [OK] tests.storage.test_end_to_end_keys EndToEndKeyStoreTestCase test_get_key_with_device_name ... [OK] test_key_without_device_name ... [OK] test_multiple_devices ... [OK] tests.storage.test_event_push_actions EventPushActionsStoreTestCase test_count_aggregation ... [OK] test_get_unread_push_actions_for_user_in_range_for_email ... [OK] test_get_unread_push_actions_for_user_in_range_for_http ... [OK] tests.storage.test_keys KeyStoreTestCase test_get_server_verify_keys ... [OK] tests.storage.test_presence PresenceStoreTestCase test_presence_list ... [OK] tests.storage.test_profile ProfileStoreTestCase test_avatar_url ... [OK] test_displayname ... [OK] tests.storage.test_redaction RedactionTestCase test_redact ... [OK] test_redact_join ... [OK] tests.storage.test_registration RegistrationStoreTestCase test_add_tokens ... [OK] test_register ... [OK] test_user_delete_access_tokens ... [OK] tests.storage.test_room RoomStoreTestCase test_get_room ... [OK] tests.storage.test_roommember RoomMemberStoreTestCase test_one_member ... [OK] tests.test_distributor DistributorTestCase test_signal_catch ... [OK] test_signal_catch_no_suppress ... [OK] test_signal_dispatch ... [OK] test_signal_dispatch_deferred ... [OK] test_signal_prereg ... [OK] test_signal_undeclared ... [OK] tests.test_dns DnsTestCase test_empty_cache ... [OK] test_from_cache ... [OK] test_from_cache_expired_and_dns_fail ... WARNING:synapse.http.endpoint:Failed to resolve 'test_service.examle.com', falling back to cache. DNSServerError() [/builddir/build/BUILD/synapse-0.26.0/synapse/http/endpoint.py:324] [OK] test_name_error ... [OK] test_resolve ... [OK] tests.test_preview PreviewTestCase test_long_summarize ... [OK] test_short_summarize ... [OK] test_small_then_large_summarize ... [OK] PreviewUrlTestCase test_comment ... [OK] test_comment2 ... [OK] test_h1_as_title ... [OK] test_missing_title ... [OK] test_missing_title_and_broken_h1 ... [OK] test_script ... [OK] test_simple ... [OK] tests.test_state StateTestCase test_annotate_with_old_message ... [OK] test_annotate_with_old_state ... [OK] test_branch_basic_conflict ... [OK] test_branch_have_banned_conflict ... [OK] test_branch_have_perms_conflict ... [OK] test_branch_no_conflict ... [OK] test_resolve_message_conflict ... [OK] test_resolve_state_conflict ... [OK] test_standard_depth_conflict ... [OK] test_trivial_annotate_message ... [OK] test_trivial_annotate_state ... [OK] tests.test_test_utils MockClockTestCase test_advance_time ... [OK] test_cancel_later ... [OK] test_later ... [OK] tests.test_types GroupIDTestCase test_parse ... [OK] test_validate ... [OK] RoomAliasTestCase test_build ... [OK] test_parse ... [OK] UserIDTestCase test_build ... [OK] test_compare ... [OK] test_parse ... [OK] test_pase_empty ... [OK] tests.util.caches.test_descriptors DescriptorTestCase test_cache ... [OK] test_cache_default_args ... [OK] test_cache_logcontexts ... [OK] test_cache_logcontexts_with_exception ... [OK] test_cache_num_args ... [OK] tests.util.test_clock ClockTestCase test_time_bound_deferred ... [OK] tests.util.test_dict_cache DictCacheTestCase test_multi_insert ... [OK] test_simple_cache_hit_full ... [OK] test_simple_cache_hit_miss_partial ... [OK] test_simple_cache_hit_partial ... [OK] test_simple_cache_miss_partial ... [OK] tests.util.test_expiring_cache ExpiringCacheTestCase test_eviction ... [OK] test_get_set ... [OK] test_iterable_eviction ... [OK] test_time_eviction ... [OK] tests.util.test_limiter LimiterTestCase test_limiter ... [OK] tests.util.test_linearizer LinearizerTestCase test_linearizer ... [OK] test_lots_of_queued_things ... [OK] tests.util.test_logcontext LoggingContextTestCase test_make_deferred_yieldable ... [OK] test_make_deferred_yieldable_on_non_deferred ... [OK] test_preserve_fn_with_blocking_fn ... [OK] test_preserve_fn_with_non_blocking_fn ... [OK] test_sleep ... [OK] test_with_context ... [OK] tests.util.test_lrucache LruCacheCallbacksTestCase test_clear ... [OK] test_del_multi ... [OK] test_eviction ... [OK] test_get ... [OK] test_multi_get ... [OK] test_pop ... [OK] test_set ... [OK] LruCacheSizedTestCase test_evict ... [OK] LruCacheTestCase test_clear ... [OK] test_del_multi ... [OK] test_eviction ... [OK] test_get_set ... [OK] test_pop ... [OK] test_setdefault ... [OK] tests.util.test_rwlock ReadWriteLockTestCase test_rwlock ... [OK] tests.util.test_snapshot_cache SnapshotCacheTestCase test_get_set ... [OK] tests.util.test_treecache TreeCacheTestCase test_clear ... [OK] test_contains ... [OK] test_get_set_onelevel ... [OK] test_get_set_twolevel ... [OK] test_pop_mixedlevel ... [OK] test_pop_onelevel ... [OK] test_pop_twolevel ... [OK] tests.util.test_wheel_timer WheelTimerTestCase test_insert_past ... [OK] test_insert_past_mutli ... [OK] test_mutli_insert ... [OK] test_single_insert_fetch ... [OK] ------------------------------------------------------------------------------- Ran 385 tests in 37.508s PASSED (successes=385) Processing files: matrix-synapse-0.26.0-1.fc27.noarch + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.708HNX + umask 022 + cd /builddir/build/BUILD + cd synapse-0.26.0 + DOCDIR=/builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/doc/matrix-synapse + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/doc/matrix-synapse + cp -pr AUTHORS.rst CHANGES.rst CONTRIBUTING.rst MAP.rst README.rst UPGRADE.rst /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/doc/matrix-synapse + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XB4d0w + umask 022 + cd /builddir/build/BUILD + cd synapse-0.26.0 + LICENSEDIR=/builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/licenses/matrix-synapse + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/licenses/matrix-synapse + cp -pr LICENSE /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch/usr/share/licenses/matrix-synapse + exit 0 Provides: config(matrix-synapse) = 0.26.0-1.fc27 matrix-synapse = 0.26.0-1.fc27 python2.7dist(matrix-synapse) = 0.26.0 python2dist(matrix-synapse) = 0.26.0 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/env /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch Wrote: /builddir/build/RPMS/matrix-synapse-0.26.0-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sLux2t + umask 022 + cd /builddir/build/BUILD + cd synapse-0.26.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/matrix-synapse-0.26.0-1.fc27.noarch + exit 0 Child return code was: 0